Trace number 4262900

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05OPT3420 535.59698 530.73499

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff54.xml
MD5SUM76d2700a299711a8f7ac3a1d3d618278
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3420
Best CPU time to get the best result obtained on this benchmark0.41634801
Satisfiable
(Un)Satisfiability was proved
Number of variables199
Number of constraints197
Number of domains36
Minimum domain size34
Maximum domain size36
Distribution of domain sizes[{"size":34,"count":4},{"size":35,"count":76},{"size":36,"count":119}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":196},{"degree":50,"count":3}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":147},{"arity":3,"count":1},{"arity":4,"count":49}]
Number of extensional constraints147
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":147},{"type":"ordered","count":1},{"type":"minimum","count":49}]
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

2.70/1.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.70/1.11	c This is free software under the dual EPL/GNU LGPL licenses.
2.70/1.11	c See www.sat4j.org for details.
2.70/1.11	c That software uses the Rhino library from the Mozilla project.
2.70/1.11	c version CUSTOM.v20170705
2.70/1.11	c java.runtime.name	Java(TM) SE Runtime Environment
2.70/1.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.70/1.11	c java.vm.version	25.131-b11
2.70/1.11	c java.vm.vendor	Oracle Corporation
2.70/1.11	c sun.arch.data.model	64
2.70/1.11	c java.version		1.8.0_131
2.70/1.11	c os.name		Linux
2.70/1.11	c os.version		3.10.0-514.16.1.el7.x86_64
2.70/1.11	c os.arch		amd64
2.70/1.11	c Free memory 		499604488
2.70/1.11	c Max memory 		7247757312
2.70/1.11	c Total memory 		504889344
2.70/1.11	c Number of processors 	4
2.70/1.11	c c --- Begin Solver configuration ---
2.70/1.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.70/1.11	c Learn all clauses as in MiniSAT
2.70/1.11	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.70/1.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.70/1.11	c No reason simplification
2.70/1.11	c Glucose 2.1 dynamic restart strategy
2.70/1.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
2.70/1.11	c timeout=2147483s
2.70/1.11	c DB Simplification allowed=false
2.70/1.11	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.70/1.11	c --- End Solver configuration ---
2.70/1.11	c constraints type 
2.70/1.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 398
2.70/1.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378756
2.70/1.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 230385
2.70/1.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 396
2.70/1.11	c 609935 constraints processed.
6.75/3.64	o 4985
25.87/21.77	o 4443
43.46/39.21	o 3596
85.33/80.95	o 3506
161.75/157.23	o 3460
168.77/164.29	o 3458
400.55/395.63	o 3422
478.50/473.58	o 3420
535.57/530.71	c starts		: 3408
535.57/530.71	c conflicts		: 1030801
535.57/530.71	c decisions		: 14892117
535.57/530.71	c propagations		: 1087604044
535.57/530.71	c inspects		: 4175999550
535.57/530.71	c shortcuts		: 0
535.57/530.71	c learnt literals	: 106
535.57/530.71	c learnt binary clauses	: 5998
535.57/530.71	c learnt ternary clauses	: 7443
535.57/530.71	c learnt constraints	: 1030694
535.57/530.71	c ignored constraints	: 0
535.57/530.71	c root simplifications	: 0
535.57/530.71	c removed literals (reason simplification)	: 0
535.57/530.71	c reason swapping (by a shorter reason)	: 0
535.57/530.71	c Calls to reduceDB	: 88
535.57/530.71	c Number of update (reduction) of LBD	: 664796
535.57/530.71	c Imported unit clauses	: 0
535.57/530.71	c number of reductions to clauses (during analyze)	: 0
535.57/530.71	c number of learned constraints concerned by reduction	: 0
535.57/530.71	c number of learning phase by resolution	: 0
535.57/530.71	c number of learning phase by cutting planes	: 0
535.57/530.71	c number of rounding to 1 operations	: 0
535.57/530.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
535.57/530.71	c number of reductions of the coefficients by power 2 	: 0
535.57/530.71	c number of right shift for reduction by power 2 	: 0
535.57/530.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
535.57/530.71	c speed (assignments/second)	: 2053714.4486469442
535.57/530.71	c non guided choices	2780972
535.57/530.71	c learnt constraints type 
535.57/530.71	s OPTIMUM FOUND
535.57/530.71	v <instantiation type="optimum" cost="3420">
535.57/530.71	v 	<list> x[0] x[1] x[2] drd[0][0] drd[0][1] drd[0][2] drd[1][0] drd[1][1] drd[1][2] drd[2][0] drd[2][1] drd[2][2] drd[3][0] drd[3][1] drd[3][2] drd[4][0] drd[4][1] drd[4][2] drd[5][0] drd[5][1] drd[5][2] drd[6][0] drd[6][1] drd[6][2] drd[7][0] drd[7][1] drd[7][2] drd[8][0] drd[8][1] drd[8][2] drd[9][0] drd[9][1] drd[9][2] drd[10][0] drd[10][1] drd[10][2] drd[11][0] drd[11][1] drd[11][2] drd[12][0] drd[12][1] drd[12][2] drd[13][0] drd[13][1] drd[13][2] drd[14][0] drd[14][1] drd[14][2] drd[15][0] drd[15][1] drd[15][2] drd[16][0] drd[16][1] drd[16][2] drd[17][0] drd[17][1] drd[17][2] drd[18][0] drd[18][1] drd[18][2] drd[19][0] drd[19][1] drd[19][2] drd[20][0] drd[20][1] drd[20][2] drd[21][0] drd[21][1] drd[21][2] drd[22][0] drd[22][1] drd[22][2] drd[23][0] drd[23][1] drd[23][2] drd[24][0] drd[24][1] drd[24][2] drd[25][0] drd[25][1] drd[25][2] drd[26][0] drd[26][1] drd[26][2] drd[27][0] drd[27][1] drd[27][2] drd[28][0] drd[28][1] drd[28][2] drd[29][0] drd[29][1] drd[29][2] drd[30][0] drd[30][1] drd[30][2] drd[31][0] drd[31][1] drd[31][2] drd[32][0] drd[32][1] drd[32][2] drd[33][0] drd[33][1] drd[33][2] drd[34][0] drd[34][1] drd[34][2] drd[35][0] drd[35][1] drd[35][2] drd[36][0] drd[36][1] drd[36][2] drd[37][0] drd[37][1] drd[37][2] drd[38][0] drd[38][1] drd[38][2] drd[39][0] drd[39][1] drd[39][2] drd[40][0] drd[40][1] drd[40][2] drd[41][0] drd[41][1] drd[41][2] drd[42][0] drd[42][1] drd[42][2] drd[43][0] drd[43][1] drd[43][2] drd[44][0] drd[44][1] drd[44][2] drd[45][0] drd[45][1] drd[45][2] drd[46][0] drd[46][1] drd[46][2] drd[47][0] drd[47][1] drd[47][2] drd[48][0] drd[48][1] drd[48][2] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] dr[45] dr[46] dr[47] dr[48] </list>
535.57/530.71	v 	<values> 136 579 818 43 486 725 30 473 712 30 473 712 774 331 92 774 331 92 34 477 716 85 528 767 85 528 767 136 579 818 633 190 49 633 190 49 135 308 547 136 307 546 407 36 275 406 37 276 24 419 658 19 424 663 38 405 644 37 406 645 204 239 478 204 239 478 114 557 796 21 422 661 21 422 661 0 443 682 0 443 682 81 524 763 81 524 763 738 295 56 738 295 56 178 265 504 176 267 506 388 55 294 682 239 0 682 239 0 569 126 113 569 126 113 467 24 215 467 24 215 512 69 170 511 68 171 87 356 595 96 347 586 115 558 797 443 0 239 443 0 239 102 545 784 108 551 790 67 510 749 43 30 30 92 92 34 85 85 136 49 49 135 136 36 37 24 19 38 37 204 204 114 21 21 0 0 81 81 56 56 178 176 55 0 0 113 113 24 24 69 68 87 96 115 0 0 102 108 67 </values>
535.57/530.71	v </instantiation>
535.57/530.71	

