Trace number 4289861

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 2018-07-11? 1842.5 508.011

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-02_c18.xml
MD5SUM7549aa093fe24285400bc63faca9f795
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark2.9696
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size478
Distribution of domain sizes[{"size":1,"count":1},{"size":478,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":37},{"degree":4,"count":20},{"degree":5,"count":34},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":138},{"arity":16,"count":1},{"arity":19,"count":1},{"arity":23,"count":1},{"arity":32,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1540.08/427.35	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1540.08/427.35		at java.util.Arrays.copyOfRange(Arrays.java:3664)
1540.08/427.35		at java.lang.String.<init>(String.java:207)
1540.08/427.35		at java.lang.StringBuilder.toString(StringBuilder.java:407)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:695)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1540.08/427.35		at java.lang.Throwable.printStackTrace(Throwable.java:667)
1540.08/427.35		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1540.08/427.35		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1540.08/427.35		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1591.63/441.14		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1591.63/441.14		at java.util.logging.Logger.log(Logger.java:738)
1591.63/441.14		at java.util.logging.Logger.doLog(Logger.java:765)
1591.63/441.14		at java.util.logging.Logger.log(Logger.java:876)
1591.63/441.14		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:316)
1591.63/441.14		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1591.63/441.14		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1591.63/441.14		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1591.63/441.14		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1591.63/441.14		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1675.74/463.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1675.74/463.78	c This is free software under the dual EPL/GNU LGPL licenses.
1675.74/463.78	c See www.sat4j.org for details.
1675.74/463.78	c That software uses the Rhino library from the Mozilla project.
1675.74/463.78	c version 2.3.6-SNAPSHOT
1675.74/463.78	c java.runtime.name	Java(TM) SE Runtime Environment
1675.74/463.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1675.74/463.78	c java.vm.version	25.131-b11
1675.74/463.78	c java.vm.vendor	Oracle Corporation
1675.74/463.78	c sun.arch.data.model	64
1675.74/463.78	c java.version		1.8.0_131
1675.74/463.78	c os.name		Linux
1675.74/463.78	c os.version		3.10.0-514.16.1.el7.x86_64
1675.74/463.78	c os.arch		amd64
1675.74/463.78	c Free memory 		499604488
1675.74/463.78	c Max memory 		7247757312
1675.74/463.78	c Total memory 		504889344
1675.74/463.78	c Number of processors 	4
1675.74/463.78	c c --- Begin Solver configuration ---
1675.74/463.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1675.74/463.78	c Learn all clauses as in MiniSAT
1675.74/463.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1675.74/463.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1675.74/463.78	c No reason simplification
1675.74/463.78	c Glucose 2.1 dynamic restart strategy
1675.74/463.78	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
1675.74/463.78	c timeout=2147483s
1675.74/463.78	c DB Simplification allowed=false
1675.74/463.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1675.74/463.78	c --- End Solver configuration ---
1743.31/481.76	c starts		: 0
1743.31/481.76	Exception in thread "Thread-1" c conflicts		: 0
1771.95/489.23	c decisions		: 0
1771.95/489.23	c propagations		: 0
1771.95/489.23	c inspects		: 0
1771.95/489.23	c shortcuts		: 0
1771.95/489.23	c learnt literals	: 0
1771.95/489.23	c learnt binary clauses	: 0
1798.91/496.29	java.lang.OutOfMemoryError: GC overhead limit exceeded
1798.91/496.29		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1798.91/496.29	c learnt ternary clauses	: 0
1798.91/496.29		at java.util.Hashtable.keys(Hashtable.java:257)
1798.91/496.29		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1798.91/496.29		at java.util.logging.LogManager.reset(LogManager.java:1327)
1798.91/496.29		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1842.39/507.96	c learnt constraints	: 0
1842.39/507.96	c ignored constraints	: 0
1842.39/507.96	c root simplifications	: 0
1842.39/507.96	c removed literals (reason simplification)	: 0
1842.39/507.96	c reason swapping (by a shorter reason)	: 0
1842.39/507.96	c Calls to reduceDB	: 0
1842.39/507.96	c Number of update (reduction) of LBD	: 0
1842.39/507.96	c Imported unit clauses	: 0
1842.39/507.96	c number of reductions to clauses (during analyze)	: 0
1842.39/507.96	c number of learned constraints concerned by reduction	: 0
1842.39/507.96	c number of learning phase by resolution	: 0
1842.39/507.96	c number of learning phase by cutting planes	: 0
1842.39/507.96	c number of rounding to 1 operations	: 0
1842.39/507.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1842.39/507.96	c number of reductions of the coefficients by power 2 	: 0
1842.39/507.96	c number of right shift for reduction by power 2 	: 0
1842.39/507.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
1842.39/507.96	c number of ending skipping 	: 0
1842.39/507.96	c number of internal skipping 	: 0
1842.39/507.96	c number of derivation steps 	: 0
1842.39/507.96	c number of skipped derivation steps 	: 0
1842.39/507.96	c number of remaining unassigned 	: 0
1842.39/507.96	c number of remaining assigned 	: 0
1842.39/507.96	c speed (assignments/second)	: 0.0
1842.39/507.96	c non guided choices	: 0
1842.39/507.96	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7258 MiB free)
  memory of node 1: 16384 MiB (11955 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289861-1532219821/watcher-4289861-1532219821 -o /tmp/evaluation-result-4289861-1532219821/solver-4289861-1532219821 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28181 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289861-1532219821.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29831, runsolver pid=29828

[startup+0.100078 s]*
/proc/loadavg: 2.00 2.01 2.06 3/219 29846
/proc/meminfo: memFree=19657608/32770624 swapFree=67108860/67108860
[pid=29831] ppid=29828 vsize=10659012 memory=30276 CPUtime=0.12 cores=0,2,4,6
/proc/29831/stat : 29831 (java) S 29828 29831 25837 0 -1 1077944320 6633 0 0 0 11 1 0 0 20 0 15 0 39545320 10914828288 7569 33554432000 4194304 4196468 140723490177328 140723490159872 139715996696311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
/proc/29831/statm: 2664753 7569 2823 1 0 2627263 0
[pid=29831/tid=29833] ppid=29828 vsize=10659012 memory=-8773748148829982337 CPUtime=0.09 cores=0,2,4,6
/proc/29831/task/29833/stat : 29833 (java) R 29828 29831 25837 0 -1 4202560 4471 0 0 0 8 1 0 0 20 0 15 0 39545320 10914828288 7569 33554432000 4194304 4196468 140723490177328 139716000917440 139715996708246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545321 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715603568912 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10659012 memory=140261081810560 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545321 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715602516368 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545321 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715601463824 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545321 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715600411280 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10659012 memory=140261081810560 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545322 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715556510192 139715996707458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29839] ppid=29828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29839/stat : 29839 (java) S 29828 29831 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39545323 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715487458720 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29840] ppid=29828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29840/stat : 29840 (java) S 29828 29831 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39545323 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715486406128 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29841] ppid=29828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29841/stat : 29841 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715485354704 139715996714907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29842] ppid=29828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29842/stat : 29842 (java) S 29828 29831 25837 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 39545325 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715484301296 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29843] ppid=29828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29843/stat : 29843 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715483248752 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29844] ppid=29828 vsize=10659012 memory=140261081810560 CPUtime=0.02 cores=0,2,4,6
/proc/29831/task/29844/stat : 29844 (java) R 29828 29831 25837 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 39545325 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715482196208 139715996708246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29845] ppid=29828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29845/stat : 29845 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715481143904 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29846] ppid=29828 vsize=10659012 memory=140261081810560 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29846/stat : 29846 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545326 10914828288 7569 33554432000 4194304 4196468 140723490177328 139715480091440 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30276 KiB

