Trace number 4263570

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 7.8882999 4.5423698

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-medium-pos.xml
MD5SUM19655dcffa751868797b607ef2267cd6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.024548
Satisfiable
(Un)Satisfiability was proved
Number of variables148
Number of constraints174
Number of domains15
Minimum domain size2
Maximum domain size20
Distribution of domain sizes[{"size":2,"count":122},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":2},{"size":9,"count":1},{"size":13,"count":1},{"size":14,"count":1},{"size":17,"count":1},{"size":20,"count":2}]
Minimum variable degree0
Maximum variable degree139
Distribution of variable degrees[{"degree":0,"count":2},{"degree":1,"count":81},{"degree":2,"count":33},{"degree":3,"count":15},{"degree":4,"count":6},{"degree":5,"count":6},{"degree":6,"count":2},{"degree":8,"count":1},{"degree":22,"count":1},{"degree":139,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":143},{"arity":3,"count":14},{"arity":4,"count":7},{"arity":5,"count":1},{"arity":6,"count":4},{"arity":7,"count":2},{"arity":8,"count":1},{"arity":10,"count":2}]
Number of extensional constraints174
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":174}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263570-1502620485/watcher-4263570-1502620485 -o /tmp/evaluation-result-4263570-1502620485/solver-4263570-1502620485 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263570-1502620485.xml 

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

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

solver pid=14530, runsolver pid=14527

[startup+0.100155 s]*
/proc/loadavg: 1.16 1.08 1.38 3/209 14537
/proc/meminfo: memFree=30649532/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10151672 memory=19804 CPUtime=0.02 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 3791 0 0 0 1 1 0 0 20 0 9 0 109554945 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2537918 4951 2110 1 0 2527415 0
[pid=14530/tid=14532] ppid=14527 vsize=10151672 memory=7077796292425249400 CPUtime=0.02 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) R 14527 14530 4674 0 -1 4202560 2435 0 0 0 1 1 0 0 20 0 9 0 109554952 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 139826567230056 139826563015837 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554953 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10151672 memory=140510199985792 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554953 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554953 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109554953 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109554954 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 109554955 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 109554955 10395312128 4951 18446744073709551615 4194304 4196468 140730233146256 139826056582320 139826563004117 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19804 KiB

[startup+0.211861 s]*
/proc/loadavg: 1.16 1.08 1.38 4/217 14545
/proc/meminfo: memFree=30595212/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10551156 memory=30836 CPUtime=0.12 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 7307 0 0 0 9 3 0 0 20 0 15 0 109554945 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2637789 7709 2803 1 0 2627261 0
[pid=14530/tid=14532] ppid=14527 vsize=10551156 memory=8316850467074736180 CPUtime=0.09 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) R 14527 14530 4674 0 -1 4202560 5226 0 0 0 7 2 0 0 20 0 15 0 109554952 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826567182256 139826563015837 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10551156 memory=140510200000305 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554953 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10551156 memory=140510199985792 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554954 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554955 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554955 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826056582256 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14540] ppid=14527 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554957 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826055530576 139826563012507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14541] ppid=14527 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 4674 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 109554957 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826054478448 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14542] ppid=14527 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554957 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826053425648 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14543] ppid=14527 vsize=10551156 memory=140510199985792 CPUtime=0.01 cores=1,3,5,7
/proc/14530/task/14543/stat : 14543 (java) R 14527 14530 4674 0 -1 4202560 303 0 0 0 1 0 0 0 20 0 15 0 109554957 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826052373360 139826541598579 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14544] ppid=14527 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554957 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826051320800 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14545] ppid=14527 vsize=10551156 memory=140510199985792 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554962 10804383744 7709 18446744073709551615 4194304 4196468 140730233146256 139826050267568 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30836 KiB