Verifier Data

OK	3420

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262900-1502635274/watcher-4262900-1502635274 -o /tmp/evaluation-result-4262900-1502635274/solver-4262900-1502635274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262900-1502635274.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=1669, runsolver pid=1666

[startup+0.100873 s]*
/proc/loadavg: 7.84 6.10 3.90 3/209 1679
/proc/meminfo: memFree=22713836/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10484492 memory=23360 CPUtime=0.05 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 4801 0 0 0 5 0 0 0 20 0 14 0 105438753 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2621123 5840 2578 1 0 2610620 0
[pid=1669/tid=1671] ppid=1666 vsize=10484492 memory=-7174084197762691781 CPUtime=0.04 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) D 1666 1669 12395 0 -1 4202560 2914 0 0 0 4 0 0 0 20 0 14 0 105438758 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140114458417056 140114454201597 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10484492 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105438759 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10484492 memory=140307840018048 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105438759 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105438759 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105438759 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105438760 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 105438760 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140113949230752 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1678] ppid=1666 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1678/stat : 1678 (java) S 1666 1669 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 105438761 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140113948177648 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1679] ppid=1666 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1679/stat : 1679 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105438763 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140113947126224 140114454198171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1680] ppid=1666 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1680/stat : 1680 (java) S 1666 1669 12395 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 14 0 105438763 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140113946073328 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1681] ppid=1666 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1681/stat : 1681 (java) S 1666 1669 12395 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 105438763 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140113945020784 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1682] ppid=1666 vsize=10484492 memory=140307840018048 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1682/stat : 1682 (java) S 1666 1669 12395 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 105438763 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140113943967728 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1683] ppid=1666 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1683/stat : 1683 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105438763 10736119808 5840 18446744073709551615 4194304 4196468 140724453330720 140113942915424 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23360 KiB

