Trace number 4243684

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05OPT25 97.9829 37.594

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-07-a3.xml
MD5SUM7dfd3f139f05fe96cee61268ac0efa79
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.088816002
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints24
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":21},{"size":501,"count":7}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":7,"count":5},{"degree":8,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":21},{"arity":7,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints22
Distribution of constraint types[{"type":"intension","count":22},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

39.88/9.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
39.88/9.46	c This is free software under the dual EPL/GNU LGPL licenses.
39.88/9.46	c See www.sat4j.org for details.
39.88/9.46	c That software uses the Rhino library from the Mozilla project.
39.88/9.46	c version CUSTOM.v20170705
39.88/9.46	c java.runtime.name	Java(TM) SE Runtime Environment
39.88/9.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
39.88/9.46	c java.vm.version	25.131-b11
39.88/9.46	c java.vm.vendor	Oracle Corporation
39.88/9.46	c sun.arch.data.model	64
39.88/9.46	c java.version		1.8.0_131
39.88/9.46	c os.name		Linux
39.88/9.46	c os.version		3.10.0-514.16.1.el7.x86_64
39.88/9.46	c os.arch		amd64
39.88/9.46	c Free memory 		499604488
39.88/9.46	c Max memory 		7247757312
39.88/9.46	c Total memory 		504889344
39.88/9.46	c Number of processors 	8
39.88/9.46	c c --- Begin Solver configuration ---
39.88/9.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
39.88/9.46	c Learn all clauses as in MiniSAT
39.88/9.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
39.88/9.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
39.88/9.46	c No reason simplification
39.88/9.46	c Glucose 2.1 dynamic restart strategy
39.88/9.46	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
39.88/9.46	c timeout=2147483s
39.88/9.46	c DB Simplification allowed=false
39.88/9.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
39.88/9.46	c --- End Solver configuration ---
39.88/9.46	c constraints type 
39.88/9.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 56
39.88/9.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 105501
39.88/9.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17287506
39.88/9.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 56
39.88/9.46	c 17393119 constraints processed.
41.35/10.01	o 499
43.83/12.13	o 309
44.38/12.64	o 293
44.64/12.86	o 88
47.16/15.29	o 55
48.74/16.68	o 52
52.05/19.98	o 43
52.99/20.82	o 40
89.12/28.78	o 37
90.41/30.01	o 36
91.25/30.86	o 29
91.74/31.33	o 28
95.57/35.08	o 25
97.95/37.57	c starts		: 109
97.95/37.57	c conflicts		: 19507
97.95/37.57	c decisions		: 2279571
97.95/37.57	c propagations		: 57364507
97.95/37.57	c inspects		: 167757745
97.95/37.57	c shortcuts		: 0
97.95/37.57	c learnt literals	: 62
97.95/37.57	c learnt binary clauses	: 47
97.95/37.57	c learnt ternary clauses	: 116
97.95/37.57	c learnt constraints	: 19444
97.95/37.57	c ignored constraints	: 0
97.95/37.57	c root simplifications	: 0
97.95/37.57	c removed literals (reason simplification)	: 0
97.95/37.57	c reason swapping (by a shorter reason)	: 0
97.95/37.57	c Calls to reduceDB	: 2
97.95/37.57	c Number of update (reduction) of LBD	: 17507
97.95/37.57	c Imported unit clauses	: 0
97.95/37.57	c number of reductions to clauses (during analyze)	: 0
97.95/37.57	c number of learned constraints concerned by reduction	: 0
97.95/37.57	c number of learning phase by resolution	: 0
97.95/37.57	c number of learning phase by cutting planes	: 0
97.95/37.57	c number of rounding to 1 operations	: 0
97.95/37.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
97.95/37.57	c number of reductions of the coefficients by power 2 	: 0
97.95/37.57	c number of right shift for reduction by power 2 	: 0
97.95/37.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
97.95/37.57	c speed (assignments/second)	: 2042677.3136773137
97.95/37.57	c non guided choices	284603
97.95/37.57	c learnt constraints type 
97.95/37.57	s OPTIMUM FOUND
97.95/37.57	v <instantiation type="optimum" cost="25">
97.95/37.57	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] </list>
97.95/37.57	v 	<values> 0 4 9 15 22 23 25 1 4 9 15 22 23 25 1 1 5 11 18 19 21 1 1 1 6 13 14 16 1 1 1 1 7 8 10 1 1 1 1 1 1 3 1 1 1 1 1 1 2 1 1 1 1 1 1 1 </values>
97.95/37.57	v </instantiation>
97.95/37.57	

Verifier Data

OK	25

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

pid=12953
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.09 2.11 2.11 3/262 12956
/proc/meminfo: memFree=28628896/32770624 swapFree=5936/202364
[pid=12956] ppid=12953 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 2105 0 0 0 0 0 0 0 20 0 2 0 2784040 8550137856 1866 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2087436 1866 1197 1 0 2076347 0
[pid=12956/tid=12957] ppid=12953 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) R 12953 12956 9830 0 -1 4202560 899 0 0 0 0 0 0 0 20 0 2 0 2784041 8550137856 1932 33554432000 4194304 4196468 140736184979936 140403994188192 140403982235552 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0

