Trace number 4289862

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? 1654.38 456.989

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-03_c18.xml
MD5SUMecfa46aa6dcbda2e31280fbe487bc54f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark5.05836
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size459
Distribution of domain sizes[{"size":1,"count":1},{"size":459,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":25},{"degree":5,"count":30},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":138},{"arity":14,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":29,"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

1520.56/421.02	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1520.56/421.02		at java.util.Arrays.copyOf(Arrays.java:3332)
1520.56/421.02		at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
1520.56/421.02		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
1520.56/421.02		at java.lang.StringBuilder.append(StringBuilder.java:136)
1520.56/421.02		at java.lang.StringBuilder.append(StringBuilder.java:131)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:697)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1520.56/421.02		at java.lang.Throwable.printStackTrace(Throwable.java:667)
1520.56/421.02		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1520.56/421.02		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1520.56/421.02		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1571.77/434.72		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1571.77/434.72		at java.util.logging.Logger.log(Logger.java:738)
1571.77/434.72		at java.util.logging.Logger.doLog(Logger.java:765)
1571.77/434.72		at java.util.logging.Logger.log(Logger.java:876)
1571.77/434.72		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:316)
1571.77/434.72		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1654.28/456.95	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1654.28/456.95	c This is free software under the dual EPL/GNU LGPL licenses.
1654.28/456.95	c See www.sat4j.org for details.
1654.28/456.95	c That software uses the Rhino library from the Mozilla project.
1654.28/456.95	c version 2.3.6-SNAPSHOT
1654.28/456.95	c java.runtime.name	Java(TM) SE Runtime Environment
1654.28/456.95	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1654.28/456.95	c java.vm.version	25.131-b11
1654.28/456.95	c java.vm.vendor	Oracle Corporation
1654.28/456.95	c sun.arch.data.model	64
1654.28/456.95	c java.version		1.8.0_131
1654.28/456.95	c os.name		Linux
1654.28/456.95	c os.version		3.10.0-514.16.1.el7.x86_64
1654.28/456.95	c os.arch		amd64
1654.28/456.95	c Free memory 		499604488
1654.28/456.95	c Max memory 		7247757312
1654.28/456.95	c Total memory 		504889344
1654.28/456.95	c Number of processors 	4
1654.28/456.95	c c --- Begin Solver configuration ---
1654.28/456.95	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1654.28/456.95	c Learn all clauses as in MiniSAT
1654.28/456.95	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1654.28/456.95	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1654.28/456.95	c No reason simplification
1654.28/456.95	c Glucose 2.1 dynamic restart strategy
1654.28/456.95	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
1654.28/456.95	c timeout=2147483s
1654.28/456.95	c DB Simplification allowed=false
1654.28/456.95	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1654.28/456.95	c --- End Solver configuration ---
1654.28/456.95	c starts		: 0
1654.28/456.95	c conflicts		: 0
1654.28/456.95	c decisions		: 0
1654.28/456.95	c propagations		: 0
1654.28/456.95	c inspects		: 0
1654.28/456.95	c shortcuts		: 0
1654.28/456.95	c learnt literals	: 0
1654.28/456.95	c learnt binary clauses	: 0
1654.28/456.95	c learnt ternary clauses	: 0
1654.28/456.95	c learnt constraints	: 0
1654.28/456.95	c ignored constraints	: 0
1654.28/456.95	c root simplifications	: 0
1654.28/456.95	c removed literals (reason simplification)	: 0
1654.28/456.95	c reason swapping (by a shorter reason)	: 0
1654.28/456.95	c Calls to reduceDB	: 0
1654.28/456.95	c Number of update (reduction) of LBD	: 0
1654.28/456.95	c Imported unit clauses	: 0
1654.28/456.95	c number of reductions to clauses (during analyze)	: 0
1654.28/456.95	c number of learned constraints concerned by reduction	: 0
1654.28/456.95	c number of learning phase by resolution	: 0
1654.28/456.95	c number of learning phase by cutting planes	: 0
1654.28/456.95	c number of rounding to 1 operations	: 0
1654.28/456.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1654.28/456.95	c number of reductions of the coefficients by power 2 	: 0
1654.28/456.95	c number of right shift for reduction by power 2 	: 0
1654.28/456.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
1654.28/456.95	c number of ending skipping 	: 0
1654.28/456.95	c number of internal skipping 	: 0
1654.28/456.95	c number of derivation steps 	: 0
1654.28/456.95	c number of skipped derivation steps 	: 0
1654.28/456.95	c number of remaining unassigned 	: 0
1654.28/456.95	c number of remaining assigned 	: 0
1654.28/456.95	c speed (assignments/second)	: 0.0
1654.28/456.95	c non guided choices	: 0
1654.28/456.95	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 (4882 MiB free)
  memory of node 1: 16384 MiB (10522 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289862-1532219826/watcher-4289862-1532219826 -o /tmp/evaluation-result-4289862-1532219826/solver-4289862-1532219826 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289862-1532219826.xml 

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

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=29794, runsolver pid=29791

[startup+0.100061 s]*
/proc/loadavg: 2.14 2.05 2.15 7/215 29809
/proc/meminfo: memFree=15759620/32770624 swapFree=67108860/67108860
[pid=29794] ppid=29791 vsize=10659012 memory=28512 CPUtime=0.13 cores=1,3,5,7
/proc/29794/stat : 29794 (java) S 29791 29794 25105 0 -1 1077944320 6758 0 0 0 11 2 0 0 20 0 15 0 39545780 10914828288 7128 33554432000 4194304 4196468 140732328564592 140732328547136 140275274317559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
/proc/29794/statm: 2664753 7128 2809 1 0 2627263 0
[pid=29794/tid=29796] ppid=29791 vsize=10659012 memory=-8197568871503271038 CPUtime=0.09 cores=1,3,5,7
/proc/29794/task/29796/stat : 29796 (java) R 29791 29794 25105 0 -1 4202560 4544 0 0 0 8 1 0 0 20 0 15 0 39545781 10914828288 7128 33554432000 4194304 4196468 140732328564592 140275278522224 140275274339485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29797] ppid=29791 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914828288 7128 33554432000 4194304 4196468 140732328564592 140275244030864 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10659012 memory=140151124670080 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274880088848 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274879036560 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274877983760 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10659012 memory=140151124670080 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545783 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274579277936 140275274328706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29802] ppid=29791 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29802/stat : 29802 (java) S 29791 29794 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39545783 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274578223904 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29803] ppid=29791 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29803/stat : 29803 (java) S 29791 29794 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39545783 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274577171568 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29804] ppid=29791 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29804/stat : 29804 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274576119888 140275274336155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29805] ppid=29791 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29805/stat : 29805 (java) S 29791 29794 25105 0 -1 1077944384 456 0 0 0 0 0 0 0 20 0 15 0 39545786 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274575067760 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29806] ppid=29791 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29806/stat : 29806 (java) R 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274574014960 140275274328706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29807] ppid=29791 vsize=10659012 memory=140151124670080 CPUtime=0.02 cores=1,3,5,7
/proc/29794/task/29807/stat : 29807 (java) R 29791 29794 25105 0 -1 4202560 385 0 0 0 2 0 0 0 20 0 15 0 39545786 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274572962672 140275274338906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29808] ppid=29791 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29808/stat : 29808 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274504297440 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29809] ppid=29791 vsize=10659012 memory=140151124670080 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29809/stat : 29809 (java) S 29791 29794 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545786 10914828288 7128 33554432000 4194304 4196468 140732328564592 140274503244208 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28512 KiB

