Trace number 4301577

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 2018-07-11SAT (TO)1337 252.355 149.17

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-5_c18.xml
MD5SUM08115146c0ac9b7e4849c5cb62d96e41
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1060
Best CPU time to get the best result obtained on this benchmark252.052
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints3891
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree52
Maximum variable degree76
Distribution of variable degrees[{"degree":52,"count":2},{"degree":54,"count":3},{"degree":55,"count":3},{"degree":56,"count":4},{"degree":57,"count":7},{"degree":58,"count":6},{"degree":59,"count":7},{"degree":60,"count":6},{"degree":61,"count":12},{"degree":62,"count":11},{"degree":63,"count":6},{"degree":64,"count":7},{"degree":65,"count":11},{"degree":66,"count":6},{"degree":67,"count":4},{"degree":68,"count":8},{"degree":69,"count":6},{"degree":70,"count":5},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":2},{"degree":74,"count":3},{"degree":75,"count":1},{"degree":76,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3891}]
Number of extensional constraints0
Number of intensional constraints3891
Distribution of constraint types[{"type":"intension","count":3891}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

158.84/57.65	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
158.84/57.65	c This is free software under the dual EPL/GNU LGPL licenses.
158.84/57.65	c See www.sat4j.org for details.
158.84/57.65	c That software uses the Rhino library from the Mozilla project.
158.84/57.65	c version 2.3.6-SNAPSHOT
158.84/57.65	c java.runtime.name	Java(TM) SE Runtime Environment
158.84/57.65	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
158.84/57.65	c java.vm.version	25.131-b11
158.84/57.65	c java.vm.vendor	Oracle Corporation
158.84/57.65	c sun.arch.data.model	64
158.84/57.65	c java.version		1.8.0_131
158.84/57.65	c os.name		Linux
158.84/57.65	c os.version		3.10.0-514.16.1.el7.x86_64
158.84/57.65	c os.arch		amd64
158.84/57.65	c Free memory 		499604488
158.84/57.65	c Max memory 		7247757312
158.84/57.65	c Total memory 		504889344
158.84/57.65	c Number of processors 	4
158.84/57.65	c c --- Begin Solver configuration ---
158.84/57.65	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
158.84/57.65	c Learn all clauses as in MiniSAT
158.84/57.65	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
158.84/57.65	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
158.84/57.65	c No reason simplification
158.84/57.65	c Glucose 2.1 dynamic restart strategy
158.84/57.65	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
158.84/57.65	c timeout=2147483s
158.84/57.65	c DB Simplification allowed=false
158.84/57.65	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
158.84/57.65	c --- End Solver configuration ---
158.84/57.65	c constraints type 
158.84/57.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 250
158.84/57.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60796875
158.84/57.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 7782
158.84/57.65	c 60804907 constraints processed.
160.89/58.81	o 1337
252.18/149.10	c starts		: 30
252.18/149.10	c conflicts		: 67355
252.18/149.10	c decisions		: 372793
252.18/149.10	c propagations		: 33762493
252.18/149.10	c inspects		: 601405469
252.18/149.10	c shortcuts		: 0
252.18/149.10	c learnt literals	: 0
252.18/149.10	c learnt binary clauses	: 0
252.18/149.10	c learnt ternary clauses	: 0
252.18/149.10	c learnt constraints	: 67355
252.18/149.10	c ignored constraints	: 0
252.18/149.10	c root simplifications	: 0
252.18/149.10	c removed literals (reason simplification)	: 0
252.18/149.10	c reason swapping (by a shorter reason)	: 0
252.18/149.10	c Calls to reduceDB	: 7
252.18/149.10	c Number of update (reduction) of LBD	: 39212
252.18/149.10	c Imported unit clauses	: 0
252.18/149.10	c number of reductions to clauses (during analyze)	: 0
252.18/149.10	c number of learned constraints concerned by reduction	: 0
252.18/149.10	c number of learning phase by resolution	: 0
252.18/149.10	c number of learning phase by cutting planes	: 0
252.18/149.10	c number of rounding to 1 operations	: 0
252.18/149.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.18/149.10	c number of reductions of the coefficients by power 2 	: 0
252.18/149.10	c number of right shift for reduction by power 2 	: 0
252.18/149.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.18/149.10	c number of ending skipping 	: 0
252.18/149.10	c number of internal skipping 	: 0
252.18/149.10	c number of derivation steps 	: 0
252.18/149.10	c number of skipped derivation steps 	: 0
252.18/149.10	c number of remaining unassigned 	: 0
252.18/149.10	c number of remaining assigned 	: 0
252.18/149.10	c speed (assignments/second)	: 369279.5751848449
252.18/149.10	c non guided choices	: 0
252.28/149.11	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 20991
252.28/149.11	s SATISFIABLE
252.28/149.11	v <instantiation type="solution">
252.28/149.11	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124] </list>
252.28/149.11	v 	<values> 17 13 5 6 11 12 6 14 17 22 15 10 12 10 3 4 13 22 10 4 16 9 11 21 10 9 8 8 15 14 7 12 1 16 15 15 21 19 9 18 2 6 8 7 12 18 7 0 8 18 5 11 17 6 24 19 1 10 0 11 4 0 1 4 2 23 2 16 1 2 3 0 21 1 1 7 16 4 12 13 21 19 11 20 19 5 3 6 2 5 14 13 9 20 13 20 16 5 7 8 3 18 4 12 20 14 1 19 15 2 10 9 17 7 20 7 15 11 6 14 11 19 3 21 20 </values>
252.28/149.11	v </instantiation>
252.28/149.11	

Verifier Data

OK	1337

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301577-1532882405/watcher-4301577-1532882405 -o /tmp/evaluation-result-4301577-1532882405/solver-4301577-1532882405 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301577-1532882405.xml 

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

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

solver pid=16091, runsolver pid=16088

[startup+0.10013 s]*
/proc/loadavg: 3.68 3.24 2.83 3/217 16106
/proc/meminfo: memFree=27320392/32770624 swapFree=67108860/67108860
[pid=16091] ppid=16088 vsize=10659012 memory=30276 CPUtime=0.12 cores=1,3,5,7
/proc/16091/stat : 16091 (java) S 16088 16091 13514 0 -1 1077944320 6646 0 0 0 11 1 0 0 20 0 15 0 105803676 10914828288 7569 33554432000 4194304 4196468 140729966212032 140729966194576 139748405739255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
/proc/16091/statm: 2664753 7569 2846 1 0 2627263 0
[pid=16091/tid=16093] ppid=16088 vsize=10659012 memory=-8773748148830375297 CPUtime=0.08 cores=1,3,5,7
/proc/16091/task/16093/stat : 16093 (java) R 16088 16091 13514 0 -1 4202560 4473 0 0 0 8 0 0 0 20 0 15 0 105803677 10914828288 7569 33554432000 4194304 4196468 140729966212032 139748409960384 139748405761181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16094] ppid=16088 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16094/stat : 16094 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914828288 7569 33554432000 4194304 4196468 140729966212032 139748012829456 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16095] ppid=16088 vsize=10659012 memory=139750927390336 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16095/stat : 16095 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914828288 7569 33554432000 4194304 4196468 140729966212032 139748011776912 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16096] ppid=16088 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16096/stat : 16096 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914828288 7569 33554432000 4194304 4196468 140729966212032 139748010724368 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16097] ppid=16088 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16097/stat : 16097 (java) S 16088 16091 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105803678 10914828288 7569 33554432000 4194304 4196468 140729966212032 139748009671824 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16098] ppid=16088 vsize=10659012 memory=139750927390336 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16098/stat : 16098 (java) S 16088 16091 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105803679 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747897882608 139748405750402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16099] ppid=16088 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16099/stat : 16099 (java) S 16088 16091 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105803680 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747896828832 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16100] ppid=16088 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16100/stat : 16100 (java) S 16088 16091 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105803680 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747895776240 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16101] ppid=16088 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16101/stat : 16101 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105803682 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747894724816 139748405757851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16102] ppid=16088 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16102/stat : 16102 (java) S 16088 16091 13514 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 105803682 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747893672432 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16103] ppid=16088 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16103/stat : 16103 (java) S 16088 16091 13514 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 105803682 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747892619888 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16104] ppid=16088 vsize=10659012 memory=139750927390336 CPUtime=0.02 cores=1,3,5,7
/proc/16091/task/16104/stat : 16104 (java) S 16088 16091 13514 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 105803682 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747891567344 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16105] ppid=16088 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16105/stat : 16105 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105803682 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747890515040 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16106] ppid=16088 vsize=10659012 memory=139750927390336 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16106/stat : 16106 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803682 10914828288 7569 33554432000 4194304 4196468 140729966212032 139747889461552 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30276 KiB

