Trace number 4263021

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-05OPT5 1342.0699 1338.15

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-logicSynthesis/
Pb-logic-m100-100-30-30-r.xml
MD5SUM99240cf8fa1004889a7bc67b3b097789
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark156.12601
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree19
Maximum variable degree44
Distribution of variable degrees[{"degree":19,"count":1},{"degree":22,"count":1},{"degree":24,"count":3},{"degree":25,"count":4},{"degree":26,"count":6},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":9},{"degree":31,"count":10},{"degree":32,"count":6},{"degree":33,"count":11},{"degree":34,"count":8},{"degree":35,"count":6},{"degree":36,"count":2},{"degree":37,"count":3},{"degree":38,"count":3},{"degree":39,"count":2},{"degree":40,"count":1},{"degree":41,"count":1},{"degree":44,"count":1}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":100}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
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

1.14/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.14/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
1.14/0.55	c See www.sat4j.org for details.
1.14/0.55	c That software uses the Rhino library from the Mozilla project.
1.14/0.55	c version CUSTOM.v20170705
1.14/0.55	c java.runtime.name	Java(TM) SE Runtime Environment
1.14/0.55	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.14/0.55	c java.vm.version	25.131-b11
1.14/0.55	c java.vm.vendor	Oracle Corporation
1.14/0.55	c sun.arch.data.model	64
1.14/0.55	c java.version		1.8.0_131
1.14/0.55	c os.name		Linux
1.14/0.55	c os.version		3.10.0-514.16.1.el7.x86_64
1.14/0.55	c os.arch		amd64
1.14/0.55	c Free memory 		499604488
1.14/0.55	c Max memory 		7247757312
1.14/0.55	c Total memory 		504889344
1.14/0.55	c Number of processors 	4
1.14/0.55	c c --- Begin Solver configuration ---
1.14/0.55	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.14/0.55	c Learn all clauses as in MiniSAT
1.14/0.55	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.14/0.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.14/0.55	c No reason simplification
1.14/0.55	c Glucose 2.1 dynamic restart strategy
1.14/0.55	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
1.14/0.55	c timeout=2147483s
1.14/0.55	c DB Simplification allowed=false
1.14/0.55	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.14/0.55	c --- End Solver configuration ---
1.14/0.55	c constraints type 
1.14/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1.14/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3100
1.14/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 92800
1.14/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 200
1.14/0.55	c 96300 constraints processed.
1.44/0.66	o 9
1.73/0.74	o 8
2.04/0.81	o 7
5.39/3.75	o 6
844.24/840.84	o 5
1341.94/1338.14	c starts		: 239
1341.94/1338.14	c conflicts		: 2494671
1341.94/1338.14	c decisions		: 4535490
1341.94/1338.14	c propagations		: 3105742604
1341.94/1338.14	c inspects		: 19227205714
1341.94/1338.14	c shortcuts		: 0
1341.94/1338.14	c learnt literals	: 71
1341.94/1338.14	c learnt binary clauses	: 97
1341.94/1338.14	c learnt ternary clauses	: 168
1341.94/1338.14	c learnt constraints	: 2494599
1341.94/1338.14	c ignored constraints	: 0
1341.94/1338.14	c root simplifications	: 0
1341.94/1338.14	c removed literals (reason simplification)	: 0
1341.94/1338.14	c reason swapping (by a shorter reason)	: 0
1341.94/1338.14	c Calls to reduceDB	: 90
1341.94/1338.14	c Number of update (reduction) of LBD	: 1438346
1341.94/1338.14	c Imported unit clauses	: 0
1341.94/1338.14	c number of reductions to clauses (during analyze)	: 0
1341.94/1338.14	c number of learned constraints concerned by reduction	: 0
1341.94/1338.14	c number of learning phase by resolution	: 0
1341.94/1338.14	c number of learning phase by cutting planes	: 0
1341.94/1338.14	c number of rounding to 1 operations	: 0
1341.94/1338.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1341.94/1338.14	c number of reductions of the coefficients by power 2 	: 0
1341.94/1338.14	c number of right shift for reduction by power 2 	: 0
1341.94/1338.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
1341.94/1338.14	c speed (assignments/second)	: 2321916.872075402
1341.94/1338.14	c non guided choices	23658
1341.94/1338.14	c learnt constraints type 
1341.94/1338.14	s OPTIMUM FOUND
1341.94/1338.14	v <instantiation type="optimum" cost="5">
1341.94/1338.14	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
1341.94/1338.14	v 	<values> 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 </values>
1341.94/1338.14	v </instantiation>
1341.94/1338.14	

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263021-1502632512/watcher-4263021-1502632512 -o /tmp/evaluation-result-4263021-1502632512/solver-4263021-1502632512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263021-1502632512.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=4378, runsolver pid=4375


