Trace number 4263079

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (exit code) 1708.72 460.216

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-02-05.xml
MD5SUMc642010e55c7dc039ba248b7a99425a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark7.73093
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size697
Distribution of domain sizes[{"size":1,"count":1},{"size":697,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":40},{"degree":4,"count":47},{"degree":5,"count":31},{"degree":6,"count":4}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":183},{"arity":26,"count":1},{"arity":30,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1386.71/376.06	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1386.71/376.06		at java.util.Arrays.copyOf(Arrays.java:3332)
1386.71/376.06		at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
1386.71/376.06		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
1386.71/376.06		at java.lang.StringBuffer.append(StringBuffer.java:270)
1386.71/376.06		at java.io.StringWriter.write(StringWriter.java:112)
1386.71/376.06		at java.io.PrintWriter.write(PrintWriter.java:456)
1386.71/376.06		at java.io.PrintWriter.write(PrintWriter.java:473)
1386.71/376.06		at java.io.PrintWriter.print(PrintWriter.java:603)
1386.71/376.06		at java.io.PrintWriter.println(PrintWriter.java:756)
1386.71/376.06		at java.lang.Throwable$WrappedPrintWriter.println(Throwable.java:764)
1386.71/376.06		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:697)
1386.71/376.06		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1386.71/376.06		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1386.71/376.06		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1386.71/376.06		at java.lang.Throwable.printStackTrace(Throwable.java:667)
1386.71/376.06		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1386.71/376.06		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1386.71/376.06		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1386.71/376.06		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1386.71/376.06		at java.util.logging.Logger.log(Logger.java:738)
1386.71/376.06		at java.util.logging.Logger.doLog(Logger.java:765)
1386.71/376.06		at java.util.logging.Logger.log(Logger.java:876)
1386.71/376.06		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1386.71/376.06		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1386.71/376.06		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1386.71/376.06		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1386.71/376.06		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1432.57/388.27		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1511.79/409.47	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1511.79/409.47	c This is free software under the dual EPL/GNU LGPL licenses.
1511.79/409.47	c See www.sat4j.org for details.
1511.79/409.47	c That software uses the Rhino library from the Mozilla project.
1511.79/409.47	c version CUSTOM.v20170705
1511.79/409.47	c java.runtime.name	Java(TM) SE Runtime Environment
1511.79/409.47	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1511.79/409.47	c java.vm.version	25.131-b11
1511.79/409.47	c java.vm.vendor	Oracle Corporation
1511.79/409.47	c sun.arch.data.model	64
1511.79/409.47	c java.version		1.8.0_131
1511.79/409.47	c os.name		Linux
1511.79/409.47	c os.version		3.10.0-514.16.1.el7.x86_64
1511.79/409.47	c os.arch		amd64
1511.79/409.47	c Free memory 		499604488
1511.79/409.47	c Max memory 		7247757312
1511.79/409.47	c Total memory 		504889344
1511.79/409.47	c Number of processors 	4
1511.79/409.47	c c --- Begin Solver configuration ---
1511.79/409.47	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1511.79/409.47	c Learn all clauses as in MiniSAT
1511.79/409.47	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1511.79/409.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1511.79/409.47	c No reason simplification
1511.79/409.47	c Glucose 2.1 dynamic restart strategy
1511.79/409.47	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
1511.79/409.47	c timeout=2147483s
1511.79/409.47	c DB Simplification allowed=false
1511.79/409.47	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1511.79/409.47	c --- End Solver configuration ---
1531.79/414.53	c starts		: 0
1561.90/422.24	c conflicts		: 0
1561.90/422.24	Exception in thread "Thread-1" c decisions		: 0
1581.62/427.27	c propagations		: 0
1581.62/427.27	c inspects		: 0
1612.14/435.07	java.lang.OutOfMemoryError: GC overhead limit exceeded
1612.14/435.07	c shortcuts		: 0
1612.14/435.07		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1612.14/435.07		at java.util.Hashtable.keys(Hashtable.java:257)
1674.23/451.00	c learnt literals	: 0
1674.23/451.00		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1674.23/451.00		at java.util.logging.LogManager.reset(LogManager.java:1327)
1674.23/451.00		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1708.61/460.18	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1708.61/460.18		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:109)
1708.61/460.18		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1708.61/460.18		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1708.61/460.18		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1708.61/460.18		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1708.61/460.18		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1708.61/460.18		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1708.61/460.18		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1708.61/460.18		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263079-1502627013/watcher-4263079-1502627013 -o /tmp/evaluation-result-4263079-1502627013/solver-4263079-1502627013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263079-1502627013.xml 

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

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

