Trace number 4263280

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 14.9993 6.1306901

General information on the benchmark

NameDomino/
Domino-m1-s1/Domino-100-300.xml
MD5SUM3788e9c2f49b3f59f660c6492b6c4c4d
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.010253
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2
Number of domains1
Minimum domain size300
Maximum domain size300
Distribution of domain sizes[{"size":300,"count":100}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":98},{"degree":2,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":1},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints1
Distribution of constraint types[{"type":"intension","count":1},{"type":"allEqual","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263280-1502635814/watcher-4263280-1502635814 -o /tmp/evaluation-result-4263280-1502635814/solver-4263280-1502635814 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263280-1502635814.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
solver pid=26934, runsolver pid=26931
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 4.21 4.34 3.70 3/204 26943
/proc/meminfo: memFree=29758892/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10484492 memory=22532 CPUtime=0.05 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 4575 0 0 0 4 1 0 0 20 0 14 0 51922078 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2621123 5633 2574 1 0 2610620 0
[pid=26934/tid=26936] ppid=26931 vsize=10484492 memory=-6512599152418984294 CPUtime=0.04 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) R 26931 26934 11586 0 -1 1077944384 2704 0 0 0 4 0 0 0 20 0 14 0 51922083 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140365906478912 140365902265405 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10484492 memory=5767615717006641545 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51922084 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10484492 memory=140430598657664 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51922084 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51922084 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140365841173136 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) S 26931 26934 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51922084 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) S 26931 26934 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51922085 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140364942678640 140365902252674 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 51922086 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26943] ppid=26931 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26943/stat : 26943 (java) S 26931 26934 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 51922086 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140364940572272 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26944] ppid=26931 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26944/stat : 26944 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51922088 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140364939520592 140365902260123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26945] ppid=26931 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (java) S 26931 26934 11586 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 14 0 51922088 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140364938467440 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26946] ppid=26931 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51922088 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140364937414640 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26947] ppid=26931 vsize=10484492 memory=140430598657664 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (java) S 26931 26934 11586 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 14 0 51922088 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140364936362352 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26948] ppid=26931 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51922088 10736119808 5633 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22532 KiB

[startup+0.210312 s]*
/proc/loadavg: 4.21 4.34 3.70 3/210 26949
/proc/meminfo: memFree=29749460/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10551156 memory=30092 CPUtime=0.15 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 7769 0 0 0 13 2 0 0 20 0 15 0 51922078 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2637789 7523 2809 1 0 2627261 0
[pid=26934/tid=26936] ppid=26931 vsize=10551156 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) R 26931 26934 11586 0 -1 4202560 5610 0 0 0 9 1 0 0 20 0 15 0 51922083 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140365906452704 140365886322014 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10551156 memory=280861063960312 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922084 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10551156 memory=140430598657664 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922084 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922084 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140365841173136 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) S 26931 26934 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922084 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10551156 memory=140430598657664 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) S 26931 26934 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922085 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364942678640 140365902252674 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922086 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26943] ppid=26931 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26943/stat : 26943 (java) S 26931 26934 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922086 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364940572272 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26944] ppid=26931 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26944/stat : 26944 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364939520592 140365902260123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26945] ppid=26931 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (java) S 26931 26934 11586 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 15 0 51922088 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364938467440 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26946] ppid=26931 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364937414640 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26947] ppid=26931 vsize=10551156 memory=140430598657664 CPUtime=0.02 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (java) S 26931 26934 11586 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 15 0 51922088 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364936362352 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26948] ppid=26931 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26949] ppid=26931 vsize=10551156 memory=140430598657664 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26949/stat : 26949 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922093 10804383744 7523 18446744073709551615 4194304 4196468 140721090260096 140364934257584 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30092 KiB