[startup+0.100123 s]*
/proc/loadavg: 2.00 2.02 2.46 4/217 4393
/proc/meminfo: memFree=21930012/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10555400 memory=29364 CPUtime=0.12 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 6938 0 0 0 10 2 0 0 20 0 15 0 96339316 10808729600 7341 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2638850 7341 2818 1 0 2627263 0
[pid=4378/tid=4380] ppid=4375 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) R 4375 4378 31794 0 -1 4202560 4750 0 0 0 8 1 0 0 20 0 15 0 96339317 10808729600 7341 33554432000 4194304 4196468 140731177225456 140716519504368 140716499363166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808729600 7341 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10555400 memory=140192775571072 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808729600 7341 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808729600 7341 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96339318 10808729600 7341 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10555400 memory=140192775571072 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96339319 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4386] ppid=4375 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4375 4378 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96339319 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715550012192 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4387] ppid=4375 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4375 4378 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96339320 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715548959856 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4388] ppid=4375 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96339322 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715547908176 140716515301275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4389] ppid=4375 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4375 4378 31794 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 96339322 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715546856048 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4390] ppid=4375 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4375 4378 31794 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96339322 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715545803248 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4391] ppid=4375 vsize=10555400 memory=140192775571072 CPUtime=0.01 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) R 4375 4378 31794 0 -1 4202560 384 0 0 0 1 0 0 0 20 0 15 0 96339322 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715208207216 140716494671137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4392] ppid=4375 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96339322 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715207154656 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4393] ppid=4375 vsize=10555400 memory=140192775571072 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4393/stat : 4393 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339322 10808729600 7341 33554432000 4194304 4196468 140731177225456 140715206101424 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29364 KiB

[startup+0.210571 s]*
/proc/loadavg: 2.00 2.02 2.46 4/217 4393
/proc/meminfo: memFree=21921636/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10555400 memory=38148 CPUtime=0.3 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 8327 0 0 0 27 3 0 0 20 0 15 0 96339316 10808729600 9537 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2638850 9537 2939 1 0 2627263 0
[pid=4378/tid=4380] ppid=4375 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) R 4375 4378 31794 0 -1 4202560 5376 0 0 0 18 2 0 0 20 0 15 0 96339317 10808729600 9537 33554432000 4194304 4196468 140731177225456 140716519517376 140716499363166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808729600 9537 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10555400 memory=288370568927282816 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808729600 9537 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808729600 9537 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96339318 10808729600 9537 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10555400 memory=140192775571072 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96339319 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4386] ppid=4375 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4375 4378 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96339319 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715550012192 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4387] ppid=4375 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4375 4378 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96339320 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715548959856 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4388] ppid=4375 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96339322 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715547908176 140716515301275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4389] ppid=4375 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4375 4378 31794 0 -1 1077944384 643 0 0 0 1 0 0 0 20 0 15 0 96339322 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715546856048 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4390] ppid=4375 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4375 4378 31794 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 15 0 96339322 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715545803248 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4391] ppid=4375 vsize=10555400 memory=140192775571072 CPUtime=0.06 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4375 4378 31794 0 -1 1077944384 848 0 0 0 6 0 0 0 20 0 15 0 96339322 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715208207216 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4392] ppid=4375 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96339322 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715207154656 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4393] ppid=4375 vsize=10555400 memory=140192775571072 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4393/stat : 4393 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339322 10808729600 9537 33554432000 4194304 4196468 140731177225456 140715206101424 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38148 KiB