solver pid=3174, runsolver pid=3171

[startup+0.100179 s]*
/proc/loadavg: 2.62 2.76 3.75 3/216 3189
/proc/meminfo: memFree=28351448/32770624 swapFree=67108860/67108860
[pid=3174] ppid=3171 vsize=10555400 memory=31056 CPUtime=0.12 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3171 3174 31095 0 -1 1077944320 6811 0 0 0 10 2 0 0 20 0 15 0 95789229 10808729600 7764 33554432000 4194304 4196468 140732736017328 140732735999872 140239241494263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
/proc/3174/statm: 2638850 7764 2819 1 0 2627263 0
[pid=3174/tid=3176] ppid=3171 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) R 3171 3174 31095 0 -1 4202560 4657 0 0 0 8 1 0 0 20 0 15 0 95789230 10808729600 7764 33554432000 4194304 4196468 140732736017328 140239245715720 140239225574750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3171 3174 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95789231 10808729600 7764 33554432000 4194304 4196468 140732736017328 140239206775184 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10555400 memory=139924661581440 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238847060240 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238846007952 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238844955152 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10555400 memory=139924661581440 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3171 3174 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95789232 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238478363248 140239241505410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3182] ppid=3171 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3171 3174 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95789232 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238477309216 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3183] ppid=3171 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3171 3174 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95789233 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238476256880 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3184] ppid=3171 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238475205200 140239241512859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3185] ppid=3171 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) R 3171 3174 31095 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 95789235 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238474152048 140239241505410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3186] ppid=3171 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238473099248 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3187] ppid=3171 vsize=10555400 memory=139924661581440 CPUtime=0.01 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) R 3171 3174 31095 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 15 0 95789235 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238472046960 140239241508145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3188] ppid=3171 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238470994400 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3189] ppid=3171 vsize=10555400 memory=139924661581440 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789235 10808729600 7764 33554432000 4194304 4196468 140732736017328 140238469942192 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31056 KiB

[startup+0.210515 s]*
/proc/loadavg: 2.62 2.76 3.75 4/216 3189
/proc/meminfo: memFree=28343584/32770624 swapFree=67108860/67108860
[pid=3174] ppid=3171 vsize=10555400 memory=40024 CPUtime=0.29 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3171 3174 31095 0 -1 1077944320 8036 0 0 0 27 2 0 0 20 0 15 0 95789229 10808729600 10006 33554432000 4194304 4196468 140732736017328 140732735999872 140239241494263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
/proc/3174/statm: 2638850 10006 2946 1 0 2627263 0
[pid=3174/tid=3176] ppid=3171 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) R 3171 3174 31095 0 -1 4202560 5232 0 0 0 18 1 0 0 20 0 15 0 95789230 10808729600 10006 33554432000 4194304 4196468 140732736017328 140239245726464 140239241506198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3171 3174 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95789231 10808729600 10006 33554432000 4194304 4196468 140732736017328 140239206775184 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10555400 memory=288370300813293184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238847060240 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238846007952 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238844955152 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10555400 memory=139924661581440 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3171 3174 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95789232 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238478363248 140239241505410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3182] ppid=3171 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3171 3174 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95789232 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238477309216 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3183] ppid=3171 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3171 3174 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95789233 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238476256880 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3184] ppid=3171 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238475205200 140239241512859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3185] ppid=3171 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3171 3174 31095 0 -1 1077944384 476 0 0 0 1 0 0 0 20 0 15 0 95789235 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238474152048 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3186] ppid=3171 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3171 3174 31095 0 -1 1077944384 163 0 0 0 1 0 0 0 20 0 15 0 95789235 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238473099248 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3187] ppid=3171 vsize=10555400 memory=139924661581440 CPUtime=0.05 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) R 3171 3174 31095 0 -1 4202560 798 0 0 0 5 0 0 0 20 0 15 0 95789235 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238472046960 140239241506198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3188] ppid=3171 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238470994400 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3189] ppid=3171 vsize=10555400 memory=139924661581440 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789235 10808729600 10006 33554432000 4194304 4196468 140732736017328 140238469942192 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40024 KiB