[startup+0.210575 s]*
/proc/loadavg: 3.68 3.24 2.83 3/217 16106
/proc/meminfo: memFree=27309476/32770624 swapFree=67108860/67108860
[pid=16091] ppid=16088 vsize=10659012 memory=42256 CPUtime=0.33 cores=1,3,5,7
/proc/16091/stat : 16091 (java) S 16088 16091 13514 0 -1 1077944320 8149 0 0 0 31 2 0 0 20 0 15 0 105803676 10914828288 10564 33554432000 4194304 4196468 140729966212032 140729966194576 139748405739255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
/proc/16091/statm: 2664753 10564 3009 1 0 2627263 0
[pid=16091/tid=16093] ppid=16088 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/16091/task/16093/stat : 16093 (java) R 16088 16091 13514 0 -1 4202560 5057 0 0 0 19 1 0 0 20 0 15 0 105803677 10914828288 10564 33554432000 4194304 4196468 140729966212032 139748409975536 139748383742096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16094] ppid=16088 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16094/stat : 16094 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914828288 10564 33554432000 4194304 4196468 140729966212032 139748012829456 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16095] ppid=16088 vsize=10659012 memory=139750928015370 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16095/stat : 16095 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914828288 10564 33554432000 4194304 4196468 140729966212032 139748011776912 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16096] ppid=16088 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16096/stat : 16096 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914828288 10564 33554432000 4194304 4196468 140729966212032 139748010724368 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16097] ppid=16088 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16097/stat : 16097 (java) S 16088 16091 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105803678 10914828288 10564 33554432000 4194304 4196468 140729966212032 139748009671824 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16098] ppid=16088 vsize=10659012 memory=139750927390336 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16098/stat : 16098 (java) S 16088 16091 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105803679 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747897882608 139748405750402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16099] ppid=16088 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16099/stat : 16099 (java) S 16088 16091 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105803680 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747896828832 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16100] ppid=16088 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16100/stat : 16100 (java) S 16088 16091 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105803680 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747895776240 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16101] ppid=16088 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16101/stat : 16101 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105803682 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747894724816 139748405757851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16102] ppid=16088 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16091/task/16102/stat : 16102 (java) S 16088 16091 13514 0 -1 1077944384 510 0 0 0 2 0 0 0 20 0 15 0 105803682 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747893672432 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16103] ppid=16088 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16091/task/16103/stat : 16103 (java) S 16088 16091 13514 0 -1 1077944384 537 0 0 0 1 0 0 0 20 0 15 0 105803682 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747892619888 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16104] ppid=16088 vsize=10659012 memory=139750927390336 CPUtime=0.07 cores=1,3,5,7
/proc/16091/task/16104/stat : 16104 (java) R 16088 16091 13514 0 -1 4202560 680 0 0 0 7 0 0 0 20 0 15 0 105803682 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747891567344 139748398074956 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16105] ppid=16088 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16105/stat : 16105 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105803682 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747890515040 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16106] ppid=16088 vsize=10659012 memory=139750927390336 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16106/stat : 16106 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803682 10914828288 10564 33554432000 4194304 4196468 140729966212032 139747889461552 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42256 KiB

