Trace number 4263417

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 1287.65 1284.1899

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-05.xml
MD5SUMea540cd06a6319d4cfbd19a531a1ad9c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.56077999
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.82/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.82/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.82/0.44	c See www.sat4j.org for details.
0.82/0.44	c That software uses the Rhino library from the Mozilla project.
0.82/0.44	c version CUSTOM.v20170705
0.82/0.44	c java.runtime.name	Java(TM) SE Runtime Environment
0.82/0.44	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.82/0.44	c java.vm.version	25.131-b11
0.82/0.44	c java.vm.vendor	Oracle Corporation
0.82/0.44	c sun.arch.data.model	64
0.82/0.44	c java.version		1.8.0_131
0.82/0.44	c os.name		Linux
0.82/0.44	c os.version		3.10.0-514.16.1.el7.x86_64
0.82/0.44	c os.arch		amd64
0.82/0.44	c Free memory 		499604488
0.82/0.44	c Max memory 		7247757312
0.82/0.44	c Total memory 		504889344
0.82/0.44	c Number of processors 	4
0.82/0.44	c c --- Begin Solver configuration ---
0.82/0.44	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.82/0.44	c Learn all clauses as in MiniSAT
0.82/0.44	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.82/0.44	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.82/0.44	c No reason simplification
0.82/0.44	c Glucose 2.1 dynamic restart strategy
0.82/0.44	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
0.82/0.44	c timeout=2147483s
0.82/0.44	c DB Simplification allowed=false
0.82/0.44	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.82/0.44	c --- End Solver configuration ---
0.82/0.44	c constraints type 
0.82/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.82/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5916
0.82/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144540
0.82/0.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 8
0.82/0.44	c 150524 constraints processed.
1287.62/1284.17	c starts		: 163
1287.62/1284.17	c conflicts		: 130322
1287.62/1284.17	c decisions		: 172863
1287.62/1284.17	c propagations		: 4007171890
1287.62/1284.17	c inspects		: 7613278528
1287.62/1284.17	c shortcuts		: 0
1287.62/1284.17	c learnt literals	: 53
1287.62/1284.17	c learnt binary clauses	: 6
1287.62/1284.17	c learnt ternary clauses	: 114
1287.62/1284.17	c learnt constraints	: 130269
1287.62/1284.17	c ignored constraints	: 0
1287.62/1284.17	c root simplifications	: 0
1287.62/1284.17	c removed literals (reason simplification)	: 0
1287.62/1284.17	c reason swapping (by a shorter reason)	: 0
1287.62/1284.17	c Calls to reduceDB	: 12
1287.62/1284.17	c Number of update (reduction) of LBD	: 18676
1287.62/1284.17	c Imported unit clauses	: 0
1287.62/1284.17	c number of reductions to clauses (during analyze)	: 0
1287.62/1284.17	c number of learned constraints concerned by reduction	: 0
1287.62/1284.17	c number of learning phase by resolution	: 0
1287.62/1284.17	c number of learning phase by cutting planes	: 0
1287.62/1284.17	c number of rounding to 1 operations	: 0
1287.62/1284.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1287.62/1284.17	c number of reductions of the coefficients by power 2 	: 0
1287.62/1284.17	c number of right shift for reduction by power 2 	: 0
1287.62/1284.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
1287.62/1284.17	c speed (assignments/second)	: 3121574.8592741927
1287.62/1284.17	c non guided choices	15565
1287.62/1284.18	c learnt constraints type 
1287.62/1284.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1287.62/1284.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29353
1287.62/1284.18	s SATISFIABLE
1287.62/1284.18	v <instantiation type="solution">
1287.62/1284.18	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] </list>
1287.62/1284.18	v 	<values> 1 0 0 0 1 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 0 0 0 0 0 1 0 1 0 1 </values>
1287.62/1284.18	v </instantiation>
1287.62/1284.18	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263417-1502628020/watcher-4263417-1502628020 -o /tmp/evaluation-result-4263417-1502628020/solver-4263417-1502628020 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263417-1502628020.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=9848, runsolver pid=9845

