Trace number 4263169

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 2025.63 581.12

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-24.xml
MD5SUMe0f1e7fd363778103a4292aa9d177ae8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark297
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1379
Number of constraints824
Number of domains4
Minimum domain size2
Maximum domain size1353
Distribution of domain sizes[{"size":2,"count":676},{"size":3,"count":676},{"size":577,"count":1},{"size":1353,"count":26}]
Minimum variable degree1
Maximum variable degree27
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":673},{"degree":3,"count":29},{"degree":4,"count":96},{"degree":8,"count":92},{"degree":9,"count":484},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":122},{"arity":3,"count":96},{"arity":10,"count":576},{"arity":26,"count":4},{"arity":27,"count":1},{"arity":28,"count":25}]
Number of extensional constraints672
Number of intensional constraints121
Distribution of constraint types[{"type":"extension","count":672},{"type":"intension","count":121},{"type":"sum","count":27},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263169-1502602554/watcher-4263169-1502602554 -o /tmp/evaluation-result-4263169-1502602554/solver-4263169-1502602554 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263169-1502602554.xml 

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

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

solver pid=20371, runsolver pid=20368

[startup+0.100146 s]*
/proc/loadavg: 4.61 4.29 3.33 2/204 20380
/proc/meminfo: memFree=31225320/32770624 swapFree=67105588/67108860
[pid=20371] ppid=20368 vsize=10417928 memory=21944 CPUtime=0.04 cores=1,3,5,7
/proc/20371/stat : 20371 (java) S 20368 20371 12560 0 -1 1077944320 4389 0 0 0 4 0 0 0 20 0 13 0 62450820 10667958272 5486 18446744073709551615 4194304 4196468 140737108131504 140737108114048 140145175183095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
/proc/20371/statm: 2604482 5486 2399 1 0 2593979 0
[pid=20371/tid=20373] ppid=20368 vsize=10417928 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/20371/task/20373/stat : 20373 (java) R 20368 20371 12560 0 -1 4202560 2724 0 0 0 4 0 0 0 20 0 13 0 62450826 10667958272 5486 18446744073709551615 4194304 4196468 140737108131504 140145179421232 140145175195030 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20374] ppid=20368 vsize=10417928 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20374/stat : 20374 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 62450827 10667958272 5486 18446744073709551615 4194304 4196468 140737108131504 140145121532688 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20375] ppid=20368 vsize=10417928 memory=139764696917632 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20375/stat : 20375 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 62450827 10667958272 5486 18446744073709551615 4194304 4196468 140737108131504 140145120480144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20376] ppid=20368 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20376/stat : 20376 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 62450827 10667958272 5551 18446744073709551615 4194304 4196468 140737108131504 140144783711248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20377] ppid=20368 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20377/stat : 20377 (java) S 20368 20371 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 62450827 10667958272 5551 18446744073709551615 4194304 4196468 140737108131504 140144782658704 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10417928 memory=139764696917632 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) S 20368 20371 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 62450828 10667958272 5551 18446744073709551615 4194304 4196468 140737108131504 140144739239920 140145175194242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 62450828 10667958272 5551 18446744073709551615 4194304 4196468 140737108131504 140144738186144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20380] ppid=20368 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20380/stat : 20380 (java) S 20368 20371 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 62450829 10667958272 5551 18446744073709551615 4194304 4196468 140737108131504 140144737133552 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20381] ppid=20368 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20381/stat : 20381 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 62450831 10667958272 5617 18446744073709551615 4194304 4196468 140737108131504 140144736082128 140145175201691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20382] ppid=20368 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20382/stat : 20382 (java) R 20368 20371 12560 0 -1 4202560 291 0 0 0 0 0 0 0 20 0 13 0 62450831 10667958272 5617 18446744073709551615 4194304 4196468 140737108131504 140144735017136 140145161214016 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20383] ppid=20368 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20383/stat : 20383 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 62450831 10667958272 5617 18446744073709551615 4194304 4196468 140737108131504 140144733976896 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20384] ppid=20368 vsize=10417928 memory=139764696917632 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20384/stat : 20384 (java) D 20368 20371 12560 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 13 0 62450831 10667958272 5617 18446744073709551615 4194304 4196468 140737108131504 140144732920680 140145154137424 0 4 1 16800974 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20385] ppid=20368 vsize=10418956 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20385/stat : 20385 (java) R 20368 20371 12560 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 14 0 62450831 10669010944 5617 18446744073709551615 4194304 4196468 140737108131504 140144731872736 140145175193301 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 21944 KiB

