Trace number 4263120

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) 1918.49 513.84003

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-3.xml
MD5SUM5314b126c5fc4f843c68abc8a30fc0ca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1684
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1760
Maximum domain size1760
Distribution of domain sizes[{"size":1760,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1650.67/442.62	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1719.51/460.85		at java.lang.ClassLoader.findBootstrapClass(Native Method)
1719.51/460.85		at java.lang.ClassLoader.findBootstrapClassOrNull(ClassLoader.java:1015)
1719.51/460.85		at java.lang.ClassLoader.loadClass(ClassLoader.java:413)
1719.51/460.85		at java.lang.ClassLoader.loadClass(ClassLoader.java:411)
1719.51/460.85		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
1719.51/460.85		at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1719.51/460.85		at java.util.ResourceBundle$RBClassLoader.loadClass(ResourceBundle.java:503)
1719.51/460.85		at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2640)
1719.51/460.85		at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1501)
1719.51/460.85		at java.util.ResourceBundle.findBundle(ResourceBundle.java:1465)
1719.51/460.85		at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1361)
1719.51/460.85		at java.util.ResourceBundle.getBundle(ResourceBundle.java:890)
1719.51/460.85		at sun.util.resources.LocaleData$1.run(LocaleData.java:167)
1719.51/460.85		at sun.util.resources.LocaleData$1.run(LocaleData.java:163)
1719.51/460.85		at java.security.AccessController.doPrivileged(Native Method)
1719.51/460.85		at sun.util.resources.LocaleData.getBundle(LocaleData.java:163)
1719.51/460.85		at sun.util.resources.LocaleData.getCalendarData(LocaleData.java:79)
1719.51/460.85		at sun.util.locale.provider.LocaleResources.getCalendarData(LocaleResources.java:128)
1719.51/460.85		at sun.util.locale.provider.CalendarDataProviderImpl.getFirstDayOfWeek(CalendarDataProviderImpl.java:50)
1787.44/478.82		at sun.util.locale.provider.CalendarDataUtility$CalendarWeekParameterGetter.getObject(CalendarDataUtility.java:197)
1787.44/478.82		at sun.util.locale.provider.CalendarDataUtility$CalendarWeekParameterGetter.getObject(CalendarDataUtility.java:182)
1787.44/478.82		at sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:281)
1787.44/478.82		at sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:265)
1787.44/478.82		at sun.util.locale.provider.CalendarDataUtility.retrieveFirstDayOfWeek(CalendarDataUtility.java:52)
1787.44/478.82		at java.util.Calendar.setWeekCountData(Calendar.java:3379)
1787.44/478.82		at java.util.Calendar.<init>(Calendar.java:1600)
1787.44/478.82		at java.util.GregorianCalendar.<init>(GregorianCalendar.java:737)
1787.44/478.82		at java.util.Calendar$Builder.build(Calendar.java:1482)
1787.44/478.82		at sun.util.locale.provider.CalendarProviderImpl.getInstance(CalendarProviderImpl.java:88)
1787.44/478.82		at java.util.Calendar.createCalendar(Calendar.java:1666)
1787.44/478.82		at java.util.Calendar.getInstance(Calendar.java:1640)
1787.44/478.82		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2826)
1876.33/502.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1876.33/502.54	c This is free software under the dual EPL/GNU LGPL licenses.
1876.33/502.54	c See www.sat4j.org for details.
1876.33/502.54	c That software uses the Rhino library from the Mozilla project.
1876.33/502.54	c version CUSTOM.v20170705
1876.33/502.54	c java.runtime.name	Java(TM) SE Runtime Environment
1876.33/502.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1876.33/502.54	c java.vm.version	25.131-b11
1876.33/502.54	c java.vm.vendor	Oracle Corporation
1876.33/502.54	c sun.arch.data.model	64
1876.33/502.54	c java.version		1.8.0_131
1876.33/502.54	c os.name		Linux
1876.33/502.54	c os.version		3.10.0-514.16.1.el7.x86_64
1876.33/502.54	c os.arch		amd64
1876.33/502.54	c Free memory 		499604488
1876.33/502.54	c Max memory 		7247757312
1876.33/502.54	c Total memory 		504889344
1876.33/502.54	c Number of processors 	4
1876.33/502.54	c c --- Begin Solver configuration ---
1876.33/502.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1876.33/502.54	c Learn all clauses as in MiniSAT
1876.33/502.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1876.33/502.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1876.33/502.54	c No reason simplification
1876.33/502.54	c Glucose 2.1 dynamic restart strategy
1876.33/502.54	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
1876.33/502.54	c timeout=2147483s
1876.33/502.54	c DB Simplification allowed=false
1876.33/502.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1876.33/502.54	c --- End Solver configuration ---
1918.35/513.77	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1918.35/513.77		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1918.35/513.77		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1918.35/513.77		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1918.35/513.77		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1918.35/513.77		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1918.35/513.77		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1918.35/513.77		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1918.35/513.77		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1918.35/513.77		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 (15363 MiB free)
  memory of node 1: 16384 MiB (15412 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263120-1502591652/watcher-4263120-1502591652 -o /tmp/evaluation-result-4263120-1502591652/solver-4263120-1502591652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263120-1502591652.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=11632, runsolver pid=11627

[startup+0.100128 s]*
/proc/loadavg: 7.51 7.56 7.39 3/203 11653
/proc/meminfo: memFree=31491028/32770624 swapFree=67108860/67108860
[pid=11632] ppid=11627 vsize=10151672 memory=20752 CPUtime=0.04 cores=1,3,5,7
/proc/11632/stat : 11632 (java) S 11627 11632 7968 0 -1 1077944320 4059 0 0 0 3 1 0 0 20 0 9 0 13047899 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140736741629792 140411114774263 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
/proc/11632/statm: 2537918 5188 2156 1 0 2527415 0
[pid=11632/tid=11638] ppid=11627 vsize=10151672 memory=-8774313645642428999 CPUtime=0.03 cores=1,3,5,7
/proc/11632/task/11638/stat : 11638 (java) R 11627 11632 7968 0 -1 4202560 2699 0 0 0 3 0 0 0 20 0 9 0 13047905 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140411119009656 140411114796189 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11640] ppid=11627 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11640/stat : 11640 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13047906 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140410725522576 140411114784469 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11642] ppid=11627 vsize=10151672 memory=140354637510272 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11642/stat : 11642 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13047906 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140410724469776 140411114784469 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11645] ppid=11627 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11645/stat : 11645 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13047906 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140410723416976 140411114784469 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11647] ppid=11627 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11647/stat : 11647 (java) S 11627 11632 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13047906 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140410722364176 140411114784469 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) S 11627 11632 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13047907 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140410678946160 140411114785410 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13047908 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140410677892128 140411114784469 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13047908 10395312128 5188 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20752 KiB

