Trace number 4290080

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 2018-07-11? 1405.38 388.677

General information on the benchmark

NameMagicHexagon/
MagicHexagon-08-0006_c18.xml
MD5SUMe0f43de676a90a3e6f61e2deb5ab7ad8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

1294.89/359.01	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1294.89/359.01		at java.util.Arrays.copyOfRange(Arrays.java:3664)
1294.89/359.01		at java.lang.String.<init>(String.java:207)
1294.89/359.01		at java.io.DataInputStream.readUTF(DataInputStream.java:661)
1294.89/359.01		at java.io.DataInputStream.readUTF(DataInputStream.java:564)
1294.89/359.01		at sun.util.calendar.ZoneInfoFile.load(ZoneInfoFile.java:312)
1294.89/359.01		at sun.util.calendar.ZoneInfoFile.access$000(ZoneInfoFile.java:61)
1295.14/359.01		at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:258)
1295.14/359.01		at java.security.AccessController.doPrivileged(Native Method)
1295.14/359.01		at sun.util.calendar.ZoneInfoFile.<clinit>(ZoneInfoFile.java:251)
1295.14/359.01		at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:589)
1295.14/359.01		at java.util.TimeZone.getTimeZone(TimeZone.java:560)
1295.14/359.01		at java.util.TimeZone.setDefaultZone(TimeZone.java:666)
1295.14/359.01		at java.util.TimeZone.getDefaultRef(TimeZone.java:636)
1295.14/359.01		at java.util.TimeZone.getDefault(TimeZone.java:625)
1295.14/359.01		at java.util.Calendar.getInstance(Calendar.java:1640)
1295.14/359.01		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2826)
1295.14/359.01		at java.util.Formatter$FormatSpecifier.print(Formatter.java:2740)
1295.14/359.01		at java.util.Formatter.format(Formatter.java:2526)
1295.14/359.01		at java.util.Formatter.format(Formatter.java:2455)
1295.14/359.01		at java.lang.String.format(String.java:2940)
1295.14/359.01		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
1295.14/359.01		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1295.14/359.01		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1295.14/359.01		at java.util.logging.Logger.log(Logger.java:738)
1295.14/359.01		at java.util.logging.Logger.doLog(Logger.java:765)
1295.14/359.01		at java.util.logging.Logger.log(Logger.java:876)
1295.14/359.01		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:316)
1295.14/359.01		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1295.14/359.01		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1295.14/359.01		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1295.14/359.01		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1295.14/359.01		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1362.70/377.23	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1362.70/377.23	c This is free software under the dual EPL/GNU LGPL licenses.
1362.70/377.23	c See www.sat4j.org for details.
1362.70/377.23	c That software uses the Rhino library from the Mozilla project.
1362.70/377.23	c version 2.3.6-SNAPSHOT
1362.70/377.23	c java.runtime.name	Java(TM) SE Runtime Environment
1362.70/377.23	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1362.70/377.23	c java.vm.version	25.131-b11
1362.70/377.23	c java.vm.vendor	Oracle Corporation
1362.70/377.23	c sun.arch.data.model	64
1362.70/377.23	c java.version		1.8.0_131
1362.70/377.23	c os.name		Linux
1362.70/377.23	c os.version		3.10.0-514.16.1.el7.x86_64
1362.70/377.23	c os.arch		amd64
1362.70/377.23	c Free memory 		499604488
1362.70/377.23	c Max memory 		7247757312
1362.70/377.23	c Total memory 		504889344
1362.70/377.23	c Number of processors 	4
1362.70/377.23	c c --- Begin Solver configuration ---
1362.70/377.23	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1362.70/377.23	c Learn all clauses as in MiniSAT
1362.70/377.23	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1362.70/377.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1362.70/377.23	c No reason simplification
1362.70/377.23	c Glucose 2.1 dynamic restart strategy
1362.70/377.23	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
1362.70/377.23	c timeout=2147483s
1362.70/377.23	c DB Simplification allowed=false
1362.70/377.23	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1362.70/377.23	c --- End Solver configuration ---
1362.70/377.23	c starts		: 0
1362.70/377.23	c conflicts		: 0
1362.70/377.23	c decisions		: 0
1362.70/377.23	c propagations		: 0
1362.70/377.23	c inspects		: 0
1362.70/377.23	c shortcuts		: 0
1362.70/377.23	c learnt literals	: 0
1362.70/377.23	c learnt binary clauses	: 0
1362.70/377.23	c learnt ternary clauses	: 0
1362.70/377.23	c learnt constraints	: 0
1362.70/377.23	c ignored constraints	: 0
1362.70/377.23	c root simplifications	: 0
1362.70/377.23	c removed literals (reason simplification)	: 0
1362.70/377.23	c reason swapping (by a shorter reason)	: 0
1362.70/377.23	c Calls to reduceDB	: 0
1362.70/377.24	c Number of update (reduction) of LBD	: 0
1362.70/377.24	c Imported unit clauses	: 0
1362.70/377.24	c number of reductions to clauses (during analyze)	: 0
1362.70/377.24	c number of learned constraints concerned by reduction	: 0
1362.70/377.24	c number of learning phase by resolution	: 0
1362.70/377.24	c number of learning phase by cutting planes	: 0
1362.70/377.24	c number of rounding to 1 operations	: 0
1362.70/377.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1362.70/377.24	c number of reductions of the coefficients by power 2 	: 0
1362.70/377.24	c number of right shift for reduction by power 2 	: 0
1362.70/377.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
1362.70/377.24	c number of ending skipping 	: 0
1362.70/377.24	c number of internal skipping 	: 0
1362.70/377.24	c number of derivation steps 	: 0
1362.70/377.24	c number of skipped derivation steps 	: 0
1362.70/377.24	c number of remaining unassigned 	: 0
1362.70/377.24	c number of remaining assigned 	: 0
1362.70/377.24	c speed (assignments/second)	: 0.0
1362.70/377.24	c non guided choices	: 0
1362.70/377.24	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290080-1532223238/watcher-4290080-1532223238 -o /tmp/evaluation-result-4290080-1532223238/solver-4290080-1532223238 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27125 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290080-1532223238.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100124 s]*
/proc/loadavg: 3.76 3.15 2.72 3/194 29209
/proc/meminfo: memFree=16897740/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10659012 memory=30116 CPUtime=0.13 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 6601 0 0 0 11 2 0 0 20 0 15 0 39886991 10914828288 7529 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2664753 7529 2845 1 0 2627263 0
[pid=29194/tid=29196] ppid=29191 vsize=10659012 memory=8543466553346073208 CPUtime=0.09 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) R 29191 29194 25074 0 -1 4202560 4432 0 0 0 8 1 0 0 20 0 15 0 39886992 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419808700272 140419804517533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419730570128 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10659012 memory=139745806632576 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419729517328 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419409112208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) S 29191 29194 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39886993 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419408059408 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10659012 memory=139745806632576 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) S 29191 29194 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39886994 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419162450032 140419804506754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29202] ppid=29191 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29202/stat : 29202 (java) S 29191 29194 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39886994 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419161396000 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29203] ppid=29191 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29203/stat : 29203 (java) S 29191 29194 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39886995 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419160343664 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29204] ppid=29191 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29204/stat : 29204 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39886997 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419159291984 140419804514203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29205] ppid=29191 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29205/stat : 29205 (java) S 29191 29194 25074 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 39886997 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419158239856 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29206] ppid=29191 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29206/stat : 29206 (java) S 29191 29194 25074 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39886997 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419157187056 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29207] ppid=29191 vsize=10659012 memory=139745806632576 CPUtime=0.02 cores=0,2,4,6
/proc/29194/task/29207/stat : 29207 (java) R 29191 29194 25074 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 39886997 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419156134768 140419804516954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29208] ppid=29191 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29208/stat : 29208 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39886997 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419155082208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29209] ppid=29191 vsize=10659012 memory=139745806632576 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29209/stat : 29209 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886997 10914828288 7529 33554432000 4194304 4196468 140731554074272 140419154028976 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30116 KiB

