Trace number 4262921

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? 1553.97 422.617

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-25-a3.xml
MD5SUM6f45dc36d2c69d93d2d76d2d98e801df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark643
Best CPU time to get the best result obtained on this benchmark19979.6
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints303
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":300},{"size":1001,"count":25}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":325},{"degree":2,"count":300},{"degree":25,"count":23},{"degree":26,"count":2}]
Minimum constraint arity1
Maximum constraint arity300
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":300},{"arity":25,"count":1},{"arity":300,"count":1}]
Number of extensional constraints0
Number of intensional constraints301
Distribution of constraint types[{"type":"intension","count":301},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262921-1502625403/watcher-4262921-1502625403 -o /tmp/evaluation-result-4262921-1502625403/solver-4262921-1502625403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262921-1502625403.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=5402, runsolver pid=5399

[startup+0.100137 s]*
/proc/loadavg: 6.08 3.96 2.78 7/216 5417
/proc/meminfo: memFree=23392392/32770624 swapFree=67108860/67108860
[pid=5402] ppid=5399 vsize=10555400 memory=29896 CPUtime=0.12 cores=1,3,5,7
/proc/5402/stat : 5402 (java) S 5399 5402 30973 0 -1 1077944320 6557 0 0 0 11 1 0 0 20 0 15 0 95628534 10808729600 7474 33554432000 4194304 4196468 140724890347104 140724890329648 139870972366583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
/proc/5402/statm: 2638850 7474 2819 1 0 2627263 0
[pid=5402/tid=5404] ppid=5399 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (java) R 5399 5402 30973 0 -1 4202560 4385 0 0 0 8 1 0 0 20 0 15 0 95628534 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870976580576 139870953761789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10555400 memory=4211974079067106698 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870914370448 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10555400 memory=140352862316160 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870913317648 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870576893072 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) S 5399 5402 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95628535 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870575840272 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95628536 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870531938416 139870972377730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5410] ppid=5399 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5410/stat : 5410 (java) S 5399 5402 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95628537 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870530884384 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5411] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5411/stat : 5411 (java) S 5399 5402 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95628537 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870529832048 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5412] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5412/stat : 5412 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628539 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870528780368 139870972385179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5413] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5413/stat : 5413 (java) S 5399 5402 30973 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 95628539 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870527728240 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5414] ppid=5399 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5414/stat : 5414 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628539 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870526675440 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5415] ppid=5399 vsize=10555400 memory=140352862316160 CPUtime=0.02 cores=1,3,5,7
/proc/5402/task/5415/stat : 5415 (java) R 5399 5402 30973 0 -1 4202560 377 0 0 0 2 0 0 0 20 0 15 0 95628539 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870525623152 139870972378518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5416] ppid=5399 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5416/stat : 5416 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628540 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870524570592 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5417] ppid=5399 vsize=10555400 memory=140352862316160 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5417/stat : 5417 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628540 10808729600 7474 33554432000 4194304 4196468 140724890347104 139870523517360 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29896 KiB

[startup+0.210556 s]*
/proc/loadavg: 6.08 3.96 2.78 6/216 5417
/proc/meminfo: memFree=23383276/32770624 swapFree=67108860/67108860
[pid=5402] ppid=5399 vsize=10555400 memory=39476 CPUtime=0.3 cores=1,3,5,7
/proc/5402/stat : 5402 (java) S 5399 5402 30973 0 -1 1077944320 8155 0 0 0 28 2 0 0 20 0 15 0 95628534 10808729600 9869 33554432000 4194304 4196468 140724890347104 140724890329648 139870972366583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
/proc/5402/statm: 2638850 9869 2924 1 0 2627263 0
[pid=5402/tid=5404] ppid=5399 vsize=10555400 memory=-7387007932599496084 CPUtime=0.2 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (java) R 5399 5402 30973 0 -1 4202560 5294 0 0 0 19 1 0 0 20 0 15 0 95628534 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870976602640 139870956447070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10555400 memory=4211974079067106698 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870914370448 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10555400 memory=140352862316160 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870913317648 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870576893072 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) S 5399 5402 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95628535 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870575840272 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10555400 memory=140352862316160 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95628536 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870531938416 139870972377730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5410] ppid=5399 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5410/stat : 5410 (java) S 5399 5402 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95628537 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870530884384 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5411] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5411/stat : 5411 (java) S 5399 5402 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95628537 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870529832048 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5412] ppid=5399 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5412/stat : 5412 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628539 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870528780368 139870972385179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5413] ppid=5399 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5402/task/5413/stat : 5413 (java) S 5399 5402 30973 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 95628539 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870527728240 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5414] ppid=5399 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5402/task/5414/stat : 5414 (java) S 5399 5402 30973 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 15 0 95628539 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870526675440 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5415] ppid=5399 vsize=10555400 memory=140352862316160 CPUtime=0.06 cores=1,3,5,7
/proc/5402/task/5415/stat : 5415 (java) S 5399 5402 30973 0 -1 1077944384 812 0 0 0 6 0 0 0 20 0 15 0 95628539 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870525623152 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5416] ppid=5399 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5416/stat : 5416 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628540 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870524570592 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5417] ppid=5399 vsize=10555400 memory=140352862316160 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5417/stat : 5417 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628540 10808729600 9934 33554432000 4194304 4196468 140724890347104 139870523517360 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39476 KiB