[startup+0.10014 s]*
/proc/loadavg: 5.51 4.85 3.96 3/215 9863
/proc/meminfo: memFree=23270524/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10555400 memory=32996 CPUtime=0.12 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 6782 0 0 0 11 1 0 0 20 0 15 0 95890353 10808729600 8249 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2638850 8249 2810 1 0 2627263 0
[pid=9848/tid=9850] ppid=9845 vsize=10555400 memory=-8535545564675011776 CPUtime=0.09 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) R 9845 9848 2539 0 -1 4202560 4631 0 0 0 8 1 0 0 20 0 15 0 95890353 10808729600 8249 33554432000 4194304 4196468 140730865661008 139884375598192 139884355466590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10555400 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808729600 8249 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10555400 memory=140708186355328 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95890354 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9855] ppid=9845 vsize=10555400 memory=140708186355328 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9855/stat : 9855 (java) S 9845 9848 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95890356 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883407468912 139884371397250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9856] ppid=9845 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9856/stat : 9856 (java) S 9845 9848 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95890356 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883406414880 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9857] ppid=9845 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9857/stat : 9857 (java) S 9845 9848 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95890356 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883405362032 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9858] ppid=9845 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9858/stat : 9858 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95890359 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883404310352 139884371404699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9859] ppid=9845 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9859/stat : 9859 (java) S 9845 9848 2539 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 95890359 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883403258736 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9860] ppid=9845 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9860/stat : 9860 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95890359 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883402205936 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9861] ppid=9845 vsize=10555400 memory=140708186355328 CPUtime=0.01 cores=1,3,5,7
/proc/9848/task/9861/stat : 9861 (java) R 9845 9848 2539 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 95890359 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883401153136 139884350370845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9862] ppid=9845 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9862/stat : 9862 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95890359 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883400100576 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9863] ppid=9845 vsize=10555400 memory=140708186355328 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9863/stat : 9863 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890359 10808729600 8249 33554432000 4194304 4196468 140730865661008 139883399047856 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 32996 KiB

[startup+0.210604 s]*
/proc/loadavg: 5.51 4.85 3.96 3/215 9863
/proc/meminfo: memFree=23262884/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10555400 memory=39956 CPUtime=0.29 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 7796 0 0 0 27 2 0 0 20 0 15 0 95890353 10808729600 9989 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2638850 9989 2895 1 0 2627263 0
[pid=9848/tid=9850] ppid=9845 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) R 9845 9848 2539 0 -1 4202560 5391 0 0 0 19 1 0 0 20 0 15 0 95890353 10808729600 10054 33554432000 4194304 4196468 140730865661008 139884375618304 139884371398038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10555400 memory=345 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808729600 10054 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10555400 memory=140708186365585 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95890354 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9855] ppid=9845 vsize=10555400 memory=140708186355328 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9855/stat : 9855 (java) S 9845 9848 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95890356 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883407468912 139884371397250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9856] ppid=9845 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9856/stat : 9856 (java) S 9845 9848 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95890356 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883406414880 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9857] ppid=9845 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9857/stat : 9857 (java) S 9845 9848 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95890356 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883405362032 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9858] ppid=9845 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9858/stat : 9858 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95890359 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883404310352 139884371404699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9859] ppid=9845 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9848/task/9859/stat : 9859 (java) S 9845 9848 2539 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 95890359 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883403258736 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9860] ppid=9845 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9848/task/9860/stat : 9860 (java) S 9845 9848 2539 0 -1 1077944384 118 0 0 0 1 0 0 0 20 0 15 0 95890359 10808729600 10054 33554432000 4194304 4196468 140730865661008 139883402205936 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9861] ppid=9845 vsize=10555400 memory=140708186355328 CPUtime=0.05 cores=1,3,5,7
/proc/9848/task/9861/stat : 9861 (java) R 9845 9848 2539 0 -1 4202560 410 0 0 0 5 0 0 0 20 0 15 0 95890359 10808729600 10056 33554432000 4194304 4196468 140730865661008 139883401153136 139884350720169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9862] ppid=9845 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9862/stat : 9862 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95890359 10808729600 10056 33554432000 4194304 4196468 140730865661008 139883400100576 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9863] ppid=9845 vsize=10555400 memory=140708186355328 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9863/stat : 9863 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890359 10808729600 10056 33554432000 4194304 4196468 140730865661008 139883399047856 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39956 KiB