[startup+0.21261 s]*
/proc/loadavg: 3.76 3.15 2.72 3/194 29209
/proc/meminfo: memFree=16885708/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10659012 memory=42064 CPUtime=0.33 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 8247 0 0 0 31 2 0 0 20 0 15 0 39886991 10914828288 10516 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2664753 10516 3012 1 0 2627263 0
[pid=29194/tid=29196] ppid=29191 vsize=10659012 memory=8318255677412212789 CPUtime=0.2 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) R 29191 29194 25074 0 -1 4202560 5152 0 0 0 18 2 0 0 20 0 15 0 39886992 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419808720368 140419788539237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10659012 memory=328 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419730570128 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10659012 memory=139745806658636 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419729517328 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419409112208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) S 29191 29194 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39886993 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419408059408 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10659012 memory=139745806632576 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) S 29191 29194 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39886994 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419162450032 140419804506754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29202] ppid=29191 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29202/stat : 29202 (java) S 29191 29194 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39886994 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419161396000 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29203] ppid=29191 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29203/stat : 29203 (java) S 29191 29194 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39886995 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419160343664 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29204] ppid=29191 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29204/stat : 29204 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39886997 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419159291984 140419804514203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29205] ppid=29191 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29194/task/29205/stat : 29205 (java) S 29191 29194 25074 0 -1 1077944384 522 0 0 0 2 0 0 0 20 0 15 0 39886997 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419158239856 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29206] ppid=29191 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29194/task/29206/stat : 29206 (java) S 29191 29194 25074 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 39886997 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419157187056 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29207] ppid=29191 vsize=10659012 memory=139745806632576 CPUtime=0.07 cores=0,2,4,6
/proc/29194/task/29207/stat : 29207 (java) R 29191 29194 25074 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 15 0 39886997 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419156134768 140419783806325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29208] ppid=29191 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29208/stat : 29208 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39886997 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419155082208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29209] ppid=29191 vsize=10659012 memory=139745806632576 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29209/stat : 29209 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886997 10914828288 10516 33554432000 4194304 4196468 140731554074272 140419154028976 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42064 KiB