[startup+0.310122 s]*
/proc/loadavg: 6.08 3.96 2.78 8/216 5417
/proc/meminfo: memFree=23376328/32770624 swapFree=67108860/67108860
[pid=5402] ppid=5399 vsize=10555476 memory=46728 CPUtime=0.52 cores=1,3,5,7
/proc/5402/stat : 5402 (java) S 5399 5402 30973 0 -1 1077944320 8862 0 0 0 50 2 0 0 20 0 15 0 95628534 10808807424 11682 33554432000 4194304 4196468 140724890347104 140724890329648 139870972366583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
/proc/5402/statm: 2638869 11682 3032 1 0 2627263 0
[pid=5402/tid=5404] ppid=5399 vsize=10555476 memory=93310054 CPUtime=0.29 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (java) R 5399 5402 30973 0 -1 4202560 5631 0 0 0 28 1 0 0 20 0 15 0 95628534 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870976600064 139870592904421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870914370448 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10555476 memory=280705615658624 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870913317648 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10555476 memory=280705506719520 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628535 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870576893072 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10555476 memory=140352753342479 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) S 5399 5402 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95628535 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870575840272 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10555476 memory=280705615665536 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95628536 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870531938416 139870972377730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5410] ppid=5399 vsize=10555476 memory=140352753347087 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5410/stat : 5410 (java) S 5399 5402 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95628537 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870530884384 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5411] ppid=5399 vsize=10555476 memory=140352753354579 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5411/stat : 5411 (java) S 5399 5402 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95628537 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870529832048 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5412] ppid=5399 vsize=10555476 memory=140352753356884 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5412/stat : 5412 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628539 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870528780368 139870972385179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5413] ppid=5399 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5402/task/5413/stat : 5413 (java) R 5399 5402 30973 0 -1 1077944384 577 0 0 0 3 0 0 0 20 0 15 0 95628539 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870527728240 139870972377730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5414] ppid=5399 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/5402/task/5414/stat : 5414 (java) R 5399 5402 30973 0 -1 4202560 334 0 0 0 4 0 0 0 20 0 15 0 95628539 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870526675440 139870957264103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5415] ppid=5399 vsize=10555476 memory=140352862316160 CPUtime=0.14 cores=1,3,5,7
/proc/5402/task/5415/stat : 5415 (java) R 5399 5402 30973 0 -1 4202560 956 0 0 0 14 0 0 0 20 0 15 0 95628539 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870525619104 139870964603710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5416] ppid=5399 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5416/stat : 5416 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628540 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870524570592 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5417] ppid=5399 vsize=10555476 memory=140352862346056 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5417/stat : 5417 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628540 10808807424 11682 33554432000 4194304 4196468 140724890347104 139870523517360 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46728 KiB