[startup+0.311294 s]*
/proc/loadavg: 3.68 3.24 2.83 5/217 16106
/proc/meminfo: memFree=27297132/32770624 swapFree=67108860/67108860
[pid=16091] ppid=16088 vsize=10659088 memory=52856 CPUtime=0.59 cores=1,3,5,7
/proc/16091/stat : 16091 (java) S 16088 16091 13514 0 -1 1077944320 9930 0 0 0 56 3 0 0 20 0 15 0 105803676 10914906112 13214 33554432000 4194304 4196468 140729966212032 140729966194576 139748405739255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
/proc/16091/statm: 2664772 13214 3066 1 0 2627263 0
[pid=16091/tid=16093] ppid=16088 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/16091/task/16093/stat : 16093 (java) R 16088 16091 13514 0 -1 4202560 5660 0 0 0 28 1 0 0 20 0 15 0 105803677 10914906112 13214 33554432000 4194304 4196468 140729966212032 139748409975648 139748405760602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16094] ppid=16088 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16094/stat : 16094 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914906112 13214 33554432000 4194304 4196468 140729966212032 139748012829456 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16095] ppid=16088 vsize=10659088 memory=139750928009685 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16095/stat : 16095 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914906112 13214 33554432000 4194304 4196468 140729966212032 139748011776912 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16096] ppid=16088 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16096/stat : 16096 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914906112 13214 33554432000 4194304 4196468 140729966212032 139748010724368 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16097] ppid=16088 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16097/stat : 16097 (java) S 16088 16091 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105803678 10914906112 13214 33554432000 4194304 4196468 140729966212032 139748009671824 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16098] ppid=16088 vsize=10659088 memory=139750927390336 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16098/stat : 16098 (java) S 16088 16091 13514 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105803679 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747897882608 139748405750402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16099] ppid=16088 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16099/stat : 16099 (java) S 16088 16091 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105803680 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747896828832 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16100] ppid=16088 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16100/stat : 16100 (java) S 16088 16091 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105803680 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747895776240 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16101] ppid=16088 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16101/stat : 16101 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105803682 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747894724816 139748405757851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16102] ppid=16088 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16091/task/16102/stat : 16102 (java) R 16088 16091 13514 0 -1 4202560 840 0 0 0 7 0 0 0 20 0 15 0 105803682 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747893658456 139748390661237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16103] ppid=16088 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16091/task/16103/stat : 16103 (java) R 16088 16091 13514 0 -1 4202560 1076 0 0 0 7 0 0 0 20 0 15 0 105803682 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747892606432 139748385589713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16104] ppid=16088 vsize=10659088 memory=139750927390336 CPUtime=0.13 cores=1,3,5,7
/proc/16091/task/16104/stat : 16104 (java) R 16088 16091 13514 0 -1 1077944384 986 0 0 0 13 0 0 0 20 0 15 0 105803682 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747891567344 139748405750402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16105] ppid=16088 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16105/stat : 16105 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105803682 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747890515040 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16106] ppid=16088 vsize=10659088 memory=139750927390336 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16106/stat : 16106 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803682 10914906112 13214 33554432000 4194304 4196468 140729966212032 139747889461552 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52856 KiB