[startup+0.310114 s]*
/proc/loadavg: 4.21 4.34 3.70 3/210 26949
/proc/meminfo: memFree=29743368/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10551156 memory=37876 CPUtime=0.3 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 9349 0 0 0 27 3 0 0 20 0 15 0 51922078 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2637789 9469 2886 1 0 2627261 0
[pid=26934/tid=26936] ppid=26931 vsize=10551156 memory=140430598686209 CPUtime=0.21 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) R 26931 26934 11586 0 -1 4202560 6956 0 0 0 19 2 0 0 20 0 15 0 51922083 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140365906475440 140365887921652 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922084 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10551156 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922084 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10551156 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922084 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140365841173136 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) S 26931 26934 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922084 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10551156 memory=140430598657664 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) S 26931 26934 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922085 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364942678640 140365902252674 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922086 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26943] ppid=26931 vsize=10551156 memory=280860930832288 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26943/stat : 26943 (java) S 26931 26934 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922086 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364940572272 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26944] ppid=26931 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26944/stat : 26944 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364939520592 140365902260123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26945] ppid=26931 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (java) S 26931 26934 11586 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 15 0 51922088 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364938467440 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26946] ppid=26931 vsize=10551156 memory=140430465430015 CPUtime=0.01 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (java) S 26931 26934 11586 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 51922088 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364937414640 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26947] ppid=26931 vsize=10551156 memory=140430598657664 CPUtime=0.05 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (java) S 26931 26934 11586 0 -1 1077944384 438 0 0 0 5 0 0 0 20 0 15 0 51922088 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364936362352 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26948] ppid=26931 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26949] ppid=26931 vsize=10551156 memory=140430598657663 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26949/stat : 26949 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922093 10804383744 9469 18446744073709551615 4194304 4196468 140721090260096 140364934257584 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37876 KiB

[startup+0.702162 s]
/proc/loadavg: 4.21 4.34 3.70 5/210 26949
/proc/meminfo: memFree=29687228/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10551232 memory=189196 CPUtime=1.32 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 12442 0 0 0 124 8 0 0 20 0 15 0 51922078 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2637808 47299 3050 1 0 2627261 0
[pid=26934/tid=26936] ppid=26931 vsize=10551232 memory=7014444751693833280 CPUtime=0.58 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) S 26931 26934 11586 0 -1 1077944384 7394 0 0 0 54 4 0 0 20 0 15 0 51922083 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140365906475760 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10551232 memory=5859278125529317472 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) R 26931 26934 11586 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 51922084 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365887263688 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10551232 memory=2319400194453553248 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) R 26931 26934 11586 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 51922084 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365887268946 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) R 26931 26934 11586 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 15 0 51922084 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140365841173336 140365887269401 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10551232 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) R 26931 26934 11586 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 51922084 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365887268946 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10551232 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) S 26931 26934 11586 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 51922085 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364942677152 140365902251733 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10551232 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922086 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26943] ppid=26931 vsize=10551232 memory=8900 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26943/stat : 26943 (java) S 26931 26934 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922086 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364940572272 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26944] ppid=26931 vsize=10551232 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26944/stat : 26944 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364939520592 140365902260123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26945] ppid=26931 vsize=10551232 memory=1440 CPUtime=0.29 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (java) S 26931 26934 11586 0 -1 1077944384 1745 0 0 0 29 0 0 0 20 0 15 0 51922088 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364938467440 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26946] ppid=26931 vsize=10551232 memory=1204 CPUtime=0.26 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (java) S 26931 26934 11586 0 -1 1077944384 1072 0 0 0 26 0 0 0 20 0 15 0 51922088 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364937414640 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26947] ppid=26931 vsize=10551232 memory=15880 CPUtime=0.12 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (java) S 26931 26934 11586 0 -1 1077944384 797 0 0 0 12 0 0 0 20 0 15 0 51922088 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364936362352 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26948] ppid=26931 vsize=10551232 memory=280860930686640 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26949] ppid=26931 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26949/stat : 26949 (java) S 26931 26934 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922093 10804461568 47299 18446744073709551615 4194304 4196468 140721090260096 140364934257584 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 189196 KiB

