Trace number 4262927

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? (exit code) 1917.29 530.58502

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark6.618
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1698.90/471.33	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1743.45/483.41		at java.util.Arrays.copyOfRange(Arrays.java:3664)
1743.45/483.41		at java.lang.String.<init>(String.java:207)
1743.45/483.41		at java.lang.String.substring(String.java:1969)
1743.45/483.41		at sun.util.resources.LocaleData$LocaleDataResourceBundleControl.toBundleName(LocaleData.java:272)
1743.45/483.41		at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2634)
1743.45/483.41		at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1501)
1743.45/483.41		at java.util.ResourceBundle.findBundle(ResourceBundle.java:1465)
1743.45/483.41		at java.util.ResourceBundle.findBundle(ResourceBundle.java:1419)
1743.45/483.41		at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1361)
1743.45/483.41		at java.util.ResourceBundle.getBundle(ResourceBundle.java:890)
1743.45/483.41		at sun.util.resources.LocaleData$1.run(LocaleData.java:167)
1743.45/483.41		at sun.util.resources.LocaleData$1.run(LocaleData.java:163)
1743.45/483.41		at java.security.AccessController.doPrivileged(Native Method)
1743.45/483.41		at sun.util.resources.LocaleData.getBundle(LocaleData.java:163)
1743.45/483.41		at sun.util.resources.LocaleData.getDateFormatData(LocaleData.java:127)
1743.45/483.41		at java.text.DateFormatSymbols.initializeData(DateFormatSymbols.java:710)
1743.45/483.41		at java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:145)
1743.45/483.41		at sun.util.locale.provider.DateFormatSymbolsProviderImpl.getInstance(DateFormatSymbolsProviderImpl.java:85)
1743.45/483.41		at java.text.DateFormatSymbols.getProviderInstance(DateFormatSymbols.java:364)
1743.45/483.41		at java.text.DateFormatSymbols.getInstance(DateFormatSymbols.java:340)
1788.12/495.53		at java.util.Formatter$FormatSpecifier.print(Formatter.java:3956)
1788.12/495.53		at java.util.Formatter$FormatSpecifier.print(Formatter.java:3839)
1788.12/495.53		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2839)
1788.12/495.53		at java.util.Formatter$FormatSpecifier.print(Formatter.java:2740)
1788.12/495.53		at java.util.Formatter.format(Formatter.java:2526)
1788.12/495.53		at java.util.Formatter.format(Formatter.java:2455)
1788.12/495.53		at java.lang.String.format(String.java:2940)
1788.12/495.53		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
1788.12/495.53		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1788.12/495.53		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1788.12/495.53		at java.util.logging.Logger.log(Logger.java:738)
1788.12/495.53		at java.util.logging.Logger.doLog(Logger.java:765)
1859.50/515.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1859.50/515.07	c This is free software under the dual EPL/GNU LGPL licenses.
1859.50/515.07	c See www.sat4j.org for details.
1859.50/515.07	c That software uses the Rhino library from the Mozilla project.
1859.50/515.07	c version CUSTOM.v20170705
1859.50/515.07	c java.runtime.name	Java(TM) SE Runtime Environment
1859.50/515.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1859.50/515.07	c java.vm.version	25.131-b11
1859.50/515.07	c java.vm.vendor	Oracle Corporation
1859.50/515.07	c sun.arch.data.model	64
1859.50/515.07	c java.version		1.8.0_131
1859.50/515.07	c os.name		Linux
1859.50/515.07	c os.version		3.10.0-514.16.1.el7.x86_64
1859.50/515.07	c os.arch		amd64
1859.50/515.07	c Free memory 		499604488
1859.50/515.07	c Max memory 		7247757312
1859.50/515.07	c Total memory 		504889344
1859.50/515.07	c Number of processors 	4
1859.50/515.07	c c --- Begin Solver configuration ---
1859.50/515.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1859.50/515.07	c Learn all clauses as in MiniSAT
1859.50/515.07	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1859.50/515.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1859.50/515.07	c No reason simplification
1859.50/515.07	c Glucose 2.1 dynamic restart strategy
1859.50/515.07	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
1859.50/515.07	c timeout=2147483s
1859.50/515.07	c DB Simplification allowed=false
1859.50/515.07	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1859.50/515.07	c --- End Solver configuration ---
1896.08/525.07	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1917.21/530.53		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1917.21/530.53		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1917.21/530.53		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1917.21/530.53		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1917.21/530.53		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1917.21/530.53		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1917.21/530.53		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1917.21/530.53		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1917.21/530.53		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262927-1502625807/watcher-4262927-1502625807 -o /tmp/evaluation-result-4262927-1502625807/solver-4262927-1502625807 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262927-1502625807.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 4.15 3.83 3.20 3/207 15986
/proc/meminfo: memFree=27573244/32770624 swapFree=67108764/67108860
[pid=15977] ppid=15974 vsize=10151672 memory=21432 CPUtime=0.04 cores=1,3,5,7
/proc/15977/stat : 15977 (java) S 15974 15977 4674 0 -1 1077944320 4237 0 0 0 3 1 0 0 20 0 9 0 110087124 10395312128 5358 18446744073709551615 4194304 4196468 140736809759536 140736809742080 140448245268215 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
/proc/15977/statm: 2537918 5358 2155 1 0 2527415 0
[pid=15977/tid=15979] ppid=15974 vsize=10218236 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/15977/task/15979/stat : 15979 (java) R 15974 15977 4674 0 -1 4202560 2892 0 0 0 3 0 0 0 20 0 10 0 110087130 10463473664 5358 18446744073709551615 4194304 4196468 140736809759536 140448249509560 140448237985367 0 4 1 16800974 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15980] ppid=15974 vsize=10219264 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 110087130 10464526336 5358 18446744073709551615 4194304 4196468 140736809759536 140448186305552 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10284800 memory=140069394663040 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 110087130 10531635200 5358 18446744073709551615 4194304 4196468 140736809759536 140448185253008 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10285828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 110087130 10532687872 5359 18446744073709551615 4194304 4196468 140736809759536 140448184199952 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10285828 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) S 15974 15977 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 110087130 10532687872 5359 18446744073709551615 4194304 4196468 140736809759536 140448183147408 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10285828 memory=140069394663040 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) S 15974 15977 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 110087132 10532687872 5359 18446744073709551615 4194304 4196468 140736809759536 140447741384944 140448245279362 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10416900 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 12 0 110087132 10666905600 5359 18446744073709551615 4194304 4196468 140736809759536 140447740331168 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10351364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 12 0 110087132 10599796736 5359 18446744073709551615 4194304 4196468 140736809759536 140447739278064 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15987] ppid=15974 vsize=10352392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15987/stat : 15987 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 110087135 10600849408 5359 18446744073709551615 4194304 4196468 140736809759536 140447738226640 140448245286811 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15988] ppid=15974 vsize=10352392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15988/stat : 15988 (java) R 15974 15977 4674 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 13 0 110087135 10600849408 5359 18446744073709551615 4194304 4196468 140736809759536 140447737175496 140448237509605 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15989] ppid=15974 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15989/stat : 15989 (java) S 15974 15977 4674 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 13 0 110087135 10667958272 5360 18446744073709551615 4194304 4196468 140736809759536 140447736121920 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15990] ppid=15974 vsize=10417928 memory=140069394663040 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15990/stat : 15990 (java) R 15974 15977 4674 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 110087135 10667958272 5360 18446744073709551615 4194304 4196468 140736809759536 140447735069896 140448224689849 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21432 KiB