[startup+0.210378 s]*
/proc/loadavg: 7.84 6.10 3.90 3/214 1684
/proc/meminfo: memFree=22707228/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10552180 memory=30624 CPUtime=0.11 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 7562 0 0 0 10 1 0 0 20 0 15 0 105438753 10805432320 7656 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2638045 7656 2794 1 0 2627517 0
[pid=1669/tid=1671] ppid=1666 vsize=10551156 memory=-7174084197762691781 CPUtime=0.09 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) R 1666 1669 12395 0 -1 4202560 5491 0 0 0 8 1 0 0 20 0 15 0 105438758 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140114458367920 140114454201501 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10551156 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10551156 memory=140307840018048 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105438759 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10551156 memory=140307840018048 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105438760 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105438760 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113949230752 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1678] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1678/stat : 1678 (java) S 1666 1669 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105438761 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113948177648 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1679] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1679/stat : 1679 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105438763 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113947126224 140114454198171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1680] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1680/stat : 1680 (java) S 1666 1669 12395 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 105438763 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113946073328 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1681] ppid=1666 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1681/stat : 1681 (java) S 1666 1669 12395 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 105438763 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113945020784 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1682] ppid=1666 vsize=10551156 memory=140307840018048 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1682/stat : 1682 (java) R 1666 1669 12395 0 -1 4202560 288 0 0 0 1 0 0 0 20 0 15 0 105438763 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113943967728 140114446416702 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1683] ppid=1666 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1683/stat : 1683 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105438763 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113942915424 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1684] ppid=1666 vsize=10551156 memory=140307840018048 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1684/stat : 1684 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438770 10804383744 7459 18446744073709551615 4194304 4196468 140724453330720 140113941863472 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30624 KiB