[startup+0.701568 s]
/proc/loadavg: 3.68 3.24 2.83 4/217 16106
/proc/meminfo: memFree=27276408/32770624 swapFree=67108860/67108860
[pid=16091] ppid=16088 vsize=10659088 memory=115668 CPUtime=1.8 cores=1,3,5,7
/proc/16091/stat : 16091 (java) S 16088 16091 13514 0 -1 1077944320 11818 0 0 0 176 4 0 0 20 0 15 0 105803676 10914906112 28917 33554432000 4194304 4196468 140729966212032 140729966194576 139748405739255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
/proc/16091/statm: 2664772 28917 3109 1 0 2627263 0
[pid=16091/tid=16093] ppid=16088 vsize=10659088 memory=16832 CPUtime=0.67 cores=1,3,5,7
/proc/16091/task/16093/stat : 16093 (java) R 16088 16091 13514 0 -1 4202560 6043 0 0 0 65 2 0 0 20 0 15 0 105803677 10914906112 28917 33554432000 4194304 4196468 140729966212032 139748409969888 139748046684949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16094] ppid=16088 vsize=10659088 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16094/stat : 16094 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914906112 28917 33554432000 4194304 4196468 140729966212032 139748012829456 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16095] ppid=16088 vsize=10659088 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16095/stat : 16095 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914906112 28917 33554432000 4194304 4196468 140729966212032 139748011776912 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16096] ppid=16088 vsize=10659088 memory=496 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16096/stat : 16096 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803678 10914906112 28917 33554432000 4194304 4196468 140729966212032 139748010724368 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16097] ppid=16088 vsize=10659088 memory=928 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16097/stat : 16097 (java) S 16088 16091 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105803678 10914906112 28917 33554432000 4194304 4196468 140729966212032 139748009671824 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16098] ppid=16088 vsize=10659088 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16098/stat : 16098 (java) S 16088 16091 13514 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105803679 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747897882608 139748405750402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16099] ppid=16088 vsize=10659088 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16099/stat : 16099 (java) S 16088 16091 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105803680 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747896828832 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16100] ppid=16088 vsize=10659088 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16100/stat : 16100 (java) S 16088 16091 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105803680 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747895776240 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16101] ppid=16088 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16101/stat : 16101 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105803682 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747894724816 139748405757851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16102] ppid=16088 vsize=10659088 memory=6081108994580573287 CPUtime=0.39 cores=1,3,5,7
/proc/16091/task/16102/stat : 16102 (java) R 16088 16091 13514 0 -1 4202560 1437 0 0 0 39 0 0 0 20 0 15 0 105803682 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747893653448 139748389236043 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16103] ppid=16088 vsize=10659088 memory=6220993253238723945 CPUtime=0.38 cores=1,3,5,7
/proc/16091/task/16103/stat : 16103 (java) R 16088 16091 13514 0 -1 4202560 1441 0 0 0 38 0 0 0 20 0 15 0 105803682 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747892610000 139748384985527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16104] ppid=16088 vsize=10659088 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/16091/task/16104/stat : 16104 (java) S 16088 16091 13514 0 -1 1077944384 1526 0 0 0 32 0 0 0 20 0 15 0 105803682 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747891567344 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16105] ppid=16088 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16105/stat : 16105 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105803682 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747890515040 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16106] ppid=16088 vsize=10659088 memory=756 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16106/stat : 16106 (java) S 16088 16091 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105803682 10914906112 28917 33554432000 4194304 4196468 140729966212032 139747889461552 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 115668 KiB