[startup+0.210107 s]*
/proc/loadavg: 4.15 3.83 3.20 3/213 15992
/proc/meminfo: memFree=27567940/32770624 swapFree=67108764/67108860
[pid=15977] ppid=15974 vsize=10551156 memory=29992 CPUtime=0.11 cores=1,3,5,7
/proc/15977/stat : 15977 (java) S 15974 15977 4674 0 -1 1077944320 7609 0 0 0 9 2 0 0 20 0 15 0 110087124 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140736809742080 140448245268215 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
/proc/15977/statm: 2637789 7498 2796 1 0 2627261 0
[pid=15977/tid=15979] ppid=15974 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=1,3,5,7
/proc/15977/task/15979/stat : 15979 (java) R 15974 15977 4674 0 -1 4202560 5528 0 0 0 7 2 0 0 20 0 15 0 110087130 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140448249456560 140448245290141 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15980] ppid=15974 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140448186305552 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10551156 memory=3617435696698443424 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140448185253008 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140448184199952 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) S 15974 15977 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110087130 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140448183147408 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10551156 memory=140069394663040 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) S 15974 15977 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110087132 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447741384944 140448245279362 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110087132 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447740331168 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110087132 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447739278064 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15987] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15987/stat : 15987 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110087135 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447738226640 140448245286811 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15988] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15988/stat : 15988 (java) S 15974 15977 4674 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 110087135 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447737174768 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15989] ppid=15974 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15989/stat : 15989 (java) S 15974 15977 4674 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 110087135 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447736122224 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15990] ppid=15974 vsize=10551156 memory=140069394663040 CPUtime=0.01 cores=1,3,5,7
/proc/15977/task/15990/stat : 15990 (java) R 15974 15977 4674 0 -1 4202560 297 0 0 0 1 0 0 0 20 0 15 0 110087135 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447735069168 140448237505342 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15991] ppid=15974 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15991/stat : 15991 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110087135 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447734016864 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15992] ppid=15974 vsize=10551156 memory=140069394663040 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15992/stat : 15992 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087141 10804383744 7498 18446744073709551615 4194304 4196468 140736809759536 140447732963888 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29992 KiB