[startup+0.211899 s]*
/proc/loadavg: 7.51 7.56 7.39 6/215 11665
/proc/meminfo: memFree=31481088/32770624 swapFree=67108860/67108860
[pid=11632] ppid=11627 vsize=10551156 memory=29800 CPUtime=0.14 cores=1,3,5,7
/proc/11632/stat : 11632 (java) S 11627 11632 7968 0 -1 1077944320 7622 0 0 0 12 2 0 0 20 0 15 0 13047899 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140736741629792 140411114774263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
/proc/11632/statm: 2637789 7450 2800 1 0 2627261 0
[pid=11632/tid=11638] ppid=11627 vsize=10551156 memory=8316850467074736180 CPUtime=0.1 cores=1,3,5,7
/proc/11632/task/11638/stat : 11638 (java) R 11627 11632 7968 0 -1 4202560 5461 0 0 0 9 1 0 0 20 0 15 0 13047905 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140411119010992 140411082382852 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11640] ppid=11627 vsize=10551156 memory=11909 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11640/stat : 11640 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410725522576 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11642] ppid=11627 vsize=10551156 memory=140354637518554 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11642/stat : 11642 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410724469776 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11645] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11645/stat : 11645 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410723416976 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11647] ppid=11627 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11647/stat : 11647 (java) S 11627 11632 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410722364176 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10551156 memory=140354637510272 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) S 11627 11632 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13047907 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410678946160 140411114785410 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13047908 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410677892128 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13047908 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11654] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11654/stat : 11654 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410675787600 140411114792859 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11655] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11655/stat : 11655 (java) S 11627 11632 7968 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 13047910 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410674735984 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11656] ppid=11627 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11656/stat : 11656 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410673683184 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11657] ppid=11627 vsize=10551156 memory=140354637510272 CPUtime=0.02 cores=1,3,5,7
/proc/11632/task/11657/stat : 11657 (java) S 11627 11632 7968 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 13047910 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410672630384 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11662] ppid=11627 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11662/stat : 11662 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047911 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410671577824 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11664] ppid=11627 vsize=10551156 memory=140354637510272 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11664/stat : 11664 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047915 10804383744 7450 18446744073709551615 4194304 4196468 140736741647248 140410670525104 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29800 KiB

