Trace number 4262919

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) 1560.71 428.61301

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-19-a3.xml
MD5SUM5b8b55291fe9e5b80fbbe778e95d2a5c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark298
Best CPU time to get the best result obtained on this benchmark20014.301
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of constraints174
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":171},{"size":501,"count":19}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":190},{"degree":2,"count":171},{"degree":19,"count":17},{"degree":20,"count":2}]
Minimum constraint arity1
Maximum constraint arity171
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":171},{"arity":19,"count":1},{"arity":171,"count":1}]
Number of extensional constraints0
Number of intensional constraints172
Distribution of constraint types[{"type":"intension","count":172},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1303.57/360.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1351.61/373.23		at sun.util.locale.provider.CalendarProviderImpl.getInstance(CalendarProviderImpl.java:84)
1351.61/373.23		at java.util.Calendar.createCalendar(Calendar.java:1666)
1351.61/373.23		at java.util.Calendar.getInstance(Calendar.java:1640)
1351.61/373.23		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2826)
1351.61/373.23		at java.util.Formatter$FormatSpecifier.print(Formatter.java:2740)
1351.61/373.23		at java.util.Formatter.format(Formatter.java:2526)
1351.61/373.23		at java.util.Formatter.format(Formatter.java:2455)
1351.61/373.23		at java.lang.String.format(String.java:2940)
1351.61/373.23		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
1351.61/373.23		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1351.61/373.23		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1351.61/373.23		at java.util.logging.Logger.log(Logger.java:738)
1351.61/373.23		at java.util.logging.Logger.doLog(Logger.java:765)
1351.61/373.23		at java.util.logging.Logger.log(Logger.java:876)
1351.61/373.23		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1351.61/373.23		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1351.61/373.23		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1351.61/373.23		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1433.08/394.64		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1433.08/394.64		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1503.91/413.67	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1503.91/413.67	c This is free software under the dual EPL/GNU LGPL licenses.
1503.91/413.67	c See www.sat4j.org for details.
1503.91/413.67	c That software uses the Rhino library from the Mozilla project.
1503.91/413.67	c version CUSTOM.v20170705
1503.91/413.67	c java.runtime.name	Java(TM) SE Runtime Environment
1503.91/413.67	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1503.91/413.67	c java.vm.version	25.131-b11
1503.91/413.67	c java.vm.vendor	Oracle Corporation
1503.91/413.67	c sun.arch.data.model	64
1503.91/413.67	c java.version		1.8.0_131
1503.91/413.67	c os.name		Linux
1503.91/413.67	c os.version		3.10.0-514.16.1.el7.x86_64
1503.91/413.67	c os.arch		amd64
1503.91/413.67	c Free memory 		499604488
1503.91/413.67	c Max memory 		7247757312
1503.91/413.67	c Total memory 		504889344
1503.91/413.67	c Number of processors 	4
1503.91/413.67	c c --- Begin Solver configuration ---
1503.91/413.67	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1503.91/413.67	c Learn all clauses as in MiniSAT
1503.91/413.67	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1503.91/413.67	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1503.91/413.67	c No reason simplification
1503.91/413.67	c Glucose 2.1 dynamic restart strategy
1503.91/413.67	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
1503.91/413.67	c timeout=2147483s
1503.91/413.67	c DB Simplification allowed=false
1503.91/413.67	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1503.91/413.67	c --- End Solver configuration ---
1503.91/413.67	c starts		: 0
1503.91/413.67	c conflicts		: 0
1503.91/413.67	c decisions		: 0
1503.91/413.67	c propagations		: 0
1503.91/413.67	c inspects		: 0
1503.91/413.67	c shortcuts		: 0
1503.91/413.67	c learnt literals	: 0
1503.91/413.67	c learnt binary clauses	: 0
1503.91/413.67	c learnt ternary clauses	: 0
1503.91/413.67	c learnt constraints	: 0
1503.91/413.67	c ignored constraints	: 0
1503.91/413.67	c root simplifications	: 0
1503.91/413.67	c removed literals (reason simplification)	: 0
1503.91/413.67	c reason swapping (by a shorter reason)	: 0
1503.91/413.67	c Calls to reduceDB	: 0
1503.91/413.67	c Number of update (reduction) of LBD	: 0
1503.91/413.67	c Imported unit clauses	: 0
1503.91/413.67	c number of reductions to clauses (during analyze)	: 0
1503.91/413.67	c number of learned constraints concerned by reduction	: 0
1503.91/413.67	c number of learning phase by resolution	: 0
1503.91/413.67	c number of learning phase by cutting planes	: 0
1503.91/413.67	c number of rounding to 1 operations	: 0
1503.91/413.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1503.91/413.67	c number of reductions of the coefficients by power 2 	: 0
1503.91/413.67	c number of right shift for reduction by power 2 	: 0
1503.91/413.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
1503.91/413.67	c speed (assignments/second)	: 0.0
1503.91/413.67	c non guided choices	0
1539.29/423.15	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1539.29/423.15		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:332)
1539.29/423.15		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:327)
1539.29/423.15		at java.util.jar.Manifest.read(Manifest.java:195)
1539.29/423.15		at java.util.jar.Manifest.<init>(Manifest.java:69)
1539.29/423.15		at java.util.jar.JarFile.getManifestFromReference(JarFile.java:199)
1539.29/423.15		at java.util.jar.JarFile.getManifest(JarFile.java:180)
1539.29/423.15		at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:981)
1539.29/423.15		at java.net.URLClassLoader.defineClass(URLClassLoader.java:450)
1539.29/423.15		at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
1539.29/423.15		at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
1539.29/423.15		at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
1539.29/423.15		at java.security.AccessController.doPrivileged(Native Method)
1560.55/428.57		at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
1560.55/428.57		at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
1560.55/428.57		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
1560.55/428.57		at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1560.55/428.57		at org.sat4j.core.Vec.iterator(Vec.java:494)
1560.55/428.57		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1870)
1560.55/428.57		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2018)
1560.55/428.57		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1560.55/428.57		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1560.55/428.57		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1560.55/428.57		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1560.55/428.57		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1560.55/428.57		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 (13974 MiB free)
  memory of node 1: 16384 MiB (6082 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262919-1502625467/watcher-4262919-1502625467 -o /tmp/evaluation-result-4262919-1502625467/solver-4262919-1502625467 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12472 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262919-1502625467.xml 

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

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=13002, runsolver pid=12999
Current StackSize limit: 8192 KiB


[startup+0.102993 s]*
/proc/loadavg: 5.94 5.65 3.94 7/216 13017
/proc/meminfo: memFree=20520108/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10555400 memory=29964 CPUtime=0.13 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 6557 0 0 0 12 1 0 0 20 0 15 0 95627774 10808729600 7491 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2638850 7491 2816 1 0 2627263 0
[pid=13002/tid=13004] ppid=12999 vsize=10555400 memory=-7254954386087372155 CPUtime=0.09 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) R 12999 13002 6338 0 -1 4202560 4412 0 0 0 8 1 0 0 20 0 15 0 95627774 10808729600 7491 33554432000 4194304 4196468 140732660890224 140065383147456 140065363006814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10555400 memory=5793855909694478777 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808729600 7491 33554432000 4194304 4196468 140732660890224 140065331547024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10555400 memory=140658684585600 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808729600 7491 33554432000 4194304 4196468 140732660890224 140065330494224 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808729600 7491 33554432000 4194304 4196468 140732660890224 140065329441936 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) S 12999 13002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95627775 10808729600 7491 33554432000 4194304 4196468 140732660890224 140065328389136 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95627776 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064938612848 140065378937474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13010] ppid=12999 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13010/stat : 13010 (java) S 12999 13002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95627777 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064937558816 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13011] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13011/stat : 13011 (java) S 12999 13002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95627777 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064936506480 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13012] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13012/stat : 13012 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627779 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064935454800 140065378944923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13013] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13013/stat : 13013 (java) S 12999 13002 6338 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 95627779 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064934402672 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13014] ppid=12999 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13014/stat : 13014 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627779 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064933349872 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13015] ppid=12999 vsize=10555400 memory=140658684585600 CPUtime=0.02 cores=0,2,4,6
/proc/13002/task/13015/stat : 13015 (java) S 12999 13002 6338 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 95627779 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064932297584 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13016] ppid=12999 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13016/stat : 13016 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627780 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064931245024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13017] ppid=12999 vsize=10555400 memory=140658684585600 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13017/stat : 13017 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627780 10808729600 7491 33554432000 4194304 4196468 140732660890224 140064930191792 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29964 KiB

