Trace number 4258032

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05OPT3 58.2654 52.818802

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-mug100-25.xml
MD5SUM6e356a27a2dd876e1bb3c04bb6ed0542
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark7.0400701
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints166
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree4
Maximum variable degree5
Distribution of variable degrees[{"degree":4,"count":68},{"degree":5,"count":32}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":166}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

2.69/1.38	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.69/1.38	c This is free software under the dual EPL/GNU LGPL licenses.
2.69/1.38	c See www.sat4j.org for details.
2.69/1.38	c That software uses the Rhino library from the Mozilla project.
2.69/1.38	c version CUSTOM.v20170705
2.69/1.38	c java.runtime.name	Java(TM) SE Runtime Environment
2.69/1.38	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.69/1.38	c java.vm.version	25.131-b11
2.69/1.38	c java.vm.vendor	Oracle Corporation
2.69/1.38	c sun.arch.data.model	64
2.69/1.38	c java.version		1.8.0_131
2.69/1.38	c os.name		Linux
2.69/1.38	c os.version		3.10.0-514.16.1.el7.x86_64
2.69/1.38	c os.arch		amd64
2.69/1.38	c Free memory 		499604488
2.69/1.38	c Max memory 		7247757312
2.69/1.38	c Total memory 		504889344
2.69/1.38	c Number of processors 	4
2.69/1.38	c c --- Begin Solver configuration ---
2.69/1.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.69/1.38	c Learn all clauses as in MiniSAT
2.69/1.38	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.69/1.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.69/1.38	c No reason simplification
2.69/1.38	c Glucose 2.1 dynamic restart strategy
2.69/1.38	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
2.69/1.38	c timeout=2147483s
2.69/1.38	c DB Simplification allowed=false
2.69/1.38	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.69/1.38	c --- End Solver configuration ---
2.69/1.38	c constraints type 
2.69/1.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
2.69/1.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2650000
2.69/1.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 332
2.69/1.38	c 2650532 constraints processed.
4.19/1.91	o 99
5.30/2.60	o 97
6.05/3.33	o 94
7.18/4.44	o 90
16.02/11.37	o 83
17.44/12.76	o 78
18.38/13.62	o 77
20.94/16.14	o 73
23.87/18.72	o 72
25.21/20.02	o 65
26.11/20.98	o 64
27.52/22.33	o 63
28.22/23.08	o 62
29.02/23.83	o 61
29.63/24.42	o 60
30.73/25.54	o 59
31.35/26.17	o 57
31.76/26.51	o 56
32.65/27.43	o 55
33.35/28.19	o 54
34.47/29.01	o 53
35.06/29.60	o 52
35.77/30.34	o 51
36.27/30.85	o 50
36.87/31.44	o 49
37.47/32.02	o 46
38.17/32.71	o 45
38.77/33.37	o 44
39.37/33.90	o 43
39.97/34.55	o 42
40.57/35.12	o 41
41.07/35.67	o 40
41.37/35.91	o 39
41.68/36.28	o 38
42.28/36.87	o 37
42.99/37.59	o 36
43.59/38.18	o 35
44.29/38.82	o 34
44.69/39.21	o 33
45.10/39.66	o 32
45.79/40.38	o 31
46.20/40.78	o 30
46.79/41.33	o 29
47.19/41.70	o 28
47.49/42.04	o 27
47.93/42.48	o 26
48.34/42.83	o 25
48.78/43.22	o 24
49.19/43.63	o 23
49.49/43.98	o 22
50.09/44.51	o 21
50.49/44.95	o 20
50.79/45.27	o 19
51.09/45.57	o 18
51.52/45.98	o 17
51.83/46.29	o 16
52.32/46.78	o 14
52.72/47.19	o 13
53.12/47.56	o 12
53.42/47.86	o 11
53.72/48.15	o 10
54.22/48.62	o 9
54.62/49.01	o 8
54.92/49.32	o 7
55.33/49.77	o 6
55.63/50.09	o 5
56.13/50.52	o 4
56.53/50.94	o 3
58.25/52.81	c starts		: 2434
58.25/52.81	c conflicts		: 908837
58.25/52.81	c decisions		: 27198794
58.25/52.81	c propagations		: 83570965
58.25/52.81	c inspects		: 401791745
58.25/52.81	c shortcuts		: 0
58.25/52.81	c learnt literals	: 4883
58.25/52.81	c learnt binary clauses	: 2543
58.25/52.81	c learnt ternary clauses	: 2614
58.25/52.81	c learnt constraints	: 903953
58.25/52.81	c ignored constraints	: 0
58.25/52.81	c root simplifications	: 0
58.25/52.81	c removed literals (reason simplification)	: 0
58.25/52.81	c reason swapping (by a shorter reason)	: 0
58.25/52.81	c Calls to reduceDB	: 134
58.25/52.81	c Number of update (reduction) of LBD	: 673416
58.25/52.81	c Imported unit clauses	: 0
58.25/52.81	c number of reductions to clauses (during analyze)	: 0
58.25/52.81	c number of learned constraints concerned by reduction	: 0
58.25/52.81	c number of learning phase by resolution	: 0
58.25/52.81	c number of learning phase by cutting planes	: 0
58.25/52.81	c number of rounding to 1 operations	: 0
58.25/52.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
58.25/52.81	c number of reductions of the coefficients by power 2 	: 0
58.25/52.81	c number of right shift for reduction by power 2 	: 0
58.25/52.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
58.25/52.81	c speed (assignments/second)	: 1625261.8630882925
58.25/52.81	c non guided choices	10450781
58.25/52.81	c learnt constraints type 
58.25/52.81	s OPTIMUM FOUND
58.25/52.81	v <instantiation type="optimum" cost="3">
58.25/52.81	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
58.25/52.81	v 	<values> 2 1 0 0 3 2 3 2 0 1 1 0 3 3 0 2 2 0 1 0 2 3 1 0 0 2 0 1 0 1 3 1 3 2 3 2 0 3 1 2 3 0 1 3 0 2 2 0 1 2 3 2 0 2 1 1 3 2 3 1 2 0 1 2 3 0 2 3 1 0 1 0 2 1 3 0 0 3 2 3 1 0 0 1 2 0 3 2 1 3 2 0 3 1 0 2 1 0 3 1 </values>
58.25/52.81	v </instantiation>
58.25/52.81	

Verifier Data

OK	3

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

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

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


[startup+0 s]
/proc/loadavg: 3.04 2.68 2.20 3/195 32062
/proc/meminfo: memFree=25392292/32770624 swapFree=0/218060
[pid=32062] ppid=32059 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32062/stat : 32062 (runsolver) D 32059 32062 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13071902 24240128 106 18446744073709551615 4194304 4338465 140725679253360 140725679251000 140290870076119 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18604032 140725679255687 140725679256134 140725679256134 140725679259594 0
/proc/32062/statm: 5918 106 53 36 0 2156 0

[startup+0.100162 s]
/proc/loadavg: 3.04 2.68 2.20 3/195 32062
/proc/meminfo: memFree=25392292/32770624 swapFree=0/218060
[pid=32062] ppid=32059 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32062/stat : 32062 (runsolver) D 32059 32062 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13071902 24240128 106 18446744073709551615 4194304 4338465 140725679253360 140725679251000 140290870076119 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18604032 140725679255687 140725679256134 140725679256134 140725679259594 0
/proc/32062/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200331 s]
/proc/loadavg: 3.04 2.68 2.20 3/195 32062
/proc/meminfo: memFree=25392292/32770624 swapFree=0/218060
[pid=32062] ppid=32059 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 4535 0 0 0 5 0 0 0 20 0 14 0 13071902 10736119808 5579 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2621123 5579 2564 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300352 s]
/proc/loadavg: 3.04 2.68 2.20 3/195 32062
/proc/meminfo: memFree=25392292/32770624 swapFree=0/218060
[pid=32062] ppid=32059 vsize=10551156 CPUtime=0.17 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 7773 0 0 0 16 1 0 0 20 0 15 0 13071902 10804383744 7963 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2637789 7963 2838 1 0 2627269 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10551156