[startup+0.317401 s]*
/proc/loadavg: 7.51 7.56 7.39 4/215 11665
/proc/meminfo: memFree=31460356/32770624 swapFree=67108860/67108860
[pid=11632] ppid=11627 vsize=10551156 memory=39376 CPUtime=0.31 cores=1,3,5,7
/proc/11632/stat : 11632 (java) S 11627 11632 7968 0 -1 1077944320 9773 0 0 0 28 3 0 0 20 0 15 0 13047899 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140736741629792 140411114774263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
/proc/11632/statm: 2637789 9844 2917 1 0 2627261 0
[pid=11632/tid=11638] ppid=11627 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/11632/task/11638/stat : 11638 (java) R 11627 11632 7968 0 -1 4202560 6852 0 0 0 18 2 0 0 20 0 15 0 13047905 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140411119006464 140411114796189 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11640] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11640/stat : 11640 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410725522576 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11642] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11642/stat : 11642 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410724469776 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11645] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11645/stat : 11645 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410723416976 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11647] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11647/stat : 11647 (java) S 11627 11632 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410722364176 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) S 11627 11632 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13047907 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410678946160 140411114785410 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13047908 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410677892128 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13047908 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11654] ppid=11627 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11654/stat : 11654 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410675787600 140411114792859 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11655] ppid=11627 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11632/task/11655/stat : 11655 (java) S 11627 11632 7968 0 -1 1077944384 597 0 0 0 2 0 0 0 20 0 15 0 13047910 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410674735984 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11656] ppid=11627 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11632/task/11656/stat : 11656 (java) S 11627 11632 7968 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 13047910 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410673683184 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11657] ppid=11627 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/11632/task/11657/stat : 11657 (java) R 11627 11632 7968 0 -1 4202560 845 0 0 0 6 0 0 0 20 0 15 0 13047910 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410672630384 140411114795610 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11662] ppid=11627 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11662/stat : 11662 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047911 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410671577824 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11664] ppid=11627 vsize=10551156 memory=140354637510272 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11664/stat : 11664 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047915 10804383744 9844 18446744073709551615 4194304 4196468 140736741647248 140410670525104 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39376 KiB

[startup+0.701682 s]
/proc/loadavg: 7.51 7.56 7.39 5/215 11665
/proc/meminfo: memFree=31437020/32770624 swapFree=67108860/67108860
[pid=11632] ppid=11627 vsize=10551232 memory=234808 CPUtime=1.31 cores=1,3,5,7
/proc/11632/stat : 11632 (java) S 11627 11632 7968 0 -1 1077944320 11806 0 0 0 119 12 0 0 20 0 15 0 13047899 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140736741629792 140411114774263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
/proc/11632/statm: 2637808 58702 3076 1 0 2627261 0
[pid=11632/tid=11638] ppid=11627 vsize=10551232 memory=4137282578176515228 CPUtime=0.51 cores=1,3,5,7
/proc/11632/task/11638/stat : 11638 (java) S 11627 11632 7968 0 -1 1077944384 7443 0 0 0 47 4 0 0 20 0 15 0 13047905 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140411119010896 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11640] ppid=11627 vsize=10551232 memory=6944656592455088490 CPUtime=0.04 cores=1,3,5,7
/proc/11632/task/11640/stat : 11640 (java) R 11627 11632 7968 0 -1 4202560 98 0 0 0 3 1 0 0 20 0 15 0 13047906 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410725522576 140411099802146 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11642] ppid=11627 vsize=10551232 memory=1200 CPUtime=0.04 cores=1,3,5,7
/proc/11632/task/11642/stat : 11642 (java) R 11627 11632 7968 0 -1 4202560 95 0 0 0 3 1 0 0 20 0 15 0 13047906 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410724469976 140411099802146 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11645] ppid=11627 vsize=10551232 memory=15872 CPUtime=0.05 cores=1,3,5,7
/proc/11632/task/11645/stat : 11645 (java) R 11627 11632 7968 0 -1 4202560 109 0 0 0 4 1 0 0 20 0 15 0 13047906 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410723416976 140411099802146 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11647] ppid=11627 vsize=10551232 memory=4040 CPUtime=0.05 cores=1,3,5,7
/proc/11632/task/11647/stat : 11647 (java) R 11627 11632 7968 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 15 0 13047906 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410722364064 140411099818349 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10551232 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) S 11627 11632 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13047907 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410678944672 140411114784469 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10551232 memory=7672 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13047908 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410677892128 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10551232 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13047908 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11654] ppid=11627 vsize=10551232 memory=16724602654207 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11654/stat : 11654 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410675787600 140411114792859 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11655] ppid=11627 vsize=10551232 memory=297237782420794697 CPUtime=0.18 cores=1,3,5,7
/proc/11632/task/11655/stat : 11655 (java) S 11627 11632 7968 0 -1 1077944384 957 0 0 0 18 0 0 0 20 0 15 0 13047910 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410674720976 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11656] ppid=11627 vsize=10551232 memory=13847486485782981 CPUtime=0.14 cores=1,3,5,7
/proc/11632/task/11656/stat : 11656 (java) S 11627 11632 7968 0 -1 1077944384 393 0 0 0 14 0 0 0 20 0 15 0 13047910 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410673675920 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11657] ppid=11627 vsize=10551232 memory=6935649255828251456 CPUtime=0.22 cores=1,3,5,7
/proc/11632/task/11657/stat : 11657 (java) S 11627 11632 7968 0 -1 1077944384 1154 0 0 0 22 0 0 0 20 0 15 0 13047910 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410672630384 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11662] ppid=11627 vsize=10551232 memory=6226600767104050496 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11662/stat : 11662 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047911 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410671577824 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11664] ppid=11627 vsize=10551232 memory=5787233631527989360 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11664/stat : 11664 (java) S 11627 11632 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047915 10804461568 58702 18446744073709551615 4194304 4196468 140736741647248 140410670525104 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 234808 KiB