[startup+0.210507 s]*
/proc/loadavg: 2.14 2.05 2.15 6/215 29809
/proc/meminfo: memFree=15747340/32770624 swapFree=67108860/67108860
[pid=29794] ppid=29791 vsize=10659012 memory=40892 CPUtime=0.33 cores=1,3,5,7
/proc/29794/stat : 29794 (java) S 29791 29794 25105 0 -1 1077944320 8317 0 0 0 31 2 0 0 20 0 15 0 39545780 10914828288 10223 33554432000 4194304 4196468 140732328564592 140732328547136 140275274317559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
/proc/29794/statm: 2664753 10223 3009 1 0 2627263 0
[pid=29794/tid=29796] ppid=29791 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29794/task/29796/stat : 29796 (java) R 29791 29794 25105 0 -1 4202560 5089 0 0 0 18 1 0 0 20 0 15 0 39545781 10914828288 10223 33554432000 4194304 4196468 140732328564592 140275278553840 140275274338906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29797] ppid=29791 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914828288 10223 33554432000 4194304 4196468 140732328564592 140275244030864 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10659012 memory=140151124875679 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274880088848 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274879036560 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274877983760 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10659012 memory=140151124670080 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545783 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274579277936 140275274328706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29802] ppid=29791 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29802/stat : 29802 (java) S 29791 29794 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39545783 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274578223904 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29803] ppid=29791 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29803/stat : 29803 (java) S 29791 29794 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39545783 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274577171568 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29804] ppid=29791 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29804/stat : 29804 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274576119888 140275274336155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29805] ppid=29791 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29794/task/29805/stat : 29805 (java) S 29791 29794 25105 0 -1 1077944384 731 0 0 0 2 0 0 0 20 0 15 0 39545786 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274575067760 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29806] ppid=29791 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29794/task/29806/stat : 29806 (java) S 29791 29794 25105 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 15 0 39545786 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274574014960 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29807] ppid=29791 vsize=10659012 memory=140151124670080 CPUtime=0.07 cores=1,3,5,7
/proc/29794/task/29807/stat : 29807 (java) R 29791 29794 25105 0 -1 4202560 866 0 0 0 7 0 0 0 20 0 15 0 39545786 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274572962672 140275253273173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29808] ppid=29791 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29808/stat : 29808 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274504297440 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29809] ppid=29791 vsize=10659012 memory=140151124670080 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29809/stat : 29809 (java) S 29791 29794 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545786 10914828288 10223 33554432000 4194304 4196468 140732328564592 140274503244208 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40892 KiB