[startup+0.311007 s]*
/proc/loadavg: 5.51 4.85 3.96 4/215 9863
/proc/meminfo: memFree=23254696/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10555476 memory=48764 CPUtime=0.5 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 8884 0 0 0 47 3 0 0 20 0 15 0 95890353 10808807424 12191 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2638869 12191 3026 1 0 2627263 0
[pid=9848/tid=9850] ppid=9845 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) R 9845 9848 2539 0 -1 4202560 5784 0 0 0 28 1 0 0 20 0 15 0 95890353 10808807424 12191 33554432000 4194304 4196468 140730865661008 139884375569280 139884371398038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10555476 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808807424 12191 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10555476 memory=15398868224767640 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890354 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95890354 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9855] ppid=9845 vsize=10555476 memory=140708186355328 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9855/stat : 9855 (java) S 9845 9848 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95890356 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883407468912 139884371397250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9856] ppid=9845 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9856/stat : 9856 (java) S 9845 9848 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95890356 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883406414880 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9857] ppid=9845 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9857/stat : 9857 (java) S 9845 9848 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95890356 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883405362032 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9858] ppid=9845 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9858/stat : 9858 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95890359 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883404310352 139884371404699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9859] ppid=9845 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9848/task/9859/stat : 9859 (java) S 9845 9848 2539 0 -1 1077944384 632 0 0 0 2 0 0 0 20 0 15 0 95890359 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883403258736 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9860] ppid=9845 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/9848/task/9860/stat : 9860 (java) S 9845 9848 2539 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 15 0 95890359 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883402205936 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9861] ppid=9845 vsize=10555476 memory=140708186355328 CPUtime=0.11 cores=1,3,5,7
/proc/9848/task/9861/stat : 9861 (java) R 9845 9848 2539 0 -1 4202560 691 0 0 0 11 0 0 0 20 0 15 0 95890359 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883401153136 139884371407450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9862] ppid=9845 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9862/stat : 9862 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95890359 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883400100576 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9863] ppid=9845 vsize=10555476 memory=140708186355328 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9863/stat : 9863 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95890359 10808807424 12191 33554432000 4194304 4196468 140730865661008 139883399047856 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48764 KiB

[startup+0.700849 s]
/proc/loadavg: 5.51 4.85 3.96 5/216 9864
/proc/meminfo: memFree=23194008/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10622040 memory=110340 CPUtime=1.62 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 10997 0 0 0 158 4 0 0 20 0 16 0 95890353 10876968960 27585 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2655510 27585 3086 1 0 2643904 0
[pid=9848/tid=9850] ppid=9845 vsize=10622040 memory=2404 CPUtime=0.68 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) R 9845 9848 2539 0 -1 4202560 5841 0 0 0 66 2 0 0 20 0 16 0 95890353 10876968960 27585 33554432000 4194304 4196468 140730865661008 139884375622800 139884010846816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10622040 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95890354 10876968960 27585 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10622040 memory=796 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95890354 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10622040 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95890354 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10622040 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95890354 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9855] ppid=9845 vsize=10622040 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9855/stat : 9855 (java) S 9845 9848 2539 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 95890356 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883407468912 139884371397250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9856] ppid=9845 vsize=10622040 memory=7379523272470717760 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9856/stat : 9856 (java) S 9845 9848 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95890356 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883406414880 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9857] ppid=9845 vsize=10622040 memory=7307770256190629714 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9857/stat : 9857 (java) S 9845 9848 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95890356 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883405362032 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9858] ppid=9845 vsize=10622040 memory=5787213852901402449 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9858/stat : 9858 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883404310352 139884371404699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9859] ppid=9845 vsize=10622040 memory=-6014655643171517632 CPUtime=0.36 cores=1,3,5,7
/proc/9848/task/9859/stat : 9859 (java) S 9845 9848 2539 0 -1 1077944384 1474 0 0 0 36 0 0 0 20 0 16 0 95890359 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883403258736 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9860] ppid=9845 vsize=10622040 memory=8508281403248052365 CPUtime=0.36 cores=1,3,5,7
/proc/9848/task/9860/stat : 9860 (java) S 9845 9848 2539 0 -1 1077944384 1442 0 0 0 36 0 0 0 20 0 16 0 95890359 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883402205936 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9861] ppid=9845 vsize=10622040 memory=7679937539659563834 CPUtime=0.19 cores=1,3,5,7
/proc/9848/task/9861/stat : 9861 (java) S 9845 9848 2539 0 -1 1077944384 849 0 0 0 19 0 0 0 20 0 16 0 95890359 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883401153136 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9862] ppid=9845 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9862/stat : 9862 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883400100576 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9863] ppid=9845 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9863/stat : 9863 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95890359 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883399047856 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9864] ppid=9845 vsize=10622040 memory=33 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9864/stat : 9864 (java) S 9845 9848 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95890400 10876968960 27585 33554432000 4194304 4196468 140730865661008 139883397993392 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 110340 KiB