[startup+0.310264 s]*
/proc/loadavg: 2.00 2.02 2.46 4/217 4393
/proc/meminfo: memFree=21913944/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10555476 memory=45928 CPUtime=0.51 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 9178 0 0 0 48 3 0 0 20 0 15 0 96339316 10808807424 11482 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2638869 11482 3035 1 0 2627263 0
[pid=4378/tid=4380] ppid=4375 vsize=10555476 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) R 4375 4378 31794 0 -1 4202560 5769 0 0 0 27 2 0 0 20 0 15 0 96339317 10808807424 11482 33554432000 4194304 4196468 140731177225456 140716519518944 140716151492305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808807424 11482 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10555476 memory=140192775629088 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808807424 11482 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339318 10808807424 11482 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96339318 10808807424 11482 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10555476 memory=140192775636000 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96339319 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4386] ppid=4375 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4375 4378 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96339319 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715550012192 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4387] ppid=4375 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4375 4378 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96339320 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715548959856 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4388] ppid=4375 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96339322 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715547908176 140716515301275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4389] ppid=4375 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) R 4375 4378 31794 0 -1 1077944384 732 0 0 0 3 0 0 0 20 0 15 0 96339322 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715546856144 140716515292885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4390] ppid=4375 vsize=10555476 memory=140192631606799 CPUtime=0.04 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) R 4375 4378 31794 0 -1 4202560 246 0 0 0 4 0 0 0 20 0 15 0 96339322 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715545794896 140716495982976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4391] ppid=4375 vsize=10555476 memory=140192775575324 CPUtime=0.13 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) R 4375 4378 31794 0 -1 4202560 1075 0 0 0 13 0 0 0 20 0 15 0 96339322 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715208203584 140716508382526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4392] ppid=4375 vsize=10555476 memory=140192631611343 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96339322 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715207154656 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4393] ppid=4375 vsize=10555476 memory=280385407199168 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4393/stat : 4393 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96339322 10808807424 11482 33554432000 4194304 4196468 140731177225456 140715206101424 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45928 KiB

[startup+0.700738 s]
/proc/loadavg: 2.00 2.02 2.46 5/217 4393
/proc/meminfo: memFree=21868772/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10622040 memory=113240 CPUtime=1.73 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 11857 0 0 0 167 6 0 0 20 0 16 0 96339316 10876968960 28310 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2655510 28310 3090 1 0 2643904 0
[pid=4378/tid=4380] ppid=4375 vsize=10622040 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) R 4375 4378 31794 0 -1 4202560 6068 0 0 0 64 4 0 0 20 0 16 0 96339317 10876968960 28310 33554432000 4194304 4196468 140731177225456 140716519511120 140716152480423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10622040 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96339318 10876968960 28310 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10622040 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96339318 10876968960 28310 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96339318 10876968960 28310 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10622040 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96339318 10876968960 28310 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 96339319 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4386] ppid=4375 vsize=10622040 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4375 4378 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96339319 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715550012192 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4387] ppid=4375 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4375 4378 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96339320 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715548959856 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4388] ppid=4375 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715547908176 140716515301275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4389] ppid=4375 vsize=10622040 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) R 4375 4378 31794 0 -1 4202560 1772 0 0 0 37 0 0 0 20 0 16 0 96339322 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715546848000 140716496641683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4390] ppid=4375 vsize=10622040 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) R 4375 4378 31794 0 -1 4202560 1046 0 0 0 38 0 0 0 20 0 16 0 96339322 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715545803376 140716496827347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4391] ppid=4375 vsize=10622040 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4375 4378 31794 0 -1 1077944384 1579 0 0 0 27 0 0 0 20 0 16 0 96339322 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715208207216 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4392] ppid=4375 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715207154656 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4393] ppid=4375 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4393/stat : 4393 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96339322 10876968960 28310 33554432000 4194304 4196468 140731177225456 140715206101424 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 113240 KiB