[startup+1.50079 s]
/proc/loadavg: 7.51 7.56 7.39 5/215 11665
/proc/meminfo: memFree=30499980/32770624 swapFree=67108860/67108860
[pid=11632] ppid=11627 vsize=10551232 memory=1100668 CPUtime=2.94 cores=1,3,5,7
/proc/11632/stat : 11632 (java) S 11627 11632 7968 0 -1 1077944320 14855 0 0 0 253 41 0 0 20 0 15 0 13047899 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140736741629792 140411114774263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
/proc/11632/statm: 2637808 275167 3088 1 0 2627261 0
[pid=11632/tid=11638] ppid=11627 vsize=10551232 memory=785948 CPUtime=1.12 cores=1,3,5,7
/proc/11632/task/11638/stat : 11638 (java) R 11627 11632 7968 0 -1 4202560 8338 0 0 0 99 13 0 0 20 0 15 0 13047905 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140411119002896 140410755497824 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11640] ppid=11627 vsize=10551232 memory=4137282578176515228 CPUtime=0.22 cores=1,3,5,7
/proc/11632/task/11640/stat : 11640 (java) S 11627 11632 7968 0 -1 1077944384 344 0 0 0 17 5 0 0 20 0 15 0 13047906 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410725522576 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11642] ppid=11627 vsize=10551232 memory=6944656592455088490 CPUtime=0.22 cores=1,3,5,7
/proc/11632/task/11642/stat : 11642 (java) S 11627 11632 7968 0 -1 1077944384 245 0 0 0 17 5 0 0 20 0 15 0 13047906 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410724469776 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11645] ppid=11627 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/11632/task/11645/stat : 11645 (java) S 11627 11632 7968 0 -1 1077944384 357 0 0 0 17 6 0 0 20 0 15 0 13047906 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410723416976 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11647] ppid=11627 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/11632/task/11647/stat : 11647 (java) S 11627 11632 7968 0 -1 1077944384 329 0 0 0 17 6 0 0 20 0 15 0 13047906 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410722364176 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) S 11627 11632 7968 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 15 0 13047907 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410678946160 140411114785410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13047908 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410677892128 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13047908 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11654] ppid=11627 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11654/stat : 11654 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410675787600 140411114792859 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11655] ppid=11627 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/11632/task/11655/stat : 11655 (java) R 11627 11632 7968 0 -1 4202560 1312 0 0 0 30 0 0 0 20 0 15 0 13047910 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410674735984 140411099567165 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11656] ppid=11627 vsize=10551232 memory=7519151349382406480 CPUtime=0.27 cores=1,3,5,7
/proc/11632/task/11656/stat : 11656 (java) R 11627 11632 7968 0 -1 4202560 810 0 0 0 27 0 0 0 20 0 15 0 13047910 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410673664200 140411099693146 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11657] ppid=11627 vsize=10551232 memory=7302702615704726887 CPUtime=0.25 cores=1,3,5,7
/proc/11632/task/11657/stat : 11657 (java) S 11627 11632 7968 0 -1 1077944384 1262 0 0 0 25 0 0 0 20 0 15 0 13047910 10804461568 275167 18446744073709551615 4194304 4196468 140736741647248 140410672630384 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0

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