[startup+0.700264 s]
/proc/loadavg: 3.04 2.68 2.20 3/195 32062
/proc/meminfo: memFree=25392292/32770624 swapFree=0/218060
[pid=32062] ppid=32059 vsize=10551232 CPUtime=1.19 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 11205 0 0 0 115 4 0 0 20 0 15 0 13071902 10804461568 28375 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2637808 28375 3047 1 0 2627269 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10551232

[startup+1.50128 s]
/proc/loadavg: 3.04 2.68 2.20 9/210 32077
/proc/meminfo: memFree=24824584/32770624 swapFree=0/218064
[pid=32062] ppid=32059 vsize=10617796 CPUtime=3.14 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 13730 0 0 0 289 25 0 0 20 0 16 0 13071902 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2654449 92404 3082 1 0 2643910 0
[pid=32062/tid=32064] ppid=32059 vsize=10617796 CPUtime=1.13 cores=1,3,5,7
/proc/32062/task/32064/stat : 32064 (java) R 32059 32062 5091 0 -1 4202560 7402 0 0 0 109 4 0 0 20 0 16 0 13071914 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140203196410496 140202785206647 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32065] ppid=32059 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/32062/task/32065/stat : 32065 (java) S 32059 32062 5091 0 -1 1077944384 151 0 0 0 13 4 0 0 20 0 16 0 13071915 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140203122592144 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32066] ppid=32059 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/32062/task/32066/stat : 32066 (java) S 32059 32062 5091 0 -1 1077944384 145 0 0 0 13 4 0 0 20 0 16 0 13071915 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140203121539344 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32067] ppid=32059 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/32062/task/32067/stat : 32067 (java) S 32059 32062 5091 0 -1 1077944384 145 0 0 0 12 4 0 0 20 0 16 0 13071915 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140203120487056 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32068] ppid=32059 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/32062/task/32068/stat : 32068 (java) S 32059 32062 5091 0 -1 1077944384 149 0 0 0 13 4 0 0 20 0 16 0 13071915 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140203119434256 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32069] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32069/stat : 32069 (java) S 32059 32062 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202688338544 140203192183426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32070] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32070/stat : 32070 (java) S 32059 32062 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202687284512 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32071] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32071/stat : 32071 (java) S 32059 32062 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13071917 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202686232176 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32072] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32072/stat : 32072 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202685180496 140203192190875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32073] ppid=32059 vsize=10617796 CPUtime=0.49 cores=1,3,5,7
/proc/32062/task/32073/stat : 32073 (java) R 32059 32062 5091 0 -1 4202560 1837 0 0 0 49 0 0 0 20 0 16 0 13071919 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202684118320 140203170064304 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32074] ppid=32059 vsize=10617796 CPUtime=0.48 cores=1,3,5,7
/proc/32062/task/32074/stat : 32074 (java) R 32059 32062 5091 0 -1 4202560 1046 0 0 0 48 0 0 0 20 0 16 0 13071919 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202683061112 140203172899143 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32075] ppid=32059 vsize=10617796 CPUtime=0.27 cores=1,3,5,7
/proc/32062/task/32075/stat : 32075 (java) S 32059 32062 5091 0 -1 1077944384 1391 0 0 0 27 0 0 0 20 0 16 0 13071919 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202682022256 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32076] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32076/stat : 32076 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202680969696 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32077] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32077/stat : 32077 (java) S 32059 32062 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13071924 10872623104 92404 18446744073709551615 4194304 4196468 140730717657216 140202679917488 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 10617796