[startup+1.50068 s]
/proc/loadavg: 2.00 2.02 2.46 3/218 4394
/proc/meminfo: memFree=21839528/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10622040 memory=120280 CPUtime=2.97 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 12648 0 0 0 291 6 0 0 20 0 16 0 96339316 10876968960 30070 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2655510 30070 3096 1 0 2643904 0
[pid=4378/tid=4380] ppid=4375 vsize=10622040 memory=280385263431616 CPUtime=1.48 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) R 4375 4378 31794 0 -1 4202560 6127 0 0 0 144 4 0 0 20 0 16 0 96339317 10876968960 30070 33554432000 4194304 4196468 140731177225456 140716519519200 140716152480423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10622040 memory=3467832427574997820 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96339318 10876968960 30070 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10622040 memory=119768 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96339318 10876968960 30070 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96339318 10876968960 30070 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96339318 10876968960 30070 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 96339319 10876968960 30070 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0

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

[startup+1336.8 s]
/proc/loadavg: 1.01 1.42 1.91 2/196 4503
/proc/meminfo: memFree=28969724/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10622040 memory=302280 CPUtime=1340.82 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 51748 0 0 0 134030 52 0 0 20 0 16 0 96339316 10876968960 75570 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2655510 75570 3146 1 0 2643904 0
[pid=4378/tid=4380] ppid=4375 vsize=10622040 memory=8112282956445269571 CPUtime=1336.61 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) R 4375 4378 31794 0 -1 4202560 14209 0 0 0 133655 6 0 0 20 0 16 0 96339317 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716519518672 140716155305621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10622040 memory=4140 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 354 0 0 0 7 4 0 0 20 0 16 0 96339318 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10622040 memory=27620 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1468 0 0 0 7 4 0 0 20 0 16 0 96339318 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10622040 memory=1292 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1153 0 0 0 7 4 0 0 20 0 16 0 96339318 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10622040 memory=2428 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 544 0 0 0 7 4 0 0 20 0 16 0 96339318 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10622040 memory=302280 CPUtime=0.02 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 1638 0 0 0 1 1 0 0 20 0 16 0 96339319 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4386] ppid=4375 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4375 4378 31794 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 96339319 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715550012192 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4387] ppid=4375 vsize=10622040 memory=27620 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4375 4378 31794 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 96339320 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715548959856 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4388] ppid=4375 vsize=10622040 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715547908176 140716515301275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4389] ppid=4375 vsize=10622040 memory=2428 CPUtime=1.27 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4375 4378 31794 0 -1 1077944384 11279 0 0 0 126 1 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715546856048 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4390] ppid=4375 vsize=10622040 memory=1728 CPUtime=1.54 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4375 4378 31794 0 -1 1077944384 13297 0 0 0 153 1 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715545803248 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4391] ppid=4375 vsize=10622040 memory=1420 CPUtime=0.37 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4375 4378 31794 0 -1 1077944384 5213 0 0 0 36 1 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715208207216 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4392] ppid=4375 vsize=10622040 memory=11032 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715207154656 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4393] ppid=4375 vsize=10622040 memory=1712 CPUtime=0.49 cores=1,3,5,7
/proc/4378/task/4393/stat : 4393 (java) S 4375 4378 31794 0 -1 1077944384 1120 0 0 0 21 28 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715206101424 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4394] ppid=4375 vsize=10622040 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4394/stat : 4394 (java) S 4375 4378 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96339373 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715205046960 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
Current children cumulated CPU time: 1340.82 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 302280 KiB