[startup+0.210773 s]*
/proc/loadavg: 2.00 2.01 2.06 4/219 29846
/proc/meminfo: memFree=19646384/32770624 swapFree=67108860/67108860
[pid=29831] ppid=29828 vsize=10659012 memory=42244 CPUtime=0.33 cores=0,2,4,6
/proc/29831/stat : 29831 (java) S 29828 29831 25837 0 -1 1077944320 8147 0 0 0 31 2 0 0 20 0 15 0 39545320 10914828288 10561 33554432000 4194304 4196468 140723490177328 140723490159872 139715996696311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
/proc/29831/statm: 2664753 10561 3004 1 0 2627263 0
[pid=29831/tid=29833] ppid=29828 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29831/task/29833/stat : 29833 (java) R 29828 29831 25837 0 -1 4202560 5053 0 0 0 19 1 0 0 20 0 15 0 39545320 10914828288 10561 33554432000 4194304 4196468 140723490177328 139716000932592 139715980739941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545321 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715603568912 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10659012 memory=3546500900031366816 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545321 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715602516368 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545321 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715601463824 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545321 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715600411280 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10659012 memory=140261081810560 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545322 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715556510192 139715996707458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29839] ppid=29828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29839/stat : 29839 (java) S 29828 29831 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39545323 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715487458720 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29840] ppid=29828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29840/stat : 29840 (java) S 29828 29831 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39545323 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715486406128 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29841] ppid=29828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29841/stat : 29841 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715485354704 139715996714907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29842] ppid=29828 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29831/task/29842/stat : 29842 (java) S 29828 29831 25837 0 -1 1077944384 780 0 0 0 2 0 0 0 20 0 15 0 39545325 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715484301296 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29843] ppid=29828 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29831/task/29843/stat : 29843 (java) S 29828 29831 25837 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 39545325 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715483248752 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29844] ppid=29828 vsize=10659012 memory=140261081810560 CPUtime=0.07 cores=0,2,4,6
/proc/29831/task/29844/stat : 29844 (java) R 29828 29831 25837 0 -1 4202560 741 0 0 0 7 0 0 0 20 0 15 0 39545325 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715482196208 139715988933438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29845] ppid=29828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29845/stat : 29845 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715481143904 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29846] ppid=29828 vsize=10659012 memory=140261081810560 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29846/stat : 29846 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545326 10914828288 10561 33554432000 4194304 4196468 140723490177328 139715480091440 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42244 KiB