[startup+3.1007 s]
/proc/loadavg: 2.88 2.65 2.19 3/211 32078
/proc/meminfo: memFree=24348256/32770624 swapFree=0/218064
[pid=32062] ppid=32059 vsize=10617796 CPUtime=5.85 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 18844 0 0 0 558 27 0 0 20 0 16 0 13071902 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2654449 99961 3104 1 0 2643910 0
[pid=32062/tid=32064] ppid=32059 vsize=10617796 CPUtime=2.73 cores=1,3,5,7
/proc/32062/task/32064/stat : 32064 (java) R 32059 32062 5091 0 -1 4202560 8570 0 0 0 268 5 0 0 20 0 16 0 13071914 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140203196408448 140202785777396 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32065] ppid=32059 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/32062/task/32065/stat : 32065 (java) S 32059 32062 5091 0 -1 1077944384 151 0 0 0 13 4 0 0 20 0 16 0 13071915 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140203122592144 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32066] ppid=32059 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/32062/task/32066/stat : 32066 (java) S 32059 32062 5091 0 -1 1077944384 145 0 0 0 13 4 0 0 20 0 16 0 13071915 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140203121539344 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32067] ppid=32059 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/32062/task/32067/stat : 32067 (java) S 32059 32062 5091 0 -1 1077944384 145 0 0 0 12 4 0 0 20 0 16 0 13071915 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140203120487056 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32068] ppid=32059 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/32062/task/32068/stat : 32068 (java) S 32059 32062 5091 0 -1 1077944384 149 0 0 0 13 4 0 0 20 0 16 0 13071915 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140203119434256 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32069] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32069/stat : 32069 (java) S 32059 32062 5091 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202688338544 140203192183426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32070] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32070/stat : 32070 (java) S 32059 32062 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202687284512 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32071] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32071/stat : 32071 (java) S 32059 32062 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13071917 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202686232176 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32072] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32072/stat : 32072 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202685180496 140203192190875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32073] ppid=32059 vsize=10617796 CPUtime=0.93 cores=1,3,5,7
/proc/32062/task/32073/stat : 32073 (java) S 32059 32062 5091 0 -1 1077944384 2243 0 0 0 93 0 0 0 20 0 16 0 13071919 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202684127344 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32074] ppid=32059 vsize=10617796 CPUtime=1.08 cores=1,3,5,7
/proc/32062/task/32074/stat : 32074 (java) S 32059 32062 5091 0 -1 1077944384 4413 0 0 0 108 0 0 0 20 0 16 0 13071919 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202683074544 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32075] ppid=32059 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/32062/task/32075/stat : 32075 (java) S 32059 32062 5091 0 -1 1077944384 1510 0 0 0 32 0 0 0 20 0 16 0 13071919 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202682022256 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32076] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32076/stat : 32076 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202680969696 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32077] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32077/stat : 32077 (java) S 32059 32062 5091 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 13071924 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202679917488 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32078] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32078/stat : 32078 (java) S 32059 32062 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13072041 10872623104 99961 18446744073709551615 4194304 4196468 140730717657216 140202678863024 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 10617796