[startup+0.310617 s]*
/proc/loadavg: 7.84 6.10 3.90 4/214 1684
/proc/meminfo: memFree=22700068/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10551156 memory=37844 CPUtime=0.27 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 8794 0 0 0 25 2 0 0 20 0 15 0 105438753 10804383744 9461 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2637789 9461 2881 1 0 2627261 0
[pid=1669/tid=1671] ppid=1666 vsize=10551156 memory=6933928925625698159 CPUtime=0.19 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) R 1666 1669 12395 0 -1 4202560 6158 0 0 0 17 2 0 0 20 0 15 0 105438758 10804383744 9659 18446744073709551615 4194304 4196468 140724453330720 140114458413936 140114454201501 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804383744 9659 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804383744 9659 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105438759 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105438760 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105438760 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113949230752 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1678] ppid=1666 vsize=10551156 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1678/stat : 1678 (java) S 1666 1669 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105438761 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113948177648 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1679] ppid=1666 vsize=10551156 memory=140307840018048 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1679/stat : 1679 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105438763 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113947126224 140114454198171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1680] ppid=1666 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1680/stat : 1680 (java) R 1666 1669 12395 0 -1 4202560 585 0 0 0 1 0 0 0 20 0 15 0 105438763 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113946063576 140114446896727 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1681] ppid=1666 vsize=10551156 memory=115174945 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1681/stat : 1681 (java) R 1666 1669 12395 0 -1 4202560 137 0 0 0 1 0 0 0 20 0 15 0 105438763 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113945011768 140114438980417 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1682] ppid=1666 vsize=10551156 memory=215735841 CPUtime=0.05 cores=1,3,5,7
/proc/1669/task/1682/stat : 1682 (java) R 1666 1669 12395 0 -1 4202560 806 0 0 0 5 0 0 0 20 0 15 0 105438763 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113943964728 140114433111822 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1683] ppid=1666 vsize=10551156 memory=280615446678100 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1683/stat : 1683 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105438763 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113942915424 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1684] ppid=1666 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1684/stat : 1684 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438770 10804383744 9725 18446744073709551615 4194304 4196468 140724453330720 140113941863472 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37844 KiB

[startup+0.701599 s]
/proc/loadavg: 7.84 6.10 3.90 9/214 1684
/proc/meminfo: memFree=22681300/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10551232 memory=110760 CPUtime=1.43 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 12739 0 0 0 139 4 0 0 20 0 15 0 105438753 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2637808 27690 3049 1 0 2627261 0
[pid=1669/tid=1671] ppid=1666 vsize=10551232 memory=1012 CPUtime=0.57 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) R 1666 1669 12395 0 -1 4202560 7521 0 0 0 54 3 0 0 20 0 15 0 105438758 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140114458415168 140114067156327 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10551232 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438759 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105438759 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10551232 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105438760 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105438760 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113949230752 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1678] ppid=1666 vsize=10551232 memory=55 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1678/stat : 1678 (java) S 1666 1669 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105438761 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113948177648 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1679] ppid=1666 vsize=10551232 memory=13931 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1679/stat : 1679 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105438763 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113947126224 140114454198171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1680] ppid=1666 vsize=10551232 memory=14483 CPUtime=0.28 cores=1,3,5,7
/proc/1669/task/1680/stat : 1680 (java) R 1666 1669 12395 0 -1 4202560 1366 0 0 0 28 0 0 0 20 0 15 0 105438763 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113946054720 140114437676974 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1681] ppid=1666 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/1669/task/1681/stat : 1681 (java) R 1666 1669 12395 0 -1 4202560 915 0 0 0 27 0 0 0 20 0 15 0 105438763 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113945013976 140114432196544 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1682] ppid=1666 vsize=10551232 memory=2609 CPUtime=0.28 cores=1,3,5,7
/proc/1669/task/1682/stat : 1682 (java) S 1666 1669 12395 0 -1 1077944384 1566 0 0 0 28 0 0 0 20 0 15 0 105438763 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113943967728 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1683] ppid=1666 vsize=10551232 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1683/stat : 1683 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105438763 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113942915424 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1684] ppid=1666 vsize=10551232 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1684/stat : 1684 (java) S 1666 1669 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105438770 10804461568 27690 18446744073709551615 4194304 4196468 140724453330720 140113941863472 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 110760 KiB