[startup+0.210231 s]*
/proc/loadavg: 4.61 4.29 3.33 3/210 20386
/proc/meminfo: memFree=31219784/32770624 swapFree=67105588/67108860
[pid=20371] ppid=20368 vsize=10551156 memory=29172 CPUtime=0.12 cores=1,3,5,7
/proc/20371/stat : 20371 (java) S 20368 20371 12560 0 -1 1077944320 7488 0 0 0 10 2 0 0 20 0 15 0 62450820 10804383744 7293 18446744073709551615 4194304 4196468 140737108131504 140737108114048 140145175183095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
/proc/20371/statm: 2637789 7293 2759 1 0 2627261 0
[pid=20371/tid=20373] ppid=20368 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/20371/task/20373/stat : 20373 (java) R 20368 20371 12560 0 -1 4202560 5406 0 0 0 7 1 0 0 20 0 15 0 62450826 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140145179371440 140145159263582 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20374] ppid=20368 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20374/stat : 20374 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140145121532688 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20375] ppid=20368 vsize=10551156 memory=288370140848629376 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20375/stat : 20375 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140145120480144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20376] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20376/stat : 20376 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144783711248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20377] ppid=20368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20377/stat : 20377 (java) S 20368 20371 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62450827 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144782658704 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10551156 memory=139764696917632 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) S 20368 20371 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62450828 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144739239920 140145175194242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62450828 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144738186144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20380] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20380/stat : 20380 (java) S 20368 20371 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62450829 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144737133552 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20381] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20381/stat : 20381 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62450831 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144736082128 140145175201691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20382] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20382/stat : 20382 (java) S 20368 20371 12560 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 62450831 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144735029744 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20383] ppid=20368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20383/stat : 20383 (java) S 20368 20371 12560 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 62450831 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144733977200 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20384] ppid=20368 vsize=10551156 memory=139764696917632 CPUtime=0.01 cores=1,3,5,7
/proc/20371/task/20384/stat : 20384 (java) R 20368 20371 12560 0 -1 4202560 361 0 0 0 1 0 0 0 20 0 15 0 62450831 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144732924656 140145154124674 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20385] ppid=20368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20385/stat : 20385 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62450831 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144731872352 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20386] ppid=20368 vsize=10551156 memory=139764696917632 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20386/stat : 20386 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450837 10804383744 7359 18446744073709551615 4194304 4196468 140737108131504 140144730818864 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29172 KiB

[startup+0.310253 s]*
/proc/loadavg: 4.61 4.29 3.33 4/210 20386
/proc/meminfo: memFree=31210764/32770624 swapFree=67105588/67108860
[pid=20371] ppid=20368 vsize=10551156 memory=39188 CPUtime=0.28 cores=1,3,5,7
/proc/20371/stat : 20371 (java) S 20368 20371 12560 0 -1 1077944320 8994 0 0 0 25 3 0 0 20 0 15 0 62450820 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140737108114048 140145175183095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
/proc/20371/statm: 2637789 9797 2933 1 0 2627261 0
[pid=20371/tid=20373] ppid=20368 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/20371/task/20373/stat : 20373 (java) R 20368 20371 12560 0 -1 4202560 6133 0 0 0 17 2 0 0 20 0 15 0 62450826 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140145179417120 140144799791471 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20374] ppid=20368 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20374/stat : 20374 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140145121532688 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20375] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20375/stat : 20375 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140145120480144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20376] ppid=20368 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20376/stat : 20376 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144783711248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20377] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20377/stat : 20377 (java) S 20368 20371 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62450827 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144782658704 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) S 20368 20371 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62450828 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144739239920 140145175194242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62450828 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144738186144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20380] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20380/stat : 20380 (java) S 20368 20371 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62450829 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144737133552 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20381] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20381/stat : 20381 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62450831 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144736082128 140145175201691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20382] ppid=20368 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20371/task/20382/stat : 20382 (java) S 20368 20371 12560 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 62450831 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144735029744 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20383] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20383/stat : 20383 (java) S 20368 20371 12560 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 62450831 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144733977200 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20384] ppid=20368 vsize=10551156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20371/task/20384/stat : 20384 (java) R 20368 20371 12560 0 -1 4202560 799 0 0 0 5 0 0 0 20 0 15 0 62450831 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144732920600 140145159709446 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20385] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20385/stat : 20385 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62450831 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144731872352 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20386] ppid=20368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20386/stat : 20386 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450837 10804383744 9797 18446744073709551615 4194304 4196468 140737108131504 140144730818864 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39188 KiB

