Trace number 4289970

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)139 2400.37 2371.57

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-4_c18.xml
MD5SUMce812152122c21d5982c9c6047fc1378
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark859.495
Satisfiable
(Un)Satisfiability was proved
Number of variables93
Number of constraints593
Number of domains1
Minimum domain size93
Maximum domain size93
Distribution of domain sizes[{"size":93,"count":93}]
Minimum variable degree7
Maximum variable degree33
Distribution of variable degrees[{"degree":7,"count":4},{"degree":8,"count":6},{"degree":9,"count":11},{"degree":10,"count":8},{"degree":11,"count":9},{"degree":12,"count":9},{"degree":13,"count":7},{"degree":14,"count":10},{"degree":15,"count":4},{"degree":16,"count":4},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":3},{"degree":20,"count":3},{"degree":23,"count":3},{"degree":24,"count":3},{"degree":33,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":593}]
Number of extensional constraints0
Number of intensional constraints593
Distribution of constraint types[{"type":"intension","count":593}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

7.39/2.99	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.39/2.99	c This is free software under the dual EPL/GNU LGPL licenses.
7.39/2.99	c See www.sat4j.org for details.
7.39/2.99	c That software uses the Rhino library from the Mozilla project.
7.39/2.99	c version 2.3.6-SNAPSHOT
7.39/2.99	c java.runtime.name	Java(TM) SE Runtime Environment
7.39/2.99	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.39/2.99	c java.vm.version	25.131-b11
7.39/2.99	c java.vm.vendor	Oracle Corporation
7.39/2.99	c sun.arch.data.model	64
7.39/2.99	c java.version		1.8.0_131
7.39/2.99	c os.name		Linux
7.39/2.99	c os.version		3.10.0-514.16.1.el7.x86_64
7.39/2.99	c os.arch		amd64
7.39/2.99	c Free memory 		499604488
7.39/2.99	c Max memory 		7247757312
7.39/2.99	c Total memory 		504889344
7.39/2.99	c Number of processors 	4
7.39/2.99	c c --- Begin Solver configuration ---
7.39/2.99	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.39/2.99	c Learn all clauses as in MiniSAT
7.39/2.99	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.39/2.99	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.39/2.99	c No reason simplification
7.39/2.99	c Glucose 2.1 dynamic restart strategy
7.39/2.99	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
7.39/2.99	c timeout=2147483s
7.39/2.99	c DB Simplification allowed=false
7.39/2.99	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.39/2.99	c --- End Solver configuration ---
7.39/2.99	c constraints type 
7.39/2.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 186
7.39/2.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5128857
7.39/2.99	c org.sat4j.minisat.constraints.cnf.UnitClause => 1186
7.39/2.99	c 5130229 constraints processed.
8.45/3.30	o 144
8.71/3.44	o 143
8.99/3.55	o 139
2400.27/2371.50	c starts		: 469
2400.27/2371.50	c conflicts		: 4805370
2400.27/2371.50	c decisions		: 10167132
2400.27/2371.50	c propagations		: 789476994
2400.27/2371.50	c inspects		: 22951447746
2400.27/2371.50	c shortcuts		: 0
2400.27/2371.50	c learnt literals	: 0
2400.27/2371.50	c learnt binary clauses	: 0
2400.27/2371.50	c learnt ternary clauses	: 0
2400.27/2371.50	c learnt constraints	: 4805370
2400.27/2371.50	c ignored constraints	: 0
2400.27/2371.50	c root simplifications	: 0
2400.27/2371.51	c removed literals (reason simplification)	: 0
2400.27/2371.51	c reason swapping (by a shorter reason)	: 0
2400.27/2371.51	c Calls to reduceDB	: 93
2400.27/2371.51	c Number of update (reduction) of LBD	: 1804333
2400.27/2371.51	c Imported unit clauses	: 0
2400.27/2371.51	c number of reductions to clauses (during analyze)	: 0
2400.27/2371.51	c number of learned constraints concerned by reduction	: 0
2400.27/2371.51	c number of learning phase by resolution	: 0
2400.27/2371.51	c number of learning phase by cutting planes	: 0
2400.27/2371.51	c number of rounding to 1 operations	: 0
2400.27/2371.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.27/2371.51	c number of reductions of the coefficients by power 2 	: 0
2400.27/2371.51	c number of right shift for reduction by power 2 	: 0
2400.27/2371.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.27/2371.51	c number of ending skipping 	: 0
2400.27/2371.51	c number of internal skipping 	: 0
2400.27/2371.51	c number of derivation steps 	: 0
2400.27/2371.51	c number of skipped derivation steps 	: 0
2400.27/2371.51	c number of remaining unassigned 	: 0
2400.27/2371.51	c number of remaining assigned 	: 0
2400.27/2371.51	c speed (assignments/second)	: 333323.9014768009
2400.27/2371.51	c non guided choices	: 1
2400.27/2371.54	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 158026
2400.27/2371.54	s SATISFIABLE
2400.27/2371.54	v <instantiation type="solution">
2400.27/2371.54	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] </list>
2400.27/2371.54	v 	<values> 4 2 3 3 2 2 3 2 4 0 0 0 3 0 0 3 0 0 1 1 1 1 1 1 2 1 1 0 2 4 1 1 1 3 1 1 1 1 1 0 0 0 3 0 0 0 0 0 1 1 1 1 1 1 3 1 1 0 1 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 0 </values>
2400.27/2371.54	v </instantiation>
2400.27/2371.54	