[startup+0.310547 s]*
/proc/loadavg: 2.00 2.01 2.06 4/219 29846
/proc/meminfo: memFree=19639436/32770624 swapFree=67108860/67108860
[pid=29831] ppid=29828 vsize=10659088 memory=47592 CPUtime=0.52 cores=0,2,4,6
/proc/29831/stat : 29831 (java) S 29828 29831 25837 0 -1 1077944320 8953 0 0 0 50 2 0 0 20 0 15 0 39545320 10914906112 11898 33554432000 4194304 4196468 140723490177328 140723490159872 139715996696311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
/proc/29831/statm: 2664772 11898 3048 1 0 2627263 0
[pid=29831/tid=29833] ppid=29828 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/29831/task/29833/stat : 29833 (java) R 29828 29831 25837 0 -1 4202560 5660 0 0 0 28 2 0 0 20 0 15 0 39545320 10914906112 11898 33554432000 4194304 4196468 140723490177328 139716000930560 139715996708246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10659088 memory=4294982659 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545321 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715603568912 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10659088 memory=3834735669934622368 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545321 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715602516368 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545321 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715601463824 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545321 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715600411280 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10659088 memory=140261081810560 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) S 29828 29831 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545322 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715556510192 139715996707458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29839] ppid=29828 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29839/stat : 29839 (java) S 29828 29831 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39545323 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715487458720 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29840] ppid=29828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29840/stat : 29840 (java) S 29828 29831 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39545323 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715486406128 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29841] ppid=29828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29841/stat : 29841 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715485354704 139715996714907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29842] ppid=29828 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/29831/task/29842/stat : 29842 (java) S 29828 29831 25837 0 -1 1077944384 867 0 0 0 5 0 0 0 20 0 15 0 39545325 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715484301296 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29843] ppid=29828 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/29831/task/29843/stat : 29843 (java) S 29828 29831 25837 0 -1 1077944384 238 0 0 0 3 0 0 0 20 0 15 0 39545325 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715483248752 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29844] ppid=29828 vsize=10659088 memory=140261081810560 CPUtime=0.12 cores=0,2,4,6
/proc/29831/task/29844/stat : 29844 (java) R 29828 29831 25837 0 -1 4202560 819 0 0 0 12 0 0 0 20 0 15 0 39545325 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715482196208 139715996708246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29845] ppid=29828 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29845/stat : 29845 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715481143904 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29846] ppid=29828 vsize=10659088 memory=140261081810560 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29846/stat : 29846 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545326 10914906112 11898 33554432000 4194304 4196468 140723490177328 139715480091440 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47592 KiB