[startup+1.50082 s]
/proc/loadavg: 5.51 4.85 3.96 6/216 9864
/proc/meminfo: memFree=23190828/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10622040 memory=114760 CPUtime=2.55 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 11918 0 0 0 251 4 0 0 20 0 16 0 95890353 10876968960 28690 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2655510 28690 3087 1 0 2643904 0
[pid=9848/tid=9850] ppid=9845 vsize=10622040 memory=6737 CPUtime=1.48 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) R 9845 9848 2539 0 -1 4202560 5902 0 0 0 146 2 0 0 20 0 16 0 95890353 10876968960 28690 33554432000 4194304 4196468 140730865661008 139884375622048 139884010973781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10622040 memory=13572600006040474 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95890354 10876968960 28690 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95890354 10876968960 28690 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95890354 10876968960 28690 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95890354 10876968960 28690 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0

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

[startup+1283.2 s]
/proc/loadavg: 2.00 2.19 2.97 3/217 9979
/proc/meminfo: memFree=30558740/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10622040 memory=528964 CPUtime=1286.78 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 34058 0 0 0 128593 85 0 0 20 0 16 0 95890353 10876968960 132241 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2655510 132241 3154 1 0 2643904 0
[pid=9848/tid=9850] ppid=9845 vsize=10622040 memory=528964 CPUtime=1282.85 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) R 9845 9848 2539 0 -1 4202560 11537 0 0 0 128281 4 0 0 20 0 16 0 95890353 10876968960 132241 33554432000 4194304 4196468 140730865661008 139884375624728 139884010641705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10622040 memory=4136 CPUtime=0.31 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 589 0 0 0 22 9 0 0 20 0 16 0 95890354 10876968960 132241 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10622040 memory=528880 CPUtime=0.33 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 875 0 0 0 23 10 0 0 20 0 16 0 95890354 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10622040 memory=4612 CPUtime=0.32 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 861 0 0 0 22 10 0 0 20 0 16 0 95890354 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10622040 memory=528964 CPUtime=0.32 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 729 0 0 0 22 10 0 0 20 0 16 0 95890354 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9855] ppid=9845 vsize=10622040 memory=528964 CPUtime=0.08 cores=1,3,5,7
/proc/9848/task/9855/stat : 9855 (java) S 9845 9848 2539 0 -1 1077944384 1866 0 0 0 7 1 0 0 20 0 16 0 95890356 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883407468912 139884371397250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9856] ppid=9845 vsize=10622040 memory=528964 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9856/stat : 9856 (java) S 9845 9848 2539 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 95890356 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883406414880 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9857] ppid=9845 vsize=10622040 memory=528964 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9857/stat : 9857 (java) S 9845 9848 2539 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 95890356 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883405362032 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9858] ppid=9845 vsize=10622040 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9858/stat : 9858 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883404310352 139884371404699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9859] ppid=9845 vsize=10622040 memory=8112282956445269571 CPUtime=0.61 cores=1,3,5,7
/proc/9848/task/9859/stat : 9859 (java) S 9845 9848 2539 0 -1 1077944384 5246 0 0 0 60 1 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883403258736 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9860] ppid=9845 vsize=10622040 memory=3264 CPUtime=0.83 cores=1,3,5,7
/proc/9848/task/9860/stat : 9860 (java) S 9845 9848 2539 0 -1 1077944384 7244 0 0 0 82 1 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883402205936 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9861] ppid=9845 vsize=10622040 memory=539436 CPUtime=0.24 cores=1,3,5,7
/proc/9848/task/9861/stat : 9861 (java) S 9845 9848 2539 0 -1 1077944384 2700 0 0 0 23 1 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883401153136 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9862] ppid=9845 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9862/stat : 9862 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883400100576 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9863] ppid=9845 vsize=10622040 memory=3472468987234166448 CPUtime=0.78 cores=1,3,5,7
/proc/9848/task/9863/stat : 9863 (java) S 9845 9848 2539 0 -1 1077944384 946 0 0 0 37 41 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883399047856 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9864] ppid=9845 vsize=10622040 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9864/stat : 9864 (java) S 9845 9848 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95890400 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883397993392 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
Current children cumulated CPU time: 1286.78 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 528964 KiB