Verifier Data

OK	139

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 (4085 MiB free)
  memory of node 1: 16384 MiB (12346 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289970-1532213045/watcher-4289970-1532213045 -o /tmp/evaluation-result-4289970-1532213045/solver-4289970-1532213045 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28144 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289970-1532213045.xml 

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

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


[startup+0.100159 s]*
/proc/loadavg: 5.14 4.23 3.14 3/217 28863
/proc/meminfo: memFree=16808312/32770624 swapFree=67108860/67108860
[pid=28848] ppid=28845 vsize=10659012 memory=30476 CPUtime=0.13 cores=1,3,5,7
/proc/28848/stat : 28848 (java) S 28845 28848 25824 0 -1 1077944320 6689 0 0 0 11 2 0 0 20 0 15 0 38867654 10914828288 7619 33554432000 4194304 4196468 140728805911136 140728805893680 139866562244343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
/proc/28848/statm: 2664753 7619 2824 1 0 2627263 0
[pid=28848/tid=28850] ppid=28845 vsize=10659012 memory=-8773748148830375295 CPUtime=0.09 cores=1,3,5,7
/proc/28848/task/28850/stat : 28850 (java) R 28845 28848 25824 0 -1 4202560 4526 0 0 0 8 1 0 0 20 0 15 0 38867654 10914828288 7619 33554432000 4194304 4196468 140728805911136 139866566469408 139866562256278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28851] ppid=28845 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28851/stat : 28851 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914828288 7619 33554432000 4194304 4196468 140728805911136 139866488319120 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28852] ppid=28845 vsize=10659012 memory=140248829163136 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28852/stat : 28852 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914828288 7619 33554432000 4194304 4196468 140728805911136 139866487266320 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914828288 7619 33554432000 4194304 4196468 140728805911136 139866486213520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) S 28845 28848 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867655 10914828288 7619 33554432000 4194304 4196468 140728805911136 139866485160720 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10659012 memory=140248829163136 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867656 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865597356400 139866562255490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28856] ppid=28845 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28856/stat : 28856 (java) S 28845 28848 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38867657 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865596302368 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28857] ppid=28845 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28857/stat : 28857 (java) S 28845 28848 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38867657 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865595249520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28858] ppid=28845 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28858/stat : 28858 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867659 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865594197840 139866562262939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28859] ppid=28845 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28859/stat : 28859 (java) S 28845 28848 25824 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 38867659 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865593146224 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28860] ppid=28845 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28860/stat : 28860 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867659 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865592093424 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28861] ppid=28845 vsize=10659012 memory=140248829163136 CPUtime=0.01 cores=1,3,5,7
/proc/28848/task/28861/stat : 28861 (java) R 28845 28848 25824 0 -1 4202560 358 0 0 0 1 0 0 0 20 0 15 0 38867659 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865591040624 139866540735360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28862] ppid=28845 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28862/stat : 28862 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867659 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865589988064 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28863] ppid=28845 vsize=10659012 memory=140248829163136 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28863/stat : 28863 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867660 10914828288 7619 33554432000 4194304 4196468 140728805911136 139865588935344 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30476 KiB