[startup+1.50119 s]
/proc/loadavg: 4.21 4.34 3.70 6/210 26949
/proc/meminfo: memFree=29458200/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10551232 memory=590384 CPUtime=3.35 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 13551 0 0 0 290 45 0 0 20 0 15 0 51922078 10804461568 147596 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2637808 147596 3076 1 0 2627261 0
[pid=26934/tid=26936] ppid=26931 vsize=10551232 memory=280860931015880 CPUtime=0.97 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) S 26931 26934 11586 0 -1 1077944384 7440 0 0 0 91 6 0 0 20 0 15 0 51922083 10804461568 147596 18446744073709551615 4194304 4196468 140721090260096 140365906478976 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10551232 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) R 26931 26934 11586 0 -1 4202560 240 0 0 0 31 9 0 0 20 0 15 0 51922084 10804461568 147596 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365887192132 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10551232 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) R 26931 26934 11586 0 -1 4202560 226 0 0 0 32 9 0 0 20 0 15 0 51922084 10804461568 147596 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365886939166 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10551232 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) R 26931 26934 11586 0 -1 4202560 218 0 0 0 32 9 0 0 20 0 15 0 51922084 10804461568 147596 18446744073709551615 4194304 4196468 140721090260096 140365841173024 140365887226823 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10551232 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) R 26931 26934 11586 0 -1 4202560 231 0 0 0 32 9 0 0 20 0 15 0 51922084 10804461568 147596 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365883838538 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) S 26931 26934 11586 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 51922085 10804461568 147596 18446744073709551615 4194304 4196468 140721090260096 140364942676960 140365902251733 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922086 10804461568 147596 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0

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

[pid=26934/tid=26948] ppid=26931 vsize=10551232 memory=644 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804461568 231997 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26949] ppid=26931 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26949/stat : 26949 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922093 10804461568 231997 18446744073709551615 4194304 4196468 140721090260096 140364934257584 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 927988 KiB

[startup+4.80068 s]
/proc/loadavg: 4.03 4.30 3.69 6/210 26949
/proc/meminfo: memFree=28675808/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10551232 memory=1104168 CPUtime=12.82 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 16337 0 0 0 1194 88 0 0 20 0 15 0 51922078 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2637808 276042 3094 1 0 2627261 0
[pid=26934/tid=26936] ppid=26931 vsize=10551232 memory=1296 CPUtime=1.59 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) S 26931 26934 11586 0 -1 1077944384 7754 0 0 0 152 7 0 0 20 0 15 0 51922083 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140365906479088 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10551232 memory=1728 CPUtime=2.47 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) S 26931 26934 11586 0 -1 1077944384 707 0 0 0 228 19 0 0 20 0 15 0 51922084 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10551232 memory=5668 CPUtime=2.46 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) S 26931 26934 11586 0 -1 1077944384 747 0 0 0 227 19 0 0 20 0 15 0 51922084 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10551232 memory=1996 CPUtime=2.44 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) S 26931 26934 11586 0 -1 1077944384 634 0 0 0 224 20 0 0 20 0 15 0 51922084 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140365841173136 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10551232 memory=0 CPUtime=2.47 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) S 26931 26934 11586 0 -1 1077944384 733 0 0 0 228 19 0 0 20 0 15 0 51922084 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10551232 memory=56 CPUtime=0.6 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) R 26931 26934 11586 0 -1 4202560 737 0 0 0 60 0 0 0 20 0 15 0 51922085 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364942677184 140365886942126 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10551232 memory=29668 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922086 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26943] ppid=26931 vsize=10551232 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26943/stat : 26943 (java) S 26931 26934 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 51922086 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364940572272 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26944] ppid=26931 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26944/stat : 26944 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364939520592 140365902260123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26945] ppid=26931 vsize=10551232 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (java) S 26931 26934 11586 0 -1 1077944384 1752 0 0 0 30 0 0 0 20 0 15 0 51922088 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364938467440 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26946] ppid=26931 vsize=10551232 memory=5668 CPUtime=0.27 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (java) S 26931 26934 11586 0 -1 1077944384 1079 0 0 0 27 0 0 0 20 0 15 0 51922088 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364937414640 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26947] ppid=26931 vsize=10551232 memory=1996 CPUtime=0.14 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (java) S 26931 26934 11586 0 -1 1077944384 827 0 0 0 14 0 0 0 20 0 15 0 51922088 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364936362352 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26948] ppid=26931 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922088 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26949] ppid=26931 vsize=10551232 memory=1104168 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26949/stat : 26949 (java) S 26931 26934 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51922093 10804461568 276042 18446744073709551615 4194304 4196468 140721090260096 140364934257584 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 12.82 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 1104168 KiB