[startup+1.50076 s]
/proc/loadavg: 7.84 6.10 3.90 9/214 1684
/proc/meminfo: memFree=22528832/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10617796 memory=235364 CPUtime=3.92 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 23674 0 0 0 384 8 0 0 20 0 16 0 105438753 10872623104 58841 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2654449 58841 3091 1 0 2643902 0
[pid=1669/tid=1671] ppid=1666 vsize=10617796 memory=55 CPUtime=1.34 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) R 1666 1669 12395 0 -1 4202560 7594 0 0 0 131 3 0 0 20 0 16 0 105438758 10872623104 58841 18446744073709551615 4194304 4196468 140724453330720 140114458417976 140114067941890 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10617796 memory=13931 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 105438759 10872623104 58841 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10617796 memory=14483 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 16 0 105438759 10872623104 58841 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 16 0 105438759 10872623104 58841 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10617796 memory=2609 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 105438759 10872623104 58841 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10617796 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 105438760 10872623104 58841 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10617796 memory=2460 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105438760 10872623104 58841 18446744073709551615 4194304 4196468 140724453330720 140113949230752 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0

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

Current children cumulated CPU time: 533.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 473740 KiB

[startup+529.601 s]
/proc/loadavg: 2.01 2.88 3.23 3/216 1796
/proc/meminfo: memFree=30074572/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10617796 memory=473740 CPUtime=534.65 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 52704 0 0 0 53425 40 0 0 20 0 16 0 105438753 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2654449 118435 3119 1 0 2643902 0
[pid=1669/tid=1671] ppid=1666 vsize=10617796 memory=7680170660397595203 CPUtime=529.35 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) R 1666 1669 12395 0 -1 4202560 15640 0 0 0 52929 6 0 0 20 0 16 0 105438758 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114458416552 140114068285169 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10617796 memory=1608 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 588 0 0 0 10 4 0 0 20 0 16 0 105438759 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10617796 memory=928 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 326 0 0 0 10 4 0 0 20 0 16 0 105438759 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10617796 memory=2160 CPUtime=0.13 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 827 0 0 0 10 3 0 0 20 0 16 0 105438759 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10617796 memory=7680170660397595203 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 454 0 0 0 10 4 0 0 20 0 16 0 105438759 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10617796 memory=840 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 1125 0 0 0 1 0 0 0 20 0 16 0 105438760 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 105438760 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113949230816 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1678] ppid=1666 vsize=10617796 memory=2460 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1678/stat : 1678 (java) S 1666 1669 12395 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105438761 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113948177664 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1679] ppid=1666 vsize=10617796 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1679/stat : 1679 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113947126224 140114454198171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1680] ppid=1666 vsize=10617796 memory=1012 CPUtime=1.9 cores=1,3,5,7
/proc/1669/task/1680/stat : 1680 (java) S 1666 1669 12395 0 -1 1077944384 12760 0 0 0 190 0 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113946073328 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1681] ppid=1666 vsize=10617796 memory=1228 CPUtime=1.98 cores=1,3,5,7
/proc/1669/task/1681/stat : 1681 (java) S 1666 1669 12395 0 -1 1077944384 12723 0 0 0 197 1 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113945020784 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1682] ppid=1666 vsize=10617796 memory=1992 CPUtime=0.46 cores=1,3,5,7
/proc/1669/task/1682/stat : 1682 (java) S 1666 1669 12395 0 -1 1077944384 5607 0 0 0 45 1 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113943967728 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1683] ppid=1666 vsize=10617796 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1683/stat : 1683 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113942915424 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1684] ppid=1666 vsize=10617796 memory=796 CPUtime=0.3 cores=1,3,5,7
/proc/1669/task/1684/stat : 1684 (java) S 1666 1669 12395 0 -1 1077944384 1241 0 0 0 12 18 0 0 20 0 16 0 105438770 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113941863472 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1685] ppid=1666 vsize=10617796 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1685/stat : 1685 (java) S 1666 1669 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105438867 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113940809264 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
Current children cumulated CPU time: 534.65 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 473740 KiB