/proc/11632/task/11647/stat : 11647 (java) R 11627 11632 7968 0 -1 4202560 575787 0 0 0 46486 241 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410722364376 140411099770608 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10684512 memory=15872 CPUtime=18.43 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) S 11627 11632 7968 0 -1 1077944384 92546 0 0 0 1838 5 0 0 20 0 17 0 13047907 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410678944704 140411114784469 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10684512 memory=8299692 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410677892192 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10684512 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11654] ppid=11627 vsize=10684512 memory=11300 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11654/stat : 11654 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410675787600 140411114792859 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11655] ppid=11627 vsize=10684512 memory=2424 CPUtime=0.44 cores=1,3,5,7
/proc/11632/task/11655/stat : 11655 (java) S 11627 11632 7968 0 -1 1077944384 2250 0 0 0 44 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410674736032 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11656] ppid=11627 vsize=10684512 memory=-8774313645642428999 CPUtime=0.39 cores=1,3,5,7
/proc/11632/task/11656/stat : 11656 (java) S 11627 11632 7968 0 -1 1077944384 1834 0 0 0 39 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410673682944 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11657] ppid=11627 vsize=10684512 memory=6944656592455359580 CPUtime=0.3 cores=1,3,5,7
/proc/11632/task/11657/stat : 11657 (java) S 11627 11632 7968 0 -1 1077944384 2872 0 0 0 29 1 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410672625760 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11662] ppid=11627 vsize=10684512 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11662/stat : 11662 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047911 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410671577824 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11664] ppid=11627 vsize=10684512 memory=6655300316396806240 CPUtime=0.17 cores=1,3,5,7
/proc/11632/task/11664/stat : 11664 (java) S 11627 11632 7968 0 -1 1077944384 593 0 0 0 9 8 0 0 20 0 17 0 13047915 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410670525104 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11776] ppid=11627 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11776/stat : 11776 (java) S 11627 11632 7968 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 13095782 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410669469296 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11777] ppid=11627 vsize=10684512 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11777/stat : 11777 (java) S 11627 11632 7968 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 17 0 13095782 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410212048816 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
Current children cumulated CPU time: 1900.89 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8299696 KiB