[startup+0.310186 s]*
/proc/loadavg: 4.15 3.83 3.20 4/213 15992
/proc/meminfo: memFree=27559692/32770624 swapFree=67108764/67108860
[pid=15977] ppid=15974 vsize=10551156 memory=38720 CPUtime=0.28 cores=1,3,5,7
/proc/15977/stat : 15977 (java) S 15974 15977 4674 0 -1 1077944320 8948 0 0 0 25 3 0 0 20 0 15 0 110087124 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140736809742080 140448245268215 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
/proc/15977/statm: 2637789 9680 2906 1 0 2627261 0
[pid=15977/tid=15979] ppid=15974 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/15977/task/15979/stat : 15979 (java) R 15974 15977 4674 0 -1 4202560 6153 0 0 0 17 2 0 0 20 0 15 0 110087130 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140448249506464 140447863372112 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15980] ppid=15974 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140448186305552 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140448185253008 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140448184199952 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) S 15974 15977 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110087130 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140448183147408 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) S 15974 15977 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110087132 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447741384944 140448245279362 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110087132 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447740331168 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110087132 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447739278064 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15987] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15987/stat : 15987 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110087135 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447738226640 140448245286811 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15988] ppid=15974 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15977/task/15988/stat : 15988 (java) R 15974 15977 4674 0 -1 4202560 493 0 0 0 1 0 0 0 20 0 15 0 110087135 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447737174768 140448245280150 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15989] ppid=15974 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15977/task/15989/stat : 15989 (java) R 15974 15977 4674 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 110087135 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447736122224 140448245279362 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15990] ppid=15974 vsize=10551156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/15977/task/15990/stat : 15990 (java) R 15974 15977 4674 0 -1 4202560 770 0 0 0 5 0 0 0 20 0 15 0 110087135 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447735063704 140448225235334 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15991] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15991/stat : 15991 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110087135 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447734016864 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15992] ppid=15974 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15992/stat : 15992 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087141 10804383744 9680 18446744073709551615 4194304 4196468 140736809759536 140447732963888 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38720 KiB

