Trace number 4243493

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
R1: sat4j-CSP 2017-07-05SAT 4.26599 1.63887

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-small.xml
MD5SUM5e55bfc7b30a0175fda5de0f90de1236
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.012165
Satisfiable
(Un)Satisfiability was proved
Number of variables139
Number of constraints147
Number of domains8
Minimum domain size2
Maximum domain size16
Distribution of domain sizes[{"size":2,"count":120},{"size":3,"count":10},{"size":4,"count":6},{"size":14,"count":1},{"size":16,"count":2}]
Minimum variable degree1
Maximum variable degree132
Distribution of variable degrees[{"degree":1,"count":105},{"degree":2,"count":22},{"degree":3,"count":8},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":11,"count":1},{"degree":132,"count":1}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":133},{"arity":3,"count":7},{"arity":4,"count":3},{"arity":6,"count":3},{"arity":8,"count":1}]
Number of extensional constraints147
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":147}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

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-4243493-1500673052/watcher-4243493-1500673052 -o /tmp/evaluation-result-4243493-1500673052/solver-4243493-1500673052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500673052-5491 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243493-1500673052.xml 

pid=5509
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.03 2.03 2.03 3/238 5512
/proc/meminfo: memFree=32029740/32770624 swapFree=5804/222504
[pid=5512] ppid=5509 vsize=8354884 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/stat : 5512 (java) S 5509 5512 2464 0 -1 1077944320 2241 0 0 0 0 0 0 0 20 0 6 0 2573855 8555401216 2460 33554432000 4194304 4196468 140727057948736 140727057931280 140286445870839 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
/proc/5512/statm: 2088721 2460 1197 1 0 2077632 0
[pid=5512/tid=5513] ppid=5509 vsize=8357968 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5513/stat : 5513 (java) S 5509 5512 2464 0 -1 1077944384 948 0 0 0 0 0 0 0 20 0 10 0 2573855 8558559232 2526 33554432000 4194304 4196468 140727057948736 140286450112208 140286445881045 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5518] ppid=5509 vsize=8489040 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5518/stat : 5518 (java) R 5509 5512 2464 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2573856 8692776960 2526 33554432000 4194304 4196468 140727057948736 140286387875296 140286438587943 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5519] ppid=5509 vsize=8620112 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5519/stat : 5519 (java) R 5509 5512 2464 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 2573856 8826994688 2526 33554432000 4194304 4196468 140727057948736 140286386822496 140286445881045 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5520] ppid=5509 vsize=8620112 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5520/stat : 5520 (java) D 5509 5512 2464 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2573856 8826994688 2526 33554432000 4194304 4196468 140727057948736 140286385768840 140286438587802 0 4 0 16784584 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5521] ppid=5509 vsize=8751184 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5521/stat : 5521 (java) D 5509 5512 2464 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2573856 8961212416 2526 33554432000 4194304 4196468 140727057948736 140286384716088 140286438098659 0 4 0 16784584 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5522] ppid=5509 vsize=8751184 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5522/stat : 5522 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2573856 8961212416 2526 33554432000 4194304 4196468 140727057948736 140286383663760 140286445881045 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5523] ppid=5509 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5523/stat : 5523 (java) R 5509 5512 2464 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 2573856 9028321280 2526 33554432000 4194304 4196468 140727057948736 140286047868984 140286438098659 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5524] ppid=5509 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5524/stat : 5524 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2573856 9028321280 2526 33554432000 4194304 4196468 140727057948736 140286046816656 140286445881045 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5525] ppid=5509 vsize=8947792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5525/stat : 5525 (java) D 5509 5512 2464 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 10 0 2573856 9162539008 2526 33554432000 4194304 4196468 140727057948736 140286045763384 140286438587943 0 4 0 16784584 18446744071582151463 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0