[startup+0.310152 s]*
/proc/loadavg: 2.62 2.76 3.75 4/216 3189
/proc/meminfo: memFree=28337008/32770624 swapFree=67108860/67108860
[pid=3174] ppid=3171 vsize=10555476 memory=46212 CPUtime=0.51 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3171 3174 31095 0 -1 1077944320 8590 0 0 0 49 2 0 0 20 0 15 0 95789229 10808807424 11553 33554432000 4194304 4196468 140732736017328 140732735999872 140239241494263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
/proc/3174/statm: 2638869 11553 3009 1 0 2627263 0
[pid=3174/tid=3176] ppid=3171 vsize=10555476 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) R 3171 3174 31095 0 -1 4202560 5566 0 0 0 28 1 0 0 20 0 15 0 95789230 10808807424 11553 33554432000 4194304 4196468 140732736017328 140239245728944 140239227743519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3171 3174 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95789231 10808807424 11553 33554432000 4194304 4196468 140732736017328 140239206775184 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10555476 memory=139924661639456 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238847060240 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238846007952 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789231 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238844955152 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10555476 memory=139924661646368 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3171 3174 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95789232 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238478363248 140239241505410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3182] ppid=3171 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3171 3174 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95789232 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238477309216 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3183] ppid=3171 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3171 3174 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95789233 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238476256880 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3184] ppid=3171 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238475205200 140239241512859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3185] ppid=3171 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3171 3174 31095 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 15 0 95789235 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238474152048 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3186] ppid=3171 vsize=10555476 memory=139924531695119 CPUtime=0.04 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3171 3174 31095 0 -1 1077944384 244 0 0 0 4 0 0 0 20 0 15 0 95789235 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238473099248 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3187] ppid=3171 vsize=10555476 memory=139924661584267 CPUtime=0.13 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3171 3174 31095 0 -1 1077944384 880 0 0 0 13 0 0 0 20 0 15 0 95789235 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238472046960 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3188] ppid=3171 vsize=10555476 memory=139924531699663 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238470994400 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3189] ppid=3171 vsize=10555476 memory=279849193297856 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789235 10808807424 11553 33554432000 4194304 4196468 140732736017328 140238469942192 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46212 KiB

[startup+0.70079 s]
/proc/loadavg: 2.62 2.76 3.75 5/216 3189
/proc/meminfo: memFree=28221016/32770624 swapFree=67108860/67108860
[pid=3174] ppid=3171 vsize=10555476 memory=201300 CPUtime=1.52 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3171 3174 31095 0 -1 1077944320 10846 0 0 0 145 7 0 0 20 0 15 0 95789229 10808807424 50325 33554432000 4194304 4196468 140732736017328 140732735999872 140239241494263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
/proc/3174/statm: 2638869 50325 3092 1 0 2627263 0
[pid=3174/tid=3176] ppid=3171 vsize=10555476 memory=2372 CPUtime=0.64 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) R 3171 3174 31095 0 -1 4202560 5907 0 0 0 61 3 0 0 20 0 15 0 95789230 10808807424 50325 33554432000 4194304 4196468 140732736017328 140239245724224 140238880440852 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3171 3174 31095 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 95789231 10808807424 50325 33554432000 4194304 4196468 140732736017328 140239206775184 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10555476 memory=1420 CPUtime=0.01 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3171 3174 31095 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 95789231 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238847060240 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10555476 memory=15872 CPUtime=0.01 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3171 3174 31095 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 95789231 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238846007952 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3171 3174 31095 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 95789231 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238844955152 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3171 3174 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95789232 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238478363248 140239241505410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3182] ppid=3171 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3171 3174 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95789232 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238477309216 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3183] ppid=3171 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3171 3174 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95789233 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238476256880 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3184] ppid=3171 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238475205200 140239241512859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3185] ppid=3171 vsize=10555476 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3171 3174 31095 0 -1 1077944384 1540 0 0 0 27 0 0 0 20 0 15 0 95789235 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238474152048 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3186] ppid=3171 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) R 3171 3174 31095 0 -1 4202560 867 0 0 0 29 0 0 0 20 0 15 0 95789235 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238473099248 140239224988499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3187] ppid=3171 vsize=10555476 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3171 3174 31095 0 -1 1077944384 1008 0 0 0 21 0 0 0 20 0 15 0 95789235 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238472046960 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3188] ppid=3171 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95789235 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238470994400 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3189] ppid=3171 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3171 3174 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95789235 10808807424 50325 33554432000 4194304 4196468 140732736017328 140238469942192 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 201300 KiB