[startup+512.001 s]*
/proc/loadavg: 6.12 7.06 7.26 9/213 11779
/proc/meminfo: memFree=14906968/32770624 swapFree=67108860/67108860
[pid=11632] ppid=11627 vsize=10684512 memory=8299696 CPUtime=1913.31 cores=1,3,5,7
/proc/11632/stat : 11632 (java) S 11627 11632 7968 0 -1 1077944320 2800198 0 0 0 190334 997 0 0 20 0 17 0 13047899 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140736741629792 140411114774263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
/proc/11632/statm: 2671128 2074924 3155 1 0 2660543 0
[pid=11632/tid=11638] ppid=11627 vsize=10684512 memory=0 CPUtime=13.43 cores=1,3,5,7
/proc/11632/task/11638/stat : 11638 (java) S 11627 11632 7968 0 -1 1077944384 22745 0 0 0 1316 27 0 0 20 0 17 0 13047905 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140411119014944 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11640] ppid=11627 vsize=10684512 memory=-8774313645642428999 CPUtime=472.61 cores=1,3,5,7
/proc/11632/task/11640/stat : 11640 (java) R 11627 11632 7968 0 -1 4202560 839890 0 0 0 47038 223 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410725522696 140411107402471 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11642] ppid=11627 vsize=10684512 memory=4612 CPUtime=468.17 cores=1,3,5,7
/proc/11632/task/11642/stat : 11642 (java) R 11627 11632 7968 0 -1 4202560 597585 0 0 0 46573 244 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410724469896 140411107402471 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11645] ppid=11627 vsize=10684512 memory=792 CPUtime=468.78 cores=1,3,5,7
/proc/11632/task/11645/stat : 11645 (java) R 11627 11632 7968 0 -1 4202560 651179 0 0 0 46631 247 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410723417096 140411107402471 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11647] ppid=11627 vsize=10684512 memory=8299696 CPUtime=470.48 cores=1,3,5,7
/proc/11632/task/11647/stat : 11647 (java) R 11627 11632 7968 0 -1 4202560 587016 0 0 0 46806 242 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410722364376 140411099474211 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10684512 memory=8299124 CPUtime=18.43 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) S 11627 11632 7968 0 -1 1077944384 92546 0 0 0 1838 5 0 0 20 0 17 0 13047907 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410678944704 140411114784469 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10684512 memory=8299124 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410677892192 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10684512 memory=8298208 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11654] ppid=11627 vsize=10684512 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11654/stat : 11654 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410675787600 140411114792859 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11655] ppid=11627 vsize=10684512 memory=-8774313645642428999 CPUtime=0.44 cores=1,3,5,7
/proc/11632/task/11655/stat : 11655 (java) S 11627 11632 7968 0 -1 1077944384 2250 0 0 0 44 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410674736032 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11656] ppid=11627 vsize=10684512 memory=792 CPUtime=0.39 cores=1,3,5,7
/proc/11632/task/11656/stat : 11656 (java) S 11627 11632 7968 0 -1 1077944384 1834 0 0 0 39 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410673682944 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11657] ppid=11627 vsize=10684512 memory=8676 CPUtime=0.3 cores=1,3,5,7
/proc/11632/task/11657/stat : 11657 (java) S 11627 11632 7968 0 -1 1077944384 2872 0 0 0 29 1 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410672625760 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11662] ppid=11627 vsize=10684512 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11662/stat : 11662 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047911 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410671577824 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11664] ppid=11627 vsize=10684512 memory=1700 CPUtime=0.17 cores=1,3,5,7
/proc/11632/task/11664/stat : 11664 (java) S 11627 11632 7968 0 -1 1077944384 593 0 0 0 9 8 0 0 20 0 17 0 13047915 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410670525104 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11776] ppid=11627 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11776/stat : 11776 (java) S 11627 11632 7968 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 13095782 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410669469296 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11777] ppid=11627 vsize=10684512 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11777/stat : 11777 (java) S 11627 11632 7968 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 17 0 13095782 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410212048816 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
Current children cumulated CPU time: 1913.31 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8299696 KiB

[startup+512.801 s]
/proc/loadavg: 6.12 7.06 7.26 9/213 11779
/proc/meminfo: memFree=14906968/32770624 swapFree=67108860/67108860
[pid=11632] ppid=11627 vsize=10684512 memory=8299696 CPUtime=1916.37 cores=1,3,5,7
/proc/11632/stat : 11632 (java) S 11627 11632 7968 0 -1 1077944320 2800198 0 0 0 190639 998 0 0 20 0 17 0 13047899 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140736741629792 140411114774263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
/proc/11632/statm: 2671128 2074924 3155 1 0 2660543 0
[pid=11632/tid=11638] ppid=11627 vsize=10684512 memory=2424 CPUtime=13.43 cores=1,3,5,7
/proc/11632/task/11638/stat : 11638 (java) S 11627 11632 7968 0 -1 1077944384 22745 0 0 0 1316 27 0 0 20 0 17 0 13047905 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140411119014944 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11640] ppid=11627 vsize=10684512 memory=0 CPUtime=473.37 cores=1,3,5,7
/proc/11632/task/11640/stat : 11640 (java) R 11627 11632 7968 0 -1 4202560 839890 0 0 0 47114 223 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410725522384 140411107402471 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11642] ppid=11627 vsize=10684512 memory=4420 CPUtime=468.93 cores=1,3,5,7
/proc/11632/task/11642/stat : 11642 (java) R 11627 11632 7968 0 -1 4202560 597585 0 0 0 46649 244 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410724469896 140411107402471 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11645] ppid=11627 vsize=10684512 memory=6628 CPUtime=469.53 cores=1,3,5,7
/proc/11632/task/11645/stat : 11645 (java) R 11627 11632 7968 0 -1 4202560 651179 0 0 0 46706 247 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410723417096 140411107402471 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11647] ppid=11627 vsize=10684512 memory=44 CPUtime=471.27 cores=1,3,5,7
/proc/11632/task/11647/stat : 11647 (java) R 11627 11632 7968 0 -1 4202560 587016 0 0 0 46885 242 0 0 20 0 17 0 13047906 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410722364376 140411096383872 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10684512 memory=39 CPUtime=18.43 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) S 11627 11632 7968 0 -1 1077944384 92546 0 0 0 1838 5 0 0 20 0 17 0 13047907 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410678944704 140411114784469 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10684512 memory=29 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410677892192 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11654] ppid=11627 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11654/stat : 11654 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410675787600 140411114792859 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11655] ppid=11627 vsize=10684512 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/11632/task/11655/stat : 11655 (java) S 11627 11632 7968 0 -1 1077944384 2250 0 0 0 44 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410674736032 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11656] ppid=11627 vsize=10684512 memory=928 CPUtime=0.39 cores=1,3,5,7
/proc/11632/task/11656/stat : 11656 (java) S 11627 11632 7968 0 -1 1077944384 1834 0 0 0 39 0 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410673682944 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11657] ppid=11627 vsize=10684512 memory=2164 CPUtime=0.3 cores=1,3,5,7
/proc/11632/task/11657/stat : 11657 (java) S 11627 11632 7968 0 -1 1077944384 2872 0 0 0 29 1 0 0 20 0 17 0 13047910 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410672625760 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11662] ppid=11627 vsize=10684512 memory=840 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11662/stat : 11662 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047911 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410671577824 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11664] ppid=11627 vsize=10684512 memory=3880 CPUtime=0.17 cores=1,3,5,7
/proc/11632/task/11664/stat : 11664 (java) S 11627 11632 7968 0 -1 1077944384 593 0 0 0 9 8 0 0 20 0 17 0 13047915 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410670525104 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11776] ppid=11627 vsize=10684512 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11776/stat : 11776 (java) S 11627 11632 7968 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 13095782 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410669469296 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11777] ppid=11627 vsize=10684512 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11777/stat : 11777 (java) S 11627 11632 7968 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 17 0 13095782 10940940288 2074924 18446744073709551615 4194304 4196468 140736741647248 140410212048816 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
Current children cumulated CPU time: 1916.37 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8299696 KiB