[startup+5.60074 s]
/proc/loadavg: 4.03 4.30 3.69 3/210 26949
/proc/meminfo: memFree=28675808/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10617796 memory=1109440 CPUtime=14.26 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 22195 0 0 0 1336 90 0 0 20 0 16 0 51922078 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2654449 277360 3109 1 0 2643902 0
[pid=26934/tid=26936] ppid=26931 vsize=10617796 memory=-8774313645642428999 CPUtime=2.18 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) R 26931 26934 11586 0 -1 4202560 9096 0 0 0 210 8 0 0 20 0 16 0 51922083 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140365906478224 140365523622478 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10617796 memory=2384 CPUtime=2.47 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) S 26931 26934 11586 0 -1 1077944384 707 0 0 0 228 19 0 0 20 0 16 0 51922084 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10617796 memory=1296 CPUtime=2.46 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) S 26931 26934 11586 0 -1 1077944384 747 0 0 0 227 19 0 0 20 0 16 0 51922084 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10617796 memory=1728 CPUtime=2.44 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) S 26931 26934 11586 0 -1 1077944384 634 0 0 0 224 20 0 0 20 0 16 0 51922084 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140365841173136 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10617796 memory=5668 CPUtime=2.47 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) S 26931 26934 11586 0 -1 1077944384 733 0 0 0 228 19 0 0 20 0 16 0 51922084 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10617796 memory=1996 CPUtime=0.81 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) S 26931 26934 11586 0 -1 1077944384 1531 0 0 0 81 0 0 0 20 0 16 0 51922085 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364942678640 140365902252674 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51922086 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26943] ppid=26931 vsize=10617796 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26943/stat : 26943 (java) S 26931 26934 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 51922086 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364940572272 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26944] ppid=26931 vsize=10617796 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26944/stat : 26944 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51922088 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364939520592 140365902260123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26945] ppid=26931 vsize=10617796 memory=1008 CPUtime=0.6 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (java) R 26931 26934 11586 0 -1 4202560 3144 0 0 0 59 1 0 0 20 0 16 0 51922088 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364938467440 140365881903745 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26946] ppid=26931 vsize=10617796 memory=1232 CPUtime=0.54 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (java) R 26931 26934 11586 0 -1 4202560 2349 0 0 0 54 0 0 0 20 0 16 0 51922088 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364937414736 140365885727419 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26947] ppid=26931 vsize=10617796 memory=8900 CPUtime=0.21 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (java) S 26931 26934 11586 0 -1 1077944384 1582 0 0 0 21 0 0 0 20 0 16 0 51922088 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364936362352 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26948] ppid=26931 vsize=10617796 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51922088 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26949] ppid=26931 vsize=10617796 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26949/stat : 26949 (java) S 26931 26934 11586 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 16 0 51922093 10872623104 277360 18446744073709551615 4194304 4196468 140721090260096 140364934257584 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 14.26 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1109440 KiB