[startup+0.311138 s]*
/proc/loadavg: 1.16 1.08 1.38 4/217 14545
/proc/meminfo: memFree=30515076/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10551156 memory=38960 CPUtime=0.27 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 8496 0 0 0 24 3 0 0 20 0 15 0 109554945 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2637789 9740 2895 1 0 2627261 0
[pid=14530/tid=14532] ppid=14527 vsize=10551156 memory=8316850467074736180 CPUtime=0.18 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) R 14527 14530 4674 0 -1 4202560 5644 0 0 0 16 2 0 0 20 0 15 0 109554952 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826567232504 139826563005846 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10551156 memory=140510200000305 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554953 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10551156 memory=3471342906520823472 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554954 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10551156 memory=7929208613727449352 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554955 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554955 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826056582256 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14540] ppid=14527 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554957 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826055530576 139826563012507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14541] ppid=14527 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 4674 0 -1 1077944384 535 0 0 0 1 0 0 0 20 0 15 0 109554957 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826054478448 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14542] ppid=14527 vsize=10551156 memory=3472328296227418159 CPUtime=0.01 cores=1,3,5,7
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 4674 0 -1 1077944384 118 0 0 0 1 0 0 0 20 0 15 0 109554957 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826053425648 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14543] ppid=14527 vsize=10551156 memory=7599810260224125667 CPUtime=0.05 cores=1,3,5,7
/proc/14530/task/14543/stat : 14543 (java) R 14527 14530 4674 0 -1 4202560 835 0 0 0 5 0 0 0 20 0 15 0 109554957 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826052369512 139826555231038 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14544] ppid=14527 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554957 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826051320800 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14545] ppid=14527 vsize=10551156 memory=140510199985792 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554962 10804383744 9740 18446744073709551615 4194304 4196468 140730233146256 139826050267568 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38960 KiB

[startup+0.701094 s]
/proc/loadavg: 1.16 1.08 1.38 5/217 14545
/proc/meminfo: memFree=30278572/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10551232 memory=94064 CPUtime=1.42 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 13016 0 0 0 136 6 0 0 20 0 15 0 109554945 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2637808 23516 3061 1 0 2627261 0
[pid=14530/tid=14532] ppid=14527 vsize=10551232 memory=956 CPUtime=0.56 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) R 14527 14530 4674 0 -1 4202560 7334 0 0 0 52 4 0 0 20 0 15 0 109554952 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826567222600 139826170015372 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10551232 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10551232 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554953 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554953 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10551232 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 109554954 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554955 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554955 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826056582256 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14540] ppid=14527 vsize=10551232 memory=737 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554957 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826055530576 139826563012507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14541] ppid=14527 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/14530/task/14541/stat : 14541 (java) R 14527 14530 4674 0 -1 4202560 1674 0 0 0 29 0 0 0 20 0 15 0 109554957 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826054468640 139826543694709 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14542] ppid=14527 vsize=10551232 memory=844 CPUtime=0.26 cores=1,3,5,7
/proc/14530/task/14542/stat : 14542 (java) R 14527 14530 4674 0 -1 4202560 927 0 0 0 26 0 0 0 20 0 15 0 109554957 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826053410208 139826546494294 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14543] ppid=14527 vsize=10551232 memory=16436 CPUtime=0.28 cores=1,3,5,7
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 4674 0 -1 1077944384 1710 0 0 0 28 0 0 0 20 0 15 0 109554957 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826052373360 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14544] ppid=14527 vsize=10551232 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554957 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826051320800 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14545] ppid=14527 vsize=10551232 memory=4072 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554962 10804461568 23516 18446744073709551615 4194304 4196468 140730233146256 139826050267568 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 94064 KiB