[startup+0.702138 s]
/proc/loadavg: 2.00 2.01 2.06 5/219 29846
/proc/meminfo: memFree=19578804/32770624 swapFree=67108860/67108860
[pid=29831] ppid=29828 vsize=10659088 memory=230148 CPUtime=1.63 cores=0,2,4,6
/proc/29831/stat : 29831 (java) S 29828 29831 25837 0 -1 1077944320 12510 0 0 0 151 12 0 0 20 0 15 0 39545320 10914906112 57537 33554432000 4194304 4196468 140723490177328 140723490159872 139715996696311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
/proc/29831/statm: 2664772 57537 3114 1 0 2627263 0
[pid=29831/tid=29833] ppid=29828 vsize=10659088 memory=268414182524909 CPUtime=0.62 cores=0,2,4,6
/proc/29831/task/29833/stat : 29833 (java) R 29828 29831 25837 0 -1 4202560 6071 0 0 0 58 4 0 0 20 0 15 0 39545320 10914906112 57537 33554432000 4194304 4196468 140723490177328 139716000929872 139715636594679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10659088 memory=175223 CPUtime=0.04 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) S 29828 29831 25837 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 15 0 39545321 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715603568912 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) S 29828 29831 25837 0 -1 1077944384 20 0 0 0 3 1 0 0 20 0 15 0 39545321 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715602516368 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) S 29828 29831 25837 0 -1 1077944384 36 0 0 0 3 2 0 0 20 0 15 0 39545321 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715601463824 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10659088 memory=7809523229951467568 CPUtime=0.04 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) S 29828 29831 25837 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 15 0 39545321 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715600411280 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) S 29828 29831 25837 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39545322 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715556510192 139715996707458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29839] ppid=29828 vsize=10659088 memory=-6579862990970054244 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29839/stat : 29839 (java) S 29828 29831 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39545323 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715487458720 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29840] ppid=29828 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29840/stat : 29840 (java) S 29828 29831 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39545323 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715486406128 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29841] ppid=29828 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29841/stat : 29841 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715485354704 139715996714907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29842] ppid=29828 vsize=10659088 memory=6944652177228980320 CPUtime=0.28 cores=0,2,4,6
/proc/29831/task/29842/stat : 29842 (java) R 29828 29831 25837 0 -1 4202560 2150 0 0 0 28 0 0 0 20 0 15 0 39545325 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715484287320 139715975942159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29843] ppid=29828 vsize=10659088 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/29831/task/29843/stat : 29843 (java) R 29828 29831 25837 0 -1 4202560 1361 0 0 0 25 0 0 0 20 0 15 0 39545325 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715483235472 139715980107197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29844] ppid=29828 vsize=10659088 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/29831/task/29844/stat : 29844 (java) S 29828 29831 25837 0 -1 1077944384 1357 0 0 0 23 0 0 0 20 0 15 0 39545325 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715482196208 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29845] ppid=29828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29845/stat : 29845 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545325 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715481143904 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29846] ppid=29828 vsize=10659088 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29846/stat : 29846 (java) S 29828 29831 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545326 10914906112 57537 33554432000 4194304 4196468 140723490177328 139715480091440 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 230148 KiB

[startup+1.50314 s]
/proc/loadavg: 2.24 2.06 2.08 3/219 29846
/proc/meminfo: memFree=19364308/32770624 swapFree=67108860/67108860
[pid=29831] ppid=29828 vsize=10659088 memory=613968 CPUtime=3.69 cores=0,2,4,6
/proc/29831/stat : 29831 (java) S 29828 29831 25837 0 -1 1077944320 14064 0 0 0 322 47 0 0 20 0 15 0 39545320 10914906112 153492 33554432000 4194304 4196468 140723490177328 140723490159872 139715996696311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
/proc/29831/statm: 2664772 153492 3136 1 0 2627263 0
[pid=29831/tid=29833] ppid=29828 vsize=10659088 memory=3303 CPUtime=1.07 cores=0,2,4,6
/proc/29831/task/29833/stat : 29833 (java) S 29828 29831 25837 0 -1 1077944384 6162 0 0 0 102 5 0 0 20 0 15 0 39545320 10914906112 153492 33554432000 4194304 4196468 140723490177328 139716000933376 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10659088 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) R 29828 29831 25837 0 -1 4202560 314 0 0 0 30 10 0 0 20 0 15 0 39545321 10914906112 153492 33554432000 4194304 4196468 140723490177328 139715603569112 139715978292720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10659088 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) R 29828 29831 25837 0 -1 4202560 259 0 0 0 29 9 0 0 20 0 15 0 39545321 10914906112 153492 33554432000 4194304 4196468 140723490177328 139715602516256 139715981394086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10659088 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) R 29828 29831 25837 0 -1 4202560 548 0 0 0 29 10 0 0 20 0 15 0 39545321 10914906112 153492 33554432000 4194304 4196468 140723490177328 139715601464024 139715981394086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10659088 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) R 29828 29831 25837 0 -1 4202560 255 0 0 0 30 9 0 0 20 0 15 0 39545321 10914906112 153492 33554432000 4194304 4196468 140723490177328 139715600411480 139715978292734 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) S 29828 29831 25837 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 39545322 10914906112 153492 33554432000 4194304 4196468 140723490177328 139715556508512 139715996706517 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0

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