[startup+1337.6 s]
/proc/loadavg: 1.01 1.42 1.91 2/196 4503
/proc/meminfo: memFree=28969724/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10622040 memory=302280 CPUtime=1341.62 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 51748 0 0 0 134110 52 0 0 20 0 16 0 96339316 10876968960 75570 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2655510 75570 3146 1 0 2643904 0
[pid=4378/tid=4380] ppid=4375 vsize=10622040 memory=164 CPUtime=1337.41 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) R 4375 4378 31794 0 -1 4202560 14209 0 0 0 133735 6 0 0 20 0 16 0 96339317 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716519518672 140716155305607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10622040 memory=7954032490218415720 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 354 0 0 0 7 4 0 0 20 0 16 0 96339318 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10622040 memory=2240 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1468 0 0 0 7 4 0 0 20 0 16 0 96339318 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10622040 memory=4128 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1153 0 0 0 7 4 0 0 20 0 16 0 96339318 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10622040 memory=302280 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 544 0 0 0 7 4 0 0 20 0 16 0 96339318 10876968960 75570 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10622040 memory=302280 CPUtime=0.02 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 1638 0 0 0 1 1 0 0 20 0 16 0 96339319 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4386] ppid=4375 vsize=10622040 memory=1838849984001 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4375 4378 31794 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 96339319 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715550012192 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4387] ppid=4375 vsize=10622040 memory=1868914754817 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4375 4378 31794 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 96339320 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715548959856 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4388] ppid=4375 vsize=10622040 memory=302280 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715547908176 140716515301275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4389] ppid=4375 vsize=10622040 memory=1420 CPUtime=1.27 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4375 4378 31794 0 -1 1077944384 11279 0 0 0 126 1 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715546856048 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4390] ppid=4375 vsize=10622040 memory=11032 CPUtime=1.54 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4375 4378 31794 0 -1 1077944384 13297 0 0 0 153 1 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715545803248 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4391] ppid=4375 vsize=10622040 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4375 4378 31794 0 -1 1077944384 5213 0 0 0 36 1 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715208207216 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4392] ppid=4375 vsize=10622040 memory=303430236169842840 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715207154656 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4393] ppid=4375 vsize=10622040 memory=14411510181026148 CPUtime=0.49 cores=1,3,5,7
/proc/4378/task/4393/stat : 4393 (java) S 4375 4378 31794 0 -1 1077944384 1120 0 0 0 21 28 0 0 20 0 16 0 96339322 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715206101424 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4394] ppid=4375 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4394/stat : 4394 (java) S 4375 4378 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96339373 10876968960 75570 33554432000 4194304 4196468 140731177225456 140715205046960 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
Current children cumulated CPU time: 1341.62 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 302280 KiB