[startup+1.50113 s]
/proc/loadavg: 1.16 1.08 1.38 5/217 14545
/proc/meminfo: memFree=29744092/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10551232 memory=303928 CPUtime=3.91 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 23197 0 0 0 377 14 0 0 20 0 15 0 109554945 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2637808 75982 3108 1 0 2627261 0
[pid=14530/tid=14532] ppid=14527 vsize=10551232 memory=2257 CPUtime=1.24 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) R 14527 14530 4674 0 -1 4202560 7395 0 0 0 119 5 0 0 20 0 15 0 109554952 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826567221736 139826547370928 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10551232 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 213 0 0 0 6 1 0 0 20 0 15 0 109554953 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10551232 memory=-7522837582236181595 CPUtime=0.03 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 20 0 0 0 3 0 0 0 20 0 15 0 109554953 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10551232 memory=181436 CPUtime=0.04 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 15 0 109554953 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10551232 memory=16436 CPUtime=0.05 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 149 0 0 0 4 1 0 0 20 0 15 0 109554953 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10551232 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 109554954 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10551232 memory=4072 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554955 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10551232 memory=281020113072736 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554955 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826056582256 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14540] ppid=14527 vsize=10551232 memory=7451317069633775460 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554957 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826055530576 139826563012507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14541] ppid=14527 vsize=10551232 memory=7451317069633775460 CPUtime=1.06 cores=1,3,5,7
/proc/14530/task/14541/stat : 14541 (java) R 14527 14530 4674 0 -1 4202560 4983 0 0 0 105 1 0 0 20 0 15 0 109554957 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826054467120 139826544515302 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14542] ppid=14527 vsize=10551232 memory=7451317069633775460 CPUtime=1.02 cores=1,3,5,7
/proc/14530/task/14542/stat : 14542 (java) R 14527 14530 4674 0 -1 4202560 6961 0 0 0 101 1 0 0 20 0 15 0 109554957 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826053412216 139826544538451 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14543] ppid=14527 vsize=10551232 memory=7451317069633775460 CPUtime=0.32 cores=1,3,5,7
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 4674 0 -1 1077944384 2004 0 0 0 32 0 0 0 20 0 15 0 109554957 10804461568 75982 18446744073709551615 4194304 4196468 140730233146256 139826052373360 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0

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

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

[startup+3.20095 s]
/proc/loadavg: 1.16 1.08 1.38 6/218 14546
/proc/meminfo: memFree=29131044/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10617796 memory=383084 CPUtime=6.45 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 26319 0 0 0 629 16 0 0 20 0 16 0 109554945 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2654449 95771 3116 1 0 2643902 0
[pid=14530/tid=14532] ppid=14527 vsize=10617796 memory=-8774313645642428999 CPUtime=2.95 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) R 14527 14530 4674 0 -1 4202560 8016 0 0 0 288 7 0 0 20 0 16 0 109554952 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826567229616 139826171464120 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10617796 memory=66 CPUtime=0.07 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 213 0 0 0 6 1 0 0 20 0 16 0 109554953 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10617796 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 20 0 0 0 3 0 0 0 20 0 16 0 109554953 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10617796 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 16 0 109554953 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10617796 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 149 0 0 0 4 1 0 0 20 0 16 0 109554953 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 16 0 109554954 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10617796 memory=140510056502664 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109554955 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10617796 memory=281020113000016 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554955 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826056582256 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14540] ppid=14527 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826055530576 139826563012507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14541] ppid=14527 vsize=10617796 memory=4 CPUtime=1.47 cores=1,3,5,7
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 4674 0 -1 1077944384 5480 0 0 0 146 1 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826054478448 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14542] ppid=14527 vsize=10617796 memory=281020113206080 CPUtime=1.38 cores=1,3,5,7
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 4674 0 -1 1077944384 8761 0 0 0 137 1 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826053425648 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14543] ppid=14527 vsize=10617796 memory=8414074075373934941 CPUtime=0.38 cores=1,3,5,7
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 4674 0 -1 1077944384 2108 0 0 0 38 0 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826052373360 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14544] ppid=14527 vsize=10617796 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826051320800 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14545] ppid=14527 vsize=10617796 memory=-2698094170471126430 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 109554962 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826050267568 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14546] ppid=14527 vsize=10617796 memory=-5792065019343307568 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14546/stat : 14546 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109555106 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826049213104 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
Current children cumulated CPU time: 6.45 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 383084 KiB