[startup+0.210515 s]*
/proc/loadavg: 5.94 5.65 3.94 6/216 13017
/proc/meminfo: memFree=20511192/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10555400 memory=39552 CPUtime=0.29 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 8006 0 0 0 27 2 0 0 20 0 15 0 95627774 10808729600 9888 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2638850 9888 2891 1 0 2627263 0
[pid=13002/tid=13004] ppid=12999 vsize=10555400 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) R 12999 13002 6338 0 -1 4202560 5188 0 0 0 18 1 0 0 20 0 15 0 95627774 10808729600 9888 33554432000 4194304 4196468 140732660890224 140065383160064 140065362969957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10555400 memory=4211974384889376138 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808729600 9888 33554432000 4194304 4196468 140732660890224 140065331547024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10555400 memory=140658684585600 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808729600 9888 33554432000 4194304 4196468 140732660890224 140065330494224 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808729600 9888 33554432000 4194304 4196468 140732660890224 140065329441936 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) S 12999 13002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95627775 10808729600 9888 33554432000 4194304 4196468 140732660890224 140065328389136 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10555400 memory=140658684585600 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95627776 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064938612848 140065378937474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13010] ppid=12999 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13010/stat : 13010 (java) S 12999 13002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95627777 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064937558816 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13011] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13011/stat : 13011 (java) S 12999 13002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95627777 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064936506480 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13012] ppid=12999 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13012/stat : 13012 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627779 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064935454800 140065378944923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13013] ppid=12999 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13002/task/13013/stat : 13013 (java) S 12999 13002 6338 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 15 0 95627779 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064934402672 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13014] ppid=12999 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/13002/task/13014/stat : 13014 (java) S 12999 13002 6338 0 -1 1077944384 115 0 0 0 1 0 0 0 20 0 15 0 95627779 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064933349872 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13015] ppid=12999 vsize=10555400 memory=140658684585600 CPUtime=0.06 cores=0,2,4,6
/proc/13002/task/13015/stat : 13015 (java) R 12999 13002 6338 0 -1 4202560 825 0 0 0 6 0 0 0 20 0 15 0 95627779 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064932297584 140065357180021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13016] ppid=12999 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13016/stat : 13016 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627780 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064931245024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13017] ppid=12999 vsize=10555400 memory=140658684585600 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13017/stat : 13017 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627780 10808729600 9888 33554432000 4194304 4196468 140732660890224 140064930191792 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39552 KiB