/proc/29831/task/29833/stat : 29833 (java) S 29828 29831 25837 0 -1 1077944384 15698 0 0 0 1584 9 0 0 20 0 16 0 39545320 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139716000936992 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10794264 memory=1292 CPUtime=441.86 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) R 29828 29831 25837 0 -1 4202560 29620 0 0 0 43965 221 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715603568912 139715981685954 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10794264 memory=2444 CPUtime=440.78 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) R 29828 29831 25837 0 -1 4202560 31703 0 0 0 43848 230 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715602516488 139715989324519 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10794264 memory=1728 CPUtime=441.77 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) R 29828 29831 25837 0 -1 4202560 22426 0 0 0 43958 219 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715601463632 139715989324519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10794264 memory=1948 CPUtime=442.7 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) R 29828 29831 25837 0 -1 4202560 32527 0 0 0 44055 215 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715600411088 139715989324519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10794264 memory=1224 CPUtime=37.02 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) S 29828 29831 25837 0 -1 1077944384 89907 0 0 0 3697 5 0 0 20 0 16 0 39545322 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715556508736 139715996706517 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29839] ppid=29828 vsize=10794264 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29839/stat : 29839 (java) S 29828 29831 25837 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 39545323 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715487458784 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29840] ppid=29828 vsize=10794264 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29840/stat : 29840 (java) S 29828 29831 25837 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39545323 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715486406144 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29841] ppid=29828 vsize=10794264 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29841/stat : 29841 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715485354704 139715996714907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29842] ppid=29828 vsize=10794264 memory=8380 CPUtime=1.03 cores=0,2,4,6
/proc/29831/task/29842/stat : 29842 (java) S 29828 29831 25837 0 -1 1077944384 7397 0 0 0 102 1 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715484301344 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29843] ppid=29828 vsize=10794264 memory=6791534058613427641 CPUtime=1.08 cores=0,2,4,6
/proc/29831/task/29843/stat : 29843 (java) S 29828 29831 25837 0 -1 1077944384 7362 0 0 0 108 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715483248512 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29844] ppid=29828 vsize=10794264 memory=6791534058613427641 CPUtime=0.39 cores=0,2,4,6
/proc/29831/task/29844/stat : 29844 (java) S 29828 29831 25837 0 -1 1077944384 3585 0 0 0 38 1 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715482192080 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29845] ppid=29828 vsize=10794264 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29845/stat : 29845 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715481143904 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29846] ppid=29828 vsize=10794264 memory=3224 CPUtime=0.31 cores=0,2,4,6
/proc/29831/task/29846/stat : 29846 (java) S 29828 29831 25837 0 -1 1077944384 679 0 0 0 17 14 0 0 20 0 16 0 39545326 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715480091440 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29862] ppid=29828 vsize=10794264 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29862/stat : 29862 (java) S 29828 29831 25837 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39589435 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715476938736 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
Current children cumulated CPU time: 1822.95 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8295008 KiB