[startup+530.401 s]
/proc/loadavg: 2.01 2.88 3.23 3/216 1796
/proc/meminfo: memFree=30074572/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10617796 memory=473740 CPUtime=535.45 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 52706 0 0 0 53505 40 0 0 20 0 16 0 105438753 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2654449 118435 3119 1 0 2643902 0
[pid=1669/tid=1671] ppid=1666 vsize=10617796 memory=473740 CPUtime=530.15 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) R 1666 1669 12395 0 -1 4202560 15642 0 0 0 53009 6 0 0 20 0 16 0 105438758 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114458416552 140114068276401 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10617796 memory=473740 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 588 0 0 0 10 4 0 0 20 0 16 0 105438759 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10617796 memory=7680170660397595203 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 326 0 0 0 10 4 0 0 20 0 16 0 105438759 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10617796 memory=4132 CPUtime=0.13 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 827 0 0 0 10 3 0 0 20 0 16 0 105438759 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10617796 memory=473740 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 454 0 0 0 10 4 0 0 20 0 16 0 105438759 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10617796 memory=4296 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 1125 0 0 0 1 0 0 0 20 0 16 0 105438760 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10617796 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 105438760 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113949230816 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1678] ppid=1666 vsize=10617796 memory=51784 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1678/stat : 1678 (java) S 1666 1669 12395 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105438761 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113948177664 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1679] ppid=1666 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1679/stat : 1679 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113947126224 140114454198171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1680] ppid=1666 vsize=10617796 memory=7680170660397595203 CPUtime=1.9 cores=1,3,5,7
/proc/1669/task/1680/stat : 1680 (java) S 1666 1669 12395 0 -1 1077944384 12760 0 0 0 190 0 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113946073328 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1681] ppid=1666 vsize=10617796 memory=2460 CPUtime=1.98 cores=1,3,5,7
/proc/1669/task/1681/stat : 1681 (java) S 1666 1669 12395 0 -1 1077944384 12723 0 0 0 197 1 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113945020784 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1682] ppid=1666 vsize=10617796 memory=1728 CPUtime=0.46 cores=1,3,5,7
/proc/1669/task/1682/stat : 1682 (java) S 1666 1669 12395 0 -1 1077944384 5607 0 0 0 45 1 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113943967728 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1683] ppid=1666 vsize=10617796 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1683/stat : 1683 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105438763 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113942915424 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1684] ppid=1666 vsize=10617796 memory=1228 CPUtime=0.31 cores=1,3,5,7
/proc/1669/task/1684/stat : 1684 (java) S 1666 1669 12395 0 -1 1077944384 1241 0 0 0 13 18 0 0 20 0 16 0 105438770 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113941863472 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1685] ppid=1666 vsize=10617796 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1685/stat : 1685 (java) S 1666 1669 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105438867 10872623104 118435 18446744073709551615 4194304 4196468 140724453330720 140113940809264 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
Current children cumulated CPU time: 535.45 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 473740 KiB