[startup+6.00074 s]*
/proc/loadavg: 4.03 4.30 3.69 2/211 26952
/proc/meminfo: memFree=28668228/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10750924 memory=1111616 CPUtime=14.97 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 22921 0 0 0 1407 90 0 0 20 0 16 0 51922078 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2687731 277904 3116 1 0 2677184 0
[pid=26934/tid=26936] ppid=26931 vsize=10750924 memory=8330141368402746778 CPUtime=2.48 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) S 26931 26934 11586 0 -1 1077944384 9204 0 0 0 240 8 0 0 20 0 16 0 51922083 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140365906482208 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10750924 memory=732370568936111077 CPUtime=2.47 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) S 26931 26934 11586 0 -1 1077944384 707 0 0 0 228 19 0 0 20 0 16 0 51922084 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10750924 memory=140430598657664 CPUtime=2.46 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) S 26931 26934 11586 0 -1 1077944384 747 0 0 0 227 19 0 0 20 0 16 0 51922084 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10750924 memory=0 CPUtime=2.44 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) S 26931 26934 11586 0 -1 1077944384 634 0 0 0 224 20 0 0 20 0 16 0 51922084 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140365841173136 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10750924 memory=-1 CPUtime=2.47 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) S 26931 26934 11586 0 -1 1077944384 733 0 0 0 228 19 0 0 20 0 16 0 51922084 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10750924 memory=140430598657664 CPUtime=0.81 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) S 26931 26934 11586 0 -1 1077944384 1532 0 0 0 81 0 0 0 20 0 16 0 51922085 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364942678640 140365902252674 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51922086 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26943] ppid=26931 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26943/stat : 26943 (java) S 26931 26934 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 51922086 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364940572272 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26944] ppid=26931 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26944/stat : 26944 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51922088 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364939520592 140365902260123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26945] ppid=26931 vsize=10750924 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (java) S 26931 26934 11586 0 -1 1077944384 3166 0 0 0 73 1 0 0 20 0 16 0 51922088 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364938467440 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26946] ppid=26931 vsize=10750924 memory=-1 CPUtime=0.79 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (java) S 26931 26934 11586 0 -1 1077944384 2849 0 0 0 79 0 0 0 20 0 16 0 51922088 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364937414640 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26947] ppid=26931 vsize=10750924 memory=140430598657664 CPUtime=0.22 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (java) S 26931 26934 11586 0 -1 1077944384 1599 0 0 0 22 0 0 0 20 0 16 0 51922088 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364936362352 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26948] ppid=26931 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51922088 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26949] ppid=26931 vsize=10750924 memory=140430598657664 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26949/stat : 26949 (java) S 26931 26934 11586 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 16 0 51922093 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364934257584 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26951] ppid=26931 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26951/stat : 26951 (java) S 26931 26934 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 51922668 11008946176 277904 18446744073709551615 4194304 4196468 140721090260096 140364932151056 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 14.97 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 1111616 KiB