[startup+0.100061 s]
/proc/loadavg: 2.09 2.11 2.11 3/262 12956
/proc/meminfo: memFree=28628896/32770624 swapFree=5936/202364
[pid=12956] ppid=12953 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 4863 0 0 0 8 1 0 0 20 0 20 0 2784040 11162169344 5456 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2725139 5456 2625 1 0 2713552 0
[pid=12956/tid=12957] ppid=12953 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) R 12953 12956 9830 0 -1 4202560 2945 0 0 0 7 1 0 0 20 0 20 0 2784041 11162169344 5456 33554432000 4194304 4196468 140736184979936 140403994182832 140403989968029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200365 s]
/proc/loadavg: 2.09 2.11 2.11 3/262 12956
/proc/meminfo: memFree=28628896/32770624 swapFree=5936/202364
[pid=12956] ppid=12953 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 7128 0 0 0 23 3 0 0 20 0 20 0 2784040 11162169344 7929 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2725139 7929 2853 1 0 2713552 0
[pid=12956/tid=12957] ppid=12953 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) R 12953 12956 9830 0 -1 4202560 4719 0 0 0 16 2 0 0 20 0 20 0 2784041 11162169344 7929 33554432000 4194304 4196468 140736184979936 140403994167440 140403989968029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300301 s]
/proc/loadavg: 2.09 2.11 2.11 3/262 12956
/proc/meminfo: memFree=28628896/32770624 swapFree=5936/202364
[pid=12956] ppid=12953 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 8508 0 0 0 38 4 0 0 20 0 20 0 2784040 11162169344 10166 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2725139 10166 2976 1 0 2713552 0
[pid=12956/tid=12957] ppid=12953 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) R 12953 12956 9830 0 -1 4202560 5523 0 0 0 25 2 0 0 20 0 20 0 2784041 11162169344 10166 33554432000 4194304 4196468 140736184979936 140403994174072 140403974594522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.70026 s]
/proc/loadavg: 2.09 2.11 2.11 3/262 12956
/proc/meminfo: memFree=28628896/32770624 swapFree=5936/202364
[pid=12956] ppid=12953 vsize=10900632 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 12502 0 0 0 162 10 0 0 20 0 20 0 2784040 11162247168 45404 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2725158 45404 3078 1 0 2713552 0
[pid=12956/tid=12957] ppid=12953 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) S 12953 12956 9830 0 -1 1077944384 5984 0 0 0 62 4 0 0 20 0 20 0 2784041 11162247168 45404 33554432000 4194304 4196468 140736184979936 140403994177296 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 10900632