[startup+0.709414 s]
/proc/loadavg: 6.08 3.96 2.78 9/216 5417
/proc/meminfo: memFree=23227828/32770624 swapFree=67108860/67108860
[pid=5402] ppid=5399 vsize=10555476 memory=387364 CPUtime=1.53 cores=1,3,5,7
/proc/5402/stat : 5402 (java) S 5399 5402 30973 0 -1 1077944320 10399 0 0 0 135 18 0 0 20 0 15 0 95628534 10808807424 96841 33554432000 4194304 4196468 140724890347104 140724890329648 139870972366583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
/proc/5402/statm: 2638869 96841 3096 1 0 2627263 0
[pid=5402/tid=5404] ppid=5399 vsize=10555476 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (java) S 5399 5402 30973 0 -1 1077944384 5848 0 0 0 54 4 0 0 20 0 15 0 95628534 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870976603728 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10555476 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) R 5399 5402 30973 0 -1 4202560 138 0 0 0 6 3 0 0 20 0 15 0 95628535 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870914370648 139870965469900 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10555476 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) R 5399 5402 30973 0 -1 4202560 132 0 0 0 7 2 0 0 20 0 15 0 95628535 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870913317648 139870965469900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10555476 memory=146 CPUtime=0.09 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) R 5399 5402 30973 0 -1 4202560 132 0 0 0 7 2 0 0 20 0 15 0 95628535 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870576893072 139870956814713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10555476 memory=2 CPUtime=0.09 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) R 5399 5402 30973 0 -1 4202560 147 0 0 0 7 2 0 0 20 0 15 0 95628535 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870575840272 139870965469856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95628536 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870531936928 139870972376789 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5410] ppid=5399 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5410/stat : 5410 (java) S 5399 5402 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95628537 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870530884384 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5411] ppid=5399 vsize=10555476 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5411/stat : 5411 (java) S 5399 5402 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95628537 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870529832048 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5412] ppid=5399 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5412/stat : 5412 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628539 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870528780368 139870972385179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5413] ppid=5399 vsize=10555476 memory=1196 CPUtime=0.17 cores=1,3,5,7
/proc/5402/task/5413/stat : 5413 (java) S 5399 5402 30973 0 -1 1077944384 831 0 0 0 17 0 0 0 20 0 15 0 95628539 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870527728240 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5414] ppid=5399 vsize=10555476 memory=8548 CPUtime=0.13 cores=1,3,5,7
/proc/5402/task/5414/stat : 5414 (java) S 5399 5402 30973 0 -1 1077944384 484 0 0 0 13 0 0 0 20 0 15 0 95628539 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870526675440 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5415] ppid=5399 vsize=10555476 memory=1228 CPUtime=0.21 cores=1,3,5,7
/proc/5402/task/5415/stat : 5415 (java) S 5399 5402 30973 0 -1 1077944384 1119 0 0 0 21 0 0 0 20 0 15 0 95628539 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870525623152 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5416] ppid=5399 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5416/stat : 5416 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95628540 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870524570592 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5417] ppid=5399 vsize=10555476 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5417/stat : 5417 (java) S 5399 5402 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95628540 10808807424 97353 33554432000 4194304 4196468 140724890347104 139870523517360 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 387364 KiB

[startup+1.50144 s]
/proc/loadavg: 5.91 3.96 2.78 5/216 5417
/proc/meminfo: memFree=23007024/32770624 swapFree=67108860/67108860
[pid=5402] ppid=5399 vsize=10555476 memory=762836 CPUtime=3.36 cores=1,3,5,7
/proc/5402/stat : 5402 (java) S 5399 5402 30973 0 -1 1077944320 12541 0 0 0 293 43 0 0 20 0 15 0 95628534 10808807424 190709 33554432000 4194304 4196468 140724890347104 140724890329648 139870972366583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
/proc/5402/statm: 2638869 190709 3110 1 0 2627263 0
[pid=5402/tid=5404] ppid=5399 vsize=10555476 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (java) S 5399 5402 30973 0 -1 1077944384 6281 0 0 0 111 8 0 0 20 0 15 0 95628534 10808807424 190709 33554432000 4194304 4196468 140724890347104 139870976600112 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10555476 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) R 5399 5402 30973 0 -1 4202560 275 0 0 0 18 8 0 0 20 0 15 0 95628535 10808807424 190709 33554432000 4194304 4196468 140724890347104 139870914370336 139870957393796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10555476 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) R 5399 5402 30973 0 -1 4202560 275 0 0 0 18 7 0 0 20 0 15 0 95628535 10808807424 190709 33554432000 4194304 4196468 140724890347104 139870913317848 139870957393706 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10555476 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) R 5399 5402 30973 0 -1 4202560 297 0 0 0 18 7 0 0 20 0 15 0 95628535 10808807424 190709 33554432000 4194304 4196468 140724890347104 139870576893072 139870965469494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10555476 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) R 5399 5402 30973 0 -1 4202560 283 0 0 0 18 8 0 0 20 0 15 0 95628535 10808807424 190709 33554432000 4194304 4196468 140724890347104 139870575840272 139870957394002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10555476 memory=28 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 95628536 10808807424 190709 33554432000 4194304 4196468 140724890347104 139870531936928 139870972376789 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0

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