[startup+0.100131 s]
/proc/loadavg: 2.03 2.03 2.03 3/238 5512
/proc/meminfo: memFree=32029740/32770624 swapFree=5804/222504
[pid=5512] ppid=5509 vsize=10900456 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/5512/stat : 5512 (java) S 5509 5512 2464 0 -1 1077944320 4969 0 0 0 9 1 0 0 20 0 20 0 2573855 11162066944 6599 33554432000 4194304 4196468 140727057948736 140727057931280 140286445870839 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
/proc/5512/statm: 2725114 6599 2628 1 0 2713552 0
[pid=5512/tid=5513] ppid=5509 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5513/stat : 5513 (java) R 5509 5512 2464 0 -1 4202560 3061 0 0 0 7 1 0 0 20 0 20 0 2573855 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286450113464 140286445882774 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5518] ppid=5509 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5518/stat : 5518 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2573856 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286387874960 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5519] ppid=5509 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5519/stat : 5519 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286386822160 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5520] ppid=5509 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5520/stat : 5520 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286385769360 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5521] ppid=5509 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5521/stat : 5521 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286384716560 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5522] ppid=5509 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5522/stat : 5522 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286383663760 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5523] ppid=5509 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5523/stat : 5523 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2573856 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286047869456 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5524] ppid=5509 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5524/stat : 5524 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286046816656 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5525] ppid=5509 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5525/stat : 5525 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2573856 11162066944 6599 33554432000 4194304 4196468 140727057948736 140286045763856 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900456

[startup+0.201188 s]
/proc/loadavg: 2.03 2.03 2.03 3/238 5512
/proc/meminfo: memFree=32029740/32770624 swapFree=5804/222504
[pid=5512] ppid=5509 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/5512/stat : 5512 (java) S 5509 5512 2464 0 -1 1077944320 7143 0 0 0 24 2 0 0 20 0 20 0 2573855 11162169344 9041 33554432000 4194304 4196468 140727057948736 140727057931280 140286445870839 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
/proc/5512/statm: 2725139 9041 2857 1 0 2713552 0
[pid=5512/tid=5513] ppid=5509 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5513/stat : 5513 (java) R 5509 5512 2464 0 -1 4202560 4799 0 0 0 16 1 0 0 20 0 20 0 2573855 11162169344 9041 33554432000 4194304 4196468 140727057948736 140286450074152 140286429951326 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5518] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5518/stat : 5518 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 9043 33554432000 4194304 4196468 140727057948736 140286387874960 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5519] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5519/stat : 5519 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 9043 33554432000 4194304 4196468 140727057948736 140286386822160 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5520] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5520/stat : 5520 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 9043 33554432000 4194304 4196468 140727057948736 140286385769360 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5521] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5521/stat : 5521 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 9043 33554432000 4194304 4196468 140727057948736 140286384716560 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5522] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5522/stat : 5522 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 9043 33554432000 4194304 4196468 140727057948736 140286383663760 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5523] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5523/stat : 5523 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 9043 33554432000 4194304 4196468 140727057948736 140286047869456 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5524] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5524/stat : 5524 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 9043 33554432000 4194304 4196468 140727057948736 140286046816656 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5525] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5525/stat : 5525 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 9043 33554432000 4194304 4196468 140727057948736 140286045763856 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300794 s]
/proc/loadavg: 2.03 2.03 2.03 3/238 5512
/proc/meminfo: memFree=32029740/32770624 swapFree=5804/222504
[pid=5512] ppid=5509 vsize=10900556 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/5512/stat : 5512 (java) S 5509 5512 2464 0 -1 1077944320 8455 0 0 0 42 2 0 0 20 0 20 0 2573855 11162169344 11262 33554432000 4194304 4196468 140727057948736 140727057931280 140286445870839 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
/proc/5512/statm: 2725139 11262 2971 1 0 2713552 0
[pid=5512/tid=5513] ppid=5509 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5513/stat : 5513 (java) R 5509 5512 2464 0 -1 4202560 5309 0 0 0 26 1 0 0 20 0 20 0 2573855 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286450107088 140286445882774 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5518] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5518/stat : 5518 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286387874960 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5519] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5519/stat : 5519 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286386822160 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5520] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5520/stat : 5520 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286385769360 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5521] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5521/stat : 5521 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286384716560 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5522] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5522/stat : 5522 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286383663760 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5523] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5523/stat : 5523 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286047869456 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5524] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5524/stat : 5524 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286046816656 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5525] ppid=5509 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5525/stat : 5525 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2573856 11162169344 11262 33554432000 4194304 4196468 140727057948736 140286045763856 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700651 s]
/proc/loadavg: 2.03 2.03 2.03 3/238 5512
/proc/meminfo: memFree=32029740/32770624 swapFree=5804/222504
[pid=5512] ppid=5509 vsize=10900632 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/5512/stat : 5512 (java) S 5509 5512 2464 0 -1 1077944320 13067 0 0 0 191 5 0 0 20 0 20 0 2573855 11162247168 34767 33554432000 4194304 4196468 140727057948736 140727057931280 140286445870839 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
/proc/5512/statm: 2725158 34767 3089 1 0 2713552 0
[pid=5512/tid=5513] ppid=5509 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5513/stat : 5513 (java) R 5509 5512 2464 0 -1 4202560 5939 0 0 0 64 3 0 0 20 0 20 0 2573855 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286450107112 140286066911847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5518] ppid=5509 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5518/stat : 5518 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2573856 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286387874960 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5519] ppid=5509 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5519/stat : 5519 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286386822160 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5520] ppid=5509 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5520/stat : 5520 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286385769360 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5521] ppid=5509 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5521/stat : 5521 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286384716560 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5522] ppid=5509 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5522/stat : 5522 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286383663760 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5523] ppid=5509 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5523/stat : 5523 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2573856 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286047869456 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5524] ppid=5509 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5524/stat : 5524 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573856 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286046816656 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5525] ppid=5509 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5525/stat : 5525 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2573856 11162247168 34767 33554432000 4194304 4196468 140727057948736 140286045763856 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10900632