[startup+1.50074 s]
/proc/loadavg: 2.08 2.11 2.11 3/282 12976
/proc/meminfo: memFree=28306840/32770624 swapFree=5936/202388
[pid=12956] ppid=12953 vsize=10900632 CPUtime=4.73 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 13738 0 0 0 351 122 0 0 20 0 20 0 2784040 11162247168 131332 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2725158 131332 3108 1 0 2713552 0
[pid=12956/tid=12957] ppid=12953 vsize=10900632 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) S 12953 12956 9830 0 -1 1077944384 6061 0 0 0 110 6 0 0 20 0 20 0 2784041 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403994179712 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12958] ppid=12953 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12958/stat : 12958 (java) R 12953 12956 9830 0 -1 4202560 145 0 0 0 15 14 0 0 20 0 20 0 2784042 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403597044568 140403974973977 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12960] ppid=12953 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12960/stat : 12960 (java) R 12953 12956 9830 0 -1 4202560 145 0 0 0 16 13 0 0 20 0 20 0 2784042 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403595991456 140403974973977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12961] ppid=12953 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12961/stat : 12961 (java) R 12953 12956 9830 0 -1 4202560 128 0 0 0 16 13 0 0 20 0 20 0 2784042 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403594938968 140403974973977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12962] ppid=12953 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12962/stat : 12962 (java) R 12953 12956 9830 0 -1 4202560 133 0 0 0 17 12 0 0 20 0 20 0 2784042 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403593886168 140403974973977 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12963] ppid=12953 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12963/stat : 12963 (java) R 12953 12956 9830 0 -1 4202560 142 0 0 0 15 14 0 0 20 0 20 0 2784042 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403592834392 140403974973977 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12964] ppid=12953 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12964/stat : 12964 (java) R 12953 12956 9830 0 -1 4202560 136 0 0 0 15 14 0 0 20 0 20 0 2784042 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403591781592 140403974973977 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12965] ppid=12953 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12965/stat : 12965 (java) R 12953 12956 9830 0 -1 4202560 146 0 0 0 15 15 0 0 20 0 20 0 2784042 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403590728792 140403983045803 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12966] ppid=12953 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12966/stat : 12966 (java) R 12953 12956 9830 0 -1 4202560 153 0 0 0 15 14 0 0 20 0 20 0 2784042 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403589675992 140403974973977 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12967] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12967/stat : 12967 (java) S 12953 12956 9830 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 2784044 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403196990368 140403989956309 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12968] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12968/stat : 12968 (java) S 12953 12956 9830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2784045 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403195937824 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12969] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12969/stat : 12969 (java) S 12953 12956 9830 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2784045 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403194884976 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12970] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12970/stat : 12970 (java) S 12953 12956 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2784049 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403193833296 140403989964699 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12971] ppid=12953 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12971/stat : 12971 (java) S 12953 12956 9830 0 -1 1077944384 1592 0 0 0 32 0 0 0 20 0 20 0 2784049 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403192781680 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12972] ppid=12953 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12972/stat : 12972 (java) S 12953 12956 9830 0 -1 1077944384 1215 0 0 0 29 0 0 0 20 0 20 0 2784049 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403191728880 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12973] ppid=12953 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12973/stat : 12973 (java) S 12953 12956 9830 0 -1 1077944384 1288 0 0 0 32 0 0 0 20 0 20 0 2784049 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403190676080 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12974] ppid=12953 vsize=10900632 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12974/stat : 12974 (java) S 12953 12956 9830 0 -1 1077944384 1009 0 0 0 16 0 0 0 20 0 20 0 2784049 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403189623280 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12975] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12975/stat : 12975 (java) S 12953 12956 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2784049 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403188570720 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12976] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12976/stat : 12976 (java) S 12953 12956 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2784050 11162247168 131332 33554432000 4194304 4196468 140736184979936 140403187518000 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 10900632