[startup+0.310323 s]*
/proc/loadavg: 2.14 2.05 2.15 6/215 29809
/proc/meminfo: memFree=15739896/32770624 swapFree=67108860/67108860
[pid=29794] ppid=29791 vsize=10659088 memory=46524 CPUtime=0.53 cores=1,3,5,7
/proc/29794/stat : 29794 (java) S 29791 29794 25105 0 -1 1077944320 9234 0 0 0 50 3 0 0 20 0 15 0 39545780 10914906112 11631 33554432000 4194304 4196468 140732328564592 140732328547136 140275274317559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
/proc/29794/statm: 2664772 11631 3047 1 0 2627263 0
[pid=29794/tid=29796] ppid=29791 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29794/task/29796/stat : 29796 (java) R 29791 29794 25105 0 -1 4202560 5706 0 0 0 28 2 0 0 20 0 15 0 39545781 10914906112 11631 33554432000 4194304 4196468 140732328564592 140275278553456 140275274329494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29797] ppid=29791 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914906112 11631 33554432000 4194304 4196468 140732328564592 140275244030864 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10659088 memory=140151124874015 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274880088848 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274879036560 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545781 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274877983760 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10659088 memory=140151124670080 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) S 29791 29794 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39545783 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274579277936 140275274328706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29802] ppid=29791 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29802/stat : 29802 (java) S 29791 29794 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39545783 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274578223904 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29803] ppid=29791 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29803/stat : 29803 (java) S 29791 29794 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39545783 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274577171568 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29804] ppid=29791 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29804/stat : 29804 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274576119888 140275274336155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29805] ppid=29791 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29794/task/29805/stat : 29805 (java) S 29791 29794 25105 0 -1 1077944384 772 0 0 0 4 0 0 0 20 0 15 0 39545786 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274575067760 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29806] ppid=29791 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29794/task/29806/stat : 29806 (java) S 29791 29794 25105 0 -1 1077944384 373 0 0 0 4 0 0 0 20 0 15 0 39545786 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274574014960 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29807] ppid=29791 vsize=10659088 memory=140151124670080 CPUtime=0.12 cores=1,3,5,7
/proc/29794/task/29807/stat : 29807 (java) R 29791 29794 25105 0 -1 4202560 1012 0 0 0 12 0 0 0 20 0 15 0 39545786 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274572962672 140275260453499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29808] ppid=29791 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29808/stat : 29808 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274504297440 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29809] ppid=29791 vsize=10659088 memory=140151124670080 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29809/stat : 29809 (java) S 29791 29794 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545786 10914906112 11631 33554432000 4194304 4196468 140732328564592 140274503244208 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46524 KiB