/proc/5402/task/5404/stat : 5404 (java) S 5399 5402 30973 0 -1 1077944384 29424 0 0 0 1360 13 0 0 20 0 16 0 95628534 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870976607264 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10688756 memory=0 CPUtime=376.25 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) R 5399 5402 30973 0 -1 4202560 164778 0 0 0 37441 184 0 0 20 0 16 0 95628535 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870914370648 139870957351620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10688756 memory=5792 CPUtime=375.21 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) R 5399 5402 30973 0 -1 4202560 192748 0 0 0 37325 196 0 0 20 0 16 0 95628535 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870913317536 139870953920232 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10688756 memory=4616 CPUtime=375.09 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) R 5399 5402 30973 0 -1 4202560 166071 0 0 0 37302 207 0 0 20 0 16 0 95628535 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870576893272 139870957317624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10688756 memory=792 CPUtime=373.61 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) R 5399 5402 30973 0 -1 4202560 164724 0 0 0 37148 213 0 0 20 0 16 0 95628535 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870575840472 139870957317188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10688756 memory=1420 CPUtime=25.32 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 68004 0 0 0 2527 5 0 0 20 0 16 0 95628536 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870531936736 139870972376789 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5410] ppid=5399 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5410/stat : 5410 (java) S 5399 5402 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95628537 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870530884352 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5411] ppid=5399 vsize=10688756 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5411/stat : 5411 (java) S 5399 5402 30973 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 95628537 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870529832064 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5412] ppid=5399 vsize=10688756 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5412/stat : 5412 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95628539 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870528780368 139870972385179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5413] ppid=5399 vsize=10688756 memory=1716 CPUtime=0.5 cores=1,3,5,7
/proc/5402/task/5413/stat : 5413 (java) S 5399 5402 30973 0 -1 1077944384 1566 0 0 0 49 1 0 0 20 0 16 0 95628539 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870527728240 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5414] ppid=5399 vsize=10688756 memory=8272636 CPUtime=0.47 cores=1,3,5,7
/proc/5402/task/5414/stat : 5414 (java) S 5399 5402 30973 0 -1 1077944384 1458 0 0 0 46 1 0 0 20 0 16 0 95628539 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870526675440 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5415] ppid=5399 vsize=10688756 memory=2204 CPUtime=0.28 cores=1,3,5,7
/proc/5402/task/5415/stat : 5415 (java) S 5399 5402 30973 0 -1 1077944384 2786 0 0 0 28 0 0 0 20 0 16 0 95628539 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870525618896 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5416] ppid=5399 vsize=10688756 memory=6764 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5416/stat : 5416 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95628540 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870524570592 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5417] ppid=5399 vsize=10688756 memory=840 CPUtime=0.17 cores=1,3,5,7
/proc/5402/task/5417/stat : 5417 (java) S 5399 5402 30973 0 -1 1077944384 579 0 0 0 9 8 0 0 20 0 16 0 95628540 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870523517360 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5501] ppid=5399 vsize=10688756 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5501/stat : 5501 (java) S 5399 5402 30973 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 95667204 10945286144 2068159 33554432000 4194304 4196468 140724890347104 139870522461024 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
Current children cumulated CPU time: 1540.72 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8272636 KiB