[startup+513.601 s]
/proc/loadavg: 6.36 7.09 7.27 9/213 11779
/proc/meminfo: memFree=14906968/32770624 swapFree=67108860/67108860
[pid=11632] ppid=11627 vsize=10684512 memory=8299700 CPUtime=1918.25 cores=1,3,5,7
/proc/11632/stat : 11632 (java) S 11627 11632 7968 0 -1 1077944320 2800274 0 0 0 190826 999 0 0 20 0 17 0 13047899 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140736741629792 140411114774263 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
/proc/11632/statm: 2671128 2074925 3155 1 0 2660543 0
[pid=11632/tid=11638] ppid=11627 vsize=10684512 memory=-8774313645642428999 CPUtime=13.43 cores=1,3,5,7
/proc/11632/task/11638/stat : 11638 (java) S 11627 11632 7968 0 -1 1077944384 22745 0 0 0 1316 27 0 0 20 0 17 0 13047905 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140411119014944 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11640] ppid=11627 vsize=10684512 memory=1152 CPUtime=473.74 cores=1,3,5,7
/proc/11632/task/11640/stat : 11640 (java) S 11627 11632 7968 0 -1 1077944384 839890 0 0 0 47151 223 0 0 20 0 17 0 13047906 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410725522576 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11642] ppid=11627 vsize=10684512 memory=3080 CPUtime=469.29 cores=1,3,5,7
/proc/11632/task/11642/stat : 11642 (java) S 11627 11632 7968 0 -1 1077944384 597585 0 0 0 46684 245 0 0 20 0 17 0 13047906 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410724469776 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11645] ppid=11627 vsize=10684512 memory=-8774313645642428999 CPUtime=469.88 cores=1,3,5,7
/proc/11632/task/11645/stat : 11645 (java) S 11627 11632 7968 0 -1 1077944384 651179 0 0 0 46741 247 0 0 20 0 17 0 13047906 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410723416976 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11647] ppid=11627 vsize=10684512 memory=11300 CPUtime=471.65 cores=1,3,5,7
/proc/11632/task/11647/stat : 11647 (java) S 11627 11632 7968 0 -1 1077944384 587016 0 0 0 46923 242 0 0 20 0 17 0 13047906 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410722364176 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11648] ppid=11627 vsize=10684512 memory=2424 CPUtime=18.85 cores=1,3,5,7
/proc/11632/task/11648/stat : 11648 (java) R 11627 11632 7968 0 -1 4202560 92620 0 0 0 1880 5 0 0 20 0 17 0 13047907 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410678944704 140411099231896 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11650] ppid=11627 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11650/stat : 11650 (java) S 11627 11632 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410677892192 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11653] ppid=11627 vsize=10684512 memory=164 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11653/stat : 11653 (java) S 11627 11632 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410676839280 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11654] ppid=11627 vsize=10684512 memory=4638798228834512744 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11654/stat : 11654 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047910 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410675787600 140411114792859 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11655] ppid=11627 vsize=10684512 memory=6153140092864451944 CPUtime=0.44 cores=1,3,5,7
/proc/11632/task/11655/stat : 11655 (java) S 11627 11632 7968 0 -1 1077944384 2250 0 0 0 44 0 0 0 20 0 17 0 13047910 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410674736032 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11656] ppid=11627 vsize=10684512 memory=4639930699739393899 CPUtime=0.39 cores=1,3,5,7
/proc/11632/task/11656/stat : 11656 (java) S 11627 11632 7968 0 -1 1077944384 1834 0 0 0 39 0 0 0 20 0 17 0 13047910 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410673682944 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11657] ppid=11627 vsize=10684512 memory=7810456080356037425 CPUtime=0.3 cores=1,3,5,7
/proc/11632/task/11657/stat : 11657 (java) S 11627 11632 7968 0 -1 1077944384 2872 0 0 0 29 1 0 0 20 0 17 0 13047910 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410672625760 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11662] ppid=11627 vsize=10684512 memory=7954030222861750321 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11662/stat : 11662 (java) S 11627 11632 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047911 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410671577824 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11664] ppid=11627 vsize=10684512 memory=280708996770784 CPUtime=0.17 cores=1,3,5,7
/proc/11632/task/11664/stat : 11664 (java) S 11627 11632 7968 0 -1 1077944384 595 0 0 0 9 8 0 0 20 0 17 0 13047915 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410670525104 140411114785410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11776] ppid=11627 vsize=10684512 memory=280708997466480 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11776/stat : 11776 (java) S 11627 11632 7968 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 13095782 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410669469296 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
[pid=11632/tid=11777] ppid=11627 vsize=10684512 memory=280708996244944 CPUtime=0 cores=1,3,5,7
/proc/11632/task/11777/stat : 11777 (java) S 11627 11632 7968 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 17 0 13095782 10940940288 2074925 18446744073709551615 4194304 4196468 140736741647248 140410212048816 140411114784469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31535104 140736741654929 140736741655082 140736741655082 140736741658575 0
Current children cumulated CPU time: 1918.25 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8299700 KiB