[startup+1.50129 s]
/proc/loadavg: 2.62 2.76 3.75 3/216 3189
/proc/meminfo: memFree=28086972/32770624 swapFree=67108860/67108860
[pid=3174] ppid=3171 vsize=10555476 memory=588456 CPUtime=3.66 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3171 3174 31095 0 -1 1077944320 13548 0 0 0 332 34 0 0 20 0 15 0 95789229 10808807424 147114 33554432000 4194304 4196468 140732736017328 140732735999872 140239241494263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
/proc/3174/statm: 2638869 147114 3117 1 0 2627263 0
[pid=3174/tid=3176] ppid=3171 vsize=10555476 memory=3467832401855787578 CPUtime=1 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3171 3174 31095 0 -1 1077944384 5984 0 0 0 96 4 0 0 20 0 15 0 95789230 10808807424 147114 33554432000 4194304 4196468 140732736017328 140239245729568 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10555476 memory=295012 CPUtime=0.44 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) R 3171 3174 31095 0 -1 4202560 1681 0 0 0 37 7 0 0 20 0 15 0 95789231 10808807424 147114 33554432000 4194304 4196468 140732736017328 140239206775384 140239226445735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10555476 memory=2241 CPUtime=0.45 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) R 3171 3174 31095 0 -1 4202560 308 0 0 0 39 6 0 0 20 0 15 0 95789231 10808807424 147114 33554432000 4194304 4196468 140732736017328 140238847060440 140239226445735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10555476 memory=1420 CPUtime=0.45 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) R 3171 3174 31095 0 -1 4202560 296 0 0 0 39 6 0 0 20 0 15 0 95789231 10808807424 147114 33554432000 4194304 4196468 140732736017328 140238846007840 140239223090209 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10555476 memory=15872 CPUtime=0.43 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) R 3171 3174 31095 0 -1 4202560 213 0 0 0 37 6 0 0 20 0 15 0 95789231 10808807424 147114 33554432000 4194304 4196468 140732736017328 140238844955352 140239226445871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3171 3174 31095 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 95789232 10808807424 147114 33554432000 4194304 4196468 140732736017328 140238478361568 140239241504469 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0

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

/proc/3174/task/3176/stat : 3176 (java) S 3171 3174 31095 0 -1 1077944384 15574 0 0 0 1437 8 0 0 20 0 16 0 95789230 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140239245734944 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10688604 memory=2884 CPUtime=414.12 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) R 3171 3174 31095 0 -1 4202560 51241 0 0 0 41230 182 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140239206775184 140239226194053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10688604 memory=1580 CPUtime=413.02 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) R 3171 3174 31095 0 -1 4202560 32768 0 0 0 41146 156 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238847060440 140239226483752 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10688604 memory=8118708 CPUtime=412.05 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) R 3171 3174 31095 0 -1 4202560 25504 0 0 0 41032 173 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238846008152 140239226483752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10688604 memory=1716 CPUtime=411.99 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) R 3171 3174 31095 0 -1 4202560 33833 0 0 0 41021 178 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238844955040 140239226483906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10688604 memory=796 CPUtime=21 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3171 3174 31095 0 -1 1077944384 77331 0 0 0 2096 4 0 0 20 0 16 0 95789232 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238478361792 140239241504469 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3182] ppid=3171 vsize=10688604 memory=8118772 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3171 3174 31095 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 95789232 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238477309280 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3183] ppid=3171 vsize=10688604 memory=5516 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3171 3174 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95789233 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238476256896 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3184] ppid=3171 vsize=10688604 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238475205200 140239241512859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3185] ppid=3171 vsize=10688604 memory=8118772 CPUtime=0.32 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3171 3174 31095 0 -1 1077944384 1959 0 0 0 32 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238474152048 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3186] ppid=3171 vsize=10688604 memory=4616 CPUtime=0.39 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3171 3174 31095 0 -1 1077944384 2160 0 0 0 39 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238473099008 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3187] ppid=3171 vsize=10688604 memory=8118772 CPUtime=0.3 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3171 3174 31095 0 -1 1077944384 3231 0 0 0 30 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238472042832 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3188] ppid=3171 vsize=10688604 memory=8118772 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238470994400 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3189] ppid=3171 vsize=10688604 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3171 3174 31095 0 -1 1077944384 567 0 0 0 21 9 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238469942192 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3203] ppid=3171 vsize=10688604 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3203/stat : 3203 (java) S 3171 3174 31095 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 16 0 95828057 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238468886384 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
Current children cumulated CPU time: 1688.05 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8118708 KiB