[startup+0.310247 s]*
/proc/loadavg: 5.94 5.65 3.94 7/216 13017
/proc/meminfo: memFree=20504368/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10555476 memory=46268 CPUtime=0.53 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 8612 0 0 0 50 3 0 0 20 0 15 0 95627774 10808807424 11567 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2638869 11567 3027 1 0 2627263 0
[pid=13002/tid=13004] ppid=12999 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) R 12999 13002 6338 0 -1 4202560 5519 0 0 0 28 2 0 0 20 0 15 0 95627774 10808807424 11567 33554432000 4194304 4196468 140732660890224 140065383164896 140065378947674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10555476 memory=4211974384889376138 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808807424 11567 33554432000 4194304 4196468 140732660890224 140065331547024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10555476 memory=140658684587957 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808807424 11567 33554432000 4194304 4196468 140732660890224 140065330494224 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10555476 memory=140658568446674 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627775 10808807424 11567 33554432000 4194304 4196468 140732660890224 140065329441936 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10555476 memory=140658568449487 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) S 12999 13002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95627775 10808807424 11567 33554432000 4194304 4196468 140732660890224 140065328389136 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10555476 memory=140658684591965 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95627776 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064938612848 140065378937474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13010] ppid=12999 vsize=10555476 memory=140658568458671 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13010/stat : 13010 (java) S 12999 13002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95627777 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064937558816 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13011] ppid=12999 vsize=10555476 memory=281317136908176 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13011/stat : 13011 (java) S 12999 13002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95627777 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064936506480 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13012] ppid=12999 vsize=10555476 memory=281317136905872 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13012/stat : 13012 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627779 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064935454800 140065378944923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13013] ppid=12999 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/13002/task/13013/stat : 13013 (java) S 12999 13002 6338 0 -1 1077944384 621 0 0 0 5 0 0 0 20 0 15 0 95627779 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064934402672 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13014] ppid=12999 vsize=10555476 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/13002/task/13014/stat : 13014 (java) S 12999 13002 6338 0 -1 1077944384 163 0 0 0 2 0 0 0 20 0 15 0 95627779 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064933349872 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13015] ppid=12999 vsize=10555476 memory=140658684585600 CPUtime=0.13 cores=0,2,4,6
/proc/13002/task/13015/stat : 13015 (java) R 12999 13002 6338 0 -1 4202560 944 0 0 0 13 0 0 0 20 0 15 0 95627779 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064932293952 140065378938262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13016] ppid=12999 vsize=10555476 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13016/stat : 13016 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627780 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064931245024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13017] ppid=12999 vsize=10555476 memory=140658684585600 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13017/stat : 13017 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627780 10808807424 11567 33554432000 4194304 4196468 140732660890224 140064930191792 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46268 KiB