[startup+3.10087 s]
/proc/loadavg: 2.08 2.11 2.11 10/282 12976
/proc/meminfo: memFree=27989248/32770624 swapFree=5936/202388
[pid=12956] ppid=12953 vsize=10900632 CPUtime=12.67 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 16707 0 0 0 1092 175 0 0 20 0 20 0 2784040 11162247168 163133 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2725158 163133 3123 1 0 2713552 0
[pid=12956/tid=12957] ppid=12953 vsize=10900632 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) R 12953 12956 9830 0 -1 4202560 6171 0 0 0 141 6 0 0 20 0 20 0 2784041 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403994177032 140403629810066 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12958] ppid=12953 vsize=10900632 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12958/stat : 12958 (java) S 12953 12956 9830 0 -1 1077944384 436 0 0 0 100 20 0 0 20 0 20 0 2784042 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403597044368 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12960] ppid=12953 vsize=10900632 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12960/stat : 12960 (java) S 12953 12956 9830 0 -1 1077944384 223 0 0 0 101 19 0 0 20 0 20 0 2784042 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403595991568 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12961] ppid=12953 vsize=10900632 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12961/stat : 12961 (java) S 12953 12956 9830 0 -1 1077944384 361 0 0 0 100 19 0 0 20 0 20 0 2784042 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403594938768 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12962] ppid=12953 vsize=10900632 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12962/stat : 12962 (java) S 12953 12956 9830 0 -1 1077944384 497 0 0 0 99 19 0 0 20 0 20 0 2784042 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403593885968 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12963] ppid=12953 vsize=10900632 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12963/stat : 12963 (java) S 12953 12956 9830 0 -1 1077944384 480 0 0 0 99 20 0 0 20 0 20 0 2784042 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403592834192 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12964] ppid=12953 vsize=10900632 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12964/stat : 12964 (java) S 12953 12956 9830 0 -1 1077944384 654 0 0 0 99 21 0 0 20 0 20 0 2784042 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403591781392 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12965] ppid=12953 vsize=10900632 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12965/stat : 12965 (java) S 12953 12956 9830 0 -1 1077944384 364 0 0 0 98 22 0 0 20 0 20 0 2784042 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403590728592 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12966] ppid=12953 vsize=10900632 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12966/stat : 12966 (java) S 12953 12956 9830 0 -1 1077944384 492 0 0 0 100 20 0 0 20 0 20 0 2784042 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403589675792 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12967] ppid=12953 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12967/stat : 12967 (java) S 12953 12956 9830 0 -1 1077944384 550 0 0 0 38 0 0 0 20 0 20 0 2784044 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403196991856 140403989957250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12968] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12968/stat : 12968 (java) S 12953 12956 9830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2784045 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403195937824 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12969] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12969/stat : 12969 (java) S 12953 12956 9830 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2784045 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403194884976 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12970] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12970/stat : 12970 (java) S 12953 12956 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2784049 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403193833296 140403989964699 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12971] ppid=12953 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12971/stat : 12971 (java) S 12953 12956 9830 0 -1 1077944384 1594 0 0 0 32 0 0 0 20 0 20 0 2784049 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403192781680 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12972] ppid=12953 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12972/stat : 12972 (java) S 12953 12956 9830 0 -1 1077944384 1218 0 0 0 30 0 0 0 20 0 20 0 2784049 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403191728880 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12973] ppid=12953 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12973/stat : 12973 (java) S 12953 12956 9830 0 -1 1077944384 1288 0 0 0 32 0 0 0 20 0 20 0 2784049 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403190676080 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12974] ppid=12953 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12974/stat : 12974 (java) S 12953 12956 9830 0 -1 1077944384 1011 0 0 0 17 0 0 0 20 0 20 0 2784049 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403189623280 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12975] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12975/stat : 12975 (java) S 12953 12956 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2784049 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403188570720 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12976] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12976/stat : 12976 (java) S 12953 12956 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2784050 11162247168 163133 33554432000 4194304 4196468 140736184979936 140403187518000 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 1 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10900632