[startup+4.00081 s]*
/proc/loadavg: 1.16 1.08 1.38 3/218 14546
/proc/meminfo: memFree=29042808/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10617796 memory=383084 CPUtime=7.26 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 26379 0 0 0 710 16 0 0 20 0 16 0 109554945 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2654449 95771 3116 1 0 2643902 0
[pid=14530/tid=14532] ppid=14527 vsize=10617796 memory=-8774313645642428999 CPUtime=3.75 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) R 14527 14530 4674 0 -1 4202560 8073 0 0 0 368 7 0 0 20 0 16 0 109554952 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826567229936 139826171494324 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10617796 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 213 0 0 0 6 1 0 0 20 0 16 0 109554953 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10617796 memory=6296989199426736997 CPUtime=0.03 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 20 0 0 0 3 0 0 0 20 0 16 0 109554953 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10617796 memory=7448488012996568145 CPUtime=0.04 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 16 0 109554953 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10617796 memory=7086240636212629859 CPUtime=0.05 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 149 0 0 0 4 1 0 0 20 0 16 0 109554953 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10617796 memory=6153431502485413986 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 16 0 109554954 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10617796 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109554955 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554955 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826056582256 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14540] ppid=14527 vsize=10617796 memory=281020113153280 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826055530576 139826563012507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14541] ppid=14527 vsize=10617796 memory=140510056615056 CPUtime=1.47 cores=1,3,5,7
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 4674 0 -1 1077944384 5480 0 0 0 146 1 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826054478448 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14542] ppid=14527 vsize=10617796 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 4674 0 -1 1077944384 8761 0 0 0 137 1 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826053425648 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14543] ppid=14527 vsize=10617796 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 4674 0 -1 1077944384 2111 0 0 0 38 0 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826052373360 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14544] ppid=14527 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554957 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826051320800 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14545] ppid=14527 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 109554962 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826050267568 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14546] ppid=14527 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14546/stat : 14546 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109555106 10872623104 95771 18446744073709551615 4194304 4196468 140730233146256 139826049213104 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
Current children cumulated CPU time: 7.26 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 383084 KiB

[startup+4.40073 s]
/proc/loadavg: 1.16 1.08 1.38 3/218 14546
/proc/meminfo: memFree=29042808/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10750924 memory=451784 CPUtime=7.87 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 28199 0 0 0 764 23 0 0 20 0 16 0 109554945 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2687731 112946 3121 1 0 2677184 0
[pid=14530/tid=14532] ppid=14527 vsize=10750924 memory=4639078496554995792 CPUtime=3.99 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) S 14527 14530 4674 0 -1 1077944384 8238 0 0 0 392 7 0 0 20 0 16 0 109554952 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826567234592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10750924 memory=4638778398332698720 CPUtime=0.13 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 299 0 0 0 11 2 0 0 20 0 16 0 109554953 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10750924 memory=-8774313645642428999 CPUtime=0.1 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 103 0 0 0 8 2 0 0 20 0 16 0 109554953 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10750924 memory=2320 CPUtime=0.11 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 609 0 0 0 9 2 0 0 20 0 16 0 109554953 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10750924 memory=1724 CPUtime=0.11 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 290 0 0 0 9 2 0 0 20 0 16 0 109554953 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10750924 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 612 0 0 0 0 0 0 0 20 0 16 0 109554954 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109554955 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554955 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826056582256 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14540] ppid=14527 vsize=10750924 memory=140510056461712 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826055530576 139826563012507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14541] ppid=14527 vsize=10750924 memory=796 CPUtime=1.51 cores=1,3,5,7
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 4674 0 -1 1077944384 5612 0 0 0 150 1 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826054478448 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14542] ppid=14527 vsize=10750924 memory=984 CPUtime=1.41 cores=1,3,5,7
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 4674 0 -1 1077944384 8780 0 0 0 140 1 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826053425648 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14543] ppid=14527 vsize=10750924 memory=1728 CPUtime=0.39 cores=1,3,5,7
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 4674 0 -1 1077944384 2168 0 0 0 39 0 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826052373360 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14544] ppid=14527 vsize=10750924 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826051320800 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14545] ppid=14527 vsize=10750924 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 109554962 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826050267568 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
Current children cumulated CPU time: 7.87 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 451784 KiB