[startup+0.704439 s]
/proc/loadavg: 5.94 5.65 3.94 8/216 13017
/proc/meminfo: memFree=20360700/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10555476 memory=211816 CPUtime=1.6 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 10932 0 0 0 151 9 0 0 20 0 15 0 95627774 10808807424 52954 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2638869 52954 3099 1 0 2627263 0
[pid=13002/tid=13004] ppid=12999 vsize=10555476 memory=1952 CPUtime=0.65 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) S 12999 13002 6338 0 -1 1077944384 5865 0 0 0 60 5 0 0 20 0 15 0 95627774 10808807424 52954 33554432000 4194304 4196468 140732660890224 140065383159792 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10555476 memory=5796 CPUtime=0.02 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) R 12999 13002 6338 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 15 0 95627775 10808807424 52954 33554432000 4194304 4196468 140732660890224 140065331547224 140065363954201 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) R 12999 13002 6338 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 95627775 10808807424 52954 33554432000 4194304 4196468 140732660890224 140065330494224 140065378936533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10555476 memory=7523356985603351872 CPUtime=0.02 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) R 12999 13002 6338 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 15 0 95627775 10808807424 52954 33554432000 4194304 4196468 140732660890224 140065329441936 140065363954201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10555476 memory=7881696724453321575 CPUtime=0.01 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) R 12999 13002 6338 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 15 0 95627775 10808807424 52954 33554432000 4194304 4196468 140732660890224 140065328389136 140065363953746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10555476 memory=7368009186385350736 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95627776 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064938611360 140065378936533 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13010] ppid=12999 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13010/stat : 13010 (java) S 12999 13002 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95627777 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064937558816 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13011] ppid=12999 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13011/stat : 13011 (java) S 12999 13002 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95627777 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064936506480 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13012] ppid=12999 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13012/stat : 13012 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627779 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064935454800 140065378944923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13013] ppid=12999 vsize=10555476 memory=70 CPUtime=0.32 cores=0,2,4,6
/proc/13002/task/13013/stat : 13013 (java) S 12999 13002 6338 0 -1 1077944384 1384 0 0 0 32 0 0 0 20 0 15 0 95627779 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064934393952 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13014] ppid=12999 vsize=10555476 memory=3 CPUtime=0.3 cores=0,2,4,6
/proc/13002/task/13014/stat : 13014 (java) R 12999 13002 6338 0 -1 4202560 967 0 0 0 30 0 0 0 20 0 15 0 95627779 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064933335896 140065371215781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13015] ppid=12999 vsize=10555476 memory=5961 CPUtime=0.2 cores=0,2,4,6
/proc/13002/task/13015/stat : 13015 (java) S 12999 13002 6338 0 -1 1077944384 1167 0 0 0 20 0 0 0 20 0 15 0 95627779 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064932297584 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13016] ppid=12999 vsize=10555476 memory=281317137092080 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13016/stat : 13016 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95627780 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064931245024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13017] ppid=12999 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13017/stat : 13017 (java) S 12999 13002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95627780 10808807424 52954 33554432000 4194304 4196468 140732660890224 140064930191792 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 211816 KiB