[startup+0.310138 s]*
/proc/loadavg: 3.76 3.15 2.72 3/194 29209
/proc/meminfo: memFree=16878636/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10659088 memory=47488 CPUtime=0.52 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 9059 0 0 0 49 3 0 0 20 0 15 0 39886991 10914906112 11872 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2664772 11872 3059 1 0 2627263 0
[pid=29194/tid=29196] ppid=29191 vsize=10659088 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) R 29191 29194 25074 0 -1 4202560 5789 0 0 0 27 2 0 0 20 0 15 0 39886992 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419808730288 140419409194213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419730570128 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419729517328 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419409112208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) S 29191 29194 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39886993 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419408059408 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) S 29191 29194 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39886994 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419162450032 140419804506754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29202] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29202/stat : 29202 (java) S 29191 29194 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39886994 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419161396000 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29203] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29203/stat : 29203 (java) S 29191 29194 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39886995 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419160343664 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29204] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29204/stat : 29204 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39886997 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419159291984 140419804514203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29205] ppid=29191 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29194/task/29205/stat : 29205 (java) S 29191 29194 25074 0 -1 1077944384 537 0 0 0 4 0 0 0 20 0 15 0 39886997 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419158239856 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29206] ppid=29191 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29194/task/29206/stat : 29206 (java) S 29191 29194 25074 0 -1 1077944384 556 0 0 0 4 0 0 0 20 0 15 0 39886997 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419157187056 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29207] ppid=29191 vsize=10659088 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/29194/task/29207/stat : 29207 (java) R 29191 29194 25074 0 -1 4202560 810 0 0 0 12 0 0 0 20 0 15 0 39886997 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419156134768 140419782987613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29208] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29208/stat : 29208 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39886997 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419155082208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29209] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29209/stat : 29209 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886997 10914906112 11872 33554432000 4194304 4196468 140731554074272 140419154028976 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47488 KiB