[startup+0.210609 s]*
/proc/loadavg: 5.14 4.23 3.14 4/217 28863
/proc/meminfo: memFree=16797868/32770624 swapFree=67108860/67108860
[pid=28848] ppid=28845 vsize=10659012 memory=42348 CPUtime=0.34 cores=1,3,5,7
/proc/28848/stat : 28848 (java) S 28845 28848 25824 0 -1 1077944320 8125 0 0 0 31 3 0 0 20 0 15 0 38867654 10914828288 10587 33554432000 4194304 4196468 140728805911136 140728805893680 139866562244343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
/proc/28848/statm: 2664753 10587 3012 1 0 2627263 0
[pid=28848/tid=28850] ppid=28845 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28848/task/28850/stat : 28850 (java) R 28845 28848 25824 0 -1 4202560 5030 0 0 0 19 1 0 0 20 0 15 0 38867654 10914828288 10587 33554432000 4194304 4196468 140728805911136 139866566471600 139866546324830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28851] ppid=28845 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28851/stat : 28851 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914828288 10587 33554432000 4194304 4196468 140728805911136 139866488319120 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28852] ppid=28845 vsize=10659012 memory=140248829190462 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28852/stat : 28852 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914828288 10587 33554432000 4194304 4196468 140728805911136 139866487266320 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914828288 10587 33554432000 4194304 4196468 140728805911136 139866486213520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) S 28845 28848 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867655 10914828288 10587 33554432000 4194304 4196468 140728805911136 139866485160720 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10659012 memory=140248829163136 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867656 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865597356400 139866562255490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28856] ppid=28845 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28856/stat : 28856 (java) S 28845 28848 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38867657 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865596302368 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28857] ppid=28845 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28857/stat : 28857 (java) S 28845 28848 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38867657 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865595249520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28858] ppid=28845 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28858/stat : 28858 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867659 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865594197840 139866562262939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28859] ppid=28845 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28848/task/28859/stat : 28859 (java) S 28845 28848 25824 0 -1 1077944384 795 0 0 0 2 0 0 0 20 0 15 0 38867659 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865593146224 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28860] ppid=28845 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28848/task/28860/stat : 28860 (java) S 28845 28848 25824 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 38867659 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865592093424 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28861] ppid=28845 vsize=10659012 memory=140248829163136 CPUtime=0.07 cores=1,3,5,7
/proc/28848/task/28861/stat : 28861 (java) R 28845 28848 25824 0 -1 4202560 729 0 0 0 7 0 0 0 20 0 15 0 38867659 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865591040624 139866546324830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28862] ppid=28845 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28862/stat : 28862 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867659 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865589988064 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28863] ppid=28845 vsize=10659012 memory=140248829163136 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28863/stat : 28863 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867660 10914828288 10587 33554432000 4194304 4196468 140728805911136 139865588935344 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42348 KiB

[startup+0.310839 s]*
/proc/loadavg: 5.14 4.23 3.14 6/217 28863
/proc/meminfo: memFree=16790796/32770624 swapFree=67108860/67108860
[pid=28848] ppid=28845 vsize=10659088 memory=47464 CPUtime=0.53 cores=1,3,5,7
/proc/28848/stat : 28848 (java) S 28845 28848 25824 0 -1 1077944320 8924 0 0 0 50 3 0 0 20 0 15 0 38867654 10914906112 11866 33554432000 4194304 4196468 140728805911136 140728805893680 139866562244343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
/proc/28848/statm: 2664772 11866 3054 1 0 2627263 0
[pid=28848/tid=28850] ppid=28845 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28848/task/28850/stat : 28850 (java) R 28845 28848 25824 0 -1 4202560 5630 0 0 0 28 2 0 0 20 0 15 0 38867654 10914906112 11866 33554432000 4194304 4196468 140728805911136 139866566478400 139866562256278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28851] ppid=28845 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28851/stat : 28851 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914906112 11866 33554432000 4194304 4196468 140728805911136 139866488319120 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28852] ppid=28845 vsize=10659088 memory=140248829189690 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28852/stat : 28852 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914906112 11866 33554432000 4194304 4196468 140728805911136 139866487266320 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914906112 11866 33554432000 4194304 4196468 140728805911136 139866486213520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) S 28845 28848 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867655 10914906112 11866 33554432000 4194304 4196468 140728805911136 139866485160720 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10659088 memory=140248829163136 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867656 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865597356400 139866562255490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28856] ppid=28845 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28856/stat : 28856 (java) S 28845 28848 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38867657 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865596302368 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28857] ppid=28845 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28857/stat : 28857 (java) S 28845 28848 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38867657 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865595249520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28858] ppid=28845 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28858/stat : 28858 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867659 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865594197840 139866562262939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28859] ppid=28845 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28848/task/28859/stat : 28859 (java) S 28845 28848 25824 0 -1 1077944384 804 0 0 0 4 0 0 0 20 0 15 0 38867659 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865593146224 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28860] ppid=28845 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/28848/task/28860/stat : 28860 (java) S 28845 28848 25824 0 -1 1077944384 312 0 0 0 5 0 0 0 20 0 15 0 38867659 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865592093424 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28861] ppid=28845 vsize=10659088 memory=140248829163136 CPUtime=0.12 cores=1,3,5,7
/proc/28848/task/28861/stat : 28861 (java) R 28845 28848 25824 0 -1 4202560 810 0 0 0 12 0 0 0 20 0 15 0 38867659 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865591040624 139866562256278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28862] ppid=28845 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28862/stat : 28862 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867659 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865589988064 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28863] ppid=28845 vsize=10659088 memory=140248829163136 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28863/stat : 28863 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867660 10914906112 11866 33554432000 4194304 4196468 140728805911136 139865588935344 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47464 KiB