[startup+1.5013 s]
/proc/loadavg: 3.68 3.24 2.83 5/217 16106
/proc/meminfo: memFree=27119964/32770624 swapFree=67108860/67108860
[pid=16091] ppid=16088 vsize=10659088 memory=342628 CPUtime=3.96 cores=1,3,5,7
/proc/16091/stat : 16091 (java) S 16088 16091 13514 0 -1 1077944320 14579 0 0 0 371 25 0 0 20 0 15 0 105803676 10914906112 85657 33554432000 4194304 4196468 140729966212032 140729966194576 139748405739255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
/proc/16091/statm: 2664772 85657 3138 1 0 2627263 0
[pid=16091/tid=16093] ppid=16088 vsize=10659088 memory=330088 CPUtime=1.28 cores=1,3,5,7
/proc/16091/task/16093/stat : 16093 (java) R 16088 16091 13514 0 -1 4202560 6119 0 0 0 125 3 0 0 20 0 15 0 105803677 10914906112 85657 33554432000 4194304 4196468 140729966212032 139748409976320 139748047264618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16094] ppid=16088 vsize=10659088 memory=33 CPUtime=0.16 cores=1,3,5,7
/proc/16091/task/16094/stat : 16094 (java) S 16088 16091 13514 0 -1 1077944384 166 0 0 0 12 4 0 0 20 0 15 0 105803678 10914906112 85657 33554432000 4194304 4196468 140729966212032 139748012829456 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16095] ppid=16088 vsize=10659088 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16091/task/16095/stat : 16095 (java) S 16088 16091 13514 0 -1 1077944384 117 0 0 0 9 4 0 0 20 0 15 0 105803678 10914906112 85657 33554432000 4194304 4196468 140729966212032 139748011776912 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16096] ppid=16088 vsize=10659088 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/16091/task/16096/stat : 16096 (java) S 16088 16091 13514 0 -1 1077944384 135 0 0 0 11 4 0 0 20 0 15 0 105803678 10914906112 85657 33554432000 4194304 4196468 140729966212032 139748010724368 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16097] ppid=16088 vsize=10659088 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/16091/task/16097/stat : 16097 (java) S 16088 16091 13514 0 -1 1077944384 151 0 0 0 12 4 0 0 20 0 15 0 105803678 10914906112 85657 33554432000 4194304 4196468 140729966212032 139748009671824 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16098] ppid=16088 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16098/stat : 16098 (java) S 16088 16091 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105803679 10914906112 85657 33554432000 4194304 4196468 140729966212032 139747897882608 139748405750402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0

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

/proc/16091/task/16099/stat : 16099 (java) S 16088 16091 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105803680 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747896828832 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16100] ppid=16088 vsize=10727700 memory=7281876 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16100/stat : 16100 (java) S 16088 16091 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105803680 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747895776240 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16101] ppid=16088 vsize=10727700 memory=30192 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16101/stat : 16101 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105803682 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747894724816 139748405757851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16102] ppid=16088 vsize=10727700 memory=5 CPUtime=2.35 cores=1,3,5,7
/proc/16091/task/16102/stat : 16102 (java) S 16088 16091 13514 0 -1 1077944384 9233 0 0 0 234 1 0 0 20 0 16 0 105803682 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747893672432 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16103] ppid=16088 vsize=10727700 memory=0 CPUtime=1.95 cores=1,3,5,7
/proc/16091/task/16103/stat : 16103 (java) S 16088 16091 13514 0 -1 1077944384 6169 0 0 0 195 0 0 0 20 0 16 0 105803682 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747892619888 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16104] ppid=16088 vsize=10727700 memory=7281828 CPUtime=0.58 cores=1,3,5,7
/proc/16091/task/16104/stat : 16104 (java) S 16088 16091 13514 0 -1 1077944384 2580 0 0 0 57 1 0 0 20 0 16 0 105803682 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747891567344 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16105] ppid=16088 vsize=10727700 memory=7281828 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16105/stat : 16105 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105803682 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747890515040 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16106] ppid=16088 vsize=10727700 memory=7281828 CPUtime=0.05 cores=1,3,5,7
/proc/16091/task/16106/stat : 16106 (java) S 16088 16091 13514 0 -1 1077944384 133 0 0 0 3 2 0 0 20 0 16 0 105803682 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747889461552 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16187] ppid=16088 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16187/stat : 16187 (java) S 16088 16091 13514 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105809444 10985164800 1820469 33554432000 4194304 4196468 140729966212032 139747886310192 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
Current children cumulated CPU time: 205.43 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 7281876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+148.901 s]
/proc/loadavg: 3.19 3.41 2.96 3/218 16267
/proc/meminfo: memFree=20309380/32770624 swapFree=67108860/67108860
[pid=16091] ppid=16088 vsize=10727700 memory=7281964 CPUtime=252.07 cores=1,3,5,7
/proc/16091/stat : 16091 (java) S 16088 16091 13514 0 -1 1077944320 196284 0 0 0 24677 530 0 0 20 0 16 0 105803676 10985164800 1820491 33554432000 4194304 4196468 140729966212032 140729966194576 139748405739255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
/proc/16091/statm: 2681925 1820491 3194 1 0 2644416 0
[pid=16091/tid=16093] ppid=16088 vsize=10727700 memory=7281876 CPUtime=102.22 cores=1,3,5,7
/proc/16091/task/16093/stat : 16093 (java) R 16088 16091 13514 0 -1 4202560 45277 0 0 0 10211 11 0 0 20 0 16 0 105803677 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139748409975248 139748049640511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16094] ppid=16088 vsize=10727700 memory=7281876 CPUtime=32.73 cores=1,3,5,7
/proc/16091/task/16094/stat : 16094 (java) S 16088 16091 13514 0 -1 1077944384 27831 0 0 0 3142 131 0 0 20 0 16 0 105803678 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139748012829456 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16095] ppid=16088 vsize=10727700 memory=3360 CPUtime=32.98 cores=1,3,5,7
/proc/16091/task/16095/stat : 16095 (java) S 16088 16091 13514 0 -1 1077944384 29339 0 0 0 3164 134 0 0 20 0 16 0 105803678 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139748011776912 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16096] ppid=16088 vsize=10727700 memory=7281876 CPUtime=32.77 cores=1,3,5,7
/proc/16091/task/16096/stat : 16096 (java) S 16088 16091 13514 0 -1 1077944384 27210 0 0 0 3149 128 0 0 20 0 16 0 105803678 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139748010724368 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16097] ppid=16088 vsize=10727700 memory=7281876 CPUtime=32.85 cores=1,3,5,7
/proc/16091/task/16097/stat : 16097 (java) S 16088 16091 13514 0 -1 1077944384 28053 0 0 0 3170 115 0 0 20 0 16 0 105803678 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139748009671824 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16098] ppid=16088 vsize=10727700 memory=7281876 CPUtime=13.45 cores=1,3,5,7
/proc/16091/task/16098/stat : 16098 (java) S 16088 16091 13514 0 -1 1077944384 18157 0 0 0 1344 1 0 0 20 0 16 0 105803679 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747897882608 139748405750402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16099] ppid=16088 vsize=10727700 memory=7281876 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16099/stat : 16099 (java) S 16088 16091 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105803680 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747896828832 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16100] ppid=16088 vsize=10727700 memory=7281876 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16100/stat : 16100 (java) S 16088 16091 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105803680 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747895776240 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16101] ppid=16088 vsize=10727700 memory=7281876 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16101/stat : 16101 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105803682 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747894724816 139748405757851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16102] ppid=16088 vsize=10727700 memory=7281876 CPUtime=2.36 cores=1,3,5,7
/proc/16091/task/16102/stat : 16102 (java) S 16088 16091 13514 0 -1 1077944384 9893 0 0 0 235 1 0 0 20 0 16 0 105803682 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747893672432 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16103] ppid=16088 vsize=10727700 memory=7281876 CPUtime=1.95 cores=1,3,5,7
/proc/16091/task/16103/stat : 16103 (java) S 16088 16091 13514 0 -1 1077944384 6173 0 0 0 195 0 0 0 20 0 16 0 105803682 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747892619888 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16104] ppid=16088 vsize=10727700 memory=1172 CPUtime=0.58 cores=1,3,5,7
/proc/16091/task/16104/stat : 16104 (java) S 16088 16091 13514 0 -1 1077944384 2799 0 0 0 57 1 0 0 20 0 16 0 105803682 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747891567344 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16105] ppid=16088 vsize=10727700 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16105/stat : 16105 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105803682 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747890515040 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16106] ppid=16088 vsize=10727700 memory=7281876 CPUtime=0.08 cores=1,3,5,7
/proc/16091/task/16106/stat : 16106 (java) S 16088 16091 13514 0 -1 1077944384 170 0 0 0 4 4 0 0 20 0 16 0 105803682 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747889461552 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16187] ppid=16088 vsize=10727700 memory=7281876 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16187/stat : 16187 (java) S 16088 16091 13514 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 105809444 10985164800 1820491 33554432000 4194304 4196468 140729966212032 139747886310192 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 7281964 KiB

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