[startup+1.50111 s]
/proc/loadavg: 2.03 2.03 2.03 10/283 5562
/proc/meminfo: memFree=31656720/32770624 swapFree=5804/220808
[pid=5512] ppid=5509 vsize=11100324 CPUtime=4.24 cores=0,2,4,6,8,10,12,14
/proc/5512/stat : 5512 (java) S 5509 5512 2464 0 -1 1077944320 26958 0 0 0 417 7 0 0 20 0 21 0 2573855 11366731776 45289 33554432000 4194304 4196468 140727057948736 140727057931280 140286445870839 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
/proc/5512/statm: 2775081 45289 3102 1 0 2763475 0
[pid=5512/tid=5513] ppid=5509 vsize=11100324 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5513/stat : 5513 (java) S 5509 5512 2464 0 -1 1077944384 6068 0 0 0 136 3 0 0 20 0 21 0 2573855 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286450111520 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5518] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5518/stat : 5518 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286387874960 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5519] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5519/stat : 5519 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286386822160 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5520] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5520/stat : 5520 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286385769360 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5521] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5521/stat : 5521 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286384716560 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5522] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5522/stat : 5522 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286383663760 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5523] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5523/stat : 5523 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286047869456 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5524] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5524/stat : 5524 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286046816656 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5525] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5525/stat : 5525 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286045763856 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5532] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5532/stat : 5532 (java) S 5509 5512 2464 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 2573859 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285988858736 140286445881986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5534] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5534/stat : 5534 (java) S 5509 5512 2464 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2573859 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285987804704 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5535] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5535/stat : 5535 (java) S 5509 5512 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2573860 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285986751856 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5547] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5547/stat : 5547 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285985700176 140286445889435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5548] ppid=5509 vsize=11100324 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5548/stat : 5548 (java) S 5509 5512 2464 0 -1 1077944384 4112 0 0 0 77 0 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285984647536 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5549] ppid=5509 vsize=11100324 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5549/stat : 5549 (java) S 5509 5512 2464 0 -1 1077944384 3892 0 0 0 78 1 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285983594736 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5551] ppid=5509 vsize=11100324 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5551/stat : 5551 (java) S 5509 5512 2464 0 -1 1077944384 9005 0 0 0 85 1 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285982541936 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5552] ppid=5509 vsize=11100324 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5552/stat : 5552 (java) S 5509 5512 2464 0 -1 1077944384 2399 0 0 0 37 0 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285981489136 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5553] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5553/stat : 5553 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573864 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285121129568 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5554] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5554/stat : 5554 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573864 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285120076848 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 11100324

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