[startup+6.30084 s]
/proc/loadavg: 2.55 2.20 2.14 3/282 12976
/proc/meminfo: memFree=27449056/32770624 swapFree=5936/202396
[pid=12956] ppid=12953 vsize=10900632 CPUtime=27.77 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 33707 0 0 0 2414 363 0 0 20 0 20 0 2784040 11162247168 298578 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2725158 298578 3125 1 0 2713552 0
[pid=12956/tid=12957] ppid=12953 vsize=10900632 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) R 12953 12956 9830 0 -1 4202560 6887 0 0 0 201 7 0 0 20 0 20 0 2784041 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403994183768 140403630097523 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12958] ppid=12953 vsize=10900632 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12958/stat : 12958 (java) S 12953 12956 9830 0 -1 1077944384 2226 0 0 0 242 43 0 0 20 0 20 0 2784042 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403597044368 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12960] ppid=12953 vsize=10900632 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12960/stat : 12960 (java) S 12953 12956 9830 0 -1 1077944384 1504 0 0 0 246 45 0 0 20 0 20 0 2784042 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403595991568 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12961] ppid=12953 vsize=10900632 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12961/stat : 12961 (java) S 12953 12956 9830 0 -1 1077944384 1861 0 0 0 244 42 0 0 20 0 20 0 2784042 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403594938768 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12962] ppid=12953 vsize=10900632 CPUtime=2.88 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12962/stat : 12962 (java) S 12953 12956 9830 0 -1 1077944384 1871 0 0 0 245 43 0 0 20 0 20 0 2784042 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403593885968 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12963] ppid=12953 vsize=10900632 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12963/stat : 12963 (java) S 12953 12956 9830 0 -1 1077944384 1591 0 0 0 248 45 0 0 20 0 20 0 2784042 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403592834192 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12964] ppid=12953 vsize=10900632 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12964/stat : 12964 (java) S 12953 12956 9830 0 -1 1077944384 2162 0 0 0 251 42 0 0 20 0 20 0 2784042 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403591781392 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12965] ppid=12953 vsize=10900632 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12965/stat : 12965 (java) S 12953 12956 9830 0 -1 1077944384 1783 0 0 0 245 45 0 0 20 0 20 0 2784042 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403590728592 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12966] ppid=12953 vsize=10900632 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12966/stat : 12966 (java) S 12953 12956 9830 0 -1 1077944384 2231 0 0 0 249 43 0 0 20 0 20 0 2784042 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403589675792 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12967] ppid=12953 vsize=10900632 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12967/stat : 12967 (java) S 12953 12956 9830 0 -1 1077944384 4692 0 0 0 123 0 0 0 20 0 20 0 2784044 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403196991856 140403989957250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12968] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12968/stat : 12968 (java) S 12953 12956 9830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2784045 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403195937824 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12969] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12969/stat : 12969 (java) S 12953 12956 9830 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2784045 11162247168 298578 33554432000 4194304 4196468 140736184979936 140403194884976 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12970] ppid=12953 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=12956/tid=12969] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12969/stat : 12969 (java) S 12953 12956 9830 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 21 0 2784045 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403194884992 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12970] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12970/stat : 12970 (java) S 12953 12956 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403193833296 140403989964699 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12971] ppid=12953 vsize=10967196 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12971/stat : 12971 (java) S 12953 12956 9830 0 -1 1077944384 5877 0 0 0 108 1 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403192781680 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12972] ppid=12953 vsize=10967196 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12972/stat : 12972 (java) S 12953 12956 9830 0 -1 1077944384 4068 0 0 0 107 1 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403191728880 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12973] ppid=12953 vsize=10967196 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12973/stat : 12973 (java) S 12953 12956 9830 0 -1 1077944384 3750 0 0 0 93 0 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403190676080 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12974] ppid=12953 vsize=10967196 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12974/stat : 12974 (java) S 12953 12956 9830 0 -1 1077944384 1914 0 0 0 28 1 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403189623280 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12975] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12975/stat : 12975 (java) S 12953 12956 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403188570720 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12976] ppid=12953 vsize=10967196 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12976/stat : 12976 (java) S 12953 12956 9830 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 21 0 2784050 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403187518000 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12977] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12977/stat : 12977 (java) S 12953 12956 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2784989 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403186463536 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 97.37
Current children cumulated vsize (KiB) 10967196