[startup+0.710435 s]
/proc/loadavg: 4.61 4.29 3.33 6/210 20386
/proc/meminfo: memFree=31196864/32770624 swapFree=67105588/67108860
[pid=20371] ppid=20368 vsize=10551232 memory=124164 CPUtime=1.46 cores=1,3,5,7
/proc/20371/stat : 20371 (java) S 20368 20371 12560 0 -1 1077944320 12551 0 0 0 142 4 0 0 20 0 15 0 62450820 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140737108114048 140145175183095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
/proc/20371/statm: 2637808 31041 3063 1 0 2627261 0
[pid=20371/tid=20373] ppid=20368 vsize=10551232 memory=1688 CPUtime=0.57 cores=1,3,5,7
/proc/20371/task/20373/stat : 20373 (java) R 20368 20371 12560 0 -1 4202560 7524 0 0 0 54 3 0 0 20 0 15 0 62450826 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140145179404064 140145155205536 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20374] ppid=20368 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20374/stat : 20374 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140145121532688 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20375] ppid=20368 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20375/stat : 20375 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140145120480144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20376] ppid=20368 vsize=10551232 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20376/stat : 20376 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450827 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144783711248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20377] ppid=20368 vsize=10551232 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20377/stat : 20377 (java) S 20368 20371 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62450827 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144782658704 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10551232 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) S 20368 20371 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 62450828 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144739239920 140145175194242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10551232 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62450828 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144738186144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20380] ppid=20368 vsize=10551232 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20380/stat : 20380 (java) S 20368 20371 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62450829 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144737133552 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20381] ppid=20368 vsize=10551232 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20381/stat : 20381 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62450831 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144736082128 140145175201691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20382] ppid=20368 vsize=10551232 memory=796 CPUtime=0.27 cores=1,3,5,7
/proc/20371/task/20382/stat : 20382 (java) R 20368 20371 12560 0 -1 4202560 1019 0 0 0 27 0 0 0 20 0 15 0 62450831 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144735011104 140145153200104 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20383] ppid=20368 vsize=10551232 memory=1228 CPUtime=0.28 cores=1,3,5,7
/proc/20371/task/20383/stat : 20383 (java) R 20368 20371 12560 0 -1 4202560 1098 0 0 0 28 0 0 0 20 0 15 0 62450831 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144733968848 140145158569913 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20384] ppid=20368 vsize=10551232 memory=1412 CPUtime=0.32 cores=1,3,5,7
/proc/20371/task/20384/stat : 20384 (java) S 20368 20371 12560 0 -1 1077944384 1540 0 0 0 32 0 0 0 20 0 15 0 62450831 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144732924656 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20385] ppid=20368 vsize=10551232 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20385/stat : 20385 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62450831 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144731872352 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20386] ppid=20368 vsize=10551232 memory=52848 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20386/stat : 20386 (java) S 20368 20371 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62450837 10804461568 31041 18446744073709551615 4194304 4196468 140737108131504 140144730818864 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 124164 KiB