[startup+0.700792 s]
/proc/loadavg: 4.15 3.83 3.20 4/213 15992
/proc/meminfo: memFree=27547304/32770624 swapFree=67108764/67108860
[pid=15977] ppid=15974 vsize=10551232 memory=119788 CPUtime=1.28 cores=1,3,5,7
/proc/15977/stat : 15977 (java) S 15974 15977 4674 0 -1 1077944320 12486 0 0 0 123 5 0 0 20 0 15 0 110087124 10804461568 29947 18446744073709551615 4194304 4196468 140736809759536 140736809742080 140448245268215 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
/proc/15977/statm: 2637808 29947 3056 1 0 2627261 0
[pid=15977/tid=15979] ppid=15974 vsize=10551232 memory=53304 CPUtime=0.56 cores=1,3,5,7
/proc/15977/task/15979/stat : 15979 (java) R 15974 15977 4674 0 -1 4202560 7491 0 0 0 53 3 0 0 20 0 15 0 110087130 10804461568 29947 18446744073709551615 4194304 4196468 140736809759536 140448249496064 140448226917163 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15980] ppid=15974 vsize=10551232 memory=52048 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140448186305552 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140448185253008 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087130 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140448184199952 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) S 15974 15977 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110087130 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140448183147408 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) S 15974 15977 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110087132 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447741384944 140448245279362 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110087132 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447740331168 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110087132 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447739278064 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15987] ppid=15974 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15987/stat : 15987 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110087135 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447738226640 140448245286811 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15988] ppid=15974 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/15977/task/15988/stat : 15988 (java) R 15974 15977 4674 0 -1 4202560 1384 0 0 0 24 0 0 0 20 0 15 0 110087135 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447737160792 140448230173480 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15989] ppid=15974 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/15977/task/15989/stat : 15989 (java) R 15974 15977 4674 0 -1 4202560 1034 0 0 0 21 0 0 0 20 0 15 0 110087135 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447736103128 140448226789280 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15990] ppid=15974 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/15977/task/15990/stat : 15990 (java) S 15974 15977 4674 0 -1 1077944384 1207 0 0 0 23 0 0 0 20 0 15 0 110087135 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447735069168 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15991] ppid=15974 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15991/stat : 15991 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110087135 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447734016864 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15992] ppid=15974 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15992/stat : 15992 (java) S 15974 15977 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110087141 10804461568 30459 18446744073709551615 4194304 4196468 140736809759536 140447732963888 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 119788 KiB

[startup+1.50121 s]
/proc/loadavg: 4.15 3.83 3.20 4/213 15992
/proc/meminfo: memFree=27360260/32770624 swapFree=67108764/67108860
[pid=15977] ppid=15974 vsize=10551232 memory=484444 CPUtime=3.17 cores=1,3,5,7
/proc/15977/stat : 15977 (java) S 15974 15977 4674 0 -1 1077944320 13446 0 0 0 286 31 0 0 20 0 15 0 110087124 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140736809742080 140448245268215 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
/proc/15977/statm: 2637808 121111 3086 1 0 2627261 0
[pid=15977/tid=15979] ppid=15974 vsize=10551232 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/15977/task/15979/stat : 15979 (java) S 15974 15977 4674 0 -1 1077944384 7611 0 0 0 105 6 0 0 20 0 15 0 110087130 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140448249499264 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15980] ppid=15974 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) R 15974 15977 4674 0 -1 4202560 208 0 0 0 19 5 0 0 20 0 15 0 110087130 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140448186305752 140448230296089 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10551232 memory=280138570796560 CPUtime=0.24 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) R 15974 15977 4674 0 -1 4202560 187 0 0 0 19 5 0 0 20 0 15 0 110087130 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140448185253208 140448230292270 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10551232 memory=280138570796432 CPUtime=0.24 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) R 15974 15977 4674 0 -1 4202560 113 0 0 0 19 5 0 0 20 0 15 0 110087130 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140448184200152 140448230295634 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10551232 memory=280138570796304 CPUtime=0.24 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) R 15974 15977 4674 0 -1 4202560 197 0 0 0 19 5 0 0 20 0 15 0 110087130 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140448183147296 140448230295128 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10551232 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) S 15974 15977 4674 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 110087132 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140447741383456 140448245278421 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10551232 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110087132 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140447740331168 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10551232 memory=237000 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 110087132 10804461568 121111 18446744073709551615 4194304 4196468 140736809759536 140447739278064 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0

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