[startup+0.700755 s]
/proc/loadavg: 3.76 3.15 2.72 4/194 29209
/proc/meminfo: memFree=16817160/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10659088 memory=127756 CPUtime=1.57 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 12351 0 0 0 152 5 0 0 20 0 15 0 39886991 10914906112 31939 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2664772 31939 3096 1 0 2627263 0
[pid=29194/tid=29196] ppid=29191 vsize=10659088 memory=265163026498928 CPUtime=0.68 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) R 29191 29194 25074 0 -1 4202560 6013 0 0 0 64 4 0 0 20 0 15 0 39886992 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419808734608 140419411761896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10659088 memory=288230376151877798 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419730570128 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419729517328 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886993 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419409112208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) S 29191 29194 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39886993 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419408059408 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) S 29191 29194 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39886994 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419162450032 140419804506754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29202] ppid=29191 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29202/stat : 29202 (java) S 29191 29194 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39886994 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419161396000 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29203] ppid=29191 vsize=10659088 memory=8330969454845486047 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29203/stat : 29203 (java) S 29191 29194 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39886995 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419160343664 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29204] ppid=29191 vsize=10659088 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29204/stat : 29204 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39886997 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419159291984 140419804514203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29205] ppid=29191 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/29194/task/29205/stat : 29205 (java) S 29191 29194 25074 0 -1 1077944384 1686 0 0 0 32 0 0 0 20 0 15 0 39886997 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419158239856 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29206] ppid=29191 vsize=10659088 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/29194/task/29206/stat : 29206 (java) R 29191 29194 25074 0 -1 4202560 2363 0 0 0 36 0 0 0 20 0 15 0 39886997 10914906112 31939 33554432000 4194304 4196468 140731554074272 140419157171672 140419786039330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29207] ppid=29191 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/29194/task/29207/stat : 29207 (java) S 29191 29194 25074 0 -1 1077944384 972 0 0 0 19 0 0 0 20 0 15 0 39886997 10914906112 32005 33554432000 4194304 4196468 140731554074272 140419156134768 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29208] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29208/stat : 29208 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39886997 10914906112 32005 33554432000 4194304 4196468 140731554074272 140419155082208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29209] ppid=29191 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29209/stat : 29209 (java) S 29191 29194 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39886997 10914906112 32005 33554432000 4194304 4196468 140731554074272 140419154028976 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 127756 KiB

[startup+1.50072 s]
/proc/loadavg: 3.76 3.15 2.72 2/194 29209
/proc/meminfo: memFree=16766432/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10659088 memory=218720 CPUtime=2.68 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 15793 0 0 0 257 11 0 0 20 0 15 0 39886991 10914906112 54680 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2664772 54680 3129 1 0 2627263 0
[pid=29194/tid=29196] ppid=29191 vsize=10659088 memory=561 CPUtime=1.43 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) R 29191 29194 25074 0 -1 4202560 6163 0 0 0 138 5 0 0 20 0 15 0 39886992 10914906112 54680 33554432000 4194304 4196468 140731554074272 140419808734592 140419411968787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) S 29191 29194 25074 0 -1 1077944384 308 0 0 0 3 1 0 0 20 0 15 0 39886993 10914906112 54680 33554432000 4194304 4196468 140731554074272 140419730570128 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) S 29191 29194 25074 0 -1 1077944384 146 0 0 0 3 1 0 0 20 0 15 0 39886993 10914906112 54680 33554432000 4194304 4196468 140731554074272 140419729517328 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) S 29191 29194 25074 0 -1 1077944384 147 0 0 0 3 1 0 0 20 0 15 0 39886993 10914906112 54680 33554432000 4194304 4196468 140731554074272 140419409112208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10659088 memory=2209 CPUtime=0.03 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) S 29191 29194 25074 0 -1 1077944384 100 0 0 0 2 1 0 0 20 0 15 0 39886993 10914906112 54680 33554432000 4194304 4196468 140731554074272 140419408059408 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10659088 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) S 29191 29194 25074 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 15 0 39886994 10914906112 54680 33554432000 4194304 4196468 140731554074272 140419162450032 140419804506754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0

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