[startup+0.700756 s]
/proc/loadavg: 2.14 2.05 2.15 8/215 29809
/proc/meminfo: memFree=15683052/32770624 swapFree=67108860/67108860
[pid=29794] ppid=29791 vsize=10659088 memory=230680 CPUtime=1.57 cores=1,3,5,7
/proc/29794/stat : 29794 (java) S 29791 29794 25105 0 -1 1077944320 12164 0 0 0 146 11 0 0 20 0 15 0 39545780 10914906112 57670 33554432000 4194304 4196468 140732328564592 140732328547136 140275274317559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
/proc/29794/statm: 2664772 57670 3116 1 0 2627263 0
[pid=29794/tid=29796] ppid=29791 vsize=10659088 memory=1728 CPUtime=0.61 cores=1,3,5,7
/proc/29794/task/29796/stat : 29796 (java) R 29791 29794 25105 0 -1 4202560 6110 0 0 0 58 3 0 0 20 0 15 0 39545781 10914906112 57670 33554432000 4194304 4196468 140732328564592 140275278551168 140274913522904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29797] ppid=29791 vsize=10659088 memory=1700 CPUtime=0.05 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) S 29791 29794 25105 0 -1 1077944384 29 0 0 0 4 1 0 0 20 0 15 0 39545781 10914906112 57670 33554432000 4194304 4196468 140732328564592 140275244030864 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10659088 memory=796 CPUtime=0.05 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) S 29791 29794 25105 0 -1 1077944384 36 0 0 0 4 1 0 0 20 0 15 0 39545781 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274880088848 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10659088 memory=5408 CPUtime=0.05 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) S 29791 29794 25105 0 -1 1077944384 41 0 0 0 4 1 0 0 20 0 15 0 39545781 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274879036560 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10659088 memory=1008 CPUtime=0.05 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) S 29791 29794 25105 0 -1 1077944384 35 0 0 0 4 1 0 0 20 0 15 0 39545781 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274877983760 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10659088 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) S 29791 29794 25105 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39545783 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274579277936 140275274328706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29802] ppid=29791 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29802/stat : 29802 (java) S 29791 29794 25105 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39545783 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274578223904 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29803] ppid=29791 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29803/stat : 29803 (java) S 29791 29794 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39545783 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274577171568 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29804] ppid=29791 vsize=10659088 memory=4639098309541127013 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29804/stat : 29804 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274576119888 140275274336155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29805] ppid=29791 vsize=10659088 memory=7810176774304459348 CPUtime=0.22 cores=1,3,5,7
/proc/29794/task/29805/stat : 29805 (java) S 29791 29794 25105 0 -1 1077944384 1449 0 0 0 22 0 0 0 20 0 15 0 39545786 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274575067760 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29806] ppid=29791 vsize=10659088 memory=6154282490091891024 CPUtime=0.24 cores=1,3,5,7
/proc/29794/task/29806/stat : 29806 (java) R 29791 29794 25105 0 -1 4202560 1218 0 0 0 24 0 0 0 20 0 15 0 39545786 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274574006288 140275257785471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29807] ppid=29791 vsize=10659088 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/29794/task/29807/stat : 29807 (java) S 29791 29794 25105 0 -1 1077944384 1800 0 0 0 23 0 0 0 20 0 15 0 39545786 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274572962672 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29808] ppid=29791 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29808/stat : 29808 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39545786 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274504297440 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29809] ppid=29791 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29809/stat : 29809 (java) S 29791 29794 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39545786 10914906112 57670 33554432000 4194304 4196468 140732328564592 140274503244208 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 230680 KiB

[startup+1.50146 s]
/proc/loadavg: 2.14 2.05 2.15 3/215 29809
/proc/meminfo: memFree=15450272/32770624 swapFree=67108860/67108860
[pid=29794] ppid=29791 vsize=10659088 memory=630696 CPUtime=3.46 cores=1,3,5,7
/proc/29794/stat : 29794 (java) S 29791 29794 25105 0 -1 1077944320 13316 0 0 0 296 50 0 0 20 0 15 0 39545780 10914906112 157674 33554432000 4194304 4196468 140732328564592 140732328547136 140275274317559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
/proc/29794/statm: 2664772 157674 3133 1 0 2627263 0
[pid=29794/tid=29796] ppid=29791 vsize=10659088 memory=6791534058613427641 CPUtime=1.07 cores=1,3,5,7
/proc/29794/task/29796/stat : 29796 (java) S 29791 29794 25105 0 -1 1077944384 6207 0 0 0 101 6 0 0 20 0 15 0 39545781 10914906112 157674 33554432000 4194304 4196468 140732328564592 140275278554416 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29797] ppid=29791 vsize=10659088 memory=-6951259422114956437 CPUtime=0.39 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) R 29791 29794 25105 0 -1 4202560 233 0 0 0 29 10 0 0 20 0 15 0 39545781 10914906112 157674 33554432000 4194304 4196468 140732328564592 140275244030752 140275260075934 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10659088 memory=-6509546260019855295 CPUtime=0.39 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) R 29791 29794 25105 0 -1 4202560 271 0 0 0 29 10 0 0 20 0 15 0 39545781 10914906112 157674 33554432000 4194304 4196468 140732328564592 140274880088848 140275259338950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10659088 memory=-7390251449858225344 CPUtime=0.39 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) R 29791 29794 25105 0 -1 4202560 251 0 0 0 29 10 0 0 20 0 15 0 39545781 10914906112 157674 33554432000 4194304 4196468 140732328564592 140274879036760 140275259361645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10659088 memory=4134692831991786133 CPUtime=0.4 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) R 29791 29794 25105 0 -1 4202560 370 0 0 0 30 10 0 0 20 0 15 0 39545781 10914906112 157674 33554432000 4194304 4196468 140732328564592 140274877983760 140275259341262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) S 29791 29794 25105 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39545783 10914906112 157674 33554432000 4194304 4196468 140732328564592 140274579276448 140275274327765 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0

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