[startup+37.2008 s]
/proc/loadavg: 2.75 2.28 2.17 10/282 13064
/proc/meminfo: memFree=27391240/32770624 swapFree=5936/202480
[pid=12956] ppid=12953 vsize=10967196 CPUtime=97.77 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 76525 0 0 0 8669 1108 0 0 20 0 21 0 2784040 11230408704 775964 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2741799 775964 3155 1 0 2730193 0
[pid=12956/tid=12957] ppid=12953 vsize=10967196 CPUtime=25.67 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) R 12953 12956 9830 0 -1 4202560 22391 0 0 0 2557 10 0 0 20 0 21 0 2784041 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403994182936 140403630914054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12958] ppid=12953 vsize=10967196 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12958/stat : 12958 (java) S 12953 12956 9830 0 -1 1077944384 3506 0 0 0 675 138 0 0 20 0 21 0 2784042 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403597044368 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12960] ppid=12953 vsize=10967196 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12960/stat : 12960 (java) S 12953 12956 9830 0 -1 1077944384 2617 0 0 0 677 143 0 0 20 0 21 0 2784042 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403595991568 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12961] ppid=12953 vsize=10967196 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12961/stat : 12961 (java) S 12953 12956 9830 0 -1 1077944384 4419 0 0 0 690 127 0 0 20 0 21 0 2784042 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403594938768 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12962] ppid=12953 vsize=10967196 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12962/stat : 12962 (java) S 12953 12956 9830 0 -1 1077944384 3022 0 0 0 680 136 0 0 20 0 21 0 2784042 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403593885968 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12963] ppid=12953 vsize=10967196 CPUtime=8.19 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12963/stat : 12963 (java) S 12953 12956 9830 0 -1 1077944384 3668 0 0 0 683 136 0 0 20 0 21 0 2784042 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403592834192 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12964] ppid=12953 vsize=10967196 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12964/stat : 12964 (java) S 12953 12956 9830 0 -1 1077944384 4037 0 0 0 692 131 0 0 20 0 21 0 2784042 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403591781392 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12965] ppid=12953 vsize=10967196 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12965/stat : 12965 (java) S 12953 12956 9830 0 -1 1077944384 3670 0 0 0 679 137 0 0 20 0 21 0 2784042 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403590728592 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12966] ppid=12953 vsize=10967196 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12966/stat : 12966 (java) S 12953 12956 9830 0 -1 1077944384 3526 0 0 0 675 139 0 0 20 0 21 0 2784042 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403589675792 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12967] ppid=12953 vsize=10967196 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12967/stat : 12967 (java) S 12953 12956 9830 0 -1 1077944384 8180 0 0 0 319 1 0 0 20 0 21 0 2784044 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403196991856 140403989957250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12968] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12968/stat : 12968 (java) S 12953 12956 9830 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 2784045 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403195937888 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12969] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12969/stat : 12969 (java) S 12953 12956 9830 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 21 0 2784045 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403194884992 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12970] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12970/stat : 12970 (java) S 12953 12956 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403193833296 140403989964699 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12971] ppid=12953 vsize=10967196 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12971/stat : 12971 (java) S 12953 12956 9830 0 -1 1077944384 5877 0 0 0 108 1 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403192781680 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12972] ppid=12953 vsize=10967196 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12972/stat : 12972 (java) S 12953 12956 9830 0 -1 1077944384 4068 0 0 0 107 1 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403191728880 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12973] ppid=12953 vsize=10967196 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12973/stat : 12973 (java) S 12953 12956 9830 0 -1 1077944384 3750 0 0 0 93 0 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403190676080 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12974] ppid=12953 vsize=10967196 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12974/stat : 12974 (java) S 12953 12956 9830 0 -1 1077944384 1914 0 0 0 28 1 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403189623280 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12975] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12975/stat : 12975 (java) S 12953 12956 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2784049 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403188570720 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12976] ppid=12953 vsize=10967196 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12976/stat : 12976 (java) S 12953 12956 9830 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 21 0 2784050 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403187518000 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12977] ppid=12953 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12977/stat : 12977 (java) S 12953 12956 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2784989 11230408704 775964 33554432000 4194304 4196468 140736184979936 140403186463536 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 97.77
Current children cumulated vsize (KiB) 10967196