[startup+505.601 s]
/proc/loadavg: 4.77 4.12 3.06 6/220 29864
/proc/meminfo: memFree=11301768/32770624 swapFree=67108860/67108860
[pid=29831] ppid=29828 vsize=10794264 memory=8295008 CPUtime=1835.35 cores=0,2,4,6
/proc/29831/stat : 29831 (java) S 29828 29831 25837 0 -1 1077944320 243476 0 0 0 182622 913 0 0 20 0 16 0 39545320 11053326336 2073752 33554432000 4194304 4196468 140723490177328 140723490159872 139715996696311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
/proc/29831/statm: 2698566 2073752 3179 1 0 2661057 0
[pid=29831/tid=29833] ppid=29828 vsize=10794264 memory=8295008 CPUtime=15.93 cores=0,2,4,6
/proc/29831/task/29833/stat : 29833 (java) S 29828 29831 25837 0 -1 1077944384 15698 0 0 0 1584 9 0 0 20 0 16 0 39545320 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139716000936992 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10794264 memory=14076 CPUtime=445.06 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) R 29828 29831 25837 0 -1 4202560 30535 0 0 0 44285 221 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715603569112 139715981692735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10794264 memory=1728 CPUtime=443.83 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) R 29828 29831 25837 0 -1 4202560 31703 0 0 0 44152 231 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715602516176 139715989324519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10794264 memory=1948 CPUtime=444.83 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) R 29828 29831 25837 0 -1 4202560 22426 0 0 0 44263 220 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715601463944 139715989324519 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10794264 memory=1224 CPUtime=445.77 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) R 29828 29831 25837 0 -1 4202560 32527 0 0 0 44360 217 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715600411088 139715989324519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10794264 memory=8295008 CPUtime=37.02 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) S 29828 29831 25837 0 -1 1077944384 89907 0 0 0 3697 5 0 0 20 0 16 0 39545322 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715556508736 139715996706517 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29839] ppid=29828 vsize=10794264 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29839/stat : 29839 (java) S 29828 29831 25837 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 39545323 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715487458784 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29840] ppid=29828 vsize=10794264 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29840/stat : 29840 (java) S 29828 29831 25837 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39545323 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715486406144 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29841] ppid=29828 vsize=10794264 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29841/stat : 29841 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715485354704 139715996714907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29842] ppid=29828 vsize=10794264 memory=1704 CPUtime=1.03 cores=0,2,4,6
/proc/29831/task/29842/stat : 29842 (java) S 29828 29831 25837 0 -1 1077944384 7397 0 0 0 102 1 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715484301344 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29843] ppid=29828 vsize=10794264 memory=1424 CPUtime=1.08 cores=0,2,4,6
/proc/29831/task/29843/stat : 29843 (java) S 29828 29831 25837 0 -1 1077944384 7362 0 0 0 108 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715483248512 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29844] ppid=29828 vsize=10794264 memory=1704 CPUtime=0.39 cores=0,2,4,6
/proc/29831/task/29844/stat : 29844 (java) S 29828 29831 25837 0 -1 1077944384 3585 0 0 0 38 1 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715482192080 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29845] ppid=29828 vsize=10794264 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29845/stat : 29845 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715481143904 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29846] ppid=29828 vsize=10794264 memory=796 CPUtime=0.31 cores=0,2,4,6
/proc/29831/task/29846/stat : 29846 (java) S 29828 29831 25837 0 -1 1077944384 679 0 0 0 17 14 0 0 20 0 16 0 39545326 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715480091440 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29862] ppid=29828 vsize=10794264 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29862/stat : 29862 (java) S 29828 29831 25837 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39589435 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715476938736 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
Current children cumulated CPU time: 1835.35 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8295008 KiB