[startup+513.802 s]*
/proc/loadavg: 6.36 7.09 7.27 6/198 11779
/proc/meminfo: memFree=16435776/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): 513.84
CPU time (s): 1918.49
CPU user time (s): 1908.44
CPU system time (s): 10.0494
CPU usage (%): 373.363
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8299700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1908.44
system time used= 10.0494
maximum resident set size= 8299708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2800363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45643
involuntary context switches= 60000


# summary of solver processes directly reported to runsolver:
#   pid: 11632
#   total CPU time (s): 1918.49
#   total CPU user time (s): 1908.44
#   total CPU system time (s): 10.0494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.4916 second user time and 4.7342 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:20:15
IDJOB=4263120
IDBENCH=115758
IDSOLVER=2651
FILE ID=node128/4263120-1502591652
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263120-1502591652/watcher-4263120-1502591652 -o /tmp/evaluation-result-4263120-1502591652/solver-4263120-1502591652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263120-1502591652.xml

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

MD5SUM BENCH= 5314b126c5fc4f843c68abc8a30fc0ca
RANDOM SEED=1345297499

node128.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.94
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.94
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.94
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.94
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:        31514356 kB
MemAvailable:   32016312 kB
Buffers:          107084 kB
Cached:           684116 kB
SwapCached:            0 kB
Active:           234912 kB
Inactive:         612368 kB
Active(anon):      56672 kB
Inactive(anon):    16764 kB
Active(file):     178240 kB
Inactive(file):   595604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3276 kB
Writeback:             8 kB
AnonPages:         55724 kB
Mapped:            32652 kB
Shmem:             17116 kB
Slab:             112236 kB
SReclaimable:      87896 kB
SUnreclaim:        24340 kB
KernelStack:        3200 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     299228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 04:28:49