[startup+420.801 s]
/proc/loadavg: 6.61 6.30 4.33 9/216 5502
/proc/meminfo: memFree=15269640/32770624 swapFree=67108860/67108860
[pid=5402] ppid=5399 vsize=10688756 memory=8272640 CPUtime=1547.04 cores=1,3,5,7
/proc/5402/stat : 5402 (java) S 5399 5402 30973 0 -1 1077944320 798490 0 0 0 153878 826 0 0 20 0 16 0 95628534 10945286144 2068160 33554432000 4194304 4196468 140724890347104 140724890329648 139870972366583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
/proc/5402/statm: 2672189 2068160 3174 1 0 2660545 0
[pid=5402/tid=5404] ppid=5399 vsize=10688756 memory=8112282956445269571 CPUtime=13.73 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (java) S 5399 5402 30973 0 -1 1077944384 29424 0 0 0 1360 13 0 0 20 0 16 0 95628534 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870976607264 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10688756 memory=956 CPUtime=377.83 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) R 5399 5402 30973 0 -1 4202560 164787 0 0 0 37599 184 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870914370448 139870957362984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10688756 memory=2344 CPUtime=376.78 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) R 5399 5402 30973 0 -1 4202560 192853 0 0 0 37482 196 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870913317848 139870957363136 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10688756 memory=928 CPUtime=376.67 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) R 5399 5402 30973 0 -1 4202560 166080 0 0 0 37460 207 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870576892960 139870956824174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10688756 memory=1568 CPUtime=375.19 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) R 5399 5402 30973 0 -1 4202560 164801 0 0 0 37306 213 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870575840272 139870956824203 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10688756 memory=8272636 CPUtime=25.33 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 72638 0 0 0 2528 5 0 0 20 0 16 0 95628536 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870531936960 139870972376789 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5410] ppid=5399 vsize=10688756 memory=8272516 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5410/stat : 5410 (java) S 5399 5402 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95628537 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870530884352 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5411] ppid=5399 vsize=10688756 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5411/stat : 5411 (java) S 5399 5402 30973 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 95628537 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870529832064 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5412] ppid=5399 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5412/stat : 5412 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870528780368 139870972385179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5413] ppid=5399 vsize=10688756 memory=1196 CPUtime=0.5 cores=1,3,5,7
/proc/5402/task/5413/stat : 5413 (java) S 5399 5402 30973 0 -1 1077944384 1566 0 0 0 49 1 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870527728240 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5414] ppid=5399 vsize=10688756 memory=8548 CPUtime=0.47 cores=1,3,5,7
/proc/5402/task/5414/stat : 5414 (java) S 5399 5402 30973 0 -1 1077944384 1458 0 0 0 46 1 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870526675440 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5415] ppid=5399 vsize=10688756 memory=1228 CPUtime=0.28 cores=1,3,5,7
/proc/5402/task/5415/stat : 5415 (java) S 5399 5402 30973 0 -1 1077944384 2786 0 0 0 28 0 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870525618896 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5416] ppid=5399 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5416/stat : 5416 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95628540 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870524570592 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5417] ppid=5399 vsize=10688756 memory=2960 CPUtime=0.18 cores=1,3,5,7
/proc/5402/task/5417/stat : 5417 (java) S 5399 5402 30973 0 -1 1077944384 583 0 0 0 10 8 0 0 20 0 16 0 95628540 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870523517360 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5501] ppid=5399 vsize=10688756 memory=8146756 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5501/stat : 5501 (java) S 5399 5402 30973 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 95667204 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870522461024 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
Current children cumulated CPU time: 1547.04 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8272640 KiB