[startup+0.700792 s]
/proc/loadavg: 5.14 4.23 3.14 5/217 28863
/proc/meminfo: memFree=16765232/32770624 swapFree=67108860/67108860
[pid=28848] ppid=28845 vsize=10659088 memory=150760 CPUtime=1.64 cores=1,3,5,7
/proc/28848/stat : 28848 (java) S 28845 28848 25824 0 -1 1077944320 12464 0 0 0 158 6 0 0 20 0 15 0 38867654 10914906112 37690 33554432000 4194304 4196468 140728805911136 140728805893680 139866562244343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
/proc/28848/statm: 2664772 37690 3104 1 0 2627263 0
[pid=28848/tid=28850] ppid=28845 vsize=10659088 memory=1836 CPUtime=0.68 cores=1,3,5,7
/proc/28848/task/28850/stat : 28850 (java) R 28845 28848 25824 0 -1 4202560 6141 0 0 0 64 4 0 0 20 0 15 0 38867654 10914906112 37690 33554432000 4194304 4196468 140728805911136 139866566477008 139866167421238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28851] ppid=28845 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28851/stat : 28851 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914906112 37690 33554432000 4194304 4196468 140728805911136 139866488319120 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28852] ppid=28845 vsize=10659088 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28852/stat : 28852 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914906112 37690 33554432000 4194304 4196468 140728805911136 139866487266320 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10659088 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867655 10914906112 37690 33554432000 4194304 4196468 140728805911136 139866486213520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10659088 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) S 28845 28848 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867655 10914906112 37690 33554432000 4194304 4196468 140728805911136 139866485160720 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38867656 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865597356400 139866562255490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28856] ppid=28845 vsize=10659088 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28856/stat : 28856 (java) S 28845 28848 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38867657 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865596302368 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28857] ppid=28845 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28857/stat : 28857 (java) S 28845 28848 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38867657 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865595249520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28858] ppid=28845 vsize=10659088 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28858/stat : 28858 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867659 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865594197840 139866562262939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28859] ppid=28845 vsize=10659088 memory=6297835844906604903 CPUtime=0.31 cores=1,3,5,7
/proc/28848/task/28859/stat : 28859 (java) R 28845 28848 25824 0 -1 4202560 1894 0 0 0 31 0 0 0 20 0 15 0 38867659 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865593136816 139866545740842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28860] ppid=28845 vsize=10659088 memory=7597685182856913236 CPUtime=0.33 cores=1,3,5,7
/proc/28848/task/28860/stat : 28860 (java) R 28845 28848 25824 0 -1 4202560 1259 0 0 0 33 0 0 0 20 0 15 0 38867659 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865592082016 139866541754640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28861] ppid=28845 vsize=10659088 memory=7368004788338839632 CPUtime=0.3 cores=1,3,5,7
/proc/28848/task/28861/stat : 28861 (java) R 28845 28848 25824 0 -1 1077944384 1799 0 0 0 29 1 0 0 20 0 15 0 38867659 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865591040624 139866562255490 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28862] ppid=28845 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28862/stat : 28862 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867659 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865589988064 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28863] ppid=28845 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28863/stat : 28863 (java) S 28845 28848 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867660 10914906112 37690 33554432000 4194304 4196468 140728805911136 139865588935344 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 150760 KiB