[startup+387.201 s]
/proc/loadavg: 3.71 3.41 2.95 5/195 29224
/proc/meminfo: memFree=8591016/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10792368 memory=8317996 CPUtime=1401.55 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 193786 0 0 0 139388 767 0 0 20 0 16 0 39886991 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2698092 2079499 3202 1 0 2660545 0
[pid=29194/tid=29196] ppid=29191 vsize=10792368 memory=16444 CPUtime=15.98 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) S 29191 29194 25074 0 -1 1077944384 19321 0 0 0 1586 12 0 0 20 0 16 0 39886992 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419808736288 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10792368 memory=6791534058613427641 CPUtime=339.87 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) R 29191 29194 25074 0 -1 4202560 26887 0 0 0 33815 172 0 0 20 0 16 0 39886993 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419730570328 140419789485221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10792368 memory=1924 CPUtime=339.01 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) R 29191 29194 25074 0 -1 4202560 19333 0 0 0 33721 180 0 0 20 0 16 0 39886993 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419729517136 140419797123815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10792368 memory=640 CPUtime=338.41 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) R 29191 29194 25074 0 -1 4202560 21164 0 0 0 33641 200 0 0 20 0 16 0 39886993 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419409112016 140419797123815 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10792368 memory=1796 CPUtime=338.75 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) R 29191 29194 25074 0 -1 4202560 17775 0 0 0 33685 190 0 0 20 0 16 0 39886993 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419408059528 140419797123815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10792368 memory=8317996 CPUtime=27.39 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) S 29191 29194 25074 0 -1 1077944384 72956 0 0 0 2734 5 0 0 20 0 16 0 39886994 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419162448576 140419804505813 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29202] ppid=29191 vsize=10792368 memory=3248 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29202/stat : 29202 (java) S 29191 29194 25074 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39886994 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419161396064 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29203] ppid=29191 vsize=10792368 memory=8317996 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29203/stat : 29203 (java) S 29191 29194 25074 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 39886995 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419160342784 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29204] ppid=29191 vsize=10792368 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29204/stat : 29204 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419159291984 140419804514203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29205] ppid=29191 vsize=10792368 memory=960 CPUtime=0.64 cores=0,2,4,6
/proc/29194/task/29205/stat : 29205 (java) S 29191 29194 25074 0 -1 1077944384 4268 0 0 0 64 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419158239904 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29206] ppid=29191 vsize=10792368 memory=1240 CPUtime=0.86 cores=0,2,4,6
/proc/29194/task/29206/stat : 29206 (java) S 29191 29194 25074 0 -1 1077944384 5651 0 0 0 86 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419157186816 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29207] ppid=29191 vsize=10792368 memory=1728 CPUtime=0.27 cores=0,2,4,6
/proc/29194/task/29207/stat : 29207 (java) S 29191 29194 25074 0 -1 1077944384 4073 0 0 0 27 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419156132272 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29208] ppid=29191 vsize=10792368 memory=1924 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29208/stat : 29208 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419155082208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29209] ppid=29191 vsize=10792368 memory=1008 CPUtime=0.25 cores=0,2,4,6
/proc/29194/task/29209/stat : 29209 (java) S 29191 29194 25074 0 -1 1077944384 535 0 0 0 16 9 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419154028976 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29216] ppid=29191 vsize=10792368 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29216/stat : 29216 (java) S 29191 29194 25074 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 39922893 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419151920800 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
Current children cumulated CPU time: 1401.55 s
Current children cumulated vsize: 10792368 KiB
Current children cumulated memory: 8317996 KiB