[startup+421.601 s]
/proc/loadavg: 6.72 6.32 4.34 9/216 5502
/proc/meminfo: memFree=15269624/32770624 swapFree=67108860/67108860
[pid=5402] ppid=5399 vsize=10688756 memory=8272640 CPUtime=1550.22 cores=1,3,5,7
/proc/5402/stat : 5402 (java) S 5399 5402 30973 0 -1 1077944320 798498 0 0 0 154196 826 0 0 20 0 16 0 95628534 10945286144 2068160 33554432000 4194304 4196468 140724890347104 140724890329648 139870972366583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
/proc/5402/statm: 2672189 2068160 3174 1 0 2660545 0
[pid=5402/tid=5404] ppid=5399 vsize=10688756 memory=1944 CPUtime=13.73 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (java) S 5399 5402 30973 0 -1 1077944384 29424 0 0 0 1360 13 0 0 20 0 16 0 95628534 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870976607264 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10688756 memory=1196 CPUtime=378.63 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) R 5399 5402 30973 0 -1 4202560 164787 0 0 0 37679 184 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870914370448 139870957363076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10688756 memory=8112282956445269571 CPUtime=377.56 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) R 5399 5402 30973 0 -1 4202560 192853 0 0 0 37560 196 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870913317848 139870957363187 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10688756 memory=27584 CPUtime=377.47 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) R 5399 5402 30973 0 -1 4202560 166080 0 0 0 37540 207 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870576892960 139870957065456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10688756 memory=1296 CPUtime=375.99 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) R 5399 5402 30973 0 -1 4202560 164809 0 0 0 37386 213 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870575840472 139870957362990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10688756 memory=2336 CPUtime=25.33 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 72638 0 0 0 2528 5 0 0 20 0 16 0 95628536 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870531936960 139870972376789 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5410] ppid=5399 vsize=10688756 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5410/stat : 5410 (java) S 5399 5402 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95628537 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870530884352 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5411] ppid=5399 vsize=10688756 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5411/stat : 5411 (java) S 5399 5402 30973 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 95628537 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870529832064 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5412] ppid=5399 vsize=10688756 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5412/stat : 5412 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870528780368 139870972385179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5413] ppid=5399 vsize=10688756 memory=5792 CPUtime=0.5 cores=1,3,5,7
/proc/5402/task/5413/stat : 5413 (java) S 5399 5402 30973 0 -1 1077944384 1566 0 0 0 49 1 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870527728240 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5414] ppid=5399 vsize=10688756 memory=4616 CPUtime=0.47 cores=1,3,5,7
/proc/5402/task/5414/stat : 5414 (java) S 5399 5402 30973 0 -1 1077944384 1458 0 0 0 46 1 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870526675440 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5415] ppid=5399 vsize=10688756 memory=792 CPUtime=0.28 cores=1,3,5,7
/proc/5402/task/5415/stat : 5415 (java) S 5399 5402 30973 0 -1 1077944384 2786 0 0 0 28 0 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870525618896 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5416] ppid=5399 vsize=10688756 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5416/stat : 5416 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95628540 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870524570592 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5417] ppid=5399 vsize=10688756 memory=13040 CPUtime=0.18 cores=1,3,5,7
/proc/5402/task/5417/stat : 5417 (java) S 5399 5402 30973 0 -1 1077944384 583 0 0 0 10 8 0 0 20 0 16 0 95628540 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870523517360 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5501] ppid=5399 vsize=10688756 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5501/stat : 5501 (java) S 5399 5402 30973 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 95667204 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870522461024 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
Current children cumulated CPU time: 1550.22 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8272640 KiB