[startup+149.17 s]
# the end of solver process 16091 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.009 s, system=5.34626 s

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

[startup+149.005 s]*
/proc/loadavg: 3.19 3.41 2.96 3/219 16270
/proc/meminfo: memFree=20309116/32770624 swapFree=67108860/67108860
[pid=16091] ppid=16088 vsize=10927392 memory=7282324 CPUtime=252.18 cores=1,3,5,7
/proc/16091/stat : 16091 (java) S 16088 16091 13514 0 -1 1077944320 202597 0 0 0 24688 530 0 0 20 0 17 0 105803676 11189649408 1820581 33554432000 4194304 4196468 140729966212032 140729966194576 139748405739255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
/proc/16091/statm: 2731848 1820581 3196 1 0 2694339 0
[pid=16091/tid=16093] ppid=16088 vsize=10927392 memory=8128038100524242582 CPUtime=102.34 cores=1,3,5,7
/proc/16091/task/16093/stat : 16093 (java) R 16088 16091 13514 0 -1 4202560 51034 0 0 0 10222 12 0 0 20 0 17 0 105803677 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139748409975360 139748050340642 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16094] ppid=16088 vsize=10927392 memory=4126316290023845779 CPUtime=32.73 cores=1,3,5,7
/proc/16091/task/16094/stat : 16094 (java) S 16088 16091 13514 0 -1 1077944384 27831 0 0 0 3142 131 0 0 20 0 17 0 105803678 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139748012829456 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16095] ppid=16088 vsize=10927392 memory=279501575616912 CPUtime=32.98 cores=1,3,5,7
/proc/16091/task/16095/stat : 16095 (java) S 16088 16091 13514 0 -1 1077944384 29339 0 0 0 3164 134 0 0 20 0 17 0 105803678 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139748011776912 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16096] ppid=16088 vsize=10927392 memory=279501574863312 CPUtime=32.77 cores=1,3,5,7
/proc/16091/task/16096/stat : 16096 (java) S 16088 16091 13514 0 -1 1077944384 27210 0 0 0 3149 128 0 0 20 0 17 0 105803678 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139748010724368 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16097] ppid=16088 vsize=10927392 memory=139750787731664 CPUtime=32.85 cores=1,3,5,7
/proc/16091/task/16097/stat : 16097 (java) S 16088 16091 13514 0 -1 1077944384 28053 0 0 0 3170 115 0 0 20 0 17 0 105803678 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139748009671824 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16098] ppid=16088 vsize=10927392 memory=1729 CPUtime=13.45 cores=1,3,5,7
/proc/16091/task/16098/stat : 16098 (java) S 16088 16091 13514 0 -1 1077944384 18186 0 0 0 1344 1 0 0 20 0 17 0 105803679 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747897882608 139748405750402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16099] ppid=16088 vsize=10927392 memory=3617 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16099/stat : 16099 (java) S 16088 16091 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105803680 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747896828832 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16100] ppid=16088 vsize=10927392 memory=1409 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16100/stat : 16100 (java) S 16088 16091 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105803680 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747895776240 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16101] ppid=16088 vsize=10927392 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16101/stat : 16101 (java) S 16088 16091 13514 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 17 0 105803682 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747894724816 139748405757851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16102] ppid=16088 vsize=10927392 memory=1089 CPUtime=2.36 cores=1,3,5,7
/proc/16091/task/16102/stat : 16102 (java) S 16088 16091 13514 0 -1 1077944384 9893 0 0 0 235 1 0 0 20 0 17 0 105803682 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747893672432 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16103] ppid=16088 vsize=10927392 memory=-3967418655009478193 CPUtime=1.95 cores=1,3,5,7
/proc/16091/task/16103/stat : 16103 (java) S 16088 16091 13514 0 -1 1077944384 6173 0 0 0 195 0 0 0 20 0 17 0 105803682 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747892619888 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16104] ppid=16088 vsize=10927392 memory=6944656592455360604 CPUtime=0.58 cores=1,3,5,7
/proc/16091/task/16104/stat : 16104 (java) S 16088 16091 13514 0 -1 1077944384 2802 0 0 0 57 1 0 0 20 0 17 0 105803682 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747891567344 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16105] ppid=16088 vsize=10927392 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16105/stat : 16105 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105803682 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747890515040 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16106] ppid=16088 vsize=10927392 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/16091/task/16106/stat : 16106 (java) S 16088 16091 13514 0 -1 1077944384 170 0 0 0 4 4 0 0 20 0 17 0 105803682 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747889461552 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16268] ppid=16088 vsize=10927392 memory=4945125699554088323 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16268/stat : 16268 (java) S 16088 16091 13514 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 17 0 105818567 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747885256944 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16269] ppid=16088 vsize=10927392 memory=5793144700427331170 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16269/stat : 16269 (java) S 16088 16091 13514 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 105818567 11189649408 1820581 33554432000 4194304 4196468 140729966212032 139747884205328 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
Current children cumulated CPU time: 252.18 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 7282324 KiB