[startup+388.001 s]*
/proc/loadavg: 3.71 3.41 2.95 5/195 29224
/proc/meminfo: memFree=8591016/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10792368 memory=8317996 CPUtime=1404.68 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 193786 0 0 0 139701 767 0 0 20 0 16 0 39886991 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2698092 2079499 3202 1 0 2660545 0
[pid=29194/tid=29196] ppid=29191 vsize=10792368 memory=14412609709410693 CPUtime=15.98 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) S 29191 29194 25074 0 -1 1077944384 19321 0 0 0 1586 12 0 0 20 0 16 0 39886992 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419808736288 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10792368 memory=6791534058613427641 CPUtime=340.67 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) R 29191 29194 25074 0 -1 4202560 26887 0 0 0 33895 172 0 0 20 0 16 0 39886993 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419730570328 140419789485221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10792368 memory=8380 CPUtime=339.79 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) R 29191 29194 25074 0 -1 4202560 19333 0 0 0 33799 180 0 0 20 0 16 0 39886993 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419729517136 140419797123815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10792368 memory=14008 CPUtime=339.2 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) R 29191 29194 25074 0 -1 4202560 21164 0 0 0 33719 201 0 0 20 0 16 0 39886993 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419409112016 140419797123815 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10792368 memory=1440 CPUtime=339.52 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) R 29191 29194 25074 0 -1 4202560 17775 0 0 0 33761 191 0 0 20 0 16 0 39886993 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419408059528 140419797123815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10792368 memory=1712 CPUtime=27.39 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) S 29191 29194 25074 0 -1 1077944384 72956 0 0 0 2734 5 0 0 20 0 16 0 39886994 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419162448576 140419804505813 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29202] ppid=29191 vsize=10792368 memory=5524 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29202/stat : 29202 (java) S 29191 29194 25074 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39886994 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419161396064 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29203] ppid=29191 vsize=10792368 memory=3248 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29203/stat : 29203 (java) S 29191 29194 25074 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 39886995 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419160342784 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29204] ppid=29191 vsize=10792368 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29204/stat : 29204 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419159291984 140419804514203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29205] ppid=29191 vsize=10792368 memory=796 CPUtime=0.64 cores=0,2,4,6
/proc/29194/task/29205/stat : 29205 (java) S 29191 29194 25074 0 -1 1077944384 4268 0 0 0 64 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419158239904 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29206] ppid=29191 vsize=10792368 memory=1224 CPUtime=0.86 cores=0,2,4,6
/proc/29194/task/29206/stat : 29206 (java) S 29191 29194 25074 0 -1 1077944384 5651 0 0 0 86 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419157186816 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29207] ppid=29191 vsize=10792368 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/29194/task/29207/stat : 29207 (java) S 29191 29194 25074 0 -1 1077944384 4073 0 0 0 27 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419156132272 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29208] ppid=29191 vsize=10792368 memory=14016 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29208/stat : 29208 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419155082208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29209] ppid=29191 vsize=10792368 memory=1296 CPUtime=0.25 cores=0,2,4,6
/proc/29194/task/29209/stat : 29209 (java) S 29191 29194 25074 0 -1 1077944384 535 0 0 0 16 9 0 0 20 0 16 0 39886997 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419154028976 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29216] ppid=29191 vsize=10792368 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29216/stat : 29216 (java) S 29191 29194 25074 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 39922893 11051384832 2079499 33554432000 4194304 4196468 140731554074272 140419151920800 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
Current children cumulated CPU time: 1404.68 s
Current children cumulated vsize: 10792368 KiB
Current children cumulated memory: 8317996 KiB