[pid=15977/tid=15980] ppid=15974 vsize=10686560 memory=3152 CPUtime=465.06 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) R 15974 15977 4674 0 -1 4202560 35966 0 0 0 46331 175 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448186305440 140448230264639 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10686560 memory=4179804 CPUtime=462.52 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) R 15974 15977 4674 0 -1 4202560 31970 0 0 0 46067 185 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448185253208 140448229966960 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10686560 memory=-8774313645642428999 CPUtime=462.8 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) R 15974 15977 4674 0 -1 4202560 28427 0 0 0 46094 186 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448184200152 140448230264619 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10686560 memory=16436 CPUtime=462.08 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) R 15974 15977 4674 0 -1 4202560 26431 0 0 0 46008 200 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448183147608 140448229966960 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10686560 memory=3908 CPUtime=45.97 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) S 15974 15977 4674 0 -1 1077944384 89680 0 0 0 4593 4 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447741383488 140448245278421 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10686560 memory=3036 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447740331232 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10686560 memory=3024 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447739278080 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15987] ppid=15974 vsize=10686560 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15987/stat : 15987 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447738226640 140448245286811 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15988] ppid=15974 vsize=10686560 memory=844 CPUtime=0.43 cores=1,3,5,7
/proc/15977/task/15988/stat : 15988 (java) S 15974 15977 4674 0 -1 1077944384 2032 0 0 0 43 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447737174768 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15989] ppid=15974 vsize=10686560 memory=16436 CPUtime=0.41 cores=1,3,5,7
/proc/15977/task/15989/stat : 15989 (java) S 15974 15977 4674 0 -1 1077944384 1563 0 0 0 41 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447736122224 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15990] ppid=15974 vsize=10686560 memory=3908 CPUtime=0.33 cores=1,3,5,7
/proc/15977/task/15990/stat : 15990 (java) S 15974 15977 4674 0 -1 1077944384 3260 0 0 0 33 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447735069168 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15991] ppid=15974 vsize=10686560 memory=3036 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15991/stat : 15991 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447734016864 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15992] ppid=15974 vsize=10686560 memory=8093184 CPUtime=0.38 cores=1,3,5,7
/proc/15977/task/15992/stat : 15992 (java) S 15974 15977 4674 0 -1 1077944384 652 0 0 0 21 17 0 0 20 0 17 0 110087141 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447732963888 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=16027] ppid=15974 vsize=10686560 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/15977/task/16027/stat : 16027 (java) S 15974 15977 4674 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 110136677 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447729811040 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=16028] ppid=15974 vsize=10686560 memory=53344 CPUtime=0 cores=1,3,5,7
/proc/15977/task/16028/stat : 16028 (java) S 15974 15977 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110136677 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447728758544 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
Current children cumulated CPU time: 1914.1 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8093184 KiB