[startup+149.11 s]
/proc/loadavg: 3.19 3.41 2.96 3/219 16270
/proc/meminfo: memFree=20309116/32770624 swapFree=67108860/67108860
[pid=16091] ppid=16088 vsize=10927392 memory=7282492 CPUtime=252.28 cores=1,3,5,7
/proc/16091/stat : 16091 (java) S 16088 16091 13514 0 -1 1077944320 202715 0 0 0 24698 530 0 0 20 0 17 0 105803676 11189649408 1820623 33554432000 4194304 4196468 140729966212032 140729966194576 139748405739255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
/proc/16091/statm: 2731848 1820623 3197 1 0 2694339 0
[pid=16091/tid=16093] ppid=16088 vsize=10927392 memory=7281876 CPUtime=102.44 cores=1,3,5,7
/proc/16091/task/16093/stat : 16093 (java) R 16088 16091 13514 0 -1 4202560 51034 0 0 0 10232 12 0 0 20 0 17 0 105803677 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139748409975360 139748050340624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16094] ppid=16088 vsize=10927392 memory=7281876 CPUtime=32.73 cores=1,3,5,7
/proc/16091/task/16094/stat : 16094 (java) S 16088 16091 13514 0 -1 1077944384 27831 0 0 0 3142 131 0 0 20 0 17 0 105803678 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139748012829456 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16095] ppid=16088 vsize=10927392 memory=7281876 CPUtime=32.98 cores=1,3,5,7
/proc/16091/task/16095/stat : 16095 (java) S 16088 16091 13514 0 -1 1077944384 29339 0 0 0 3164 134 0 0 20 0 17 0 105803678 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139748011776912 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16096] ppid=16088 vsize=10927392 memory=7281876 CPUtime=32.77 cores=1,3,5,7
/proc/16091/task/16096/stat : 16096 (java) S 16088 16091 13514 0 -1 1077944384 27210 0 0 0 3149 128 0 0 20 0 17 0 105803678 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139748010724368 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16097] ppid=16088 vsize=10927392 memory=7281876 CPUtime=32.85 cores=1,3,5,7
/proc/16091/task/16097/stat : 16097 (java) S 16088 16091 13514 0 -1 1077944384 28053 0 0 0 3170 115 0 0 20 0 17 0 105803678 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139748009671824 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16098] ppid=16088 vsize=10927392 memory=7281876 CPUtime=13.45 cores=1,3,5,7
/proc/16091/task/16098/stat : 16098 (java) S 16088 16091 13514 0 -1 1077944384 18186 0 0 0 1344 1 0 0 20 0 17 0 105803679 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747897882608 139748405750402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16099] ppid=16088 vsize=10927392 memory=7281876 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16099/stat : 16099 (java) S 16088 16091 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105803680 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747896828832 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16100] ppid=16088 vsize=10927392 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16100/stat : 16100 (java) S 16088 16091 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105803680 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747895776240 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16101] ppid=16088 vsize=10927392 memory=7281876 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16101/stat : 16101 (java) S 16088 16091 13514 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 17 0 105803682 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747894724816 139748405757851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16102] ppid=16088 vsize=10927392 memory=7281876 CPUtime=2.36 cores=1,3,5,7
/proc/16091/task/16102/stat : 16102 (java) S 16088 16091 13514 0 -1 1077944384 9902 0 0 0 235 1 0 0 20 0 17 0 105803682 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747893672432 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16103] ppid=16088 vsize=10927392 memory=7281964 CPUtime=1.95 cores=1,3,5,7
/proc/16091/task/16103/stat : 16103 (java) S 16088 16091 13514 0 -1 1077944384 6201 0 0 0 195 0 0 0 20 0 17 0 105803682 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747892619888 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16104] ppid=16088 vsize=10927392 memory=7281876 CPUtime=0.58 cores=1,3,5,7
/proc/16091/task/16104/stat : 16104 (java) S 16088 16091 13514 0 -1 1077944384 2803 0 0 0 57 1 0 0 20 0 17 0 105803682 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747891567344 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16105] ppid=16088 vsize=10927392 memory=7281876 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16105/stat : 16105 (java) S 16088 16091 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105803682 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747890515040 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16106] ppid=16088 vsize=10927392 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/16091/task/16106/stat : 16106 (java) S 16088 16091 13514 0 -1 1077944384 170 0 0 0 4 4 0 0 20 0 17 0 105803682 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747889461552 139748405750402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16268] ppid=16088 vsize=10927392 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16268/stat : 16268 (java) S 16088 16091 13514 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 17 0 105818567 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747885256944 139748405749461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
[pid=16091/tid=16269] ppid=16088 vsize=10927392 memory=15535236834396114 CPUtime=0 cores=1,3,5,7
/proc/16091/task/16269/stat : 16269 (java) R 16088 16091 13514 0 -1 4202560 140 0 0 0 0 0 0 0 20 0 17 0 105818567 11189649408 1820623 33554432000 4194304 4196468 140729966212032 139747884205328 139748043603424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14188544 140729966220406 140729966220558 140729966220558 140729966223311 0
Current children cumulated CPU time: 252.28 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 7282492 KiB