[startup+457.601 s]
/proc/loadavg: 4.71 4.22 4.06 6/217 3205
/proc/meminfo: memFree=20150392/32770624 swapFree=67108860/67108860
[pid=3174] ppid=3171 vsize=10688604 memory=8118708 CPUtime=1700.43 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3171 3174 31095 0 -1 1077944320 245829 0 0 0 169332 711 0 0 20 0 16 0 95789229 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140732735999872 140239241494263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
/proc/3174/statm: 2672151 2029677 3145 1 0 2660545 0
[pid=3174/tid=3176] ppid=3171 vsize=10688604 memory=1160 CPUtime=14.45 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3171 3174 31095 0 -1 1077944384 15574 0 0 0 1437 8 0 0 20 0 16 0 95789230 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140239245734944 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10688604 memory=4140 CPUtime=417.32 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) R 3171 3174 31095 0 -1 4202560 51241 0 0 0 41550 182 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140239206775384 140239223104083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10688604 memory=27684 CPUtime=416.09 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) R 3171 3174 31095 0 -1 4202560 32768 0 0 0 41451 158 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238847060048 140239234122471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10688604 memory=0 CPUtime=415.11 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) R 3171 3174 31095 0 -1 4202560 25504 0 0 0 41337 174 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238846007760 140239234122471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10688604 memory=5793442655294155623 CPUtime=415.07 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) R 3171 3174 31095 0 -1 4202560 33833 0 0 0 41328 179 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238844955272 140239234122471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10688604 memory=4140 CPUtime=21 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3171 3174 31095 0 -1 1077944384 77331 0 0 0 2096 4 0 0 20 0 16 0 95789232 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238478361792 140239241504469 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3182] ppid=3171 vsize=10688604 memory=27684 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3171 3174 31095 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 95789232 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238477309280 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3183] ppid=3171 vsize=10688604 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3171 3174 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95789233 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238476256896 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3184] ppid=3171 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238475205200 140239241512859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3185] ppid=3171 vsize=10688604 memory=8112282956445269571 CPUtime=0.32 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3171 3174 31095 0 -1 1077944384 1959 0 0 0 32 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238474152144 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3186] ppid=3171 vsize=10688604 memory=27684 CPUtime=0.39 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3171 3174 31095 0 -1 1077944384 2160 0 0 0 39 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238473099008 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3187] ppid=3171 vsize=10688604 memory=1296 CPUtime=0.3 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3171 3174 31095 0 -1 1077944384 3231 0 0 0 30 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238472042832 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3188] ppid=3171 vsize=10688604 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238470994400 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3189] ppid=3171 vsize=10688604 memory=8118772 CPUtime=0.3 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3171 3174 31095 0 -1 1077944384 567 0 0 0 21 9 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238469942192 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3203] ppid=3171 vsize=10688604 memory=8118772 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3203/stat : 3203 (java) S 3171 3174 31095 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 16 0 95828057 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238468886384 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
Current children cumulated CPU time: 1700.43 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8118708 KiB