[startup+37.4008 s]
/proc/loadavg: 2.75 2.28 2.17 9/282 13066
/proc/meminfo: memFree=26967620/32770624 swapFree=5936/202480
[pid=12956] ppid=12953 vsize=11100324 CPUtime=97.95 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 77110 0 0 0 8687 1108 0 0 20 0 21 0 2784040 11366731776 775979 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2775081 775979 3157 1 0 2763475 0
[pid=12956/tid=12957] ppid=12953 vsize=11100324 CPUtime=25.83 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) S 12953 12956 9830 0 -1 1077944384 22841 0 0 0 2573 10 0 0 20 0 21 0 2784041 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403994186784 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12958] ppid=12953 vsize=11100324 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12958/stat : 12958 (java) S 12953 12956 9830 0 -1 1077944384 3506 0 0 0 675 138 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403597044368 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12960] ppid=12953 vsize=11100324 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12960/stat : 12960 (java) S 12953 12956 9830 0 -1 1077944384 2617 0 0 0 677 143 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403595991568 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12961] ppid=12953 vsize=11100324 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12961/stat : 12961 (java) S 12953 12956 9830 0 -1 1077944384 4419 0 0 0 690 127 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403594938768 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12962] ppid=12953 vsize=11100324 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12962/stat : 12962 (java) S 12953 12956 9830 0 -1 1077944384 3022 0 0 0 680 136 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403593885968 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12963] ppid=12953 vsize=11100324 CPUtime=8.19 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12963/stat : 12963 (java) S 12953 12956 9830 0 -1 1077944384 3668 0 0 0 683 136 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403592834192 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12964] ppid=12953 vsize=11100324 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12964/stat : 12964 (java) S 12953 12956 9830 0 -1 1077944384 4037 0 0 0 692 131 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403591781392 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12965] ppid=12953 vsize=11100324 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12965/stat : 12965 (java) S 12953 12956 9830 0 -1 1077944384 3670 0 0 0 679 137 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403590728592 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12966] ppid=12953 vsize=11100324 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12966/stat : 12966 (java) S 12953 12956 9830 0 -1 1077944384 3526 0 0 0 675 139 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403589675792 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12967] ppid=12953 vsize=11100324 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12967/stat : 12967 (java) S 12953 12956 9830 0 -1 1077944384 8181 0 0 0 319 1 0 0 20 0 21 0 2784044 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403196991856 140403989957250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12968] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12968/stat : 12968 (java) S 12953 12956 9830 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 2784045 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403195937888 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12969] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12969/stat : 12969 (java) S 12953 12956 9830 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 21 0 2784045 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403194884992 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12970] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12970/stat : 12970 (java) S 12953 12956 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403193833296 140403989964699 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12971] ppid=12953 vsize=11100324 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12971/stat : 12971 (java) S 12953 12956 9830 0 -1 1077944384 5877 0 0 0 109 1 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403192781680 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12972] ppid=12953 vsize=11100324 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12972/stat : 12972 (java) S 12953 12956 9830 0 -1 1077944384 4068 0 0 0 107 1 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403191728880 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12973] ppid=12953 vsize=11100324 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12973/stat : 12973 (java) S 12953 12956 9830 0 -1 1077944384 3750 0 0 0 93 0 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403190676080 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12974] ppid=12953 vsize=11100324 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12974/stat : 12974 (java) S 12953 12956 9830 0 -1 1077944384 1922 0 0 0 28 1 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403189623280 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12975] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12975/stat : 12975 (java) S 12953 12956 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403188570720 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12976] ppid=12953 vsize=11100324 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12976/stat : 12976 (java) S 12953 12956 9830 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 21 0 2784050 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403187518000 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=13065] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/13065/stat : 13065 (java) S 12953 12956 9830 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 2787777 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403185410960 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 97.95
Current children cumulated vsize (KiB) 11100324