[startup+530.001 s]*
/proc/loadavg: 5.00 4.60 3.83 6/215 16029
/proc/meminfo: memFree=19483460/32770624 swapFree=67108764/67108860
[pid=15977] ppid=15974 vsize=10686560 memory=8093184 CPUtime=1915.73 cores=1,3,5,7
/proc/15977/stat : 15977 (java) S 15974 15977 4674 0 -1 1077944320 236963 0 0 0 190804 769 0 0 20 0 17 0 110087124 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140736809742080 140448245268215 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
/proc/15977/statm: 2671640 2023296 3154 1 0 2661055 0
[pid=15977/tid=15979] ppid=15974 vsize=10686560 memory=-8774313645642428999 CPUtime=14.01 cores=1,3,5,7
/proc/15977/task/15979/stat : 15979 (java) S 15974 15977 4674 0 -1 1077944384 15377 0 0 0 1391 10 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448249508896 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15980] ppid=15974 vsize=10686560 memory=4872558044660077418 CPUtime=465.47 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) R 15974 15977 4674 0 -1 4202560 35966 0 0 0 46372 175 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448186305440 140448230264768 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10686560 memory=4572 CPUtime=462.93 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) R 15974 15977 4674 0 -1 4202560 31970 0 0 0 46108 185 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448185253208 140448230264851 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10686560 memory=1444 CPUtime=463.21 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) R 15974 15977 4674 0 -1 4202560 28427 0 0 0 46135 186 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448184200152 140448230264708 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10686560 memory=12304 CPUtime=462.47 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) R 15974 15977 4674 0 -1 4202560 26431 0 0 0 46047 200 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448183147608 140448230264708 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10686560 memory=1204 CPUtime=45.97 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) S 15974 15977 4674 0 -1 1077944384 89680 0 0 0 4593 4 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447741383488 140448245278421 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10686560 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447740331232 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10686560 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447739278080 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15987] ppid=15974 vsize=10686560 memory=31824 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15987/stat : 15987 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447738226640 140448245286811 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15988] ppid=15974 vsize=10686560 memory=1232 CPUtime=0.43 cores=1,3,5,7
/proc/15977/task/15988/stat : 15988 (java) S 15974 15977 4674 0 -1 1077944384 2032 0 0 0 43 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447737174768 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15989] ppid=15974 vsize=10686560 memory=4872558044660077418 CPUtime=0.41 cores=1,3,5,7
/proc/15977/task/15989/stat : 15989 (java) S 15974 15977 4674 0 -1 1077944384 1563 0 0 0 41 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447736122224 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15990] ppid=15974 vsize=10686560 memory=304556166158221622 CPUtime=0.33 cores=1,3,5,7
/proc/15977/task/15990/stat : 15990 (java) S 15974 15977 4674 0 -1 1077944384 3260 0 0 0 33 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447735069168 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15991] ppid=15974 vsize=10686560 memory=13564886244395551 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15991/stat : 15991 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447734016864 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15992] ppid=15974 vsize=10686560 memory=7100839861465685612 CPUtime=0.39 cores=1,3,5,7
/proc/15977/task/15992/stat : 15992 (java) S 15974 15977 4674 0 -1 1077944384 652 0 0 0 21 18 0 0 20 0 17 0 110087141 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447732963888 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=16027] ppid=15974 vsize=10686560 memory=-7175204567652784766 CPUtime=0 cores=1,3,5,7
/proc/15977/task/16027/stat : 16027 (java) S 15974 15977 4674 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 110136677 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447729811040 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=16028] ppid=15974 vsize=10686560 memory=4179804 CPUtime=0 cores=1,3,5,7
/proc/15977/task/16028/stat : 16028 (java) S 15974 15977 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110136677 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447728758544 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
Current children cumulated CPU time: 1915.73 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8093184 KiB