[startup+1338 s]*
/proc/loadavg: 1.01 1.42 1.91 1/196 4505
/proc/meminfo: memFree=28969724/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10755168 memory=302384 CPUtime=1341.94 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 53471 0 0 0 134142 52 0 0 20 0 16 0 96339316 11013292032 75596 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2688792 75596 3148 1 0 2677186 0
[pid=4378/tid=4380] ppid=4375 vsize=10755168 memory=6935054825532540783 CPUtime=1337.73 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4375 4378 31794 0 -1 1077944384 14804 0 0 0 133767 6 0 0 20 0 16 0 96339317 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716519523360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10755168 memory=18448 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 354 0 0 0 7 4 0 0 20 0 16 0 96339318 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10755168 memory=15688 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1468 0 0 0 7 4 0 0 20 0 16 0 96339318 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10755168 memory=4044 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1153 0 0 0 7 4 0 0 20 0 16 0 96339318 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10755168 memory=4126316290023845779 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 544 0 0 0 7 4 0 0 20 0 16 0 96339318 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10755168 memory=4108 CPUtime=0.02 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 1638 0 0 0 1 1 0 0 20 0 16 0 96339319 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4386] ppid=4375 vsize=10755168 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4375 4378 31794 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 96339319 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715550012192 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4387] ppid=4375 vsize=10755168 memory=3296 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4375 4378 31794 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 96339320 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715548959856 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4388] ppid=4375 vsize=10755168 memory=302280 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715547908176 140716515301275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4389] ppid=4375 vsize=10755168 memory=1692 CPUtime=1.27 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4375 4378 31794 0 -1 1077944384 11448 0 0 0 126 1 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715546856048 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4390] ppid=4375 vsize=10755168 memory=8552 CPUtime=1.54 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4375 4378 31794 0 -1 1077944384 13492 0 0 0 153 1 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715545803248 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4391] ppid=4375 vsize=10755168 memory=1224 CPUtime=0.37 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4375 4378 31794 0 -1 1077944384 5860 0 0 0 36 1 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715208207216 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4392] ppid=4375 vsize=10755168 memory=792 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715207154656 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4393] ppid=4375 vsize=10755168 memory=1004 CPUtime=0.49 cores=1,3,5,7
/proc/4378/task/4393/stat : 4393 (java) S 4375 4378 31794 0 -1 1077944384 1120 0 0 0 21 28 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715206101424 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4504] ppid=4375 vsize=10755168 memory=302280 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4504/stat : 4504 (java) S 4375 4378 31794 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 96473108 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715203994896 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
Current children cumulated CPU time: 1341.94 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 302384 KiB

[startup+1338.11 s]
/proc/loadavg: 1.01 1.42 1.91 1/196 4505
/proc/meminfo: memFree=28969724/32770624 swapFree=67108860/67108860
[pid=4378] ppid=4375 vsize=10755168 memory=302384 CPUtime=1341.94 cores=1,3,5,7
/proc/4378/stat : 4378 (java) S 4375 4378 31794 0 -1 1077944320 53471 0 0 0 134142 52 0 0 20 0 16 0 96339316 11013292032 75596 33554432000 4194304 4196468 140731177225456 140731177208000 140716515282679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
/proc/4378/statm: 2688792 75596 3148 1 0 2677186 0
[pid=4378/tid=4380] ppid=4375 vsize=10755168 memory=164 CPUtime=1337.73 cores=1,3,5,7
/proc/4378/task/4380/stat : 4380 (java) S 4375 4378 31794 0 -1 1077944384 14804 0 0 0 133767 6 0 0 20 0 16 0 96339317 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716519523360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4381] ppid=4375 vsize=10755168 memory=302280 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4381/stat : 4381 (java) S 4375 4378 31794 0 -1 1077944384 354 0 0 0 7 4 0 0 20 0 16 0 96339318 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716484995984 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4382] ppid=4375 vsize=10755168 memory=302280 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4382/stat : 4382 (java) S 4375 4378 31794 0 -1 1077944384 1468 0 0 0 7 4 0 0 20 0 16 0 96339318 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716120869648 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4383] ppid=4375 vsize=10755168 memory=302280 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4383/stat : 4383 (java) S 4375 4378 31794 0 -1 1077944384 1153 0 0 0 7 4 0 0 20 0 16 0 96339318 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716119817360 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4384] ppid=4375 vsize=10755168 memory=302280 CPUtime=0.11 cores=1,3,5,7
/proc/4378/task/4384/stat : 4384 (java) S 4375 4378 31794 0 -1 1077944384 544 0 0 0 7 4 0 0 20 0 16 0 96339318 11013292032 75596 33554432000 4194304 4196468 140731177225456 140716118764560 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4385] ppid=4375 vsize=10755168 memory=302280 CPUtime=0.02 cores=1,3,5,7
/proc/4378/task/4385/stat : 4385 (java) S 4375 4378 31794 0 -1 1077944384 1638 0 0 0 1 1 0 0 20 0 16 0 96339319 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715551066224 140716515293826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4386] ppid=4375 vsize=10755168 memory=302280 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4386/stat : 4386 (java) S 4375 4378 31794 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 96339319 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715550012192 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4387] ppid=4375 vsize=10755168 memory=302280 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4387/stat : 4387 (java) S 4375 4378 31794 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 96339320 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715548959856 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4388] ppid=4375 vsize=10755168 memory=302324 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4388/stat : 4388 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715547908176 140716515301275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4389] ppid=4375 vsize=10755168 memory=302280 CPUtime=1.27 cores=1,3,5,7
/proc/4378/task/4389/stat : 4389 (java) S 4375 4378 31794 0 -1 1077944384 11448 0 0 0 126 1 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715546856048 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4390] ppid=4375 vsize=10755168 memory=4140 CPUtime=1.54 cores=1,3,5,7
/proc/4378/task/4390/stat : 4390 (java) S 4375 4378 31794 0 -1 1077944384 13492 0 0 0 153 1 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715545803248 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4391] ppid=4375 vsize=10755168 memory=27620 CPUtime=0.37 cores=1,3,5,7
/proc/4378/task/4391/stat : 4391 (java) S 4375 4378 31794 0 -1 1077944384 5860 0 0 0 36 1 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715208207216 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4392] ppid=4375 vsize=10755168 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4392/stat : 4392 (java) S 4375 4378 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715207154656 140716515292885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4393] ppid=4375 vsize=10755168 memory=4140 CPUtime=0.49 cores=1,3,5,7
/proc/4378/task/4393/stat : 4393 (java) S 4375 4378 31794 0 -1 1077944384 1120 0 0 0 21 28 0 0 20 0 16 0 96339322 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715206101424 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
[pid=4378/tid=4504] ppid=4375 vsize=10755168 memory=27620 CPUtime=0 cores=1,3,5,7
/proc/4378/task/4504/stat : 4504 (java) S 4375 4378 31794 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 96473108 11013292032 75596 33554432000 4194304 4196468 140731177225456 140715203994896 140716515293826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36429824 140731177227398 140731177227551 140731177227551 140731177230287 0
Current children cumulated CPU time: 1341.94 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 302384 KiB