[startup+6.30066 s]
/proc/loadavg: 2.88 2.65 2.19 6/211 32078
/proc/meminfo: memFree=23776784/32770624 swapFree=0/218072
[pid=32062] ppid=32059 vsize=10617796 CPUtime=10.03 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 21026 0 0 0 959 44 0 0 20 0 16 0 13071902 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2654449 153217 3112 1 0 2643910 0
[pid=32062/tid=32064] ppid=32059 vsize=10617796 CPUtime=5.63 cores=1,3,5,7
/proc/32062/task/32064/stat : 32064 (java) S 32059 32062 5091 0 -1 1077944384 8671 0 0 0 557 6 0 0 20 0 16 0 13071914 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140203196411360 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32065] ppid=32059 vsize=10617796 CPUtime=0.47 cores=1,3,5,7
/proc/32062/task/32065/stat : 32065 (java) R 32059 32062 5091 0 -1 4202560 637 0 0 0 39 8 0 0 20 0 16 0 13071915 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140203122592040 140203184800487 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32066] ppid=32059 vsize=10617796 CPUtime=0.48 cores=1,3,5,7
/proc/32062/task/32066/stat : 32066 (java) R 32059 32062 5091 0 -1 4202560 622 0 0 0 39 9 0 0 20 0 16 0 13071915 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140203121539240 140203184800487 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32067] ppid=32059 vsize=10617796 CPUtime=0.46 cores=1,3,5,7
/proc/32062/task/32067/stat : 32067 (java) R 32059 32062 5091 0 -1 4202560 430 0 0 0 38 8 0 0 20 0 16 0 13071915 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140203120487056 140203176870031 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32068] ppid=32059 vsize=10617796 CPUtime=0.48 cores=1,3,5,7
/proc/32062/task/32068/stat : 32068 (java) R 32059 32062 5091 0 -1 4202560 376 0 0 0 39 9 0 0 20 0 16 0 13071915 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140203119434256 140203176870054 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32069] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32069/stat : 32069 (java) S 32059 32062 5091 0 -1 1077944384 573 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202688336864 140203192182485 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32070] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32070/stat : 32070 (java) S 32059 32062 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202687284512 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32071] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32071/stat : 32071 (java) S 32059 32062 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13071917 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202686232176 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32072] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32072/stat : 32072 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202685180496 140203192190875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32073] ppid=32059 vsize=10617796 CPUtime=0.99 cores=1,3,5,7
/proc/32062/task/32073/stat : 32073 (java) S 32059 32062 5091 0 -1 1077944384 2328 0 0 0 99 0 0 0 20 0 16 0 13071919 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202684127344 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32074] ppid=32059 vsize=10617796 CPUtime=1.11 cores=1,3,5,7
/proc/32062/task/32074/stat : 32074 (java) S 32059 32062 5091 0 -1 1077944384 4428 0 0 0 111 0 0 0 20 0 16 0 13071919 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202683074544 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32075] ppid=32059 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/32062/task/32075/stat : 32075 (java) S 32059 32062 5091 0 -1 1077944384 1542 0 0 0 33 0 0 0 20 0 16 0 13071919 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202682022256 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32076] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32076/stat : 32076 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202680969696 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32077] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32077/stat : 32077 (java) S 32059 32062 5091 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13071924 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202679917488 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32078] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32078/stat : 32078 (java) S 32059 32062 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13072041 10872623104 153217 18446744073709551615 4194304 4196468 140730717657216 140202678863024 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
Current children cumulated CPU time (s) 10.03
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 3.05 2.69 2.21 3/211 32079
/proc/meminfo: memFree=23331876/32770624 swapFree=0/218076
[pid=32062] ppid=32059 vsize=10617796 CPUtime=17.44 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 24264 0 0 0 1699 45 0 0 20 0 16 0 13071902 10872623104 154575 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2654449 154575 3122 1 0 2643910 0
[pid=32062/tid=32064] ppid=32059 vsize=10617796 CPUtime=11.42 cores=1,3,5,7
/proc/32062/task/32064/stat : 32064 (java) R 32059 32062 5091 0 -1 4202560 9079 0 0 0 1136 6 0 0 20 0 16 0 13071914 10872623104 154575 18446744073709551615 4194304 4196468 140730717657216 140203196408544 140202785563890 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32065] ppid=32059 vsize=10617796 CPUtime=0.77 cores=1,3,5,7
/proc/32062/task/32065/stat : 32065 (java) S 32059 32062 5091 0 -1 1077944384 648 0 0 0 69 8 0 0 20 0 16 0 13071915 10872623104 154575 18446744073709551615 4194304 4196468 140730717657216 140203122592144 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32066] ppid=32059 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/32062/task/32066/stat : 32066 (java) S 32059 32062 5091 0 -1 1077944384 629 0 0 0 69 9 0 0 20 0 16 0 13071915 10872623104 154575 18446744073709551615 4194304 4196468 140730717657216 140203121539344 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32067] ppid=32059 vsize=10617796 CPUtime=0.77 cores=1,3,5,7
/proc/32062/task/32067/stat : 32067 (java) S 32059 32062 5091 0 -1 1077944384 440 0 0 0 69 8 0 0 20 0 16 0 13071915 10872623104 154575 18446744073709551615 4194304 4196468 140730717657216 140203120487056 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32068] ppid=32059 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/32062/task/32068/stat : 32068 (java) S 32059 32062 5091 0 -1 1077944384 380 0 0 0 69 9 0 0 20 0 16 0 13071915 10872623104 154575 18446744073709551615 4194304 4196468 140730717657216 140203119434256 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32069] ppid=32059 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/32062/task/32069/stat : 32069 (java) S 32059 32062 5091 0 -1 1077944384 2269 0 0 0 30 0 0 0 20 0 16 0 13071916 10872623104 154575 18446744073709551615 4194304 4196468 140730717657216 140202688338544 140203192183426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32070] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32070/stat : 32070 (java) S 32059 32062 5091 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 154575 18446744073709551615 4194304 4196468 140730717657216 140202687284576 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0

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