[startup+6.11211 s]
/proc/loadavg: 4.03 4.30 3.69 2/211 26952
/proc/meminfo: memFree=28668228/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=10750924 memory=1111680 CPUtime=14.98 cores=1,3,5,7
/proc/26934/stat : 26934 (java) S 26931 26934 11586 0 -1 1077944320 22953 0 0 0 1408 90 0 0 20 0 14 0 51922078 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140721090242640 140365902241527 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
/proc/26934/statm: 2687731 277920 3116 1 0 2677184 0
[pid=26934/tid=26936] ppid=26931 vsize=10750924 memory=29668 CPUtime=2.48 cores=1,3,5,7
/proc/26934/task/26936/stat : 26936 (java) S 26931 26934 11586 0 -1 1077944384 9204 0 0 0 240 8 0 0 20 0 14 0 51922083 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140365906484368 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26937] ppid=26931 vsize=10750924 memory=1110244 CPUtime=2.47 cores=1,3,5,7
/proc/26934/task/26937/stat : 26937 (java) S 26931 26934 11586 0 -1 1077944384 707 0 0 0 228 19 0 0 20 0 14 0 51922084 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140365843278224 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26938] ppid=26931 vsize=10750924 memory=1106852 CPUtime=2.46 cores=1,3,5,7
/proc/26934/task/26938/stat : 26938 (java) S 26931 26934 11586 0 -1 1077944384 747 0 0 0 227 19 0 0 20 0 14 0 51922084 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140365842225424 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26939] ppid=26931 vsize=10750924 memory=56 CPUtime=2.44 cores=1,3,5,7
/proc/26934/task/26939/stat : 26939 (java) S 26931 26934 11586 0 -1 1077944384 634 0 0 0 224 20 0 0 20 0 14 0 51922084 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140365841173136 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26940] ppid=26931 vsize=10750924 memory=6944656592387989600 CPUtime=2.47 cores=1,3,5,7
/proc/26934/task/26940/stat : 26940 (java) S 26931 26934 11586 0 -1 1077944384 733 0 0 0 228 19 0 0 20 0 14 0 51922084 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140365510076944 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26941] ppid=26931 vsize=10750924 memory=164 CPUtime=0.81 cores=1,3,5,7
/proc/26934/task/26941/stat : 26941 (java) S 26931 26934 11586 0 -1 1077944384 1532 0 0 0 81 0 0 0 20 0 14 0 51922085 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140364942678848 140365902252674 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26942] ppid=26931 vsize=10750924 memory=7230645025961766505 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26942/stat : 26942 (java) S 26931 26934 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 51922086 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140364941624608 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26943] ppid=26931 vsize=10750924 memory=6441370576508249454 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26943/stat : 26943 (java) S 26931 26934 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 14 0 51922086 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140364940572272 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26944] ppid=26931 vsize=10750924 memory=280860930645184 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26944/stat : 26944 (java) S 26931 26934 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 14 0 51922088 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140364939519360 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26945] ppid=26931 vsize=10750924 memory=6944656592455360604 CPUtime=0.75 cores=1,3,5,7
/proc/26934/task/26945/stat : 26945 (java) S 26931 26934 11586 0 -1 1077944384 3168 0 0 0 74 1 0 0 20 0 14 0 51922088 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140364938452496 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26946] ppid=26931 vsize=10750924 memory=8993858474414803267 CPUtime=0.79 cores=1,3,5,7
/proc/26934/task/26946/stat : 26946 (java) S 26931 26934 11586 0 -1 1077944384 2849 0 0 0 79 0 0 0 20 0 14 0 51922088 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140364937414640 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26947] ppid=26931 vsize=10750924 memory=8323965605117131662 CPUtime=0.22 cores=1,3,5,7
/proc/26934/task/26947/stat : 26947 (java) S 26931 26934 11586 0 -1 1077944384 1599 0 0 0 22 0 0 0 20 0 14 0 51922088 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140364936362352 140365902252674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
[pid=26934/tid=26948] ppid=26931 vsize=10750924 memory=280860930605296 CPUtime=0 cores=1,3,5,7
/proc/26934/task/26948/stat : 26948 (java) S 26931 26934 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51922088 11008946176 277920 18446744073709551615 4194304 4196468 140721090260096 140364935309792 140365902251733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16547840 140721090265488 140721090265641 140721090265641 140721090269135 0
Current children cumulated CPU time: 14.98 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 1111680 KiB

Child status: 0
Real time (s): 6.13069
CPU time (s): 14.9993
CPU user time (s): 14.0857
CPU system time (s): 0.913575
CPU usage (%): 244.659
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 1111680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0857
system time used= 0.913575
maximum resident set size= 1112248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1739
involuntary context switches= 113


# summary of solver processes directly reported to runsolver:
#   pid: 26934
#   total CPU time (s): 14.9993
#   total CPU user time (s): 14.0857
#   total CPU system time (s): 0.913575

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052459 second user time and 0.109116 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 16:35:58
IDJOB=4263280
IDBENCH=138759
IDSOLVER=2651
FILE ID=node124/4263280-1502635814
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Domino/Domino-m1-s1/Domino-100-300.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263280-1502635814/watcher-4263280-1502635814 -o /tmp/evaluation-result-4263280-1502635814/solver-4263280-1502635814 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263280-1502635814.xml

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

MD5SUM BENCH= 3788e9c2f49b3f59f660c6492b6c4c4d
RANDOM SEED=2070028539

node124.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.51
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.51
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.51
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.51
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:        29770056 kB
MemAvailable:   29976396 kB
Buffers:          166784 kB
Cached:           329716 kB
SwapCached:            0 kB
Active:          2391880 kB
Inactive:         181216 kB
Active(anon):    2028052 kB
Inactive(anon):    73860 kB
Active(file):     363828 kB
Inactive(file):   107356 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1696 kB
Writeback:             4 kB
AnonPages:       2076608 kB
Mapped:            54396 kB
Shmem:             25320 kB
Slab:             128360 kB
SReclaimable:     101984 kB
SUnreclaim:        26376 kB
KernelStack:        3424 kB
PageTables:         8840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3308720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1961984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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