[startup+1.50071 s]
/proc/loadavg: 5.94 5.65 3.94 6/216 13017
/proc/meminfo: memFree=20269924/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10555476 memory=575676 CPUtime=3.85 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 12468 0 0 0 347 38 0 0 20 0 15 0 95627774 10808807424 143919 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2638869 143919 3122 1 0 2627263 0
[pid=13002/tid=13004] ppid=12999 vsize=10555476 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) S 12999 13002 6338 0 -1 1077944384 5922 0 0 0 95 6 0 0 20 0 15 0 95627774 10808807424 143919 33554432000 4194304 4196468 140732660890224 140065383157632 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10555476 memory=-6508924699769201254 CPUtime=0.44 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) R 12999 13002 6338 0 -1 4202560 449 0 0 0 37 7 0 0 20 0 15 0 95627775 10808807424 143919 33554432000 4194304 4196468 140732660890224 140065331546912 140065371554535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10555476 memory=-6007660418857049897 CPUtime=0.42 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) R 12999 13002 6338 0 -1 4202560 204 0 0 0 36 6 0 0 20 0 15 0 95627775 10808807424 143919 33554432000 4194304 4196468 140732660890224 140065330494224 140065363627015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10555476 memory=-1161699032755887712 CPUtime=0.44 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) R 12999 13002 6338 0 -1 4202560 280 0 0 0 37 7 0 0 20 0 15 0 95627775 10808807424 143919 33554432000 4194304 4196468 140732660890224 140065329442056 140065371554535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10555476 memory=-6305713901671245184 CPUtime=0.43 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) R 12999 13002 6338 0 -1 4202560 474 0 0 0 36 7 0 0 20 0 15 0 95627775 10808807424 143919 33554432000 4194304 4196468 140732660890224 140065328389136 140065371554535 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10555476 memory=-6305717182941848704 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 15 0 95627776 10808807424 143919 33554432000 4194304 4196468 140732660890224 140064938611392 140065378936533 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0

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

[startup+427.201 s]
/proc/loadavg: 4.22 5.04 4.33 6/217 13110
/proc/meminfo: memFree=16212260/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10688756 memory=8071132 CPUtime=1555.4 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 172087 0 0 0 154743 797 0 0 20 0 16 0 95627774 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2672189 2017783 3179 1 0 2660545 0
[pid=13002/tid=13004] ppid=12999 vsize=10688756 memory=28140 CPUtime=14.1 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) S 12999 13002 6338 0 -1 1077944384 14507 0 0 0 1400 10 0 0 20 0 16 0 95627774 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065383167008 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10688756 memory=2428 CPUtime=379.26 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) R 12999 13002 6338 0 -1 4202560 23550 0 0 0 37748 178 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065331547224 140065363625038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10688756 memory=6791534058613427641 CPUtime=376.54 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) R 12999 13002 6338 0 -1 4202560 17396 0 0 0 37447 207 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065330494424 140065363922679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10688756 memory=1716 CPUtime=377.04 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) R 12999 13002 6338 0 -1 4202560 19936 0 0 0 37512 192 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065329441936 140065363922731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10688756 memory=1440 CPUtime=376.61 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) R 12999 13002 6338 0 -1 4202560 18178 0 0 0 37460 201 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065328389024 140065363922989 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10688756 memory=15876 CPUtime=30.29 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 69239 0 0 0 3027 2 0 0 20 0 16 0 95627776 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064938611392 140065378936533 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13010] ppid=12999 vsize=10688756 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13010/stat : 13010 (java) S 12999 13002 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95627777 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064937558880 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13011] ppid=12999 vsize=10688756 memory=16628 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13011/stat : 13011 (java) S 12999 13002 6338 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95627777 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064936506496 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13012] ppid=12999 vsize=10688756 memory=2632 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13012/stat : 13012 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064935454800 140065378944923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13013] ppid=12999 vsize=10688756 memory=2536 CPUtime=0.45 cores=0,2,4,6
/proc/13002/task/13013/stat : 13013 (java) S 12999 13002 6338 0 -1 1077944384 1869 0 0 0 45 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064934402672 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13014] ppid=12999 vsize=10688756 memory=1156 CPUtime=0.44 cores=0,2,4,6
/proc/13002/task/13014/stat : 13014 (java) S 12999 13002 6338 0 -1 1077944384 1830 0 0 0 44 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064933349872 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13015] ppid=12999 vsize=10688756 memory=3248 CPUtime=0.28 cores=0,2,4,6
/proc/13002/task/13015/stat : 13015 (java) S 12999 13002 6338 0 -1 1077944384 3498 0 0 0 28 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064932293456 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13016] ppid=12999 vsize=10688756 memory=8071128 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13016/stat : 13016 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95627780 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064931245024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13017] ppid=12999 vsize=10688756 memory=1156 CPUtime=0.27 cores=0,2,4,6
/proc/13002/task/13017/stat : 13017 (java) S 12999 13002 6338 0 -1 1077944384 549 0 0 0 17 10 0 0 20 0 16 0 95627780 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064930191792 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13109] ppid=12999 vsize=10688756 memory=8071128 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13109/stat : 13109 (java) S 12999 13002 6338 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 95667239 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064929135792 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
Current children cumulated CPU time: 1555.4 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8071132 KiB