[startup+1.50143 s]
/proc/loadavg: 4.61 4.29 3.33 5/210 20386
/proc/meminfo: memFree=31035840/32770624 swapFree=67105588/67108860
[pid=20371] ppid=20368 vsize=10551232 memory=274940 CPUtime=3.96 cores=1,3,5,7
/proc/20371/stat : 20371 (java) S 20368 20371 12560 0 -1 1077944320 24002 0 0 0 384 12 0 0 20 0 15 0 62450820 10804461568 68735 18446744073709551615 4194304 4196468 140737108131504 140737108114048 140145175183095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
/proc/20371/statm: 2637808 68735 3098 1 0 2627261 0
[pid=20371/tid=20373] ppid=20368 vsize=10551232 memory=4144 CPUtime=1.28 cores=1,3,5,7
/proc/20371/task/20373/stat : 20373 (java) R 20368 20371 12560 0 -1 4202560 7587 0 0 0 124 4 0 0 20 0 15 0 62450826 10804461568 68735 18446744073709551615 4194304 4196468 140737108131504 140145179411512 140144804162599 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20374] ppid=20368 vsize=10551232 memory=35616 CPUtime=0.04 cores=1,3,5,7
/proc/20371/task/20374/stat : 20374 (java) S 20368 20371 12560 0 -1 1077944384 172 0 0 0 4 0 0 0 20 0 15 0 62450827 10804461568 68735 18446744073709551615 4194304 4196468 140737108131504 140145121532688 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20375] ppid=20368 vsize=10551232 memory=1292 CPUtime=0.05 cores=1,3,5,7
/proc/20371/task/20375/stat : 20375 (java) S 20368 20371 12560 0 -1 1077944384 60 0 0 0 4 1 0 0 20 0 15 0 62450827 10804461568 68735 18446744073709551615 4194304 4196468 140737108131504 140145120480144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20376] ppid=20368 vsize=10551232 memory=2384 CPUtime=0.05 cores=1,3,5,7
/proc/20371/task/20376/stat : 20376 (java) S 20368 20371 12560 0 -1 1077944384 155 0 0 0 4 1 0 0 20 0 15 0 62450827 10804461568 68735 18446744073709551615 4194304 4196468 140737108131504 140144783711248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20377] ppid=20368 vsize=10551232 memory=1688 CPUtime=0.04 cores=1,3,5,7
/proc/20371/task/20377/stat : 20377 (java) S 20368 20371 12560 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 15 0 62450827 10804461568 68735 18446744073709551615 4194304 4196468 140737108131504 140144782658704 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) S 20368 20371 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 62450828 10804461568 68735 18446744073709551615 4194304 4196468 140737108131504 140144739239920 140145175194242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62450828 10804461568 68735 18446744073709551615 4194304 4196468 140737108131504 140144738186144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0

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

/proc/20371/task/20377/stat : 20377 (java) R 20368 20371 12560 0 -1 4202560 84436 0 0 0 48061 195 0 0 20 0 17 0 62450827 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144782658512 140145167811303 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10686560 memory=1292 CPUtime=32.25 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) S 20368 20371 12560 0 -1 1077944384 97126 0 0 0 3220 5 0 0 20 0 17 0 62450828 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144739238464 140145175193301 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62450828 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144738186208 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20380] ppid=20368 vsize=10686560 memory=8381928 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20380/stat : 20380 (java) S 20368 20371 12560 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 62450829 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144737133568 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20381] ppid=20368 vsize=10686560 memory=35672 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20381/stat : 20381 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144736082128 140145175201691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20382] ppid=20368 vsize=10686560 memory=1292 CPUtime=1.28 cores=1,3,5,7
/proc/20371/task/20382/stat : 20382 (java) S 20368 20371 12560 0 -1 1077944384 6444 0 0 0 127 1 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144735029504 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20383] ppid=20368 vsize=10686560 memory=8381928 CPUtime=1.38 cores=1,3,5,7
/proc/20371/task/20383/stat : 20383 (java) S 20368 20371 12560 0 -1 1077944384 9876 0 0 0 137 1 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144733977248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20384] ppid=20368 vsize=10686560 memory=1228 CPUtime=0.47 cores=1,3,5,7
/proc/20371/task/20384/stat : 20384 (java) S 20368 20371 12560 0 -1 1077944384 3899 0 0 0 46 1 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144732920528 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20385] ppid=20368 vsize=10686560 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20385/stat : 20385 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144731872352 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20386] ppid=20368 vsize=10686560 memory=15584 CPUtime=0.25 cores=1,3,5,7
/proc/20371/task/20386/stat : 20386 (java) S 20368 20371 12560 0 -1 1077944384 404 0 0 0 15 10 0 0 20 0 17 0 62450837 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144730818864 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20520] ppid=20368 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20520/stat : 20520 (java) S 20368 20371 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 62506367 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144727665840 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20521] ppid=20368 vsize=10686560 memory=956 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20521/stat : 20521 (java) S 20368 20371 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 62506367 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144726614064 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
Current children cumulated CPU time: 2020.35 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8381928 KiB