[startup+507.201 s]
/proc/loadavg: 4.79 4.13 3.07 5/220 29864
/proc/meminfo: memFree=11301768/32770624 swapFree=67108860/67108860
[pid=29831] ppid=29828 vsize=10794264 memory=8295008 CPUtime=1841.54 cores=0,2,4,6
/proc/29831/stat : 29831 (java) S 29828 29831 25837 0 -1 1077944320 243476 0 0 0 183240 914 0 0 20 0 16 0 39545320 11053326336 2073752 33554432000 4194304 4196468 140723490177328 140723490159872 139715996696311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
/proc/29831/statm: 2698566 2073752 3179 1 0 2661057 0
[pid=29831/tid=29833] ppid=29828 vsize=10794264 memory=1792 CPUtime=15.93 cores=0,2,4,6
/proc/29831/task/29833/stat : 29833 (java) S 29828 29831 25837 0 -1 1077944384 15698 0 0 0 1584 9 0 0 20 0 16 0 39545320 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139716000936992 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10794264 memory=6791534058613427641 CPUtime=446.66 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) R 29828 29831 25837 0 -1 4202560 30535 0 0 0 44445 221 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715603569112 139715981396072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10794264 memory=1200 CPUtime=445.37 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) R 29828 29831 25837 0 -1 4202560 31703 0 0 0 44305 232 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715602516176 139715989324519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10794264 memory=11956 CPUtime=446.35 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) R 29828 29831 25837 0 -1 4202560 22426 0 0 0 44414 221 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715601463944 139715989324519 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10794264 memory=1008 CPUtime=447.31 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) R 29828 29831 25837 0 -1 4202560 32527 0 0 0 44514 217 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715600411400 139715989324519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10794264 memory=2444 CPUtime=37.02 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) S 29828 29831 25837 0 -1 1077944384 89907 0 0 0 3697 5 0 0 20 0 16 0 39545322 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715556508736 139715996706517 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29839] ppid=29828 vsize=10794264 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29839/stat : 29839 (java) S 29828 29831 25837 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 39545323 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715487458784 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29840] ppid=29828 vsize=10794264 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29840/stat : 29840 (java) S 29828 29831 25837 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39545323 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715486406144 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29841] ppid=29828 vsize=10794264 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29841/stat : 29841 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715485354704 139715996714907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29842] ppid=29828 vsize=10794264 memory=6791534058613427641 CPUtime=1.03 cores=0,2,4,6
/proc/29831/task/29842/stat : 29842 (java) S 29828 29831 25837 0 -1 1077944384 7397 0 0 0 102 1 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715484301344 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29843] ppid=29828 vsize=10794264 memory=8295008 CPUtime=1.08 cores=0,2,4,6
/proc/29831/task/29843/stat : 29843 (java) S 29828 29831 25837 0 -1 1077944384 7362 0 0 0 108 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715483248512 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29844] ppid=29828 vsize=10794264 memory=14076 CPUtime=0.39 cores=0,2,4,6
/proc/29831/task/29844/stat : 29844 (java) S 29828 29831 25837 0 -1 1077944384 3585 0 0 0 38 1 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715482192080 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29845] ppid=29828 vsize=10794264 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29845/stat : 29845 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715481143904 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29846] ppid=29828 vsize=10794264 memory=1704 CPUtime=0.31 cores=0,2,4,6
/proc/29831/task/29846/stat : 29846 (java) S 29828 29831 25837 0 -1 1077944384 679 0 0 0 17 14 0 0 20 0 16 0 39545326 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715480091440 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29862] ppid=29828 vsize=10794264 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29862/stat : 29862 (java) S 29828 29831 25837 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39589435 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715476938736 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
Current children cumulated CPU time: 1841.54 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8295008 KiB