[pid=29794/tid=29797] ppid=29791 vsize=10794264 memory=4126316290023845779 CPUtime=401.34 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) R 29791 29794 25105 0 -1 4202560 43963 0 0 0 39930 204 0 0 20 0 17 0 39545781 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140275244031064 140275267421196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10794264 memory=7649399358428297522 CPUtime=400.5 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) R 29791 29794 25105 0 -1 4202560 41509 0 0 0 39854 196 0 0 20 0 17 0 39545781 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274880088656 140275266945767 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10794264 memory=7649399362723264818 CPUtime=400.27 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) R 29791 29794 25105 0 -1 4202560 37414 0 0 0 39809 218 0 0 20 0 17 0 39545781 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274879036680 140275266945767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10794264 memory=6791534058613427641 CPUtime=399.83 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) R 29791 29794 25105 0 -1 4202560 40935 0 0 0 39756 227 0 0 20 0 17 0 39545781 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274877983568 140275266945767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10794264 memory=1796 CPUtime=32.77 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) S 29791 29794 25105 0 -1 1077944384 82680 0 0 0 3272 5 0 0 20 0 17 0 39545783 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274579276480 140275274327765 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29802] ppid=29791 vsize=10794264 memory=916 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29802/stat : 29802 (java) S 29791 29794 25105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39545783 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274578223968 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29803] ppid=29791 vsize=10794264 memory=8116532 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29803/stat : 29803 (java) S 29791 29794 25105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39545783 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274577171584 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29804] ppid=29791 vsize=10794264 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29804/stat : 29804 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39545786 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274576119888 140275274336155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29805] ppid=29791 vsize=10794264 memory=1008 CPUtime=0.9 cores=1,3,5,7
/proc/29794/task/29805/stat : 29805 (java) S 29791 29794 25105 0 -1 1077944384 6920 0 0 0 89 1 0 0 20 0 17 0 39545786 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274575067808 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29806] ppid=29791 vsize=10794264 memory=9916 CPUtime=0.92 cores=1,3,5,7
/proc/29794/task/29806/stat : 29806 (java) S 29791 29794 25105 0 -1 1077944384 7308 0 0 0 91 1 0 0 20 0 17 0 39545786 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274574014720 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29807] ppid=29791 vsize=10794264 memory=1228 CPUtime=0.38 cores=1,3,5,7
/proc/29794/task/29807/stat : 29807 (java) S 29791 29794 25105 0 -1 1077944384 3544 0 0 0 38 0 0 0 20 0 17 0 39545786 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274572962720 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29808] ppid=29791 vsize=10794264 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29808/stat : 29808 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39545786 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274504297440 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29809] ppid=29791 vsize=10794264 memory=1200 CPUtime=0.3 cores=1,3,5,7
/proc/29794/task/29809/stat : 29809 (java) S 29791 29794 25105 0 -1 1077944384 945 0 0 0 18 12 0 0 20 0 17 0 39545786 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274503244208 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29826] ppid=29791 vsize=10794264 memory=10412 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29826/stat : 29826 (java) S 29791 29794 25105 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 39589253 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274500090928 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29827] ppid=29791 vsize=10794264 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29827/stat : 29827 (java) S 29791 29794 25105 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39589253 11053326336 2029133 33554432000 4194304 4196468 140732328564592 140274499039408 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
Current children cumulated CPU time: 1652.71 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8116532 KiB