[startup+580.001 s]*
/proc/loadavg: 7.61 6.38 4.71 9/214 20522
/proc/meminfo: memFree=15059208/32770624 swapFree=67105588/67108860
[pid=20371] ppid=20368 vsize=10686560 memory=8381928 CPUtime=2023.47 cores=1,3,5,7
/proc/20371/stat : 20371 (java) S 20368 20371 12560 0 -1 1077944320 513111 0 0 0 201518 829 0 0 20 0 17 0 62450820 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140737108114048 140145175183095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
/proc/20371/statm: 2671640 2095482 3171 1 0 2661055 0
[pid=20371/tid=20373] ppid=20368 vsize=10686560 memory=-8195925453750481479 CPUtime=54.55 cores=1,3,5,7
/proc/20371/task/20373/stat : 20373 (java) S 20368 20371 12560 0 -1 1077944384 21814 0 0 0 5431 24 0 0 20 0 17 0 62450826 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140145179423776 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20374] ppid=20368 vsize=10686560 memory=4126316290023845779 CPUtime=484.28 cores=1,3,5,7
/proc/20371/task/20374/stat : 20374 (java) R 20368 20371 12560 0 -1 4202560 102007 0 0 0 48230 198 0 0 20 0 17 0 62450827 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140145121532888 140145160172599 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20375] ppid=20368 vsize=10686560 memory=4076 CPUtime=483.49 cores=1,3,5,7
/proc/20371/task/20375/stat : 20375 (java) S 20368 20371 12560 0 -1 1077944384 76808 0 0 0 48161 188 0 0 20 0 17 0 62450827 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140145120479952 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20376] ppid=20368 vsize=10686560 memory=4580 CPUtime=482.09 cores=1,3,5,7
/proc/20371/task/20376/stat : 20376 (java) R 20368 20371 12560 0 -1 4202560 108824 0 0 0 48002 207 0 0 20 0 17 0 62450827 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144783711368 140145167811303 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20377] ppid=20368 vsize=10686560 memory=-8195925453750481479 CPUtime=483.35 cores=1,3,5,7
/proc/20371/task/20377/stat : 20377 (java) R 20368 20371 12560 0 -1 4202560 84448 0 0 0 48139 196 0 0 20 0 17 0 62450827 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144782658824 140145167811303 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10686560 memory=4126316290023845779 CPUtime=32.25 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) S 20368 20371 12560 0 -1 1077944384 97126 0 0 0 3220 5 0 0 20 0 17 0 62450828 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144739238464 140145175193301 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10686560 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62450828 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144738186208 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20380] ppid=20368 vsize=10686560 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20380/stat : 20380 (java) S 20368 20371 12560 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 62450829 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144737133568 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20381] ppid=20368 vsize=10686560 memory=920 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20381/stat : 20381 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144736082128 140145175201691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20382] ppid=20368 vsize=10686560 memory=2160 CPUtime=1.28 cores=1,3,5,7
/proc/20371/task/20382/stat : 20382 (java) S 20368 20371 12560 0 -1 1077944384 6444 0 0 0 127 1 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144735029504 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20383] ppid=20368 vsize=10686560 memory=1716 CPUtime=1.38 cores=1,3,5,7
/proc/20371/task/20383/stat : 20383 (java) S 20368 20371 12560 0 -1 1077944384 9876 0 0 0 137 1 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144733977248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20384] ppid=20368 vsize=10686560 memory=-7175204567652784766 CPUtime=0.47 cores=1,3,5,7
/proc/20371/task/20384/stat : 20384 (java) S 20368 20371 12560 0 -1 1077944384 3899 0 0 0 46 1 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144732920528 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20385] ppid=20368 vsize=10686560 memory=3054156605268465310 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20385/stat : 20385 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62450831 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144731872352 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20386] ppid=20368 vsize=10686560 memory=1716 CPUtime=0.26 cores=1,3,5,7
/proc/20371/task/20386/stat : 20386 (java) S 20368 20371 12560 0 -1 1077944384 404 0 0 0 15 11 0 0 20 0 17 0 62450837 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144730818864 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20520] ppid=20368 vsize=10686560 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20520/stat : 20520 (java) S 20368 20371 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 62506367 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144727665840 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20521] ppid=20368 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20521/stat : 20521 (java) S 20368 20371 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 62506367 10943037440 2095482 18446744073709551615 4194304 4196468 140737108131504 140144726614064 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
Current children cumulated CPU time: 2023.47 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8381928 KiB