[startup+1.5013 s]
/proc/loadavg: 5.14 4.23 3.14 6/217 28863
/proc/meminfo: memFree=16570000/32770624 swapFree=67108860/67108860
[pid=28848] ppid=28845 vsize=10659088 memory=535968 CPUtime=3.67 cores=1,3,5,7
/proc/28848/stat : 28848 (java) S 28845 28848 25824 0 -1 1077944320 13618 0 0 0 329 38 0 0 20 0 15 0 38867654 10914906112 133992 33554432000 4194304 4196468 140728805911136 140728805893680 139866562244343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
/proc/28848/statm: 2664772 133992 3136 1 0 2627263 0
[pid=28848/tid=28850] ppid=28845 vsize=10659088 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/28848/task/28850/stat : 28850 (java) S 28845 28848 25824 0 -1 1077944384 6244 0 0 0 111 5 0 0 20 0 15 0 38867654 10914906112 133992 33554432000 4194304 4196468 140728805911136 139866566480768 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28851] ppid=28845 vsize=10659088 memory=-6951259422114956437 CPUtime=0.29 cores=1,3,5,7
/proc/28848/task/28851/stat : 28851 (java) R 28845 28848 25824 0 -1 4202560 185 0 0 0 22 7 0 0 20 0 15 0 38867655 10914906112 133992 33554432000 4194304 4196468 140728805911136 139866488319008 139866547272320 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28852] ppid=28845 vsize=10659088 memory=-6509546260019855295 CPUtime=0.29 cores=1,3,5,7
/proc/28848/task/28852/stat : 28852 (java) R 28845 28848 25824 0 -1 4202560 195 0 0 0 22 7 0 0 20 0 15 0 38867655 10914906112 133992 33554432000 4194304 4196468 140728805911136 139866487266320 139866541439587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10659088 memory=-7390251449858225344 CPUtime=0.3 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) R 28845 28848 25824 0 -1 4202560 206 0 0 0 23 7 0 0 20 0 15 0 38867655 10914906112 133992 33554432000 4194304 4196468 140728805911136 139866486213720 139866547272217 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10659088 memory=-7096649868621430206 CPUtime=0.3 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) R 28845 28848 25824 0 -1 4202560 225 0 0 0 23 7 0 0 20 0 15 0 38867655 10914906112 133992 33554432000 4194304 4196468 140728805911136 139866485160720 139866547271762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 38867656 10914906112 133992 33554432000 4194304 4196468 140728805911136 139865597354912 139866562254549 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0

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