[startup+456.401 s]
/proc/loadavg: 4.55 3.97 3.04 6/219 29827
/proc/meminfo: memFree=4167336/32770624 swapFree=67108860/67108860
[pid=29794] ppid=29791 vsize=10794264 memory=8116536 CPUtime=1653.78 cores=1,3,5,7
/proc/29794/stat : 29794 (java) S 29791 29794 25105 0 -1 1077944320 284117 0 0 0 164509 869 0 0 20 0 17 0 39545780 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140732328547136 140275274317559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
/proc/29794/statm: 2698566 2029134 3185 1 0 2661057 0
[pid=29794/tid=29796] ppid=29791 vsize=10794264 memory=2580 CPUtime=15.41 cores=1,3,5,7
/proc/29794/task/29796/stat : 29796 (java) S 29791 29794 25105 0 -1 1077944384 17135 0 0 0 1531 10 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140275278558240 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29797] ppid=29791 vsize=10794264 memory=6791534058613427641 CPUtime=401.57 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) S 29791 29794 25105 0 -1 1077944384 43963 0 0 0 39953 204 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140275244030864 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10794264 memory=636 CPUtime=400.73 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) S 29791 29794 25105 0 -1 1077944384 41509 0 0 0 39877 196 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274880088848 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10794264 memory=960 CPUtime=400.49 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) S 29791 29794 25105 0 -1 1077944384 37414 0 0 0 39831 218 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274879036560 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10794264 memory=1232 CPUtime=400.06 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) S 29791 29794 25105 0 -1 1077944384 40935 0 0 0 39779 227 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274877983760 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10794264 memory=2344 CPUtime=32.92 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) R 29791 29794 25105 0 -1 4202560 82947 0 0 0 3287 5 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274579276480 140275259313969 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29802] ppid=29791 vsize=10794264 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29802/stat : 29802 (java) S 29791 29794 25105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274578223968 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29803] ppid=29791 vsize=10794264 memory=14032 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29803/stat : 29803 (java) S 29791 29794 25105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274577171584 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29804] ppid=29791 vsize=10794264 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29804/stat : 29804 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274576119888 140275274336155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29805] ppid=29791 vsize=10794264 memory=2416 CPUtime=0.9 cores=1,3,5,7
/proc/29794/task/29805/stat : 29805 (java) S 29791 29794 25105 0 -1 1077944384 6920 0 0 0 89 1 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274575067808 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29806] ppid=29791 vsize=10794264 memory=1728 CPUtime=0.92 cores=1,3,5,7
/proc/29794/task/29806/stat : 29806 (java) S 29791 29794 25105 0 -1 1077944384 7308 0 0 0 91 1 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274574014720 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29807] ppid=29791 vsize=10794264 memory=4629771062077588875 CPUtime=0.38 cores=1,3,5,7
/proc/29794/task/29807/stat : 29807 (java) S 29791 29794 25105 0 -1 1077944384 3544 0 0 0 38 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274572962720 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29808] ppid=29791 vsize=10794264 memory=-8961168018402230209 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29808/stat : 29808 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274504297440 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29809] ppid=29791 vsize=10794264 memory=1292 CPUtime=0.3 cores=1,3,5,7
/proc/29794/task/29809/stat : 29809 (java) S 29791 29794 25105 0 -1 1077944384 945 0 0 0 18 12 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274503244208 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29826] ppid=29791 vsize=10794264 memory=8116532 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29826/stat : 29826 (java) S 29791 29794 25105 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 39589253 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274500090928 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29827] ppid=29791 vsize=10794264 memory=8116528 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29827/stat : 29827 (java) S 29791 29794 25105 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39589253 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274499039408 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
Current children cumulated CPU time: 1653.78 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8116536 KiB