[startup+428.001 s]*
/proc/loadavg: 4.22 5.04 4.33 6/217 13110
/proc/meminfo: memFree=16212260/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10688756 memory=8071132 CPUtime=1558.62 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 172087 0 0 0 155065 797 0 0 20 0 16 0 95627774 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2672189 2017783 3179 1 0 2660545 0
[pid=13002/tid=13004] ppid=12999 vsize=10688756 memory=6791534058613427641 CPUtime=14.1 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) S 12999 13002 6338 0 -1 1077944384 14507 0 0 0 1400 10 0 0 20 0 16 0 95627774 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065383167008 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10688756 memory=-7003737579269690708 CPUtime=380.07 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) R 12999 13002 6338 0 -1 4202560 23550 0 0 0 37829 178 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065331547224 140065363383918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10688756 memory=28140 CPUtime=377.35 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) R 12999 13002 6338 0 -1 4202560 17396 0 0 0 37528 207 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065330494424 140065363625165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10688756 memory=2428 CPUtime=377.85 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) R 12999 13002 6338 0 -1 4202560 19936 0 0 0 37593 192 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065329441936 140065360536032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10688756 memory=1292 CPUtime=377.4 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) R 12999 13002 6338 0 -1 4202560 18178 0 0 0 37539 201 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065328389024 140065363625057 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10688756 memory=1728 CPUtime=30.29 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 69239 0 0 0 3027 2 0 0 20 0 16 0 95627776 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064938611392 140065378936533 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13010] ppid=12999 vsize=10688756 memory=12064 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13010/stat : 13010 (java) S 12999 13002 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95627777 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064937558880 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13011] ppid=12999 vsize=10688756 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13011/stat : 13011 (java) S 12999 13002 6338 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95627777 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064936506496 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13012] ppid=12999 vsize=10688756 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13012/stat : 13012 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064935454800 140065378944923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13013] ppid=12999 vsize=10688756 memory=1952 CPUtime=0.45 cores=0,2,4,6
/proc/13002/task/13013/stat : 13013 (java) S 12999 13002 6338 0 -1 1077944384 1869 0 0 0 45 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064934402672 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13014] ppid=12999 vsize=10688756 memory=5796 CPUtime=0.44 cores=0,2,4,6
/proc/13002/task/13014/stat : 13014 (java) S 12999 13002 6338 0 -1 1077944384 1830 0 0 0 44 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064933349872 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13015] ppid=12999 vsize=10688756 memory=4616 CPUtime=0.28 cores=0,2,4,6
/proc/13002/task/13015/stat : 13015 (java) S 12999 13002 6338 0 -1 1077944384 3498 0 0 0 28 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064932293456 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13016] ppid=12999 vsize=10688756 memory=8584 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13016/stat : 13016 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95627780 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064931245024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13017] ppid=12999 vsize=10688756 memory=792 CPUtime=0.27 cores=0,2,4,6
/proc/13002/task/13017/stat : 13017 (java) S 12999 13002 6338 0 -1 1077944384 549 0 0 0 17 10 0 0 20 0 16 0 95627780 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064930191792 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13109] ppid=12999 vsize=10688756 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13109/stat : 13109 (java) S 12999 13002 6338 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 95667239 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064929135792 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
Current children cumulated CPU time: 1558.62 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8071132 KiB