[startup+422.401 s]
/proc/loadavg: 6.72 6.32 4.34 9/216 5502
/proc/meminfo: memFree=15269624/32770624 swapFree=67108860/67108860
[pid=5402] ppid=5399 vsize=10688756 memory=8272640 CPUtime=1553.38 cores=1,3,5,7
/proc/5402/stat : 5402 (java) S 5399 5402 30973 0 -1 1077944320 798507 0 0 0 154512 826 0 0 20 0 16 0 95628534 10945286144 2068160 33554432000 4194304 4196468 140724890347104 140724890329648 139870972366583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
/proc/5402/statm: 2672189 2068160 3174 1 0 2660545 0
[pid=5402/tid=5404] ppid=5399 vsize=10688756 memory=8272516 CPUtime=13.73 cores=1,3,5,7
/proc/5402/task/5404/stat : 5404 (java) S 5399 5402 30973 0 -1 1077944384 29424 0 0 0 1360 13 0 0 20 0 16 0 95628534 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870976607264 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5405] ppid=5399 vsize=10688756 memory=4040 CPUtime=379.43 cores=1,3,5,7
/proc/5402/task/5405/stat : 5405 (java) R 5399 5402 30973 0 -1 4202560 164787 0 0 0 37759 184 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870914370448 139870956824153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5406] ppid=5399 vsize=10688756 memory=280705507035808 CPUtime=378.34 cores=1,3,5,7
/proc/5402/task/5406/stat : 5406 (java) R 5399 5402 30973 0 -1 4202560 192853 0 0 0 37638 196 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870913317768 139870964994791 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5407] ppid=5399 vsize=10688756 memory=-4866526891258710369 CPUtime=378.26 cores=1,3,5,7
/proc/5402/task/5407/stat : 5407 (java) R 5399 5402 30973 0 -1 4202560 166080 0 0 0 37619 207 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870576893192 139870964994791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5408] ppid=5399 vsize=10688756 memory=4140 CPUtime=376.78 cores=1,3,5,7
/proc/5402/task/5408/stat : 5408 (java) R 5399 5402 30973 0 -1 4202560 164809 0 0 0 37465 213 0 0 20 0 16 0 95628535 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870575840080 139870964994791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5409] ppid=5399 vsize=10688756 memory=27584 CPUtime=25.33 cores=1,3,5,7
/proc/5402/task/5409/stat : 5409 (java) S 5399 5402 30973 0 -1 1077944384 72638 0 0 0 2528 5 0 0 20 0 16 0 95628536 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870531936960 139870972376789 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5410] ppid=5399 vsize=10688756 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5410/stat : 5410 (java) S 5399 5402 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95628537 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870530884352 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5411] ppid=5399 vsize=10688756 memory=8272516 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5411/stat : 5411 (java) S 5399 5402 30973 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 95628537 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870529832064 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5412] ppid=5399 vsize=10688756 memory=2536 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5412/stat : 5412 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870528780368 139870972385179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5413] ppid=5399 vsize=10688756 memory=2536 CPUtime=0.5 cores=1,3,5,7
/proc/5402/task/5413/stat : 5413 (java) S 5399 5402 30973 0 -1 1077944384 1568 0 0 0 49 1 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870527728288 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5414] ppid=5399 vsize=10688756 memory=8272500 CPUtime=0.47 cores=1,3,5,7
/proc/5402/task/5414/stat : 5414 (java) S 5399 5402 30973 0 -1 1077944384 1465 0 0 0 46 1 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870526675200 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5415] ppid=5399 vsize=10688756 memory=8272500 CPUtime=0.28 cores=1,3,5,7
/proc/5402/task/5415/stat : 5415 (java) S 5399 5402 30973 0 -1 1077944384 2786 0 0 0 28 0 0 0 20 0 16 0 95628539 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870525618896 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5416] ppid=5399 vsize=10688756 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5416/stat : 5416 (java) S 5399 5402 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95628540 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870524570592 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5417] ppid=5399 vsize=10688756 memory=8272476 CPUtime=0.18 cores=1,3,5,7
/proc/5402/task/5417/stat : 5417 (java) S 5399 5402 30973 0 -1 1077944384 583 0 0 0 10 8 0 0 20 0 16 0 95628540 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870523517360 139870972377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
[pid=5402/tid=5501] ppid=5399 vsize=10688756 memory=27584 CPUtime=0 cores=1,3,5,7
/proc/5402/task/5501/stat : 5501 (java) S 5399 5402 30973 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 95667204 10945286144 2068160 33554432000 4194304 4196468 140724890347104 139870522461024 139870972376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33333248 140724890350726 140724890350879 140724890350879 140724890353615 0
Current children cumulated CPU time: 1553.38 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8272640 KiB

[startup+422.601 s]*
/proc/loadavg: 6.72 6.32 4.34 6/202 5502
/proc/meminfo: memFree=20344308/32770624 swapFree=67108860/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): 422.617
CPU time (s): 1553.97
CPU user time (s): 1545.65
CPU system time (s): 8.3186
CPU usage (%): 367.701
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8272640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1545.65
system time used= 8.3186
maximum resident set size= 8272776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 800900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25153
involuntary context switches= 37007


# summary of solver processes directly reported to runsolver:
#   pid: 5402
#   total CPU time (s): 1553.97
#   total CPU user time (s): 1545.65
#   total CPU system time (s): 8.3186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.43368 second user time and 4.40767 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 13:42:25
IDJOB=4262921
IDBENCH=126214
IDSOLVER=2651
FILE ID=node103/4262921-1502625403
RUNJOBID= node103-1502624009-5188
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-25-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262921-1502625403/watcher-4262921-1502625403 -o /tmp/evaluation-result-4262921-1502625403/solver-4262921-1502625403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262921-1502625403.xml

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

MD5SUM BENCH= 6f45dc36d2c69d93d2d76d2d98e801df
RANDOM SEED=127448687

node103.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.56
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.56
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.56
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.56
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:        23411792 kB
MemAvailable:   23711872 kB
Buffers:           95900 kB
Cached:           498684 kB
SwapCached:            0 kB
Active:          8771416 kB
Inactive:         148032 kB
Active(anon):    8273924 kB
Inactive(anon):    78640 kB
Active(file):     497492 kB
Inactive(file):    69392 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       8369296 kB
Mapped:            55088 kB
Shmem:             25228 kB
Slab:             124084 kB
SReclaimable:      98064 kB
SUnreclaim:        26020 kB
KernelStack:        3840 kB
PageTables:        21792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7794688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61792 MiB
End job on node103 at 2017-08-13 13:49:27