[startup+456.801 s]
/proc/loadavg: 4.55 3.97 3.04 6/219 29827
/proc/meminfo: memFree=4167336/32770624 swapFree=67108860/67108860
[pid=29794] ppid=29791 vsize=10794264 memory=8116536 CPUtime=1654.18 cores=1,3,5,7
/proc/29794/stat : 29794 (java) S 29791 29794 25105 0 -1 1077944320 284117 0 0 0 164549 869 0 0 20 0 17 0 39545780 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140732328547136 140275274317559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
/proc/29794/statm: 2698566 2029134 3185 1 0 2661057 0
[pid=29794/tid=29796] ppid=29791 vsize=10794264 memory=6791534058613427641 CPUtime=15.41 cores=1,3,5,7
/proc/29794/task/29796/stat : 29796 (java) S 29791 29794 25105 0 -1 1077944384 17135 0 0 0 1531 10 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140275278558240 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29797] ppid=29791 vsize=10794264 memory=796 CPUtime=401.57 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) S 29791 29794 25105 0 -1 1077944384 43963 0 0 0 39953 204 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140275244030864 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10794264 memory=5408 CPUtime=400.73 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) S 29791 29794 25105 0 -1 1077944384 41509 0 0 0 39877 196 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274880088848 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10794264 memory=1008 CPUtime=400.49 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) S 29791 29794 25105 0 -1 1077944384 37414 0 0 0 39831 218 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274879036560 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10794264 memory=9916 CPUtime=400.06 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) S 29791 29794 25105 0 -1 1077944384 40935 0 0 0 39779 227 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274877983760 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10794264 memory=1228 CPUtime=33.32 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) R 29791 29794 25105 0 -1 4202560 82947 0 0 0 3327 5 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274579276480 140275259313983 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29802] ppid=29791 vsize=10794264 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29802/stat : 29802 (java) S 29791 29794 25105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274578223968 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29803] ppid=29791 vsize=10794264 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29803/stat : 29803 (java) S 29791 29794 25105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274577171584 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29804] ppid=29791 vsize=10794264 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29804/stat : 29804 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274576119888 140275274336155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29805] ppid=29791 vsize=10794264 memory=932 CPUtime=0.9 cores=1,3,5,7
/proc/29794/task/29805/stat : 29805 (java) S 29791 29794 25105 0 -1 1077944384 6920 0 0 0 89 1 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274575067808 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29806] ppid=29791 vsize=10794264 memory=1580 CPUtime=0.92 cores=1,3,5,7
/proc/29794/task/29806/stat : 29806 (java) S 29791 29794 25105 0 -1 1077944384 7308 0 0 0 91 1 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274574014720 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29807] ppid=29791 vsize=10794264 memory=2240 CPUtime=0.38 cores=1,3,5,7
/proc/29794/task/29807/stat : 29807 (java) S 29791 29794 25105 0 -1 1077944384 3544 0 0 0 38 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274572962720 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29808] ppid=29791 vsize=10794264 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29808/stat : 29808 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274504297440 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29809] ppid=29791 vsize=10794264 memory=2200 CPUtime=0.3 cores=1,3,5,7
/proc/29794/task/29809/stat : 29809 (java) S 29791 29794 25105 0 -1 1077944384 945 0 0 0 18 12 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274503244208 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29826] ppid=29791 vsize=10794264 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29826/stat : 29826 (java) S 29791 29794 25105 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 39589253 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274500090928 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29827] ppid=29791 vsize=10794264 memory=844 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29827/stat : 29827 (java) S 29791 29794 25105 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39589253 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274499039408 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
Current children cumulated CPU time: 1654.18 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8116536 KiB