Child status: 0
Real time (s): 1338.15
CPU time (s): 1342.07
CPU user time (s): 1341.52
CPU system time (s): 0.54505
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 302384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1341.52
system time used= 0.54505
maximum resident set size= 317088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30958
involuntary context switches= 417


# summary of solver processes directly reported to runsolver:
#   pid: 4378
#   total CPU time (s): 1342.07
#   total CPU user time (s): 1341.52
#   total CPU system time (s): 0.54505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.44701 second user time and 11.6668 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 15:40:54
IDJOB=4263021
IDBENCH=135630
IDSOLVER=2651
FILE ID=node107/4263021-1502632512
RUNJOBID= node107-1502619133-1624
PBS_JOBID= 20628298
Free space on /tmp= 61656 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-logicSynthesis/Pb-logic-m100-100-30-30-r.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263021-1502632512/watcher-4263021-1502632512 -o /tmp/evaluation-result-4263021-1502632512/solver-4263021-1502632512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263021-1502632512.xml

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

MD5SUM BENCH= 99240cf8fa1004889a7bc67b3b097789
RANDOM SEED=1304504066

node107.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.84
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.84
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.84
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.84
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:        21947780 kB
MemAvailable:   24686840 kB
Buffers:          155424 kB
Cached:          2874760 kB
SwapCached:            0 kB
Active:          7756604 kB
Inactive:        2621376 kB
Active(anon):    7350872 kB
Inactive(anon):    24972 kB
Active(file):     405732 kB
Inactive(file):  2596404 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       7353992 kB
Mapped:            55188 kB
Shmem:             25228 kB
Slab:             130652 kB
SReclaimable:     105520 kB
SUnreclaim:        25132 kB
KernelStack:        3568 kB
PageTables:        19216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7967964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6989824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61660 MiB
End job on node107 at 2017-08-13 16:03:12