[startup+388.401 s]
/proc/loadavg: 3.71 3.41 2.95 5/195 29224
/proc/meminfo: memFree=8591016/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10792368 memory=8318000 CPUtime=1405.09 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 194013 0 0 0 139742 767 0 0 20 0 16 0 39886991 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2698092 2079500 3202 1 0 2660545 0
[pid=29194/tid=29196] ppid=29191 vsize=10792368 memory=9260 CPUtime=15.98 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) S 29191 29194 25074 0 -1 1077944384 19321 0 0 0 1586 12 0 0 20 0 16 0 39886992 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419808736288 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10792368 memory=16444 CPUtime=340.68 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) S 29191 29194 25074 0 -1 1077944384 26887 0 0 0 33896 172 0 0 20 0 16 0 39886993 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419730570128 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10792368 memory=6791534058613427641 CPUtime=339.8 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) S 29191 29194 25074 0 -1 1077944384 19333 0 0 0 33800 180 0 0 20 0 16 0 39886993 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419729517328 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10792368 memory=1440 CPUtime=339.2 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) S 29191 29194 25074 0 -1 1077944384 21164 0 0 0 33719 201 0 0 20 0 16 0 39886993 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419409112208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10792368 memory=1712 CPUtime=339.52 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) S 29191 29194 25074 0 -1 1077944384 17775 0 0 0 33761 191 0 0 20 0 16 0 39886993 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419408059408 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10792368 memory=5524 CPUtime=27.78 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) R 29191 29194 25074 0 -1 4202560 73183 0 0 0 2773 5 0 0 20 0 16 0 39886994 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419162448576 140419789492011 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29202] ppid=29191 vsize=10792368 memory=3248 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29202/stat : 29202 (java) S 29191 29194 25074 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39886994 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419161396064 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29203] ppid=29191 vsize=10792368 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29203/stat : 29203 (java) S 29191 29194 25074 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 39886995 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419160342784 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29204] ppid=29191 vsize=10792368 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29204/stat : 29204 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419159291984 140419804514203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29205] ppid=29191 vsize=10792368 memory=8317996 CPUtime=0.64 cores=0,2,4,6
/proc/29194/task/29205/stat : 29205 (java) S 29191 29194 25074 0 -1 1077944384 4268 0 0 0 64 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419158239904 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29206] ppid=29191 vsize=10792368 memory=2340 CPUtime=0.86 cores=0,2,4,6
/proc/29194/task/29206/stat : 29206 (java) S 29191 29194 25074 0 -1 1077944384 5651 0 0 0 86 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419157186816 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29207] ppid=29191 vsize=10792368 memory=1728 CPUtime=0.27 cores=0,2,4,6
/proc/29194/task/29207/stat : 29207 (java) S 29191 29194 25074 0 -1 1077944384 4073 0 0 0 27 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419156132272 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29208] ppid=29191 vsize=10792368 memory=1924 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29208/stat : 29208 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419155082208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29209] ppid=29191 vsize=10792368 memory=1008 CPUtime=0.25 cores=0,2,4,6
/proc/29194/task/29209/stat : 29209 (java) S 29191 29194 25074 0 -1 1077944384 535 0 0 0 16 9 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419154028976 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29216] ppid=29191 vsize=10792368 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29216/stat : 29216 (java) S 29191 29194 25074 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 39922893 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419151920800 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
Current children cumulated CPU time: 1405.09 s
Current children cumulated vsize: 10792368 KiB
Current children cumulated memory: 8318000 KiB

[startup+388.601 s]
/proc/loadavg: 3.71 3.41 2.95 5/195 29224
/proc/meminfo: memFree=8591016/32770624 swapFree=67108860/67108860
[pid=29194] ppid=29191 vsize=10792368 memory=8318000 CPUtime=1405.29 cores=0,2,4,6
/proc/29194/stat : 29194 (java) S 29191 29194 25074 0 -1 1077944320 194013 0 0 0 139762 767 0 0 20 0 16 0 39886991 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140731554056816 140419804495607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
/proc/29194/statm: 2698092 2079500 3202 1 0 2660545 0
[pid=29194/tid=29196] ppid=29191 vsize=10792368 memory=14016 CPUtime=15.98 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (java) S 29191 29194 25074 0 -1 1077944384 19321 0 0 0 1586 12 0 0 20 0 16 0 39886992 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419808736288 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29197] ppid=29191 vsize=10792368 memory=1296 CPUtime=340.68 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (java) S 29191 29194 25074 0 -1 1077944384 26887 0 0 0 33896 172 0 0 20 0 16 0 39886993 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419730570128 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29198] ppid=29191 vsize=10792368 memory=2340 CPUtime=339.8 cores=0,2,4,6
/proc/29194/task/29198/stat : 29198 (java) S 29191 29194 25074 0 -1 1077944384 19333 0 0 0 33800 180 0 0 20 0 16 0 39886993 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419729517328 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29199] ppid=29191 vsize=10792368 memory=1728 CPUtime=339.2 cores=0,2,4,6
/proc/29194/task/29199/stat : 29199 (java) S 29191 29194 25074 0 -1 1077944384 21164 0 0 0 33719 201 0 0 20 0 16 0 39886993 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419409112208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29200] ppid=29191 vsize=10792368 memory=1924 CPUtime=339.52 cores=0,2,4,6
/proc/29194/task/29200/stat : 29200 (java) S 29191 29194 25074 0 -1 1077944384 17775 0 0 0 33761 191 0 0 20 0 16 0 39886993 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419408059408 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29201] ppid=29191 vsize=10792368 memory=1008 CPUtime=27.98 cores=0,2,4,6
/proc/29194/task/29201/stat : 29201 (java) R 29191 29194 25074 0 -1 4202560 73183 0 0 0 2793 5 0 0 20 0 16 0 39886994 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419162448576 140419789491952 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29202] ppid=29191 vsize=10792368 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29202/stat : 29202 (java) S 29191 29194 25074 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39886994 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419161396064 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29203] ppid=29191 vsize=10792368 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29203/stat : 29203 (java) S 29191 29194 25074 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 39886995 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419160342784 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29204] ppid=29191 vsize=10792368 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29204/stat : 29204 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419159291984 140419804514203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29205] ppid=29191 vsize=10792368 memory=1712 CPUtime=0.64 cores=0,2,4,6
/proc/29194/task/29205/stat : 29205 (java) S 29191 29194 25074 0 -1 1077944384 4268 0 0 0 64 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419158239904 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29206] ppid=29191 vsize=10792368 memory=5524 CPUtime=0.86 cores=0,2,4,6
/proc/29194/task/29206/stat : 29206 (java) S 29191 29194 25074 0 -1 1077944384 5651 0 0 0 86 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419157186816 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29207] ppid=29191 vsize=10792368 memory=3248 CPUtime=0.27 cores=0,2,4,6
/proc/29194/task/29207/stat : 29207 (java) S 29191 29194 25074 0 -1 1077944384 4073 0 0 0 27 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419156132272 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29208] ppid=29191 vsize=10792368 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29208/stat : 29208 (java) S 29191 29194 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419155082208 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29209] ppid=29191 vsize=10792368 memory=796 CPUtime=0.25 cores=0,2,4,6
/proc/29194/task/29209/stat : 29209 (java) S 29191 29194 25074 0 -1 1077944384 535 0 0 0 16 9 0 0 20 0 16 0 39886997 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419154028976 140419804506754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
[pid=29194/tid=29216] ppid=29191 vsize=10792368 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29216/stat : 29216 (java) S 29191 29194 25074 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 39922893 11051384832 2079500 33554432000 4194304 4196468 140731554074272 140419151920800 140419804505813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18288640 140731554075761 140731554075913 140731554075913 140731554078671 0
Current children cumulated CPU time: 1405.29 s
Current children cumulated vsize: 10792368 KiB
Current children cumulated memory: 8318000 KiB