[startup+428.401 s]
/proc/loadavg: 4.22 5.04 4.33 6/217 13110
/proc/meminfo: memFree=16212260/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10688756 memory=8071132 CPUtime=1560.17 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 172087 0 0 0 155219 798 0 0 20 0 16 0 95627774 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2672189 2017783 3179 1 0 2660545 0
[pid=13002/tid=13004] ppid=12999 vsize=10688756 memory=8071132 CPUtime=14.1 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) S 12999 13002 6338 0 -1 1077944384 14507 0 0 0 1400 10 0 0 20 0 16 0 95627774 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065383167008 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10688756 memory=960 CPUtime=380.46 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) R 12999 13002 6338 0 -1 4202560 23550 0 0 0 37868 178 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065331547224 140065363383897 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10688756 memory=6791534058613427641 CPUtime=377.73 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) R 12999 13002 6338 0 -1 4202560 17396 0 0 0 37566 207 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065330494344 140065371554535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10688756 memory=932 CPUtime=378.23 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) R 12999 13002 6338 0 -1 4202560 19936 0 0 0 37631 192 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065329441744 140065371554535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10688756 memory=1584 CPUtime=377.79 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) R 12999 13002 6338 0 -1 4202560 18178 0 0 0 37577 202 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065328388944 140065371554535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10688756 memory=2196 CPUtime=30.29 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 69239 0 0 0 3027 2 0 0 20 0 16 0 95627776 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064938611392 140065378936533 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13010] ppid=12999 vsize=10688756 memory=6508 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13010/stat : 13010 (java) S 12999 13002 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95627777 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064937558880 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13011] ppid=12999 vsize=10688756 memory=840 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13011/stat : 13011 (java) S 12999 13002 6338 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95627777 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064936506496 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13012] ppid=12999 vsize=10688756 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13012/stat : 13012 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064935454800 140065378944923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13013] ppid=12999 vsize=10688756 memory=916 CPUtime=0.45 cores=0,2,4,6
/proc/13002/task/13013/stat : 13013 (java) S 12999 13002 6338 0 -1 1077944384 1869 0 0 0 45 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064934402720 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13014] ppid=12999 vsize=10688756 memory=3832 CPUtime=0.44 cores=0,2,4,6
/proc/13002/task/13014/stat : 13014 (java) S 12999 13002 6338 0 -1 1077944384 1830 0 0 0 44 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064933349632 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13015] ppid=12999 vsize=10688756 memory=4100 CPUtime=0.28 cores=0,2,4,6
/proc/13002/task/13015/stat : 13015 (java) S 12999 13002 6338 0 -1 1077944384 3498 0 0 0 28 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064932293456 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13016] ppid=12999 vsize=10688756 memory=2632 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13016/stat : 13016 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95627780 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064931245024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13017] ppid=12999 vsize=10688756 memory=2536 CPUtime=0.27 cores=0,2,4,6
/proc/13002/task/13017/stat : 13017 (java) S 12999 13002 6338 0 -1 1077944384 549 0 0 0 17 10 0 0 20 0 16 0 95627780 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064930191792 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13109] ppid=12999 vsize=10688756 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13109/stat : 13109 (java) S 12999 13002 6338 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 95667239 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064929135792 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
Current children cumulated CPU time: 1560.17 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8071132 KiB