/proc/32062/task/32078/stat : 32078 (java) S 32059 32062 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13072041 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202678863024 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
Current children cumulated CPU time (s) 56.73
Current children cumulated vsize (KiB) 10617796

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

[startup+51.2009 s]
/proc/loadavg: 3.12 2.75 2.25 3/211 32157
/proc/meminfo: memFree=30205104/32770624 swapFree=0/218108
[pid=32062] ppid=32059 vsize=10617796 CPUtime=56.83 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 37220 0 0 0 5626 57 0 0 20 0 16 0 13071902 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2654449 175825 3129 1 0 2643910 0
[pid=32062/tid=32064] ppid=32059 vsize=10617796 CPUtime=49.84 cores=1,3,5,7
/proc/32062/task/32064/stat : 32064 (java) R 32059 32062 5091 0 -1 4202560 12375 0 0 0 4978 6 0 0 20 0 16 0 13071914 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203196403856 140202785561634 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32065] ppid=32059 vsize=10617796 CPUtime=0.84 cores=1,3,5,7
/proc/32062/task/32065/stat : 32065 (java) S 32059 32062 5091 0 -1 1077944384 801 0 0 0 73 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203122592144 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32066] ppid=32059 vsize=10617796 CPUtime=0.84 cores=1,3,5,7
/proc/32062/task/32066/stat : 32066 (java) S 32059 32062 5091 0 -1 1077944384 1108 0 0 0 73 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203121539344 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32067] ppid=32059 vsize=10617796 CPUtime=0.83 cores=1,3,5,7
/proc/32062/task/32067/stat : 32067 (java) S 32059 32062 5091 0 -1 1077944384 610 0 0 0 73 10 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203120487056 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32068] ppid=32059 vsize=10617796 CPUtime=0.85 cores=1,3,5,7
/proc/32062/task/32068/stat : 32068 (java) S 32059 32062 5091 0 -1 1077944384 526 0 0 0 74 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203119434256 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32069] ppid=32059 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/32062/task/32069/stat : 32069 (java) S 32059 32062 5091 0 -1 1077944384 2599 0 0 0 30 0 0 0 20 0 16 0 13071916 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202688338544 140203192183426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32070] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32070/stat : 32070 (java) S 32059 32062 5091 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202687284576 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32071] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32071/stat : 32071 (java) S 32059 32062 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13071917 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202686232192 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32072] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32072/stat : 32072 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202685180496 140203192190875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32073] ppid=32059 vsize=10617796 CPUtime=1.34 cores=1,3,5,7
/proc/32062/task/32073/stat : 32073 (java) S 32059 32062 5091 0 -1 1077944384 5717 0 0 0 133 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202684127344 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32074] ppid=32059 vsize=10617796 CPUtime=1.49 cores=1,3,5,7
/proc/32062/task/32074/stat : 32074 (java) S 32059 32062 5091 0 -1 1077944384 8351 0 0 0 148 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202683074544 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32075] ppid=32059 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/32062/task/32075/stat : 32075 (java) S 32059 32062 5091 0 -1 1077944384 3433 0 0 0 37 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202682022256 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32076] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32076/stat : 32076 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202680969696 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32077] ppid=32059 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/32062/task/32077/stat : 32077 (java) S 32059 32062 5091 0 -1 1077944384 295 0 0 0 1 1 0 0 20 0 16 0 13071924 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202679917488 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32078] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32078/stat : 32078 (java) S 32059 32062 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13072041 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202678863024 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
Current children cumulated CPU time (s) 56.83
Current children cumulated vsize (KiB) 10617796