Child status: 143
Real time (s): 149.17
CPU time (s): 252.355
CPU user time (s): 247.009
CPU system time (s): 5.34626
CPU usage (%): 169.173
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 7282492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.009
system time used= 5.34626
maximum resident set size= 7282768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203466
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7183
involuntary context switches= 1859


# summary of solver processes directly reported to runsolver:
#   pid: 16091
#   total CPU time (s): 252.355
#   total CPU user time (s): 247.009
#   total CPU system time (s): 5.34626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.980208 second user time and 1.44752 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 18:40:05
IDJOB=4301577
IDBENCH=141223
IDSOLVER=2773
FILE ID=node136/4301577-1532882405
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301577-1532882405/watcher-4301577-1532882405 -o /tmp/evaluation-result-4301577-1532882405/solver-4301577-1532882405 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301577-1532882405.xml

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

MD5SUM BENCH= 08115146c0ac9b7e4849c5cb62d96e41
RANDOM SEED=429598934

node136.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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27338180 kB
MemAvailable:   30623276 kB
Buffers:          213036 kB
Cached:          3342644 kB
SwapCached:            0 kB
Active:          3017400 kB
Inactive:        1938616 kB
Active(anon):    1351508 kB
Inactive(anon):    76480 kB
Active(file):    1665892 kB
Inactive(file):  1862136 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:       1407136 kB
Mapped:            46516 kB
Shmem:             25228 kB
Slab:             173944 kB
SReclaimable:     145808 kB
SUnreclaim:        28136 kB
KernelStack:        3520 kB
PageTables:         7932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2861808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1304576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 18:42:34