[startup+428.501 s]
/proc/loadavg: 4.22 5.04 4.33 6/217 13110
/proc/meminfo: memFree=16212260/32770624 swapFree=67108860/67108860
[pid=13002] ppid=12999 vsize=10688756 memory=8071132 CPUtime=1560.55 cores=0,2,4,6
/proc/13002/stat : 13002 (java) S 12999 13002 6338 0 -1 1077944320 172087 0 0 0 155257 798 0 0 20 0 16 0 95627774 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140732660872768 140065378926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
/proc/13002/statm: 2672189 2017783 3179 1 0 2660545 0
[pid=13002/tid=13004] ppid=12999 vsize=10688756 memory=8071132 CPUtime=14.1 cores=0,2,4,6
/proc/13002/task/13004/stat : 13004 (java) S 12999 13002 6338 0 -1 1077944384 14507 0 0 0 1400 10 0 0 20 0 16 0 95627774 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065383167008 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13005] ppid=12999 vsize=10688756 memory=8071132 CPUtime=380.56 cores=0,2,4,6
/proc/13002/task/13005/stat : 13005 (java) R 12999 13002 6338 0 -1 4202560 23550 0 0 0 37878 178 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065331547224 140065363383949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13006] ppid=12999 vsize=10688756 memory=8071128 CPUtime=377.83 cores=0,2,4,6
/proc/13002/task/13006/stat : 13006 (java) R 12999 13002 6338 0 -1 4202560 17396 0 0 0 37576 207 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065330494344 140065371554535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13007] ppid=12999 vsize=10688756 memory=164 CPUtime=378.33 cores=0,2,4,6
/proc/13002/task/13007/stat : 13007 (java) R 12999 13002 6338 0 -1 4202560 19936 0 0 0 37641 192 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065329441744 140065371554535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13008] ppid=12999 vsize=10688756 memory=8070864 CPUtime=377.89 cores=0,2,4,6
/proc/13002/task/13008/stat : 13008 (java) R 12999 13002 6338 0 -1 4202560 18178 0 0 0 37587 202 0 0 20 0 16 0 95627775 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140065328388944 140065371554535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13009] ppid=12999 vsize=10688756 memory=8071084 CPUtime=30.29 cores=0,2,4,6
/proc/13002/task/13009/stat : 13009 (java) S 12999 13002 6338 0 -1 1077944384 69239 0 0 0 3027 2 0 0 20 0 16 0 95627776 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064938611392 140065378936533 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13010] ppid=12999 vsize=10688756 memory=8071112 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13010/stat : 13010 (java) S 12999 13002 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95627777 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064937558880 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13011] ppid=12999 vsize=10688756 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13011/stat : 13011 (java) S 12999 13002 6338 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95627777 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064936506496 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13012] ppid=12999 vsize=10688756 memory=8071132 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13012/stat : 13012 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064935454800 140065378944923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13013] ppid=12999 vsize=10688756 memory=8071132 CPUtime=0.45 cores=0,2,4,6
/proc/13002/task/13013/stat : 13013 (java) S 12999 13002 6338 0 -1 1077944384 1869 0 0 0 45 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064934402720 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13014] ppid=12999 vsize=10688756 memory=1228 CPUtime=0.44 cores=0,2,4,6
/proc/13002/task/13014/stat : 13014 (java) S 12999 13002 6338 0 -1 1077944384 1830 0 0 0 44 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064933349632 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13015] ppid=12999 vsize=10688756 memory=-7003737579269690708 CPUtime=0.28 cores=0,2,4,6
/proc/13002/task/13015/stat : 13015 (java) S 12999 13002 6338 0 -1 1077944384 3498 0 0 0 28 0 0 0 20 0 16 0 95627779 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064932293456 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13016] ppid=12999 vsize=10688756 memory=4080 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13016/stat : 13016 (java) S 12999 13002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95627780 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064931245024 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13017] ppid=12999 vsize=10688756 memory=15876 CPUtime=0.27 cores=0,2,4,6
/proc/13002/task/13017/stat : 13017 (java) S 12999 13002 6338 0 -1 1077944384 549 0 0 0 17 10 0 0 20 0 16 0 95627780 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064930191792 140065378937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
[pid=13002/tid=13109] ppid=12999 vsize=10688756 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/13002/task/13109/stat : 13109 (java) S 12999 13002 6338 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 95667239 10945286144 2017783 33554432000 4194304 4196468 140732660890224 140064929135792 140065378936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140732660892806 140732660892959 140732660892959 140732660895695 0
Current children cumulated CPU time: 1560.55 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8071132 KiB

Child status: 1
Real time (s): 428.613
CPU time (s): 1560.71
CPU user time (s): 1552.69
CPU system time (s): 8.01404
CPU usage (%): 364.129
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8071132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1552.69
system time used= 8.01404
maximum resident set size= 8071204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26072
involuntary context switches= 20030


# summary of solver processes directly reported to runsolver:
#   pid: 13002
#   total CPU time (s): 1560.71
#   total CPU user time (s): 1552.69
#   total CPU system time (s): 8.01404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.51226 second user time and 4.31768 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 13:43:29
IDJOB=4262919
IDBENCH=126218
IDSOLVER=2651
FILE ID=node148/4262919-1502625467
RUNJOBID= node148-1502624014-12472
PBS_JOBID= 20628305
Free space on /tmp= 61584 MiB

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

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

MD5SUM BENCH= 5b8b55291fe9e5b80fbbe778e95d2a5c
RANDOM SEED=161443353

node148.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.19
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.19
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.19
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.19
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:        20539404 kB
MemAvailable:   23651504 kB
Buffers:          193920 kB
Cached:          3207296 kB
SwapCached:            0 kB
Active:          9096528 kB
Inactive:        2682932 kB
Active(anon):    8329240 kB
Inactive(anon):    76916 kB
Active(file):     767288 kB
Inactive(file):  2606016 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1704 kB
Writeback:             4 kB
AnonPages:       8384124 kB
Mapped:            55324 kB
Shmem:             25224 kB
Slab:             136148 kB
SReclaimable:     109264 kB
SUnreclaim:        26884 kB
KernelStack:        3536 kB
PageTables:        21704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8101888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 13:50:37