[startup+1283.6 s]
/proc/loadavg: 2.00 2.19 2.97 3/217 9979
/proc/meminfo: memFree=30558740/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10622040 memory=528964 CPUtime=1287.18 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 34058 0 0 0 128633 85 0 0 20 0 16 0 95890353 10876968960 132241 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2655510 132241 3154 1 0 2643904 0
[pid=9848/tid=9850] ppid=9845 vsize=10622040 memory=15876 CPUtime=1283.25 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) R 9845 9848 2539 0 -1 4202560 11537 0 0 0 128321 4 0 0 20 0 16 0 95890353 10876968960 132241 33554432000 4194304 4196468 140730865661008 139884375624728 139884010786708 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10622040 memory=8112282956445269571 CPUtime=0.31 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 589 0 0 0 22 9 0 0 20 0 16 0 95890354 10876968960 132241 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10622040 memory=27648 CPUtime=0.33 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 875 0 0 0 23 10 0 0 20 0 16 0 95890354 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10622040 memory=1296 CPUtime=0.32 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 861 0 0 0 22 10 0 0 20 0 16 0 95890354 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10622040 memory=2404 CPUtime=0.32 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 729 0 0 0 22 10 0 0 20 0 16 0 95890354 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9855] ppid=9845 vsize=10622040 memory=1732 CPUtime=0.08 cores=1,3,5,7
/proc/9848/task/9855/stat : 9855 (java) S 9845 9848 2539 0 -1 1077944384 1866 0 0 0 7 1 0 0 20 0 16 0 95890356 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883407468912 139884371397250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9856] ppid=9845 vsize=10622040 memory=796 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9856/stat : 9856 (java) S 9845 9848 2539 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 95890356 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883406414880 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9857] ppid=9845 vsize=10622040 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9857/stat : 9857 (java) S 9845 9848 2539 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 95890356 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883405362032 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9858] ppid=9845 vsize=10622040 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9858/stat : 9858 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883404310352 139884371404699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9859] ppid=9845 vsize=10622040 memory=8112282956445269571 CPUtime=0.61 cores=1,3,5,7
/proc/9848/task/9859/stat : 9859 (java) S 9845 9848 2539 0 -1 1077944384 5246 0 0 0 60 1 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883403258736 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9860] ppid=9845 vsize=10622040 memory=2404 CPUtime=0.83 cores=1,3,5,7
/proc/9848/task/9860/stat : 9860 (java) S 9845 9848 2539 0 -1 1077944384 7244 0 0 0 82 1 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883402205936 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9861] ppid=9845 vsize=10622040 memory=1732 CPUtime=0.24 cores=1,3,5,7
/proc/9848/task/9861/stat : 9861 (java) S 9845 9848 2539 0 -1 1077944384 2700 0 0 0 23 1 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883401153136 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9862] ppid=9845 vsize=10622040 memory=796 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9862/stat : 9862 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883400100576 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9863] ppid=9845 vsize=10622040 memory=1004 CPUtime=0.78 cores=1,3,5,7
/proc/9848/task/9863/stat : 9863 (java) S 9845 9848 2539 0 -1 1077944384 946 0 0 0 37 41 0 0 20 0 16 0 95890359 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883399047856 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9864] ppid=9845 vsize=10622040 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9864/stat : 9864 (java) S 9845 9848 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95890400 10876968960 132241 33554432000 4194304 4196468 140730865661008 139883397993392 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
Current children cumulated CPU time: 1287.18 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 528964 KiB