[startup+459.201 s]
/proc/loadavg: 4.71 4.22 4.06 6/217 3205
/proc/meminfo: memFree=20150492/32770624 swapFree=67108860/67108860
[pid=3174] ppid=3171 vsize=10688604 memory=8118708 CPUtime=1706.61 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3171 3174 31095 0 -1 1077944320 246794 0 0 0 169949 712 0 0 20 0 16 0 95789229 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140732735999872 140239241494263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
/proc/3174/statm: 2672151 2029677 3145 1 0 2660545 0
[pid=3174/tid=3176] ppid=3171 vsize=10688604 memory=16448 CPUtime=14.45 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3171 3174 31095 0 -1 1077944384 15574 0 0 0 1437 8 0 0 20 0 16 0 95789230 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140239245734944 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10688604 memory=8118708 CPUtime=418.91 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) R 3171 3174 31095 0 -1 4202560 52206 0 0 0 41709 182 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140239206775384 140239226194141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10688604 memory=8112282956445269571 CPUtime=417.62 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) R 3171 3174 31095 0 -1 4202560 32768 0 0 0 41604 158 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238847060048 140239234122471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10688604 memory=4616 CPUtime=416.63 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) R 3171 3174 31095 0 -1 4202560 25504 0 0 0 41489 174 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238846007760 140239234122471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10688604 memory=1008 CPUtime=416.6 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) R 3171 3174 31095 0 -1 4202560 33833 0 0 0 41480 180 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238844955272 140239234122471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10688604 memory=11008 CPUtime=21 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3171 3174 31095 0 -1 1077944384 77331 0 0 0 2096 4 0 0 20 0 16 0 95789232 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238478361792 140239241504469 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3182] ppid=3171 vsize=10688604 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3171 3174 31095 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 95789232 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238477309280 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3183] ppid=3171 vsize=10688604 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3171 3174 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95789233 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238476256896 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3184] ppid=3171 vsize=10688604 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238475205200 140239241512859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3185] ppid=3171 vsize=10688604 memory=1788 CPUtime=0.32 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3171 3174 31095 0 -1 1077944384 1959 0 0 0 32 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238474152144 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3186] ppid=3171 vsize=10688604 memory=4140 CPUtime=0.39 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3171 3174 31095 0 -1 1077944384 2160 0 0 0 39 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238473099008 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3187] ppid=3171 vsize=10688604 memory=27684 CPUtime=0.3 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3171 3174 31095 0 -1 1077944384 3231 0 0 0 30 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238472042832 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3188] ppid=3171 vsize=10688604 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238470994400 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3189] ppid=3171 vsize=10688604 memory=2428 CPUtime=0.3 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3171 3174 31095 0 -1 1077944384 567 0 0 0 21 9 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238469942192 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3203] ppid=3171 vsize=10688604 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3203/stat : 3203 (java) S 3171 3174 31095 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 16 0 95828057 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238468886384 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
Current children cumulated CPU time: 1706.61 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8118708 KiB