[startup+530.401 s]
/proc/loadavg: 5.00 4.60 3.83 6/215 16029
/proc/meminfo: memFree=19483460/32770624 swapFree=67108764/67108860
[pid=15977] ppid=15974 vsize=10686560 memory=8093184 CPUtime=1917.11 cores=1,3,5,7
/proc/15977/stat : 15977 (java) S 15974 15977 4674 0 -1 1077944320 236963 0 0 0 190942 769 0 0 20 0 17 0 110087124 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140736809742080 140448245268215 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
/proc/15977/statm: 2671640 2023296 3154 1 0 2661055 0
[pid=15977/tid=15979] ppid=15974 vsize=10686560 memory=1152 CPUtime=14.01 cores=1,3,5,7
/proc/15977/task/15979/stat : 15979 (java) S 15974 15977 4674 0 -1 1077944384 15377 0 0 0 1391 10 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448249508896 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15980] ppid=15974 vsize=10686560 memory=3152 CPUtime=465.8 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) S 15974 15977 4674 0 -1 1077944384 35966 0 0 0 46405 175 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448186305552 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10686560 memory=4179804 CPUtime=463.26 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) S 15974 15977 4674 0 -1 1077944384 31970 0 0 0 46141 185 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448185253008 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10686560 memory=-8774313645642428999 CPUtime=463.55 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) S 15974 15977 4674 0 -1 1077944384 28427 0 0 0 46169 186 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448184199952 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10686560 memory=2320 CPUtime=462.81 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) S 15974 15977 4674 0 -1 1077944384 26431 0 0 0 46081 200 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448183147408 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10686560 memory=1724 CPUtime=46.02 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) R 15974 15977 4674 0 -1 4202560 89680 0 0 0 4598 4 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447741383488 140448229725835 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447740331232 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10686560 memory=8093184 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447739278080 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15987] ppid=15974 vsize=10686560 memory=3152 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15987/stat : 15987 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447738226640 140448245286811 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15988] ppid=15974 vsize=10686560 memory=1228 CPUtime=0.43 cores=1,3,5,7
/proc/15977/task/15988/stat : 15988 (java) S 15974 15977 4674 0 -1 1077944384 2032 0 0 0 43 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447737174528 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15989] ppid=15974 vsize=10686560 memory=5712 CPUtime=0.41 cores=1,3,5,7
/proc/15977/task/15989/stat : 15989 (java) S 15974 15977 4674 0 -1 1077944384 1563 0 0 0 41 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447736122272 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15990] ppid=15974 vsize=10686560 memory=796 CPUtime=0.33 cores=1,3,5,7
/proc/15977/task/15990/stat : 15990 (java) S 15974 15977 4674 0 -1 1077944384 3260 0 0 0 33 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447735069216 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15991] ppid=15974 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15991/stat : 15991 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447734016864 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15992] ppid=15974 vsize=10686560 memory=3908 CPUtime=0.39 cores=1,3,5,7
/proc/15977/task/15992/stat : 15992 (java) S 15974 15977 4674 0 -1 1077944384 652 0 0 0 21 18 0 0 20 0 17 0 110087141 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447732963888 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=16027] ppid=15974 vsize=10686560 memory=3036 CPUtime=0 cores=1,3,5,7
/proc/15977/task/16027/stat : 16027 (java) S 15974 15977 4674 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 110136677 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447729811040 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=16028] ppid=15974 vsize=10686560 memory=3024 CPUtime=0 cores=1,3,5,7
/proc/15977/task/16028/stat : 16028 (java) S 15974 15977 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110136677 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447728758544 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
Current children cumulated CPU time: 1917.11 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8093184 KiB