[startup+1284 s]*
/proc/loadavg: 2.00 2.18 2.96 2/217 9981
/proc/meminfo: memFree=30558740/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10755168 memory=529068 CPUtime=1287.62 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 34395 0 0 0 128677 85 0 0 20 0 16 0 95890353 11013292032 132267 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2688792 132267 3157 1 0 2677186 0
[pid=9848/tid=9850] ppid=9845 vsize=10755168 memory=3264 CPUtime=1283.64 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) S 9845 9848 2539 0 -1 1077944384 11597 0 0 0 128359 5 0 0 20 0 16 0 95890353 11013292032 132267 33554432000 4194304 4196468 140730865661008 139884375626784 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10755168 memory=539436 CPUtime=0.31 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 589 0 0 0 22 9 0 0 20 0 16 0 95890354 11013292032 132267 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10755168 memory=1156 CPUtime=0.33 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 875 0 0 0 23 10 0 0 20 0 16 0 95890354 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10755168 memory=4126316290023845779 CPUtime=0.32 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 861 0 0 0 22 10 0 0 20 0 16 0 95890354 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10755168 memory=1696 CPUtime=0.32 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 729 0 0 0 22 10 0 0 20 0 16 0 95890354 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9855] ppid=9845 vsize=10755168 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/9848/task/9855/stat : 9855 (java) S 9845 9848 2539 0 -1 1077944384 1866 0 0 0 7 1 0 0 20 0 16 0 95890356 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883407468912 139884371397250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9856] ppid=9845 vsize=10755168 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9856/stat : 9856 (java) S 9845 9848 2539 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 95890356 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883406414880 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9857] ppid=9845 vsize=10755168 memory=2888 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9857/stat : 9857 (java) S 9845 9848 2539 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 95890356 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883405362032 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9858] ppid=9845 vsize=10755168 memory=2824 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9858/stat : 9858 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883404310352 139884371404699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9859] ppid=9845 vsize=10755168 memory=4100 CPUtime=0.64 cores=1,3,5,7
/proc/9848/task/9859/stat : 9859 (java) S 9845 9848 2539 0 -1 1077944384 5287 0 0 0 63 1 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883403258736 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9860] ppid=9845 vsize=10755168 memory=1156 CPUtime=0.86 cores=1,3,5,7
/proc/9848/task/9860/stat : 9860 (java) S 9845 9848 2539 0 -1 1077944384 7269 0 0 0 85 1 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883402205936 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9861] ppid=9845 vsize=10755168 memory=3304 CPUtime=0.24 cores=1,3,5,7
/proc/9848/task/9861/stat : 9861 (java) S 9845 9848 2539 0 -1 1077944384 2834 0 0 0 23 1 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883401153136 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9862] ppid=9845 vsize=10755168 memory=528964 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9862/stat : 9862 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883400100576 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9863] ppid=9845 vsize=10755168 memory=8112282956445269571 CPUtime=0.78 cores=1,3,5,7
/proc/9848/task/9863/stat : 9863 (java) S 9845 9848 2539 0 -1 1077944384 946 0 0 0 37 41 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883399047856 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9980] ppid=9845 vsize=10755168 memory=528964 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9980/stat : 9980 (java) S 9845 9848 2539 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96018750 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883396940816 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
Current children cumulated CPU time: 1287.62 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 529068 KiB