[startup+580.801 s]
/proc/loadavg: 7.61 6.38 4.71 9/214 20522
/proc/meminfo: memFree=15059208/32770624 swapFree=67105588/67108860
[pid=20371] ppid=20368 vsize=10686560 memory=8381932 CPUtime=2025.31 cores=1,3,5,7
/proc/20371/stat : 20371 (java) S 20368 20371 12560 0 -1 1077944320 515567 0 0 0 201701 830 0 0 20 0 17 0 62450820 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140737108114048 140145175183095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
/proc/20371/statm: 2671640 2095483 3171 1 0 2661055 0
[pid=20371/tid=20373] ppid=20368 vsize=10686560 memory=8381928 CPUtime=54.55 cores=1,3,5,7
/proc/20371/task/20373/stat : 20373 (java) S 20368 20371 12560 0 -1 1077944384 21814 0 0 0 5431 24 0 0 20 0 17 0 62450826 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140145179423776 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20374] ppid=20368 vsize=10686560 memory=8381928 CPUtime=484.64 cores=1,3,5,7
/proc/20371/task/20374/stat : 20374 (java) S 20368 20371 12560 0 -1 1077944384 102187 0 0 0 48266 198 0 0 20 0 17 0 62450827 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140145121532688 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20375] ppid=20368 vsize=10686560 memory=1292 CPUtime=483.83 cores=1,3,5,7
/proc/20371/task/20375/stat : 20375 (java) S 20368 20371 12560 0 -1 1077944384 76808 0 0 0 48195 188 0 0 20 0 17 0 62450827 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140145120480144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20376] ppid=20368 vsize=10686560 memory=2384 CPUtime=482.44 cores=1,3,5,7
/proc/20371/task/20376/stat : 20376 (java) S 20368 20371 12560 0 -1 1077944384 108825 0 0 0 48037 207 0 0 20 0 17 0 62450827 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144783711248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20377] ppid=20368 vsize=10686560 memory=-8774313645642428999 CPUtime=483.69 cores=1,3,5,7
/proc/20371/task/20377/stat : 20377 (java) S 20368 20371 12560 0 -1 1077944384 84448 0 0 0 48173 196 0 0 20 0 17 0 62450827 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144782658704 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10686560 memory=35672 CPUtime=32.67 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) R 20368 20371 12560 0 -1 4202560 99387 0 0 0 3262 5 0 0 20 0 17 0 62450828 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144739238352 140145160179447 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10686560 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62450828 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144738186208 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20380] ppid=20368 vsize=10686560 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20380/stat : 20380 (java) S 20368 20371 12560 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 62450829 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144737133568 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20381] ppid=20368 vsize=10686560 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20381/stat : 20381 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144736082128 140145175201691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20382] ppid=20368 vsize=10686560 memory=1688 CPUtime=1.28 cores=1,3,5,7
/proc/20371/task/20382/stat : 20382 (java) S 20368 20371 12560 0 -1 1077944384 6444 0 0 0 127 1 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144735029504 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20383] ppid=20368 vsize=10686560 memory=5808 CPUtime=1.38 cores=1,3,5,7
/proc/20371/task/20383/stat : 20383 (java) S 20368 20371 12560 0 -1 1077944384 9876 0 0 0 137 1 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144733977248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20384] ppid=20368 vsize=10686560 memory=4612 CPUtime=0.47 cores=1,3,5,7
/proc/20371/task/20384/stat : 20384 (java) S 20368 20371 12560 0 -1 1077944384 3899 0 0 0 46 1 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144732920528 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20385] ppid=20368 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20385/stat : 20385 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144731872352 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20386] ppid=20368 vsize=10686560 memory=8381928 CPUtime=0.26 cores=1,3,5,7
/proc/20371/task/20386/stat : 20386 (java) S 20368 20371 12560 0 -1 1077944384 417 0 0 0 15 11 0 0 20 0 17 0 62450837 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144730818864 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20520] ppid=20368 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20520/stat : 20520 (java) S 20368 20371 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 62506367 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144727665840 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20521] ppid=20368 vsize=10686560 memory=4072 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20521/stat : 20521 (java) S 20368 20371 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 62506367 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144726614064 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
Current children cumulated CPU time: 2025.31 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8381932 KiB