[startup+52.0007 s]
/proc/loadavg: 3.12 2.75 2.25 6/211 32157
/proc/meminfo: memFree=29681424/32770624 swapFree=0/218120
[pid=32062] ppid=32059 vsize=10617796 CPUtime=57.63 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 37224 0 0 0 5706 57 0 0 20 0 16 0 13071902 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2654449 175825 3129 1 0 2643910 0
[pid=32062/tid=32064] ppid=32059 vsize=10617796 CPUtime=50.64 cores=1,3,5,7
/proc/32062/task/32064/stat : 32064 (java) R 32059 32062 5091 0 -1 4202560 12379 0 0 0 5058 6 0 0 20 0 16 0 13071914 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203196403856 140202782839555 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32065] ppid=32059 vsize=10617796 CPUtime=0.84 cores=1,3,5,7
/proc/32062/task/32065/stat : 32065 (java) S 32059 32062 5091 0 -1 1077944384 801 0 0 0 73 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203122592144 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32066] ppid=32059 vsize=10617796 CPUtime=0.84 cores=1,3,5,7
/proc/32062/task/32066/stat : 32066 (java) S 32059 32062 5091 0 -1 1077944384 1108 0 0 0 73 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203121539344 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32067] ppid=32059 vsize=10617796 CPUtime=0.83 cores=1,3,5,7
/proc/32062/task/32067/stat : 32067 (java) S 32059 32062 5091 0 -1 1077944384 610 0 0 0 73 10 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203120487056 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32068] ppid=32059 vsize=10617796 CPUtime=0.85 cores=1,3,5,7
/proc/32062/task/32068/stat : 32068 (java) S 32059 32062 5091 0 -1 1077944384 526 0 0 0 74 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203119434256 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32069] ppid=32059 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/32062/task/32069/stat : 32069 (java) S 32059 32062 5091 0 -1 1077944384 2599 0 0 0 30 0 0 0 20 0 16 0 13071916 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202688338544 140203192183426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32070] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32070/stat : 32070 (java) S 32059 32062 5091 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202687284576 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32071] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32071/stat : 32071 (java) S 32059 32062 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13071917 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202686232192 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32072] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32072/stat : 32072 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202685180496 140203192190875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32073] ppid=32059 vsize=10617796 CPUtime=1.34 cores=1,3,5,7
/proc/32062/task/32073/stat : 32073 (java) S 32059 32062 5091 0 -1 1077944384 5717 0 0 0 133 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202684127344 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32074] ppid=32059 vsize=10617796 CPUtime=1.49 cores=1,3,5,7
/proc/32062/task/32074/stat : 32074 (java) S 32059 32062 5091 0 -1 1077944384 8351 0 0 0 148 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202683074544 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32075] ppid=32059 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/32062/task/32075/stat : 32075 (java) S 32059 32062 5091 0 -1 1077944384 3433 0 0 0 37 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202682022256 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32076] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32076/stat : 32076 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202680969696 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32077] ppid=32059 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/32062/task/32077/stat : 32077 (java) S 32059 32062 5091 0 -1 1077944384 295 0 0 0 1 1 0 0 20 0 16 0 13071924 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202679917488 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32078] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32078/stat : 32078 (java) S 32059 32062 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13072041 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202678863024 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
Current children cumulated CPU time (s) 57.63
Current children cumulated vsize (KiB) 10617796