[startup+460.001 s]*
/proc/loadavg: 4.65 4.21 4.06 3/217 3205
/proc/meminfo: memFree=20150492/32770624 swapFree=67108860/67108860
[pid=3174] ppid=3171 vsize=10688604 memory=8118708 CPUtime=1708.51 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3171 3174 31095 0 -1 1077944320 246794 0 0 0 170138 713 0 0 20 0 16 0 95789229 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140732735999872 140239241494263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
/proc/3174/statm: 2672151 2029677 3145 1 0 2660545 0
[pid=3174/tid=3176] ppid=3171 vsize=10688604 memory=6935054825532540783 CPUtime=14.45 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3171 3174 31095 0 -1 1077944384 15574 0 0 0 1437 8 0 0 20 0 16 0 95789230 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140239245734944 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3177] ppid=3171 vsize=10688604 memory=4126316290023845779 CPUtime=419.29 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3171 3174 31095 0 -1 1077944384 52206 0 0 0 41747 182 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140239206775184 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3178] ppid=3171 vsize=10688604 memory=-6520471753822164382 CPUtime=417.98 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3171 3174 31095 0 -1 1077944384 32768 0 0 0 41640 158 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238847060240 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3179] ppid=3171 vsize=10688604 memory=-8412656567318647667 CPUtime=416.99 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3171 3174 31095 0 -1 1077944384 25504 0 0 0 41525 174 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238846007952 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3180] ppid=3171 vsize=10688604 memory=9047017150487036575 CPUtime=416.95 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3171 3174 31095 0 -1 1077944384 33833 0 0 0 41515 180 0 0 20 0 16 0 95789231 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238844955152 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3181] ppid=3171 vsize=10688604 memory=-8341965534556230502 CPUtime=21.43 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) R 3171 3174 31095 0 -1 4202560 77331 0 0 0 2139 4 0 0 20 0 16 0 95789232 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238478361680 140239225951854 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3182] ppid=3171 vsize=10688604 memory=9047017150487036571 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3171 3174 31095 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 95789232 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238477309280 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3183] ppid=3171 vsize=10688604 memory=-8707038579349950309 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3171 3174 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95789233 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238476256896 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3184] ppid=3171 vsize=10688604 memory=-8412652177879177843 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238475205200 140239241512859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3185] ppid=3171 vsize=10688604 memory=4715433313220523562 CPUtime=0.32 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3171 3174 31095 0 -1 1077944384 1959 0 0 0 32 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238474152144 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3186] ppid=3171 vsize=10688604 memory=-8253362762722141311 CPUtime=0.39 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3171 3174 31095 0 -1 1077944384 2160 0 0 0 39 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238473099008 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3187] ppid=3171 vsize=10688604 memory=4427205132082312746 CPUtime=0.3 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3171 3174 31095 0 -1 1077944384 3231 0 0 0 30 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238472042832 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3188] ppid=3171 vsize=10688604 memory=-8486080722631693414 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3171 3174 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238470994400 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3189] ppid=3171 vsize=10688604 memory=-8412652152092201843 CPUtime=0.3 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3171 3174 31095 0 -1 1077944384 567 0 0 0 21 9 0 0 20 0 16 0 95789235 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238469942192 140239241505410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
[pid=3174/tid=3203] ppid=3171 vsize=10688604 memory=-7023579799431922829 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3203/stat : 3203 (java) S 3171 3174 31095 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 16 0 95828057 10945130496 2029677 33554432000 4194304 4196468 140732736017328 140238468886384 140239241504469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140732736021638 140732736021791 140732736021791 140732736024527 0
Current children cumulated CPU time: 1708.51 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8118708 KiB

[startup+460.202 s]*
/proc/loadavg: 4.65 4.21 4.06 3/203 3205
/proc/meminfo: memFree=25768664/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): 460.216
CPU time (s): 1708.72
CPU user time (s): 1701.56
CPU system time (s): 7.16643
CPU usage (%): 371.287
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8118772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1701.56
system time used= 7.16643
maximum resident set size= 8118776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29658
involuntary context switches= 17859


# summary of solver processes directly reported to runsolver:
#   pid: 3174
#   total CPU time (s): 1708.72
#   total CPU user time (s): 1701.56
#   total CPU system time (s): 7.16643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.8966 second user time and 4.40461 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 14:09:15
IDJOB=4263079
IDBENCH=129315
IDSOLVER=2651
FILE ID=node104/4263079-1502627013
RUNJOBID= node104-1502619271-1476
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-02-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263079-1502627013/watcher-4263079-1502627013 -o /tmp/evaluation-result-4263079-1502627013/solver-4263079-1502627013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263079-1502627013.xml

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

MD5SUM BENCH= c642010e55c7dc039ba248b7a99425a6
RANDOM SEED=834558424

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28370552 kB
MemAvailable:   31679808 kB
Buffers:          150984 kB
Cached:          3440084 kB
SwapCached:            0 kB
Active:           644084 kB
Inactive:        3305860 kB
Active(anon):     361548 kB
Inactive(anon):    25024 kB
Active(file):     282536 kB
Inactive(file):  3280836 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1488 kB
Writeback:             0 kB
AnonPages:        463596 kB
Mapped:            55240 kB
Shmem:             25228 kB
Slab:             148852 kB
SReclaimable:     123436 kB
SUnreclaim:        25416 kB
KernelStack:        3824 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 14:16:55