[startup+37.5154 s]
/proc/loadavg: 2.75 2.28 2.17 9/282 13066
/proc/meminfo: memFree=26967620/32770624 swapFree=5936/202480
[pid=12956] ppid=12953 vsize=11100324 CPUtime=97.95 cores=0,2,4,6,8,10,12,14
/proc/12956/stat : 12956 (java) S 12953 12956 9830 0 -1 1077944320 77110 0 0 0 8687 1108 0 0 20 0 21 0 2784040 11366731776 775979 33554432000 4194304 4196468 140736184979936 140736184962480 140403989946103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
/proc/12956/statm: 2775081 775979 3157 1 0 2763475 0
[pid=12956/tid=12957] ppid=12953 vsize=11100324 CPUtime=25.83 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12957/stat : 12957 (java) S 12953 12956 9830 0 -1 1077944384 22841 0 0 0 2573 10 0 0 20 0 21 0 2784041 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403994186784 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12958] ppid=12953 vsize=11100324 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12958/stat : 12958 (java) S 12953 12956 9830 0 -1 1077944384 3506 0 0 0 675 138 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403597044368 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12960] ppid=12953 vsize=11100324 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12960/stat : 12960 (java) S 12953 12956 9830 0 -1 1077944384 2617 0 0 0 677 143 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403595991568 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12961] ppid=12953 vsize=11100324 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12961/stat : 12961 (java) S 12953 12956 9830 0 -1 1077944384 4419 0 0 0 690 127 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403594938768 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12962] ppid=12953 vsize=11100324 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12962/stat : 12962 (java) S 12953 12956 9830 0 -1 1077944384 3022 0 0 0 680 136 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403593885968 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12963] ppid=12953 vsize=11100324 CPUtime=8.19 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12963/stat : 12963 (java) S 12953 12956 9830 0 -1 1077944384 3668 0 0 0 683 136 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403592834192 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12964] ppid=12953 vsize=11100324 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12964/stat : 12964 (java) S 12953 12956 9830 0 -1 1077944384 4037 0 0 0 692 131 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403591781392 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12965] ppid=12953 vsize=11100324 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12965/stat : 12965 (java) S 12953 12956 9830 0 -1 1077944384 3670 0 0 0 679 137 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403590728592 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12966] ppid=12953 vsize=11100324 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12966/stat : 12966 (java) S 12953 12956 9830 0 -1 1077944384 3526 0 0 0 675 139 0 0 20 0 21 0 2784042 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403589675792 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12967] ppid=12953 vsize=11100324 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12967/stat : 12967 (java) S 12953 12956 9830 0 -1 1077944384 8181 0 0 0 319 1 0 0 20 0 21 0 2784044 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403196991856 140403989957250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12968] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12968/stat : 12968 (java) S 12953 12956 9830 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 2784045 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403195937888 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12969] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12969/stat : 12969 (java) S 12953 12956 9830 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 21 0 2784045 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403194884992 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12970] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12970/stat : 12970 (java) S 12953 12956 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403193833296 140403989964699 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12971] ppid=12953 vsize=11100324 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12971/stat : 12971 (java) S 12953 12956 9830 0 -1 1077944384 5877 0 0 0 109 1 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403192781680 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12972] ppid=12953 vsize=11100324 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12972/stat : 12972 (java) S 12953 12956 9830 0 -1 1077944384 4068 0 0 0 107 1 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403191728880 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12973] ppid=12953 vsize=11100324 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12973/stat : 12973 (java) S 12953 12956 9830 0 -1 1077944384 3750 0 0 0 93 0 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403190676080 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12974] ppid=12953 vsize=11100324 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12974/stat : 12974 (java) S 12953 12956 9830 0 -1 1077944384 1922 0 0 0 28 1 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403189623280 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12975] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12975/stat : 12975 (java) S 12953 12956 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2784049 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403188570720 140403989956309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=12976] ppid=12953 vsize=11100324 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12956/task/12976/stat : 12976 (java) S 12953 12956 9830 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 21 0 2784050 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403187518000 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
[pid=12956/tid=13065] ppid=12953 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12956/task/13065/stat : 13065 (java) S 12953 12956 9830 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 2787777 11366731776 775979 33554432000 4194304 4196468 140736184979936 140403185410960 140403989957250 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7462912 140736184988843 140736184988996 140736184988996 140736184991695 0
Current children cumulated CPU time (s) 97.95
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 37.594
CPU time (s): 97.9829
CPU user time (s): 86.8759
CPU system time (s): 11.107
CPU usage (%): 260.634
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.8759
system time used= 11.107
maximum resident set size= 3104688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77663
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4501
involuntary context switches= 6382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.282112 second user time and 0.364227 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-22 00:12:53
IDJOB=4243684
IDBENCH=126227
IDSOLVER=2623
FILE ID=node139/4243684-1500675173
RUNJOBID= node139-1500669803-11978
PBS_JOBID= 20623281
Free space on /tmp= 61988 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-07-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243684-1500675173/watcher-4243684-1500675173 -o /tmp/evaluation-result-4243684-1500675173/solver-4243684-1500675173 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500669803-11978 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243684-1500675173.xml

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

MD5SUM BENCH= 7dfd3f139f05fe96cee61268ac0efa79
RANDOM SEED=455228001

node139.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	: 5334.08
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	: 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	: 5334.08
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	: 5334.08
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		: 1600.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	: 5334.08
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	: 5334.08
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		: 2668.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		: 2133.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	: 5334.08
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	: 5334.08
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		: 2668.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	: 5334.08
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		: 1600.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:        28629348 kB
MemAvailable:   28638296 kB
Buffers:           40376 kB
Cached:           278268 kB
SwapCached:            0 kB
Active:          3549416 kB
Inactive:         210932 kB
Active(anon):    3444524 kB
Inactive(anon):     8568 kB
Active(file):     104892 kB
Inactive(file):   202364 kB
Unevictable:        5936 kB
Mlocked:            5936 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1508 kB
Writeback:             0 kB
AnonPages:       3468488 kB
Mapped:            42416 kB
Shmem:              8852 kB
Slab:              67188 kB
SReclaimable:      35056 kB
SUnreclaim:        32132 kB
KernelStack:        4944 kB
PageTables:        11640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4889588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3342336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61988 MiB
End job on node139 at 2017-07-22 00:13:31