/proc/28848/task/28852/stat : 28852 (java) S 28845 28848 25824 0 -1 1077944384 13957 0 0 0 698 101 0 0 20 0 16 0 38867655 10985164800 978121 33554432000 4194304 4196468 140728805911136 139866487266320 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10727700 memory=3912484 CPUtime=8.03 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) S 28845 28848 25824 0 -1 1077944384 17549 0 0 0 702 101 0 0 20 0 16 0 38867655 10985164800 978121 33554432000 4194304 4196468 140728805911136 139866486213520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10727700 memory=3912380 CPUtime=7.98 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) S 28845 28848 25824 0 -1 1077944384 18231 0 0 0 697 101 0 0 20 0 16 0 38867655 10985164800 978121 33554432000 4194304 4196468 140728805911136 139866485160720 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10727700 memory=3912380 CPUtime=1.13 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 19693 0 0 0 110 3 0 0 20 0 16 0 38867656 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865597356400 139866562255490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28856] ppid=28845 vsize=10727700 memory=280497335753008 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28856/stat : 28856 (java) S 28845 28848 25824 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38867657 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865596302432 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28857] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28857/stat : 28857 (java) S 28845 28848 25824 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38867657 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865595249536 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28858] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28858/stat : 28858 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865594197840 139866562262939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28859] ppid=28845 vsize=10727700 memory=3912484 CPUtime=1.3 cores=1,3,5,7
/proc/28848/task/28859/stat : 28859 (java) S 28845 28848 25824 0 -1 1077944384 6138 0 0 0 129 1 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865593146224 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28860] ppid=28845 vsize=10727700 memory=3912484 CPUtime=1.25 cores=1,3,5,7
/proc/28848/task/28860/stat : 28860 (java) S 28845 28848 25824 0 -1 1077944384 4735 0 0 0 123 2 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865592093424 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28861] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0.48 cores=1,3,5,7
/proc/28848/task/28861/stat : 28861 (java) S 28845 28848 25824 0 -1 1077944384 4318 0 0 0 46 2 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865591040624 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28862] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28862/stat : 28862 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865589988064 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28863] ppid=28845 vsize=10727700 memory=3912484 CPUtime=1.36 cores=1,3,5,7
/proc/28848/task/28863/stat : 28863 (java) S 28845 28848 25824 0 -1 1077944384 2050 0 0 0 59 77 0 0 20 0 16 0 38867660 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865588935344 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28864] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28864/stat : 28864 (java) S 28845 28848 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38867955 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865585783728 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
Current children cumulated CPU time: 2351.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3912484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2371.3 s]
/proc/loadavg: 1.99 2.03 2.12 3/218 29048
/proc/meminfo: memFree=11066184/32770624 swapFree=67108860/67108860
[pid=28848] ppid=28845 vsize=10727700 memory=3912484 CPUtime=2400.06 cores=1,3,5,7
/proc/28848/stat : 28848 (java) S 28845 28848 25824 0 -1 1077944320 180512 0 0 0 239499 507 0 0 20 0 16 0 38867654 10985164800 978121 33554432000 4194304 4196468 140728805911136 140728805893680 139866562244343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
/proc/28848/statm: 2681925 978121 3175 1 0 2644416 0
[pid=28848/tid=28850] ppid=28845 vsize=10727700 memory=0 CPUtime=2362.35 cores=1,3,5,7
/proc/28848/task/28850/stat : 28850 (java) R 28845 28848 25824 0 -1 4202560 74689 0 0 0 236215 20 0 0 20 0 16 0 38867654 10985164800 978121 33554432000 4194304 4196468 140728805911136 139866566483312 139866168826384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28851] ppid=28845 vsize=10727700 memory=3912484 CPUtime=8.05 cores=1,3,5,7
/proc/28848/task/28851/stat : 28851 (java) S 28845 28848 25824 0 -1 1077944384 17680 0 0 0 701 104 0 0 20 0 16 0 38867655 10985164800 978121 33554432000 4194304 4196468 140728805911136 139866488319120 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28852] ppid=28845 vsize=10727700 memory=3912484 CPUtime=7.99 cores=1,3,5,7
/proc/28848/task/28852/stat : 28852 (java) S 28845 28848 25824 0 -1 1077944384 13957 0 0 0 698 101 0 0 20 0 16 0 38867655 10985164800 978121 33554432000 4194304 4196468 140728805911136 139866487266320 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10727700 memory=3912484 CPUtime=8.03 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) S 28845 28848 25824 0 -1 1077944384 17549 0 0 0 702 101 0 0 20 0 16 0 38867655 10985164800 978121 33554432000 4194304 4196468 140728805911136 139866486213520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10727700 memory=280497335357568 CPUtime=7.98 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) S 28845 28848 25824 0 -1 1077944384 18231 0 0 0 697 101 0 0 20 0 16 0 38867655 10985164800 978121 33554432000 4194304 4196468 140728805911136 139866485160720 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10727700 memory=3912484 CPUtime=1.13 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 19703 0 0 0 110 3 0 0 20 0 16 0 38867656 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865597356400 139866562255490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28856] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28856/stat : 28856 (java) S 28845 28848 25824 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38867657 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865596302432 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28857] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28857/stat : 28857 (java) S 28845 28848 25824 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38867657 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865595249536 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28858] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28858/stat : 28858 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865594197840 139866562262939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28859] ppid=28845 vsize=10727700 memory=3912484 CPUtime=1.3 cores=1,3,5,7
/proc/28848/task/28859/stat : 28859 (java) S 28845 28848 25824 0 -1 1077944384 6141 0 0 0 129 1 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865593146224 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28860] ppid=28845 vsize=10727700 memory=3912484 CPUtime=1.25 cores=1,3,5,7
/proc/28848/task/28860/stat : 28860 (java) S 28845 28848 25824 0 -1 1077944384 4738 0 0 0 123 2 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865592093424 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28861] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0.48 cores=1,3,5,7
/proc/28848/task/28861/stat : 28861 (java) S 28845 28848 25824 0 -1 1077944384 4326 0 0 0 46 2 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865591040624 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28862] ppid=28845 vsize=10727700 memory=3646164 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28862/stat : 28862 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38867659 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865589988064 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28863] ppid=28845 vsize=10727700 memory=3912484 CPUtime=1.39 cores=1,3,5,7
/proc/28848/task/28863/stat : 28863 (java) S 28845 28848 25824 0 -1 1077944384 2087 0 0 0 60 79 0 0 20 0 16 0 38867660 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865588935344 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28864] ppid=28845 vsize=10727700 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28864/stat : 28864 (java) S 28845 28848 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38867955 10985164800 978121 33554432000 4194304 4196468 140728805911136 139865585783728 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3912484 KiB

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

[startup+2371.57 s]
# the end of solver process 28848 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.28 s, system=5.09319 s

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