[startup+1284.11 s]
/proc/loadavg: 2.00 2.18 2.96 2/217 9981
/proc/meminfo: memFree=30558740/32770624 swapFree=67108860/67108860
[pid=9848] ppid=9845 vsize=10755168 memory=529068 CPUtime=1287.62 cores=1,3,5,7
/proc/9848/stat : 9848 (java) S 9845 9848 2539 0 -1 1077944320 34395 0 0 0 128677 85 0 0 20 0 16 0 95890353 11013292032 132267 33554432000 4194304 4196468 140730865661008 140730865643552 139884371386103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
/proc/9848/statm: 2688792 132267 3157 1 0 2677186 0
[pid=9848/tid=9850] ppid=9845 vsize=10755168 memory=528964 CPUtime=1283.64 cores=1,3,5,7
/proc/9848/task/9850/stat : 9850 (java) S 9845 9848 2539 0 -1 1077944384 11597 0 0 0 128359 5 0 0 20 0 16 0 95890353 11013292032 132267 33554432000 4194304 4196468 140730865661008 139884375626784 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9851] ppid=9845 vsize=10755168 memory=528964 CPUtime=0.31 cores=1,3,5,7
/proc/9848/task/9851/stat : 9851 (java) S 9845 9848 2539 0 -1 1077944384 589 0 0 0 22 9 0 0 20 0 16 0 95890354 11013292032 132267 33554432000 4194304 4196468 140730865661008 139884334492816 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9852] ppid=9845 vsize=10755168 memory=528964 CPUtime=0.33 cores=1,3,5,7
/proc/9848/task/9852/stat : 9852 (java) S 9845 9848 2539 0 -1 1077944384 875 0 0 0 23 10 0 0 20 0 16 0 95890354 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883977563152 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9853] ppid=9845 vsize=10755168 memory=528964 CPUtime=0.32 cores=1,3,5,7
/proc/9848/task/9853/stat : 9853 (java) S 9845 9848 2539 0 -1 1077944384 861 0 0 0 22 10 0 0 20 0 16 0 95890354 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883976510352 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9854] ppid=9845 vsize=10755168 memory=55 CPUtime=0.32 cores=1,3,5,7
/proc/9848/task/9854/stat : 9854 (java) S 9845 9848 2539 0 -1 1077944384 729 0 0 0 22 10 0 0 20 0 16 0 95890354 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883975457552 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9855] ppid=9845 vsize=10755168 memory=528964 CPUtime=0.08 cores=1,3,5,7
/proc/9848/task/9855/stat : 9855 (java) S 9845 9848 2539 0 -1 1077944384 1866 0 0 0 7 1 0 0 20 0 16 0 95890356 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883407468912 139884371397250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9856] ppid=9845 vsize=10755168 memory=528964 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9856/stat : 9856 (java) S 9845 9848 2539 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 95890356 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883406414880 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9857] ppid=9845 vsize=10755168 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9857/stat : 9857 (java) S 9845 9848 2539 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 95890356 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883405362032 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9858] ppid=9845 vsize=10755168 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9858/stat : 9858 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883404310352 139884371404699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9859] ppid=9845 vsize=10755168 memory=4136 CPUtime=0.64 cores=1,3,5,7
/proc/9848/task/9859/stat : 9859 (java) S 9845 9848 2539 0 -1 1077944384 5287 0 0 0 63 1 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883403258736 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9860] ppid=9845 vsize=10755168 memory=27648 CPUtime=0.86 cores=1,3,5,7
/proc/9848/task/9860/stat : 9860 (java) S 9845 9848 2539 0 -1 1077944384 7269 0 0 0 85 1 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883402205936 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9861] ppid=9845 vsize=10755168 memory=528964 CPUtime=0.24 cores=1,3,5,7
/proc/9848/task/9861/stat : 9861 (java) S 9845 9848 2539 0 -1 1077944384 2834 0 0 0 23 1 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883401153136 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9862] ppid=9845 vsize=10755168 memory=281416055128304 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9862/stat : 9862 (java) S 9845 9848 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883400100576 139884371396309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9863] ppid=9845 vsize=10755168 memory=528964 CPUtime=0.78 cores=1,3,5,7
/proc/9848/task/9863/stat : 9863 (java) S 9845 9848 2539 0 -1 1077944384 946 0 0 0 37 41 0 0 20 0 16 0 95890359 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883399047856 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
[pid=9848/tid=9980] ppid=9845 vsize=10755168 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/9848/task/9980/stat : 9980 (java) S 9845 9848 2539 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96018750 11013292032 132267 33554432000 4194304 4196468 140730865661008 139883396940816 139884371397250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16367616 140730865665158 140730865665311 140730865665311 140730865668047 0
Current children cumulated CPU time: 1287.62 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 529068 KiB

Child status: 0
Real time (s): 1284.19
CPU time (s): 1287.65
CPU user time (s): 1286.79
CPU system time (s): 0.858193
CPU usage (%): 100.269
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 529068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1286.79
system time used= 0.858193
maximum resident set size= 529352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34502
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29469
involuntary context switches= 419


# summary of solver processes directly reported to runsolver:
#   pid: 9848
#   total CPU time (s): 1287.65
#   total CPU user time (s): 1286.79
#   total CPU system time (s): 0.858193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03421 second user time and 12.5406 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 14:26:02
IDJOB=4263417
IDBENCH=133092
IDSOLVER=2651
FILE ID=node102/4263417-1502628020
RUNJOBID= node102-1502621242-8488
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263417-1502628020/watcher-4263417-1502628020 -o /tmp/evaluation-result-4263417-1502628020/solver-4263417-1502628020 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263417-1502628020.xml

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

MD5SUM BENCH= ea540cd06a6319d4cfbd19a531a1ad9c
RANDOM SEED=1699179745

node102.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.35
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.35
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.35
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.35
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:        23291900 kB
MemAvailable:   23674096 kB
Buffers:          105596 kB
Cached:           561028 kB
SwapCached:            0 kB
Active:          8880796 kB
Inactive:         139468 kB
Active(anon):    8306016 kB
Inactive(anon):    75432 kB
Active(file):     574780 kB
Inactive(file):    64036 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       8398820 kB
Mapped:            54928 kB
Shmem:             25228 kB
Slab:             144532 kB
SReclaimable:     118428 kB
SUnreclaim:        26104 kB
KernelStack:        3840 kB
PageTables:        21264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8101888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 14:47:26