[startup+52.4008 s]
/proc/loadavg: 3.12 2.75 2.25 6/211 32157
/proc/meminfo: memFree=29681424/32770624 swapFree=0/218120
[pid=32062] ppid=32059 vsize=10617796 CPUtime=58.03 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 37243 0 0 0 5746 57 0 0 20 0 16 0 13071902 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2654449 175825 3129 1 0 2643910 0
[pid=32062/tid=32064] ppid=32059 vsize=10617796 CPUtime=51.04 cores=1,3,5,7
/proc/32062/task/32064/stat : 32064 (java) R 32059 32062 5091 0 -1 4202560 12398 0 0 0 5098 6 0 0 20 0 16 0 13071914 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203196403856 140202785777746 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32065] ppid=32059 vsize=10617796 CPUtime=0.84 cores=1,3,5,7
/proc/32062/task/32065/stat : 32065 (java) S 32059 32062 5091 0 -1 1077944384 801 0 0 0 73 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203122592144 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32066] ppid=32059 vsize=10617796 CPUtime=0.84 cores=1,3,5,7
/proc/32062/task/32066/stat : 32066 (java) S 32059 32062 5091 0 -1 1077944384 1108 0 0 0 73 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203121539344 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32067] ppid=32059 vsize=10617796 CPUtime=0.83 cores=1,3,5,7
/proc/32062/task/32067/stat : 32067 (java) S 32059 32062 5091 0 -1 1077944384 610 0 0 0 73 10 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203120487056 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32068] ppid=32059 vsize=10617796 CPUtime=0.85 cores=1,3,5,7
/proc/32062/task/32068/stat : 32068 (java) S 32059 32062 5091 0 -1 1077944384 526 0 0 0 74 11 0 0 20 0 16 0 13071915 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140203119434256 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32069] ppid=32059 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/32062/task/32069/stat : 32069 (java) S 32059 32062 5091 0 -1 1077944384 2599 0 0 0 30 0 0 0 20 0 16 0 13071916 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202688338544 140203192183426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32070] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32070/stat : 32070 (java) S 32059 32062 5091 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13071916 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202687284576 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32071] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32071/stat : 32071 (java) S 32059 32062 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13071917 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202686232192 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32072] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32072/stat : 32072 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202685180496 140203192190875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32073] ppid=32059 vsize=10617796 CPUtime=1.34 cores=1,3,5,7
/proc/32062/task/32073/stat : 32073 (java) S 32059 32062 5091 0 -1 1077944384 5717 0 0 0 133 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202684127344 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32074] ppid=32059 vsize=10617796 CPUtime=1.49 cores=1,3,5,7
/proc/32062/task/32074/stat : 32074 (java) S 32059 32062 5091 0 -1 1077944384 8351 0 0 0 148 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202683074544 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32075] ppid=32059 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/32062/task/32075/stat : 32075 (java) S 32059 32062 5091 0 -1 1077944384 3433 0 0 0 37 1 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202682022256 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32076] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32076/stat : 32076 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202680969696 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32077] ppid=32059 vsize=10617796 CPUtime=0.02 cores=1,3,5,7
/proc/32062/task/32077/stat : 32077 (java) S 32059 32062 5091 0 -1 1077944384 295 0 0 0 1 1 0 0 20 0 16 0 13071924 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202679917488 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32078] ppid=32059 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32078/stat : 32078 (java) S 32059 32062 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13072041 10872623104 175825 18446744073709551615 4194304 4196468 140730717657216 140202678863024 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
Current children cumulated CPU time (s) 58.03
Current children cumulated vsize (KiB) 10617796