[startup+581.001 s]*
/proc/loadavg: 7.61 6.38 4.71 6/214 20522
/proc/meminfo: memFree=15059208/32770624 swapFree=67105588/67108860
[pid=20371] ppid=20368 vsize=10686560 memory=8381932 CPUtime=2025.52 cores=1,3,5,7
/proc/20371/stat : 20371 (java) S 20368 20371 12560 0 -1 1077944320 515631 0 0 0 201722 830 0 0 20 0 17 0 62450820 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140737108114048 140145175183095 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
/proc/20371/statm: 2671640 2095483 3171 1 0 2661055 0
[pid=20371/tid=20373] ppid=20368 vsize=10686560 memory=-8195925453750481479 CPUtime=54.55 cores=1,3,5,7
/proc/20371/task/20373/stat : 20373 (java) S 20368 20371 12560 0 -1 1077944384 21814 0 0 0 5431 24 0 0 20 0 17 0 62450826 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140145179423776 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20374] ppid=20368 vsize=10686560 memory=4126316290023845779 CPUtime=484.64 cores=1,3,5,7
/proc/20371/task/20374/stat : 20374 (java) S 20368 20371 12560 0 -1 1077944384 102187 0 0 0 48266 198 0 0 20 0 17 0 62450827 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140145121532688 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20375] ppid=20368 vsize=10686560 memory=-8634980985311628903 CPUtime=483.83 cores=1,3,5,7
/proc/20371/task/20375/stat : 20375 (java) S 20368 20371 12560 0 -1 1077944384 76808 0 0 0 48195 188 0 0 20 0 17 0 62450827 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140145120480144 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20376] ppid=20368 vsize=10686560 memory=3047711553320166262 CPUtime=482.44 cores=1,3,5,7
/proc/20371/task/20376/stat : 20376 (java) S 20368 20371 12560 0 -1 1077944384 108825 0 0 0 48037 207 0 0 20 0 17 0 62450827 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144783711248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20377] ppid=20368 vsize=10686560 memory=-8412652169205224307 CPUtime=483.69 cores=1,3,5,7
/proc/20371/task/20377/stat : 20377 (java) S 20368 20371 12560 0 -1 1077944384 84448 0 0 0 48173 196 0 0 20 0 17 0 62450827 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144782658704 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20378] ppid=20368 vsize=10686560 memory=7524503900901105746 CPUtime=32.88 cores=1,3,5,7
/proc/20371/task/20378/stat : 20378 (java) R 20368 20371 12560 0 -1 4202560 99454 0 0 0 3283 5 0 0 20 0 17 0 62450828 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144739238352 140145159640726 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20379] ppid=20368 vsize=10686560 memory=7667497561383256160 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20379/stat : 20379 (java) S 20368 20371 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62450828 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144738186208 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20380] ppid=20368 vsize=10686560 memory=7811614964889703013 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20380/stat : 20380 (java) S 20368 20371 12560 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 62450829 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144737133568 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20381] ppid=20368 vsize=10686560 memory=8514726395715218844 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20381/stat : 20381 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144736082128 140145175201691 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20382] ppid=20368 vsize=10686560 memory=7521978284039689042 CPUtime=1.28 cores=1,3,5,7
/proc/20371/task/20382/stat : 20382 (java) S 20368 20371 12560 0 -1 1077944384 6444 0 0 0 127 1 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144735029504 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20383] ppid=20368 vsize=10686560 memory=7740402707087189871 CPUtime=1.38 cores=1,3,5,7
/proc/20371/task/20383/stat : 20383 (java) S 20368 20371 12560 0 -1 1077944384 9876 0 0 0 137 1 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144733977248 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20384] ppid=20368 vsize=10686560 memory=4639924115538334310 CPUtime=0.47 cores=1,3,5,7
/proc/20371/task/20384/stat : 20384 (java) S 20368 20371 12560 0 -1 1077944384 3899 0 0 0 46 1 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144732920528 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20385] ppid=20368 vsize=10686560 memory=7882825905664774996 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20385/stat : 20385 (java) S 20368 20371 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62450831 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144731872352 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20386] ppid=20368 vsize=10686560 memory=7596843871894988655 CPUtime=0.26 cores=1,3,5,7
/proc/20371/task/20386/stat : 20386 (java) S 20368 20371 12560 0 -1 1077944384 417 0 0 0 15 11 0 0 20 0 17 0 62450837 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144730818864 140145175194242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20520] ppid=20368 vsize=10686560 memory=4639924115538334310 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20520/stat : 20520 (java) S 20368 20371 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 62506367 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144727665840 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
[pid=20371/tid=20521] ppid=20368 vsize=10686560 memory=8691514255285633087 CPUtime=0 cores=1,3,5,7
/proc/20371/task/20521/stat : 20521 (java) S 20368 20371 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 62506367 10943037440 2095483 18446744073709551615 4194304 4196468 140737108131504 140144726614064 140145175193301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32112640 140737108136336 140737108136489 140737108136489 140737108139983 0
Current children cumulated CPU time: 2025.52 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8381932 KiB