[startup+530.601 s]
/proc/loadavg: 2.01 2.88 3.23 3/216 1796
/proc/meminfo: memFree=30074572/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10750924 memory=473812 CPUtime=535.57 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 53619 0 0 0 53517 40 0 0 20 0 16 0 105438753 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2687731 118453 3121 1 0 2677184 0
[pid=1669/tid=1671] ppid=1666 vsize=10750924 memory=796 CPUtime=530.26 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) S 1666 1669 12395 0 -1 1077944384 16081 0 0 0 53020 6 0 0 20 0 16 0 105438758 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114458420256 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10750924 memory=5784 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 588 0 0 0 10 4 0 0 20 0 16 0 105438759 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10750924 memory=473740 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 326 0 0 0 10 4 0 0 20 0 16 0 105438759 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10750924 memory=473740 CPUtime=0.13 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 827 0 0 0 10 3 0 0 20 0 16 0 105438759 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10750924 memory=1156 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 454 0 0 0 10 4 0 0 20 0 16 0 105438759 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10750924 memory=3032 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 1125 0 0 0 1 0 0 0 20 0 16 0 105438760 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10750924 memory=473740 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 105438760 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113949230816 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1678] ppid=1666 vsize=10750924 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1678/stat : 1678 (java) S 1666 1669 12395 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105438761 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113948177664 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1679] ppid=1666 vsize=10750924 memory=3160 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1679/stat : 1679 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113947126224 140114454198171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1680] ppid=1666 vsize=10750924 memory=547912 CPUtime=1.9 cores=1,3,5,7
/proc/1669/task/1680/stat : 1680 (java) S 1666 1669 12395 0 -1 1077944384 12946 0 0 0 190 0 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113946073328 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1681] ppid=1666 vsize=10750924 memory=2240 CPUtime=1.98 cores=1,3,5,7
/proc/1669/task/1681/stat : 1681 (java) S 1666 1669 12395 0 -1 1077944384 12785 0 0 0 197 1 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113945020784 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1682] ppid=1666 vsize=10750924 memory=4296 CPUtime=0.47 cores=1,3,5,7
/proc/1669/task/1682/stat : 1682 (java) S 1666 1669 12395 0 -1 1077944384 5702 0 0 0 46 1 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113943967728 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1683] ppid=1666 vsize=10750924 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1683/stat : 1683 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113942915424 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1684] ppid=1666 vsize=10750924 memory=4612 CPUtime=0.31 cores=1,3,5,7
/proc/1669/task/1684/stat : 1684 (java) S 1666 1669 12395 0 -1 1077944384 1241 0 0 0 13 18 0 0 20 0 16 0 105438770 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113941863472 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
Current children cumulated CPU time: 535.57 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 473812 KiB