[startup+1.60159 s]
/proc/loadavg: 2.03 2.03 2.03 10/283 5562
/proc/meminfo: memFree=31656720/32770624 swapFree=5804/220808
[pid=5512] ppid=5509 vsize=11100324 CPUtime=4.24 cores=0,2,4,6,8,10,12,14
/proc/5512/stat : 5512 (java) S 5509 5512 2464 0 -1 1077944320 26958 0 0 0 417 7 0 0 20 0 21 0 2573855 11366731776 45289 33554432000 4194304 4196468 140727057948736 140727057931280 140286445870839 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
/proc/5512/statm: 2775081 45289 3102 1 0 2763475 0
[pid=5512/tid=5513] ppid=5509 vsize=11100324 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5513/stat : 5513 (java) S 5509 5512 2464 0 -1 1077944384 6068 0 0 0 136 3 0 0 20 0 21 0 2573855 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286450111520 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5518] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5518/stat : 5518 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286387874960 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5519] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5519/stat : 5519 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286386822160 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5520] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5520/stat : 5520 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286385769360 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5521] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5521/stat : 5521 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286384716560 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5522] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5522/stat : 5522 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286383663760 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5523] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5523/stat : 5523 (java) S 5509 5512 2464 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286047869456 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5524] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5524/stat : 5524 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286046816656 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5525] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5525/stat : 5525 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573856 11366731776 45289 33554432000 4194304 4196468 140727057948736 140286045763856 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5532] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5532/stat : 5532 (java) S 5509 5512 2464 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 2573859 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285988858736 140286445881986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5534] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5534/stat : 5534 (java) S 5509 5512 2464 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2573859 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285987804704 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5535] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5535/stat : 5535 (java) S 5509 5512 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2573860 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285986751856 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5547] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5547/stat : 5547 (java) S 5509 5512 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285985700176 140286445889435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5548] ppid=5509 vsize=11100324 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5548/stat : 5548 (java) S 5509 5512 2464 0 -1 1077944384 4112 0 0 0 77 0 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285984647536 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5549] ppid=5509 vsize=11100324 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5549/stat : 5549 (java) S 5509 5512 2464 0 -1 1077944384 3892 0 0 0 78 1 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285983594736 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5551] ppid=5509 vsize=11100324 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5551/stat : 5551 (java) S 5509 5512 2464 0 -1 1077944384 9005 0 0 0 85 1 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285982541936 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5552] ppid=5509 vsize=11100324 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5552/stat : 5552 (java) S 5509 5512 2464 0 -1 1077944384 2399 0 0 0 37 0 0 0 20 0 21 0 2573863 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285981489136 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5553] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5553/stat : 5553 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573864 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285121129568 140286445881045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
[pid=5512/tid=5554] ppid=5509 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5512/task/5554/stat : 5554 (java) S 5509 5512 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573864 11366731776 45289 33554432000 4194304 4196468 140727057948736 140285120076848 140286445881986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140727057949867 140727057950020 140727057950020 140727057952719 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 1.63887
CPU time (s): 4.26599
CPU user time (s): 4.18031
CPU system time (s): 0.085682
CPU usage (%): 260.3
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.18031
system time used= 0.085682
maximum resident set size= 183864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27005
page faults= 0
swaps= 0
block input operations= 864
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2140
involuntary context switches= 359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020908 second user time and 0.02641 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-21 23:37:32
IDJOB=4243493
IDBENCH=123007
IDSOLVER=2623
FILE ID=node117/4243493-1500673052
RUNJOBID= node117-1500673052-5491
PBS_JOBID= 20623301
Free space on /tmp= 62004 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault-small.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243493-1500673052/watcher-4243493-1500673052 -o /tmp/evaluation-result-4243493-1500673052/solver-4243493-1500673052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500673052-5491 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243493-1500673052.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 5e55bfc7b30a0175fda5de0f90de1236
RANDOM SEED=1079147984

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32028888 kB
MemAvailable:   32032020 kB
Buffers:           36832 kB
Cached:           278220 kB
SwapCached:            0 kB
Active:           138848 kB
Inactive:         232580 kB
Active(anon):      59156 kB
Inactive(anon):     8696 kB
Active(file):      79692 kB
Inactive(file):   223884 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3284 kB
Writeback:             0 kB
AnonPages:         59588 kB
Mapped:            28364 kB
Shmem:              8840 kB
Slab:              62172 kB
SReclaimable:      30784 kB
SUnreclaim:        31388 kB
KernelStack:        4112 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61996 MiB
End job on node117 at 2017-07-21 23:37:34