[startup+530.501 s]
/proc/loadavg: 5.00 4.60 3.83 6/215 16029
/proc/meminfo: memFree=19483460/32770624 swapFree=67108764/67108860
[pid=15977] ppid=15974 vsize=10686560 memory=8093184 CPUtime=1917.21 cores=1,3,5,7
/proc/15977/stat : 15977 (java) S 15974 15977 4674 0 -1 1077944320 236963 0 0 0 190952 769 0 0 20 0 17 0 110087124 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140736809742080 140448245268215 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
/proc/15977/statm: 2671640 2023296 3154 1 0 2661055 0
[pid=15977/tid=15979] ppid=15974 vsize=10686560 memory=8093184 CPUtime=14.01 cores=1,3,5,7
/proc/15977/task/15979/stat : 15979 (java) S 15974 15977 4674 0 -1 1077944384 15377 0 0 0 1391 10 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448249508896 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15980] ppid=15974 vsize=10686560 memory=8093184 CPUtime=465.8 cores=1,3,5,7
/proc/15977/task/15980/stat : 15980 (java) S 15974 15977 4674 0 -1 1077944384 35966 0 0 0 46405 175 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448186305552 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15981] ppid=15974 vsize=10686560 memory=8093184 CPUtime=463.26 cores=1,3,5,7
/proc/15977/task/15981/stat : 15981 (java) S 15974 15977 4674 0 -1 1077944384 31970 0 0 0 46141 185 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448185253008 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15982] ppid=15974 vsize=10686560 memory=8093004 CPUtime=463.55 cores=1,3,5,7
/proc/15977/task/15982/stat : 15982 (java) S 15974 15977 4674 0 -1 1077944384 28427 0 0 0 46169 186 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448184199952 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15983] ppid=15974 vsize=10686560 memory=8093184 CPUtime=462.81 cores=1,3,5,7
/proc/15977/task/15983/stat : 15983 (java) S 15974 15977 4674 0 -1 1077944384 26431 0 0 0 46081 200 0 0 20 0 17 0 110087130 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140448183147408 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15984] ppid=15974 vsize=10686560 memory=8093184 CPUtime=46.12 cores=1,3,5,7
/proc/15977/task/15984/stat : 15984 (java) R 15974 15977 4674 0 -1 4202560 89680 0 0 0 4608 4 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447741383488 140448229725818 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15985] ppid=15974 vsize=10686560 memory=8093184 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15985/stat : 15985 (java) S 15974 15977 4674 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447740331232 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15986] ppid=15974 vsize=10686560 memory=8092988 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15986/stat : 15986 (java) S 15974 15977 4674 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 110087132 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447739278080 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15987] ppid=15974 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15987/stat : 15987 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447738226640 140448245286811 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15988] ppid=15974 vsize=10686560 memory=8093012 CPUtime=0.43 cores=1,3,5,7
/proc/15977/task/15988/stat : 15988 (java) S 15974 15977 4674 0 -1 1077944384 2032 0 0 0 43 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447737174528 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15989] ppid=15974 vsize=10686560 memory=8093012 CPUtime=0.41 cores=1,3,5,7
/proc/15977/task/15989/stat : 15989 (java) S 15974 15977 4674 0 -1 1077944384 1563 0 0 0 41 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447736122272 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15990] ppid=15974 vsize=10686560 memory=-8774313645642428999 CPUtime=0.33 cores=1,3,5,7
/proc/15977/task/15990/stat : 15990 (java) S 15974 15977 4674 0 -1 1077944384 3260 0 0 0 33 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447735069216 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15991] ppid=15974 vsize=10686560 memory=4427205132082312746 CPUtime=0 cores=1,3,5,7
/proc/15977/task/15991/stat : 15991 (java) S 15974 15977 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110087135 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447734016864 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=15992] ppid=15974 vsize=10686560 memory=8093012 CPUtime=0.39 cores=1,3,5,7
/proc/15977/task/15992/stat : 15992 (java) S 15974 15977 4674 0 -1 1077944384 652 0 0 0 21 18 0 0 20 0 17 0 110087141 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447732963888 140448245279362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=16027] ppid=15974 vsize=10686560 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/15977/task/16027/stat : 16027 (java) S 15974 15977 4674 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 110136677 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447729811040 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
[pid=15977/tid=16028] ppid=15974 vsize=10686560 memory=8093184 CPUtime=0 cores=1,3,5,7
/proc/15977/task/16028/stat : 16028 (java) S 15974 15977 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110136677 10943037440 2023296 18446744073709551615 4194304 4196468 140736809759536 140447728758544 140448245278421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36057088 140736809763216 140736809763369 140736809763369 140736809766863 0
Current children cumulated CPU time: 1917.21 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8093184 KiB

Child status: 1
Real time (s): 530.585
CPU time (s): 1917.29
CPU user time (s): 1909.56
CPU system time (s): 7.73111
CPU usage (%): 361.355
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8093184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1909.56
system time used= 7.73111
maximum resident set size= 8093268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237091
page faults= 0
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30281
involuntary context switches= 19643


# summary of solver processes directly reported to runsolver:
#   pid: 15977
#   total CPU time (s): 1917.29
#   total CPU user time (s): 1909.56
#   total CPU system time (s): 7.73111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.17071 second user time and 5.34823 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 13:49:33
IDJOB=4262927
IDBENCH=126243
IDSOLVER=2651
FILE ID=node134/4262927-1502625807
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262927-1502625807/watcher-4262927-1502625807 -o /tmp/evaluation-result-4262927-1502625807/solver-4262927-1502625807 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262927-1502625807.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=1652809187

node134.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.43
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.43
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.43
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.43
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:        27585720 kB
MemAvailable:   27795060 kB
Buffers:          222524 kB
Cached:           280324 kB
SwapCached:            4 kB
Active:          4519344 kB
Inactive:         206304 kB
Active(anon):    4169796 kB
Inactive(anon):    94440 kB
Active(file):     349548 kB
Inactive(file):   111864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1688 kB
Writeback:             4 kB
AnonPages:       4222216 kB
Mapped:            67576 kB
Shmem:             41564 kB
Slab:             153864 kB
SReclaimable:     127524 kB
SUnreclaim:        26340 kB
KernelStack:        3504 kB
PageTables:        13332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5887832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4073472 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 node134 at 2017-08-13 13:58:23