[startup+52.8006 s]
/proc/loadavg: 3.27 2.79 2.26 5/211 32159
/proc/meminfo: memFree=29321732/32770624 swapFree=0/218124
[pid=32062] ppid=32059 vsize=10685388 CPUtime=58.25 cores=1,3,5,7
/proc/32062/stat : 32062 (java) S 32059 32062 5091 0 -1 1077944320 37623 0 0 0 5767 58 0 0 20 0 16 0 13071902 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140730717639760 140203192172279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
/proc/32062/statm: 2671347 175837 3131 1 0 2660808 0
[pid=32062/tid=32064] ppid=32059 vsize=10685388 CPUtime=51.25 cores=1,3,5,7
/proc/32062/task/32064/stat : 32064 (java) S 32059 32062 5091 0 -1 1077944384 12665 0 0 0 5119 6 0 0 20 0 16 0 13071914 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140203196412960 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32065] ppid=32059 vsize=10685388 CPUtime=0.84 cores=1,3,5,7
/proc/32062/task/32065/stat : 32065 (java) S 32059 32062 5091 0 -1 1077944384 801 0 0 0 73 11 0 0 20 0 16 0 13071915 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140203122592144 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32066] ppid=32059 vsize=10685388 CPUtime=0.84 cores=1,3,5,7
/proc/32062/task/32066/stat : 32066 (java) S 32059 32062 5091 0 -1 1077944384 1108 0 0 0 73 11 0 0 20 0 16 0 13071915 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140203121539344 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32067] ppid=32059 vsize=10685388 CPUtime=0.83 cores=1,3,5,7
/proc/32062/task/32067/stat : 32067 (java) S 32059 32062 5091 0 -1 1077944384 610 0 0 0 73 10 0 0 20 0 16 0 13071915 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140203120487056 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32068] ppid=32059 vsize=10685388 CPUtime=0.85 cores=1,3,5,7
/proc/32062/task/32068/stat : 32068 (java) S 32059 32062 5091 0 -1 1077944384 526 0 0 0 74 11 0 0 20 0 16 0 13071915 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140203119434256 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32069] ppid=32059 vsize=10685388 CPUtime=0.3 cores=1,3,5,7
/proc/32062/task/32069/stat : 32069 (java) S 32059 32062 5091 0 -1 1077944384 2599 0 0 0 30 0 0 0 20 0 16 0 13071916 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202688338544 140203192183426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32070] ppid=32059 vsize=10685388 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32070/stat : 32070 (java) S 32059 32062 5091 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 13071916 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202687284576 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32071] ppid=32059 vsize=10685388 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32071/stat : 32071 (java) S 32059 32062 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13071917 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202686232192 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32072] ppid=32059 vsize=10685388 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32072/stat : 32072 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202685180496 140203192190875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32073] ppid=32059 vsize=10685388 CPUtime=1.34 cores=1,3,5,7
/proc/32062/task/32073/stat : 32073 (java) S 32059 32062 5091 0 -1 1077944384 5718 0 0 0 133 1 0 0 20 0 16 0 13071919 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202684127344 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32074] ppid=32059 vsize=10685388 CPUtime=1.5 cores=1,3,5,7
/proc/32062/task/32074/stat : 32074 (java) S 32059 32062 5091 0 -1 1077944384 8352 0 0 0 149 1 0 0 20 0 16 0 13071919 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202683074544 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32075] ppid=32059 vsize=10685388 CPUtime=0.38 cores=1,3,5,7
/proc/32062/task/32075/stat : 32075 (java) S 32059 32062 5091 0 -1 1077944384 3451 0 0 0 37 1 0 0 20 0 16 0 13071919 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202682022256 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32076] ppid=32059 vsize=10685388 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32076/stat : 32076 (java) S 32059 32062 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13071919 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202680969696 140203192182485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32077] ppid=32059 vsize=10685388 CPUtime=0.02 cores=1,3,5,7
/proc/32062/task/32077/stat : 32077 (java) S 32059 32062 5091 0 -1 1077944384 295 0 0 0 1 1 0 0 20 0 16 0 13071924 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202679917488 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
[pid=32062/tid=32158] ppid=32059 vsize=10685388 CPUtime=0 cores=1,3,5,7
/proc/32062/task/32158/stat : 32158 (java) S 32059 32062 5091 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 13077163 10941837312 175837 18446744073709551615 4194304 4196468 140730717657216 140202677810960 140203192183426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19857408 140730717663666 140730717663819 140730717663819 140730717667279 0
Current children cumulated CPU time (s) 58.25
Current children cumulated vsize (KiB) 10685388

Child status: 0
Real time (s): 52.8188
CPU time (s): 58.2654
CPU user time (s): 57.6796
CPU system time (s): 0.585778
CPU usage (%): 110.312
Max. virtual memory (cumulated for all children) (KiB): 10685388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.6796
system time used= 0.585778
maximum resident set size= 703696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38091
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3294
involuntary context switches= 121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.313465 second user time and 0.283391 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 05:14:08
IDJOB=4258032
IDBENCH=120597
IDSOLVER=2643
FILE ID=node129/4258032-1501644488
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-mug100-25.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258032-1501644488/watcher-4258032-1501644488 -o /tmp/evaluation-result-4258032-1501644488/solver-4258032-1501644488 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258032-1501644488.xml

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

MD5SUM BENCH= 6e356a27a2dd876e1bb3c04bb6ed0542
RANDOM SEED=542124260

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25392592 kB
MemAvailable:   25534520 kB
Buffers:          115936 kB
Cached:           307708 kB
SwapCached:            0 kB
Active:          6736636 kB
Inactive:         226592 kB
Active(anon):    6539912 kB
Inactive(anon):     8532 kB
Active(file):     196724 kB
Inactive(file):   218060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:       6539280 kB
Mapped:            42056 kB
Shmem:              8872 kB
Slab:             110944 kB
SReclaimable:      85960 kB
SUnreclaim:        24984 kB
KernelStack:        3408 kB
PageTables:        17536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8470420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6397952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61768 MiB
End job on node129 at 2017-08-02 05:15:01