Child status: 1
Real time (s): 388.677
CPU time (s): 1405.38
CPU user time (s): 1397.67
CPU system time (s): 7.70975
CPU usage (%): 361.579
Max. virtual memory (cumulated for all children) (KiB): 10792368
Max. memory (cumulated for all children) (KiB): 8318000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1397.67
system time used= 7.70975
maximum resident set size= 8318060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23724
involuntary context switches= 17022


# summary of solver processes directly reported to runsolver:
#   pid: 29194
#   total CPU time (s): 1405.38
#   total CPU user time (s): 1397.67
#   total CPU system time (s): 7.70975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14494 second user time and 3.85018 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 03:33:58
IDJOB=4290080
IDBENCH=141562
IDSOLVER=2742
FILE ID=node102/4290080-1532223238
RUNJOBID= node102-1532208144-27125
PBS_JOBID= 21018941
Free space on /tmp= 53248 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-08-0006_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290080-1532223238/watcher-4290080-1532223238 -o /tmp/evaluation-result-4290080-1532223238/solver-4290080-1532223238 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27125 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290080-1532223238.xml

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

MD5SUM BENCH= e0f43de676a90a3e6f61e2deb5ab7ad8
RANDOM SEED=1733855879

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.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:        16914260 kB
MemAvailable:   31941572 kB
Buffers:          220088 kB
Cached:         14899448 kB
SwapCached:            0 kB
Active:          1392484 kB
Inactive:       13782744 kB
Active(anon):      58208 kB
Inactive(anon):    16892 kB
Active(file):    1334276 kB
Inactive(file): 13765852 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2524 kB
Writeback:             0 kB
AnonPages:         61456 kB
Mapped:            35164 kB
Shmem:             17036 kB
Slab:             382740 kB
SReclaimable:     355644 kB
SUnreclaim:        27096 kB
KernelStack:        3216 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     316568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53244 MiB
End job on node102 at 2018-07-22 03:40:27