[startup+4.50073 s]
/proc/loadavg: 1.16 1.08 1.38 3/218 14546
/proc/meminfo: memFree=29042808/32770624 swapFree=67108764/67108860
[pid=14530] ppid=14527 vsize=10750924 memory=451784 CPUtime=7.87 cores=1,3,5,7
/proc/14530/stat : 14530 (java) S 14527 14530 4674 0 -1 1077944320 28199 0 0 0 764 23 0 0 20 0 16 0 109554945 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 140730233128800 139826562993911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
/proc/14530/statm: 2687731 112946 3121 1 0 2677184 0
[pid=14530/tid=14532] ppid=14527 vsize=10750924 memory=451612 CPUtime=3.99 cores=1,3,5,7
/proc/14530/task/14532/stat : 14532 (java) S 14527 14530 4674 0 -1 1077944384 8238 0 0 0 392 7 0 0 20 0 16 0 109554952 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826567234592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14533] ppid=14527 vsize=10750924 memory=281020113365568 CPUtime=0.13 cores=1,3,5,7
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 4674 0 -1 1077944384 299 0 0 0 11 2 0 0 20 0 16 0 109554953 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826493414288 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14534] ppid=14527 vsize=10750924 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 4674 0 -1 1077944384 103 0 0 0 8 2 0 0 20 0 16 0 109554953 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826492361488 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14535] ppid=14527 vsize=10750924 memory=4638778398332764256 CPUtime=0.11 cores=1,3,5,7
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 4674 0 -1 1077944384 609 0 0 0 9 2 0 0 20 0 16 0 109554953 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826491309200 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14536] ppid=14527 vsize=10750924 memory=4639641446508417104 CPUtime=0.11 cores=1,3,5,7
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 4674 0 -1 1077944384 290 0 0 0 9 2 0 0 20 0 16 0 109554953 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826490256400 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14537] ppid=14527 vsize=10750924 memory=281020113086256 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 4674 0 -1 1077944384 612 0 0 0 0 0 0 0 20 0 16 0 109554954 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826058688624 139826563005058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14538] ppid=14527 vsize=10750924 memory=5789193038506583128 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109554955 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826057634592 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14539] ppid=14527 vsize=10750924 memory=6005661584769439849 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554955 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826056582256 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14540] ppid=14527 vsize=10750924 memory=3 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826055530576 139826563012507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14541] ppid=14527 vsize=10750924 memory=4 CPUtime=1.51 cores=1,3,5,7
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 4674 0 -1 1077944384 5612 0 0 0 150 1 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826054478448 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14542] ppid=14527 vsize=10750924 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 4674 0 -1 1077944384 8780 0 0 0 140 1 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826053425648 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14543] ppid=14527 vsize=10750924 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 4674 0 -1 1077944384 2168 0 0 0 39 0 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826052373360 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14544] ppid=14527 vsize=10750924 memory=12842 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554957 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826051320800 139826563004117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
[pid=14530/tid=14545] ppid=14527 vsize=10750924 memory=21645 CPUtime=0 cores=1,3,5,7
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 109554962 11008946176 112946 18446744073709551615 4194304 4196468 140730233146256 139826050267568 139826563005058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12812288 140730233147792 140730233147945 140730233147945 140730233151439 0
Current children cumulated CPU time: 7.87 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 451784 KiB

Child status: 0
Real time (s): 4.54237
CPU time (s): 7.8883
CPU user time (s): 7.64526
CPU system time (s): 0.243042
CPU usage (%): 173.66
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 451784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.64526
system time used= 0.243042
maximum resident set size= 452324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1931
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 14530
#   total CPU time (s): 7.8883
#   total CPU user time (s): 7.64526
#   total CPU system time (s): 0.243042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044223 second user time and 0.096674 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 12:20:51
IDJOB=4263570
IDBENCH=123014
IDSOLVER=2651
FILE ID=node134/4263570-1502620485
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault-medium-pos.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263570-1502620485/watcher-4263570-1502620485 -o /tmp/evaluation-result-4263570-1502620485/solver-4263570-1502620485 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263570-1502620485.xml

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

MD5SUM BENCH= 19655dcffa751868797b607ef2267cd6
RANDOM SEED=1811748596

node134.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.43
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.43
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.43
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.43
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:        30665560 kB
MemAvailable:   30868252 kB
Buffers:          220548 kB
Cached:           275744 kB
SwapCached:            4 kB
Active:          1455908 kB
Inactive:         198028 kB
Active(anon):    1104768 kB
Inactive(anon):    94440 kB
Active(file):     351140 kB
Inactive(file):   103588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1920 kB
Writeback:             0 kB
AnonPages:       1176020 kB
Mapped:            68556 kB
Shmem:             41564 kB
Slab:             153936 kB
SReclaimable:     127596 kB
SUnreclaim:        26340 kB
KernelStack:        3872 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2700896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1071104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 12:20:55