[startup+507.601 s]
/proc/loadavg: 4.79 4.13 3.07 5/220 29864
/proc/meminfo: memFree=11301768/32770624 swapFree=67108860/67108860
[pid=29831] ppid=29828 vsize=10794264 memory=8295008 CPUtime=1842.09 cores=0,2,4,6
/proc/29831/stat : 29831 (java) S 29828 29831 25837 0 -1 1077944320 243712 0 0 0 183295 914 0 0 20 0 16 0 39545320 11053326336 2073752 33554432000 4194304 4196468 140723490177328 140723490159872 139715996696311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
/proc/29831/statm: 2698566 2073752 3179 1 0 2661057 0
[pid=29831/tid=29833] ppid=29828 vsize=10794264 memory=8380 CPUtime=15.93 cores=0,2,4,6
/proc/29831/task/29833/stat : 29833 (java) S 29828 29831 25837 0 -1 1077944384 15698 0 0 0 1584 9 0 0 20 0 16 0 39545320 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139716000936992 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29834] ppid=29828 vsize=10794264 memory=6791534058613427641 CPUtime=446.71 cores=0,2,4,6
/proc/29831/task/29834/stat : 29834 (java) S 29828 29831 25837 0 -1 1077944384 30535 0 0 0 44450 221 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715603568912 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29835] ppid=29828 vsize=10794264 memory=840 CPUtime=445.42 cores=0,2,4,6
/proc/29831/task/29835/stat : 29835 (java) S 29828 29831 25837 0 -1 1077944384 31703 0 0 0 44310 232 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715602516368 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29836] ppid=29828 vsize=10794264 memory=1696 CPUtime=446.4 cores=0,2,4,6
/proc/29831/task/29836/stat : 29836 (java) S 29828 29831 25837 0 -1 1077944384 22426 0 0 0 44419 221 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715601463824 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29837] ppid=29828 vsize=10794264 memory=916 CPUtime=447.36 cores=0,2,4,6
/proc/29831/task/29837/stat : 29837 (java) S 29828 29831 25837 0 -1 1077944384 32527 0 0 0 44519 217 0 0 20 0 16 0 39545321 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715600411280 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29838] ppid=29828 vsize=10794264 memory=3848 CPUtime=37.37 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (java) R 29828 29831 25837 0 -1 4202560 90143 0 0 0 3732 5 0 0 20 0 16 0 39545322 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715556508624 139715981692715 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29839] ppid=29828 vsize=10794264 memory=2584 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29839/stat : 29839 (java) S 29828 29831 25837 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 39545323 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715487458784 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29840] ppid=29828 vsize=10794264 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29840/stat : 29840 (java) S 29828 29831 25837 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39545323 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715486406144 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29841] ppid=29828 vsize=10794264 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29841/stat : 29841 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715485354704 139715996714907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29842] ppid=29828 vsize=10794264 memory=1704 CPUtime=1.03 cores=0,2,4,6
/proc/29831/task/29842/stat : 29842 (java) S 29828 29831 25837 0 -1 1077944384 7397 0 0 0 102 1 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715484301344 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29843] ppid=29828 vsize=10794264 memory=1424 CPUtime=1.08 cores=0,2,4,6
/proc/29831/task/29843/stat : 29843 (java) S 29828 29831 25837 0 -1 1077944384 7362 0 0 0 108 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715483248512 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29844] ppid=29828 vsize=10794264 memory=796 CPUtime=0.39 cores=0,2,4,6
/proc/29831/task/29844/stat : 29844 (java) S 29828 29831 25837 0 -1 1077944384 3585 0 0 0 38 1 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715482192080 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29845] ppid=29828 vsize=10794264 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29845/stat : 29845 (java) S 29828 29831 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39545325 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715481143904 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29846] ppid=29828 vsize=10794264 memory=5404 CPUtime=0.31 cores=0,2,4,6
/proc/29831/task/29846/stat : 29846 (java) S 29828 29831 25837 0 -1 1077944384 679 0 0 0 17 14 0 0 20 0 16 0 39545326 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715480091440 139715996707458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
[pid=29831/tid=29862] ppid=29828 vsize=10794264 memory=3224 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29862/stat : 29862 (java) S 29828 29831 25837 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39589435 11053326336 2073752 33554432000 4194304 4196468 140723490177328 139715476938736 139715996706517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10473472 140723490186353 140723490186505 140723490186505 140723490189263 0
Current children cumulated CPU time: 1842.09 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8295008 KiB

[startup+508.001 s]*
/proc/loadavg: 4.79 4.13 3.07 3/206 29864
/proc/meminfo: memFree=19507208/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): 508.011
CPU time (s): 1842.5
CPU user time (s): 1833.31
CPU system time (s): 9.1881
CPU usage (%): 362.69
Max. virtual memory (cumulated for all children) (KiB): 10794264
Max. memory (cumulated for all children) (KiB): 8295072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1833.31
system time used= 9.1881
maximum resident set size= 8295072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36056
involuntary context switches= 20163


# summary of solver processes directly reported to runsolver:
#   pid: 29831
#   total CPU time (s): 1842.5
#   total CPU user time (s): 1833.31
#   total CPU system time (s): 9.1881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.11891 second user time and 5.08186 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 02:37:02
IDJOB=4289861
IDBENCH=141474
IDSOLVER=2742
FILE ID=node132/4289861-1532219821
RUNJOBID= node132-1532209718-28181
PBS_JOBID= 21018935
Free space on /tmp= 55128 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289861-1532219821/watcher-4289861-1532219821 -o /tmp/evaluation-result-4289861-1532219821/solver-4289861-1532219821 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28181 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289861-1532219821.xml

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

MD5SUM BENCH= 7549aa093fe24285400bc63faca9f795
RANDOM SEED=1356876509

node132.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.65
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.65
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.65
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.65
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:        19675048 kB
MemAvailable:   30522836 kB
Buffers:          228440 kB
Cached:         10772776 kB
SwapCached:            0 kB
Active:          3324708 kB
Inactive:        9145332 kB
Active(anon):    1471192 kB
Inactive(anon):    17040 kB
Active(file):    1853516 kB
Inactive(file):  9128292 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:       1569508 kB
Mapped:            47116 kB
Shmem:             17056 kB
Slab:             322008 kB
SReclaimable:     294440 kB
SUnreclaim:        27568 kB
KernelStack:        3920 kB
PageTables:         8296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3180472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1318912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55128 MiB
End job on node132 at 2018-07-22 02:45:30