[startup+2371.41 s]
/proc/loadavg: 1.99 2.03 2.12 3/218 29048
/proc/meminfo: memFree=11066184/32770624 swapFree=67108860/67108860
[pid=28848] ppid=28845 vsize=10927392 memory=3912796 CPUtime=2400.17 cores=1,3,5,7
/proc/28848/stat : 28848 (java) S 28845 28848 25824 0 -1 1077944320 181883 0 0 0 239510 507 0 0 20 0 17 0 38867654 11189649408 978199 33554432000 4194304 4196468 140728805911136 140728805893680 139866562244343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
/proc/28848/statm: 2731848 978199 3177 1 0 2694339 0
[pid=28848/tid=28850] ppid=28845 vsize=10927392 memory=928 CPUtime=2362.47 cores=1,3,5,7
/proc/28848/task/28850/stat : 28850 (java) R 28845 28848 25824 0 -1 4202560 74939 0 0 0 236226 21 0 0 20 0 17 0 38867654 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866566483312 139866169199165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28851] ppid=28845 vsize=10927392 memory=1580 CPUtime=8.05 cores=1,3,5,7
/proc/28848/task/28851/stat : 28851 (java) S 28845 28848 25824 0 -1 1077944384 17680 0 0 0 701 104 0 0 20 0 17 0 38867655 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866488319120 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28852] ppid=28845 vsize=10927392 memory=6791534058613427641 CPUtime=7.99 cores=1,3,5,7
/proc/28848/task/28852/stat : 28852 (java) S 28845 28848 25824 0 -1 1077944384 13957 0 0 0 698 101 0 0 20 0 17 0 38867655 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866487266320 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10927392 memory=7740628339703108688 CPUtime=8.03 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) S 28845 28848 25824 0 -1 1077944384 17549 0 0 0 702 101 0 0 20 0 17 0 38867655 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866486213520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10927392 memory=7308282775475541072 CPUtime=7.98 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) S 28845 28848 25824 0 -1 1077944384 18231 0 0 0 697 101 0 0 20 0 17 0 38867655 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866485160720 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10927392 memory=-5819406935926661784 CPUtime=1.13 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 19703 0 0 0 110 3 0 0 20 0 17 0 38867656 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865597356400 139866562255490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28856] ppid=28845 vsize=10927392 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28856/stat : 28856 (java) S 28845 28848 25824 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38867657 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865596302432 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28857] ppid=28845 vsize=10927392 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28857/stat : 28857 (java) S 28845 28848 25824 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38867657 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865595249536 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28858] ppid=28845 vsize=10927392 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28858/stat : 28858 (java) S 28845 28848 25824 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865594197840 139866562262939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28859] ppid=28845 vsize=10927392 memory=8380 CPUtime=1.3 cores=1,3,5,7
/proc/28848/task/28859/stat : 28859 (java) S 28845 28848 25824 0 -1 1077944384 6239 0 0 0 129 1 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865593146224 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28860] ppid=28845 vsize=10927392 memory=1012 CPUtime=1.25 cores=1,3,5,7
/proc/28848/task/28860/stat : 28860 (java) S 28845 28848 25824 0 -1 1077944384 4805 0 0 0 123 2 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865592093424 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28861] ppid=28845 vsize=10927392 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/28848/task/28861/stat : 28861 (java) S 28845 28848 25824 0 -1 1077944384 4645 0 0 0 46 2 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865591040624 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28862] ppid=28845 vsize=10927392 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28862/stat : 28862 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865589988064 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28863] ppid=28845 vsize=10927392 memory=13924 CPUtime=1.39 cores=1,3,5,7
/proc/28848/task/28863/stat : 28863 (java) S 28845 28848 25824 0 -1 1077944384 2087 0 0 0 60 79 0 0 20 0 17 0 38867660 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865588935344 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
Current children cumulated CPU time: 2400.17 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3912796 KiB