[startup+530.701 s]
/proc/loadavg: 2.01 2.88 3.23 3/216 1796
/proc/meminfo: memFree=30074572/32770624 swapFree=67108860/67108860
[pid=1669] ppid=1666 vsize=10750924 memory=473812 CPUtime=535.57 cores=1,3,5,7
/proc/1669/stat : 1669 (java) S 1666 1669 12395 0 -1 1077944320 53619 0 0 0 53517 40 0 0 20 0 16 0 105438753 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140724453313264 140114454179575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
/proc/1669/statm: 2687731 118453 3121 1 0 2677184 0
[pid=1669/tid=1671] ppid=1666 vsize=10750924 memory=473740 CPUtime=530.26 cores=1,3,5,7
/proc/1669/task/1671/stat : 1671 (java) S 1666 1669 12395 0 -1 1077944384 16081 0 0 0 53020 6 0 0 20 0 16 0 105438758 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114458420256 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1672] ppid=1666 vsize=10750924 memory=473740 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1672/stat : 1672 (java) S 1666 1669 12395 0 -1 1077944384 588 0 0 0 10 4 0 0 20 0 16 0 105438759 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114384599568 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1673] ppid=1666 vsize=10750924 memory=473740 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1673/stat : 1673 (java) S 1666 1669 12395 0 -1 1077944384 326 0 0 0 10 4 0 0 20 0 16 0 105438759 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114063780496 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1674] ppid=1666 vsize=10750924 memory=473740 CPUtime=0.13 cores=1,3,5,7
/proc/1669/task/1674/stat : 1674 (java) S 1666 1669 12395 0 -1 1077944384 827 0 0 0 10 3 0 0 20 0 16 0 105438759 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114062727440 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1675] ppid=1666 vsize=10750924 memory=473740 CPUtime=0.14 cores=1,3,5,7
/proc/1669/task/1675/stat : 1675 (java) S 1666 1669 12395 0 -1 1077944384 454 0 0 0 10 4 0 0 20 0 16 0 105438759 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140114061674896 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1676] ppid=1666 vsize=10750924 memory=473740 CPUtime=0.01 cores=1,3,5,7
/proc/1669/task/1676/stat : 1676 (java) S 1666 1669 12395 0 -1 1077944384 1125 0 0 0 1 0 0 0 20 0 16 0 105438760 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113950284528 140114454190722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1677] ppid=1666 vsize=10750924 memory=473740 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1677/stat : 1677 (java) S 1666 1669 12395 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 105438760 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113949230816 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1678] ppid=1666 vsize=10750924 memory=473740 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1678/stat : 1678 (java) S 1666 1669 12395 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105438761 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113948177664 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1679] ppid=1666 vsize=10750924 memory=473740 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1679/stat : 1679 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113947126224 140114454198171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1680] ppid=1666 vsize=10750924 memory=473744 CPUtime=1.9 cores=1,3,5,7
/proc/1669/task/1680/stat : 1680 (java) S 1666 1669 12395 0 -1 1077944384 12946 0 0 0 190 0 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113946073328 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1681] ppid=1666 vsize=10750924 memory=1296 CPUtime=1.98 cores=1,3,5,7
/proc/1669/task/1681/stat : 1681 (java) S 1666 1669 12395 0 -1 1077944384 12785 0 0 0 197 1 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113945020784 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1682] ppid=1666 vsize=10750924 memory=280615447662368 CPUtime=0.47 cores=1,3,5,7
/proc/1669/task/1682/stat : 1682 (java) S 1666 1669 12395 0 -1 1077944384 5702 0 0 0 46 1 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113943967728 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1683] ppid=1666 vsize=10750924 memory=473740 CPUtime=0 cores=1,3,5,7
/proc/1669/task/1683/stat : 1683 (java) S 1666 1669 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105438763 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113942915424 140114454189781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
[pid=1669/tid=1684] ppid=1666 vsize=10750924 memory=1716 CPUtime=0.31 cores=1,3,5,7
/proc/1669/task/1684/stat : 1684 (java) S 1666 1669 12395 0 -1 1077944384 1241 0 0 0 13 18 0 0 20 0 16 0 105438770 11008946176 118453 18446744073709551615 4194304 4196468 140724453330720 140113941863472 140114454190722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140724453335440 140724453335593 140724453335593 140724453339087 0
Current children cumulated CPU time: 535.57 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 473812 KiB

Child status: 0
Real time (s): 530.735
CPU time (s): 535.597
CPU user time (s): 535.182
CPU system time (s): 0.41514
CPU usage (%): 100.916
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 473812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 535.182
system time used= 0.41514
maximum resident set size= 474264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54320
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13562
involuntary context switches= 245


# summary of solver processes directly reported to runsolver:
#   pid: 1669
#   total CPU time (s): 535.597
#   total CPU user time (s): 535.182
#   total CPU system time (s): 0.41514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.34393 second user time and 5.06123 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 16:27:21
IDJOB=4262900
IDBENCH=138313
IDSOLVER=2651
FILE ID=node135/4262900-1502635274
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff54.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262900-1502635274/watcher-4262900-1502635274 -o /tmp/evaluation-result-4262900-1502635274/solver-4262900-1502635274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262900-1502635274.xml

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

MD5SUM BENCH= 76d2700a299711a8f7ac3a1d3d618278
RANDOM SEED=1500402749

node135.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.21
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.21
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.21
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.21
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:        22726852 kB
MemAvailable:   23623828 kB
Buffers:          312424 kB
Cached:           882056 kB
SwapCached:            0 kB
Active:          9030128 kB
Inactive:         556376 kB
Active(anon):    8392220 kB
Inactive(anon):    41324 kB
Active(file):     637908 kB
Inactive(file):   515052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1708 kB
Writeback:             4 kB
AnonPages:       8395608 kB
Mapped:            66804 kB
Shmem:             41656 kB
Slab:             147000 kB
SReclaimable:     119704 kB
SUnreclaim:        27296 kB
KernelStack:        3760 kB
PageTables:        21768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8640144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8181760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 16:36:12