[startup+581.111 s]*
/proc/loadavg: 7.61 6.38 4.71 7/199 20522
/proc/meminfo: memFree=23389532/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 581.12
CPU time (s): 2025.63
CPU user time (s): 2017.28
CPU system time (s): 8.35521
CPU usage (%): 348.573
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8381932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2017.28
system time used= 8.35521
maximum resident set size= 8382228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 520005
page faults= 0
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43994
involuntary context switches= 56015


# summary of solver processes directly reported to runsolver:
#   pid: 20371
#   total CPU time (s): 2025.63
#   total CPU user time (s): 2017.28
#   total CPU system time (s): 8.35521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.24782 second user time and 5.85336 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 07:21:53
IDJOB=4263169
IDBENCH=115885
IDSOLVER=2651
FILE ID=node126/4263169-1502602554
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-24.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263169-1502602554/watcher-4263169-1502602554 -o /tmp/evaluation-result-4263169-1502602554/solver-4263169-1502602554 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263169-1502602554.xml

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

MD5SUM BENCH= e0f1e7fd363778103a4292aa9d177ae8
RANDOM SEED=778687373

node126.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.81
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.81
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.81
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.81
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:        31237400 kB
MemAvailable:   31452048 kB
Buffers:          251692 kB
Cached:           229432 kB
SwapCached:          524 kB
Active:           926844 kB
Inactive:         121284 kB
Active(anon):     514028 kB
Inactive(anon):    85896 kB
Active(file):     412816 kB
Inactive(file):    35388 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1640 kB
Writeback:             4 kB
AnonPages:        565868 kB
Mapped:            57108 kB
Shmem:             33440 kB
Slab:             190336 kB
SReclaimable:     164560 kB
SUnreclaim:        25776 kB
KernelStack:        3472 kB
PageTables:         6044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1079600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 07:31:34