[startup+2371.5 s]
/proc/loadavg: 1.99 2.03 2.12 3/218 29048
/proc/meminfo: memFree=11066184/32770624 swapFree=67108860/67108860
[pid=28848] ppid=28845 vsize=10927392 memory=3912796 CPUtime=2400.27 cores=1,3,5,7
/proc/28848/stat : 28848 (java) S 28845 28848 25824 0 -1 1077944320 181883 0 0 0 239520 507 0 0 20 0 17 0 38867654 11189649408 978199 33554432000 4194304 4196468 140728805911136 140728805893680 139866562244343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
/proc/28848/statm: 2731848 978199 3177 1 0 2694339 0
[pid=28848/tid=28850] ppid=28845 vsize=10927392 memory=3912484 CPUtime=2362.56 cores=1,3,5,7
/proc/28848/task/28850/stat : 28850 (java) R 28845 28848 25824 0 -1 4202560 74939 0 0 0 236235 21 0 0 20 0 17 0 38867654 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866566483312 139866169198809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28851] ppid=28845 vsize=10927392 memory=3912484 CPUtime=8.05 cores=1,3,5,7
/proc/28848/task/28851/stat : 28851 (java) S 28845 28848 25824 0 -1 1077944384 17680 0 0 0 701 104 0 0 20 0 17 0 38867655 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866488319120 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28852] ppid=28845 vsize=10927392 memory=3912484 CPUtime=7.99 cores=1,3,5,7
/proc/28848/task/28852/stat : 28852 (java) S 28845 28848 25824 0 -1 1077944384 13957 0 0 0 698 101 0 0 20 0 17 0 38867655 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866487266320 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28853] ppid=28845 vsize=10927392 memory=3912484 CPUtime=8.03 cores=1,3,5,7
/proc/28848/task/28853/stat : 28853 (java) S 28845 28848 25824 0 -1 1077944384 17549 0 0 0 702 101 0 0 20 0 17 0 38867655 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866486213520 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28854] ppid=28845 vsize=10927392 memory=3912484 CPUtime=7.98 cores=1,3,5,7
/proc/28848/task/28854/stat : 28854 (java) S 28845 28848 25824 0 -1 1077944384 18231 0 0 0 697 101 0 0 20 0 17 0 38867655 11189649408 978199 33554432000 4194304 4196468 140728805911136 139866485160720 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28855] ppid=28845 vsize=10927392 memory=3912484 CPUtime=1.13 cores=1,3,5,7
/proc/28848/task/28855/stat : 28855 (java) S 28845 28848 25824 0 -1 1077944384 19703 0 0 0 110 3 0 0 20 0 17 0 38867656 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865597356400 139866562255490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28856] ppid=28845 vsize=10927392 memory=280497335357568 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28856/stat : 28856 (java) S 28845 28848 25824 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38867657 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865596302432 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28857] ppid=28845 vsize=10927392 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28857/stat : 28857 (java) S 28845 28848 25824 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38867657 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865595249536 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28858] ppid=28845 vsize=10927392 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28858/stat : 28858 (java) S 28845 28848 25824 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865594197840 139866562262939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28859] ppid=28845 vsize=10927392 memory=3912484 CPUtime=1.3 cores=1,3,5,7
/proc/28848/task/28859/stat : 28859 (java) S 28845 28848 25824 0 -1 1077944384 6239 0 0 0 129 1 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865593146224 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28860] ppid=28845 vsize=10927392 memory=3912484 CPUtime=1.25 cores=1,3,5,7
/proc/28848/task/28860/stat : 28860 (java) S 28845 28848 25824 0 -1 1077944384 4805 0 0 0 123 2 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865592093424 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28861] ppid=28845 vsize=10927392 memory=3646164 CPUtime=0.48 cores=1,3,5,7
/proc/28848/task/28861/stat : 28861 (java) S 28845 28848 25824 0 -1 1077944384 4645 0 0 0 46 2 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865591040624 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28862] ppid=28845 vsize=10927392 memory=3912484 CPUtime=0 cores=1,3,5,7
/proc/28848/task/28862/stat : 28862 (java) S 28845 28848 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867659 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865589988064 139866562254549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
[pid=28848/tid=28863] ppid=28845 vsize=10927392 memory=3912484 CPUtime=1.39 cores=1,3,5,7
/proc/28848/task/28863/stat : 28863 (java) S 28845 28848 25824 0 -1 1077944384 2087 0 0 0 60 79 0 0 20 0 17 0 38867660 11189649408 978199 33554432000 4194304 4196468 140728805911136 139865588935344 139866562255490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30437376 140728805917809 140728805917961 140728805917961 140728805920719 0
Current children cumulated CPU time: 2400.27 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3912796 KiB

Child status: 143
Real time (s): 2371.57
CPU time (s): 2400.37
CPU user time (s): 2395.28
CPU system time (s): 5.09319
CPU usage (%): 101.215
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3912796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.28
system time used= 5.09319
maximum resident set size= 3913172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54832
involuntary context switches= 1101


# summary of solver processes directly reported to runsolver:
#   pid: 28848
#   total CPU time (s): 2400.37
#   total CPU user time (s): 2395.28
#   total CPU system time (s): 5.09319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1148 second user time and 22.7747 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 00:44:05
IDJOB=4289970
IDBENCH=141217
IDSOLVER=2742
FILE ID=node104/4289970-1532213045
RUNJOBID= node104-1532208872-28144
PBS_JOBID= 21018939
Free space on /tmp= 57244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-4_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289970-1532213045/watcher-4289970-1532213045 -o /tmp/evaluation-result-4289970-1532213045/solver-4289970-1532213045 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28144 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289970-1532213045.xml

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

MD5SUM BENCH= ce812152122c21d5982c9c6047fc1378
RANDOM SEED=973655207

node104.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.11
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.11
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.11
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.11
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:        16826584 kB
MemAvailable:   27212328 kB
Buffers:          219804 kB
Cached:         10376288 kB
SwapCached:            0 kB
Active:          6472948 kB
Inactive:        8896876 kB
Active(anon):    4775900 kB
Inactive(anon):    17040 kB
Active(file):    1697048 kB
Inactive(file):  8879836 kB
Unevictable:        7224 kB
Mlocked:            7224 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2372 kB
Writeback:             0 kB
AnonPages:       4802812 kB
Mapped:            46740 kB
Shmem:             17036 kB
Slab:             265108 kB
SReclaimable:     237320 kB
SUnreclaim:        27788 kB
KernelStack:        3856 kB
PageTables:        14264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6094164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4640768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 01:23:37