[startup+456.901 s]
/proc/loadavg: 4.55 3.97 3.04 6/219 29827
/proc/meminfo: memFree=4167336/32770624 swapFree=67108860/67108860
[pid=29794] ppid=29791 vsize=10794264 memory=8116536 CPUtime=1654.28 cores=1,3,5,7
/proc/29794/stat : 29794 (java) S 29791 29794 25105 0 -1 1077944320 284117 0 0 0 164559 869 0 0 20 0 17 0 39545780 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140732328547136 140275274317559 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
/proc/29794/statm: 2698566 2029134 3185 1 0 2661057 0
[pid=29794/tid=29796] ppid=29791 vsize=10794264 memory=8116532 CPUtime=15.41 cores=1,3,5,7
/proc/29794/task/29796/stat : 29796 (java) S 29791 29794 25105 0 -1 1077944384 17135 0 0 0 1531 10 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140275278558240 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29797] ppid=29791 vsize=10794264 memory=8116532 CPUtime=401.57 cores=1,3,5,7
/proc/29794/task/29797/stat : 29797 (java) S 29791 29794 25105 0 -1 1077944384 43963 0 0 0 39953 204 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140275244030864 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29798] ppid=29791 vsize=10794264 memory=8116532 CPUtime=400.73 cores=1,3,5,7
/proc/29794/task/29798/stat : 29798 (java) S 29791 29794 25105 0 -1 1077944384 41509 0 0 0 39877 196 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274880088848 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29799] ppid=29791 vsize=10794264 memory=8116532 CPUtime=400.49 cores=1,3,5,7
/proc/29794/task/29799/stat : 29799 (java) S 29791 29794 25105 0 -1 1077944384 37414 0 0 0 39831 218 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274879036560 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29800] ppid=29791 vsize=10794264 memory=8116528 CPUtime=400.06 cores=1,3,5,7
/proc/29794/task/29800/stat : 29800 (java) S 29791 29794 25105 0 -1 1077944384 40935 0 0 0 39779 227 0 0 20 0 17 0 39545781 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274877983760 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29801] ppid=29791 vsize=10794264 memory=8116536 CPUtime=33.42 cores=1,3,5,7
/proc/29794/task/29801/stat : 29801 (java) R 29791 29794 25105 0 -1 4202560 82947 0 0 0 3337 5 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274579276480 140275258775181 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29802] ppid=29791 vsize=10794264 memory=8116416 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29802/stat : 29802 (java) S 29791 29794 25105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274578223968 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29803] ppid=29791 vsize=10794264 memory=280302048822336 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29803/stat : 29803 (java) S 29791 29794 25105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39545783 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274577171584 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29804] ppid=29791 vsize=10794264 memory=8116532 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29804/stat : 29804 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274576119888 140275274336155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29805] ppid=29791 vsize=10794264 memory=8116532 CPUtime=0.9 cores=1,3,5,7
/proc/29794/task/29805/stat : 29805 (java) S 29791 29794 25105 0 -1 1077944384 6920 0 0 0 89 1 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274575067808 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29806] ppid=29791 vsize=10794264 memory=8116532 CPUtime=0.92 cores=1,3,5,7
/proc/29794/task/29806/stat : 29806 (java) S 29791 29794 25105 0 -1 1077944384 7308 0 0 0 91 1 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274574014720 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29807] ppid=29791 vsize=10794264 memory=8116532 CPUtime=0.38 cores=1,3,5,7
/proc/29794/task/29807/stat : 29807 (java) S 29791 29794 25105 0 -1 1077944384 3544 0 0 0 38 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274572962720 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29808] ppid=29791 vsize=10794264 memory=8116532 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29808/stat : 29808 (java) S 29791 29794 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274504297440 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29809] ppid=29791 vsize=10794264 memory=15876 CPUtime=0.3 cores=1,3,5,7
/proc/29794/task/29809/stat : 29809 (java) S 29791 29794 25105 0 -1 1077944384 945 0 0 0 18 12 0 0 20 0 17 0 39545786 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274503244208 140275274328706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29826] ppid=29791 vsize=10794264 memory=8116532 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29826/stat : 29826 (java) S 29791 29794 25105 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 39589253 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274500090928 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
[pid=29794/tid=29827] ppid=29791 vsize=10794264 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/29794/task/29827/stat : 29827 (java) S 29791 29794 25105 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39589253 11053326336 2029134 33554432000 4194304 4196468 140732328564592 140274499039408 140275274327765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24567808 140732328567921 140732328568073 140732328568073 140732328570831 0
Current children cumulated CPU time: 1654.28 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8116536 KiB

Child status: 1
Real time (s): 456.989
CPU time (s): 1654.38
CPU user time (s): 1645.64
CPU system time (s): 8.73619
CPU usage (%): 362.017
Max. virtual memory (cumulated for all children) (KiB): 10794264
Max. memory (cumulated for all children) (KiB): 8116536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1645.64
system time used= 8.73619
maximum resident set size= 8116712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287169
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33587
involuntary context switches= 21970


# summary of solver processes directly reported to runsolver:
#   pid: 29794
#   total CPU time (s): 1654.38
#   total CPU user time (s): 1645.64
#   total CPU system time (s): 8.73619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70639 second user time and 4.58813 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 02:37:06
IDJOB=4289862
IDBENCH=141475
IDSOLVER=2742
FILE ID=node139/4289862-1532219826
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

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

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

MD5SUM BENCH= ecfa46aa6dcbda2e31280fbe487bc54f
RANDOM SEED=1380052341

node139.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.80
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.80
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.80
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.80
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:        15774916 kB
MemAvailable:   29098852 kB
Buffers:          132340 kB
Cached:         13247232 kB
SwapCached:            0 kB
Active:          3913628 kB
Inactive:       12357960 kB
Active(anon):    2847608 kB
Inactive(anon):    64124 kB
Active(file):    1066020 kB
Inactive(file): 12293836 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2516 kB
Writeback:             4 kB
AnonPages:       2898980 kB
Mapped:            46888 kB
Shmem:             17036 kB
Slab:             420032 kB
SReclaimable:     392540 kB
SUnreclaim:        27492 kB
KernelStack:        3488 kB
PageTables:        10696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3943080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2766848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45924 MiB
End job on node139 at 2018-07-22 02:44:43