Trace number 4263082

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? 1697.25 460.315

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-50-04.xml
MD5SUM88cc4e0405f00f13705dc5989c1027aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark100
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size677
Distribution of domain sizes[{"size":1,"count":1},{"size":677,"count":121}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":6},{"degree":5,"count":20},{"degree":6,"count":49},{"degree":7,"count":26},{"degree":8,"count":15},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":257},{"arity":49,"count":1},{"arity":61,"count":1},{"arity":63,"count":1},{"arity":68,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1579.41/428.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1579.41/428.74		at java.io.DataInputStream.readUTF(DataInputStream.java:661)
1579.41/428.74		at java.io.DataInputStream.readUTF(DataInputStream.java:564)
1579.41/428.74		at sun.util.calendar.ZoneInfoFile.load(ZoneInfoFile.java:312)
1625.94/441.16		at sun.util.calendar.ZoneInfoFile.access$000(ZoneInfoFile.java:61)
1625.94/441.16		at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:258)
1625.94/441.16		at java.security.AccessController.doPrivileged(Native Method)
1625.94/441.16		at sun.util.calendar.ZoneInfoFile.<clinit>(ZoneInfoFile.java:251)
1625.94/441.16		at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:589)
1625.94/441.16		at java.util.TimeZone.getTimeZone(TimeZone.java:560)
1625.94/441.16		at java.util.TimeZone.setDefaultZone(TimeZone.java:666)
1625.94/441.16		at java.util.TimeZone.getDefaultRef(TimeZone.java:636)
1625.94/441.16		at java.util.TimeZone.getDefault(TimeZone.java:625)
1625.94/441.16		at java.util.Calendar.getInstance(Calendar.java:1640)
1625.94/441.16		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2826)
1625.94/441.16		at java.util.Formatter$FormatSpecifier.print(Formatter.java:2740)
1625.94/441.16		at java.util.Formatter.format(Formatter.java:2526)
1625.94/441.16		at java.util.Formatter.format(Formatter.java:2455)
1625.94/441.16		at java.lang.String.format(String.java:2940)
1625.94/441.16		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
1625.94/441.16		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1625.94/441.16		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1625.94/441.16		at java.util.logging.Logger.log(Logger.java:738)
1625.94/441.16		at java.util.logging.Logger.doLog(Logger.java:765)
1625.94/441.16		at java.util.logging.Logger.log(Logger.java:876)
1625.94/441.16		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1625.94/441.16		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1625.94/441.16		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1625.94/441.16		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1625.94/441.16		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1625.94/441.16		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1697.13/460.27	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1697.13/460.27	c This is free software under the dual EPL/GNU LGPL licenses.
1697.13/460.27	c See www.sat4j.org for details.
1697.13/460.27	c That software uses the Rhino library from the Mozilla project.
1697.13/460.27	c version CUSTOM.v20170705
1697.13/460.27	c java.runtime.name	Java(TM) SE Runtime Environment
1697.13/460.27	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1697.13/460.27	c java.vm.version	25.131-b11
1697.13/460.27	c java.vm.vendor	Oracle Corporation
1697.13/460.27	c sun.arch.data.model	64
1697.13/460.27	c java.version		1.8.0_131
1697.13/460.27	c os.name		Linux
1697.13/460.27	c os.version		3.10.0-514.16.1.el7.x86_64
1697.13/460.27	c os.arch		amd64
1697.13/460.27	c Free memory 		499604488
1697.13/460.27	c Max memory 		7247757312
1697.13/460.27	c Total memory 		504889344
1697.13/460.27	c Number of processors 	4
1697.13/460.27	c c --- Begin Solver configuration ---
1697.13/460.27	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1697.13/460.27	c Learn all clauses as in MiniSAT
1697.13/460.27	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1697.13/460.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1697.13/460.27	c No reason simplification
1697.13/460.27	c Glucose 2.1 dynamic restart strategy
1697.13/460.27	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
1697.13/460.27	c timeout=2147483s
1697.13/460.27	c DB Simplification allowed=false
1697.13/460.27	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1697.13/460.27	c --- End Solver configuration ---
1697.13/460.27	c starts		: 0
1697.13/460.27	c conflicts		: 0
1697.13/460.27	c decisions		: 0
1697.13/460.27	c propagations		: 0
1697.13/460.27	c inspects		: 0
1697.13/460.27	c shortcuts		: 0
1697.13/460.27	c learnt literals	: 0
1697.13/460.27	c learnt binary clauses	: 0
1697.13/460.27	c learnt ternary clauses	: 0
1697.13/460.27	c learnt constraints	: 0
1697.13/460.27	c ignored constraints	: 0
1697.13/460.27	c root simplifications	: 0
1697.13/460.27	c removed literals (reason simplification)	: 0
1697.13/460.27	c reason swapping (by a shorter reason)	: 0
1697.13/460.27	c Calls to reduceDB	: 0
1697.13/460.27	c Number of update (reduction) of LBD	: 0
1697.13/460.27	c Imported unit clauses	: 0
1697.13/460.27	c number of reductions to clauses (during analyze)	: 0
1697.13/460.27	c number of learned constraints concerned by reduction	: 0
1697.13/460.27	c number of learning phase by resolution	: 0
1697.13/460.27	c number of learning phase by cutting planes	: 0
1697.13/460.27	c number of rounding to 1 operations	: 0
1697.13/460.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1697.13/460.27	c number of reductions of the coefficients by power 2 	: 0
1697.13/460.27	c number of right shift for reduction by power 2 	: 0
1697.13/460.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
1697.13/460.27	c speed (assignments/second)	: 0.0
1697.13/460.27	c non guided choices	0
1697.13/460.27	c learnt constraints type 
1697.13/460.27	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 (15349 MiB free)
  memory of node 1: 16384 MiB (15152 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263082-1502627082/watcher-4263082-1502627082 -o /tmp/evaluation-result-4263082-1502627082/solver-4263082-1502627082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8487 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263082-1502627082.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=9593, runsolver pid=9590

[startup+0.101092 s]*
/proc/loadavg: 1.98 2.07 2.66 4/216 9608
/proc/meminfo: memFree=31217500/32770624 swapFree=67108860/67108860
[pid=9593] ppid=9590 vsize=10555400 memory=28380 CPUtime=0.12 cores=0,2,4,6
/proc/9593/stat : 9593 (java) S 9590 9593 2539 0 -1 1077944320 6702 0 0 0 11 1 0 0 20 0 15 0 95796572 10808729600 7095 33554432000 4194304 4196468 140731741660816 140731741643360 139971871575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
/proc/9593/statm: 2638850 7095 2819 1 0 2627263 0
[pid=9593/tid=9595] ppid=9590 vsize=10555400 memory=-8968179175196030144 CPUtime=0.08 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (java) R 9590 9593 2539 0 -1 4202560 4508 0 0 0 8 0 0 0 20 0 15 0 95796572 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971875800864 139971871597725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9596] ppid=9590 vsize=10555400 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971478785040 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9597] ppid=9590 vsize=10555400 memory=140238935144064 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9597/stat : 9597 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971477732496 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9598] ppid=9590 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9598/stat : 9598 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971476679440 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9599] ppid=9590 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9599/stat : 9599 (java) S 9590 9593 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95796573 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971475626896 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10555400 memory=140238935144064 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) S 9590 9593 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95796575 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971364083952 139971871586946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9601] ppid=9590 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9601/stat : 9601 (java) S 9590 9593 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95796575 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971363030176 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9602] ppid=9590 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9602/stat : 9602 (java) S 9590 9593 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95796575 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971361977072 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9603] ppid=9590 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9603/stat : 9603 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971360925648 139971871594395 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9604] ppid=9590 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9604/stat : 9604 (java) S 9590 9593 2539 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 95796578 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971359873776 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9605] ppid=9590 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9605/stat : 9605 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971358821232 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9606] ppid=9590 vsize=10555400 memory=140238935144064 CPUtime=0.02 cores=0,2,4,6
/proc/9593/task/9606/stat : 9606 (java) S 9590 9593 2539 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 15 0 95796578 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971357768176 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9607] ppid=9590 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9607/stat : 9607 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971356715872 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9608] ppid=9590 vsize=10555400 memory=140238935144064 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9608/stat : 9608 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796578 10808729600 7095 33554432000 4194304 4196468 140731741660816 139971355662896 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28380 KiB

[startup+0.210553 s]*
/proc/loadavg: 1.98 2.07 2.66 3/216 9608
/proc/meminfo: memFree=31207764/32770624 swapFree=67108860/67108860
[pid=9593] ppid=9590 vsize=10555400 memory=39120 CPUtime=0.3 cores=0,2,4,6
/proc/9593/stat : 9593 (java) S 9590 9593 2539 0 -1 1077944320 8333 0 0 0 28 2 0 0 20 0 15 0 95796572 10808729600 9780 33554432000 4194304 4196468 140731741660816 140731741643360 139971871575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
/proc/9593/statm: 2638850 9780 2946 1 0 2627263 0
[pid=9593/tid=9595] ppid=9590 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (java) R 9590 9593 2539 0 -1 4202560 5258 0 0 0 19 1 0 0 20 0 15 0 95796572 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971875806048 139971855656286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9596] ppid=9590 vsize=10555400 memory=345 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971478785040 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9597] ppid=9590 vsize=10555400 memory=140238935154321 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9597/stat : 9597 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971477732496 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9598] ppid=9590 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9598/stat : 9598 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971476679440 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9599] ppid=9590 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9599/stat : 9599 (java) S 9590 9593 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95796573 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971475626896 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10555400 memory=140238935144064 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) S 9590 9593 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95796575 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971364083952 139971871586946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9601] ppid=9590 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9601/stat : 9601 (java) S 9590 9593 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95796575 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971363030176 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9602] ppid=9590 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9602/stat : 9602 (java) S 9590 9593 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95796575 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971361977072 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9603] ppid=9590 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9603/stat : 9603 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971360925648 139971871594395 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9604] ppid=9590 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9593/task/9604/stat : 9604 (java) S 9590 9593 2539 0 -1 1077944384 547 0 0 0 1 0 0 0 20 0 15 0 95796578 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971359873776 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9605] ppid=9590 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9593/task/9605/stat : 9605 (java) S 9590 9593 2539 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 95796578 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971358821232 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9606] ppid=9590 vsize=10555400 memory=140238935144064 CPUtime=0.06 cores=0,2,4,6
/proc/9593/task/9606/stat : 9606 (java) S 9590 9593 2539 0 -1 1077944384 899 0 0 0 6 0 0 0 20 0 15 0 95796578 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971357768176 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9607] ppid=9590 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9607/stat : 9607 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971356715872 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9608] ppid=9590 vsize=10555400 memory=140238935144064 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9608/stat : 9608 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796578 10808729600 9780 33554432000 4194304 4196468 140731741660816 139971355662896 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39120 KiB

[startup+0.310109 s]*
/proc/loadavg: 1.98 2.07 2.66 5/216 9608
/proc/meminfo: memFree=31200692/32770624 swapFree=67108860/67108860
[pid=9593] ppid=9590 vsize=10555476 memory=45704 CPUtime=0.52 cores=0,2,4,6
/proc/9593/stat : 9593 (java) S 9590 9593 2539 0 -1 1077944320 9058 0 0 0 50 2 0 0 20 0 15 0 95796572 10808807424 11426 33554432000 4194304 4196468 140731741660816 140731741643360 139971871575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
/proc/9593/statm: 2638869 11426 3031 1 0 2627263 0
[pid=9593/tid=9595] ppid=9590 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (java) R 9590 9593 2539 0 -1 4202560 5605 0 0 0 29 1 0 0 20 0 15 0 95796572 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971875811776 139971855656286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9596] ppid=9590 vsize=10555476 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971478785040 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9597] ppid=9590 vsize=10555476 memory=13713938569868952 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9597/stat : 9597 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971477732496 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9598] ppid=9590 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9598/stat : 9598 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796573 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971476679440 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9599] ppid=9590 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9599/stat : 9599 (java) S 9590 9593 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95796573 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971475626896 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10555476 memory=140238935144064 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) S 9590 9593 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95796575 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971364083952 139971871586946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9601] ppid=9590 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9601/stat : 9601 (java) S 9590 9593 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95796575 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971363030176 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9602] ppid=9590 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9602/stat : 9602 (java) S 9590 9593 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95796575 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971361977072 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9603] ppid=9590 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9603/stat : 9603 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971360925648 139971871594395 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9604] ppid=9590 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9593/task/9604/stat : 9604 (java) S 9590 9593 2539 0 -1 1077944384 623 0 0 0 4 0 0 0 20 0 15 0 95796578 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971359873776 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9605] ppid=9590 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/9593/task/9605/stat : 9605 (java) S 9590 9593 2539 0 -1 1077944384 351 0 0 0 3 0 0 0 20 0 15 0 95796578 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971358821232 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9606] ppid=9590 vsize=10555476 memory=140238935144064 CPUtime=0.13 cores=0,2,4,6
/proc/9593/task/9606/stat : 9606 (java) R 9590 9593 2539 0 -1 4202560 1116 0 0 0 13 0 0 0 20 0 15 0 95796578 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971357768176 139971849756727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9607] ppid=9590 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9607/stat : 9607 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971356715872 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9608] ppid=9590 vsize=10555476 memory=140238935144064 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9608/stat : 9608 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796578 10808807424 11482 33554432000 4194304 4196468 140731741660816 139971355662896 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45704 KiB

[startup+0.700722 s]
/proc/loadavg: 1.98 2.07 2.66 5/216 9608
/proc/meminfo: memFree=31089668/32770624 swapFree=67108860/67108860
[pid=9593] ppid=9590 vsize=10555476 memory=203348 CPUtime=1.59 cores=0,2,4,6
/proc/9593/stat : 9593 (java) S 9590 9593 2539 0 -1 1077944320 11838 0 0 0 152 7 0 0 20 0 15 0 95796572 10808807424 50837 33554432000 4194304 4196468 140731741660816 140731741643360 139971871575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
/proc/9593/statm: 2638869 50837 3098 1 0 2627263 0
[pid=9593/tid=9595] ppid=9590 vsize=10555476 memory=1732 CPUtime=0.65 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (java) R 9590 9593 2539 0 -1 4202560 5961 0 0 0 62 3 0 0 20 0 15 0 95796572 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971875808112 139971511870189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9596] ppid=9590 vsize=10555476 memory=796 CPUtime=0.02 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (java) S 9590 9593 2539 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 15 0 95796573 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971478785040 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9597] ppid=9590 vsize=10555476 memory=1004 CPUtime=0.01 cores=0,2,4,6
/proc/9593/task/9597/stat : 9597 (java) S 9590 9593 2539 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 95796573 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971477732496 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9598] ppid=9590 vsize=10555476 memory=1932 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9598/stat : 9598 (java) S 9590 9593 2539 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 95796573 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971476679440 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9599] ppid=9590 vsize=10555476 memory=1424 CPUtime=0.02 cores=0,2,4,6
/proc/9593/task/9599/stat : 9599 (java) S 9590 9593 2539 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 15 0 95796573 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971475626896 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10555476 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) S 9590 9593 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95796575 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971364083952 139971871586946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9601] ppid=9590 vsize=10555476 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9601/stat : 9601 (java) S 9590 9593 2539 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95796575 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971363030176 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9602] ppid=9590 vsize=10555476 memory=11000 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9602/stat : 9602 (java) S 9590 9593 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95796575 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971361977072 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9603] ppid=9590 vsize=10555476 memory=7014751519734584657 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9603/stat : 9603 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971360925648 139971871594395 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9604] ppid=9590 vsize=10555476 memory=7453282923545389669 CPUtime=0.3 cores=0,2,4,6
/proc/9593/task/9604/stat : 9604 (java) R 9590 9593 2539 0 -1 4202560 1558 0 0 0 30 0 0 0 20 0 15 0 95796578 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971359854248 139971851412116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9605] ppid=9590 vsize=10555476 memory=7444843076533644388 CPUtime=0.3 cores=0,2,4,6
/proc/9593/task/9605/stat : 9605 (java) R 9590 9593 2539 0 -1 4202560 1392 0 0 0 30 0 0 0 20 0 15 0 95796578 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971358807256 139971854962510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9606] ppid=9590 vsize=10555476 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9593/task/9606/stat : 9606 (java) S 9590 9593 2539 0 -1 1077944384 1400 0 0 0 22 0 0 0 20 0 15 0 95796578 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971357768176 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9607] ppid=9590 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9607/stat : 9607 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95796578 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971356715872 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9608] ppid=9590 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9608/stat : 9608 (java) S 9590 9593 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95796578 10808807424 50837 33554432000 4194304 4196468 140731741660816 139971355662896 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 203348 KiB

[startup+1.50083 s]
/proc/loadavg: 2.22 2.12 2.67 3/216 9608
/proc/meminfo: memFree=30950748/32770624 swapFree=67108860/67108860
[pid=9593] ppid=9590 vsize=10555476 memory=589788 CPUtime=3.75 cores=0,2,4,6
/proc/9593/stat : 9593 (java) S 9590 9593 2539 0 -1 1077944320 14027 0 0 0 337 38 0 0 20 0 15 0 95796572 10808807424 147447 33554432000 4194304 4196468 140731741660816 140731741643360 139971871575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
/proc/9593/statm: 2638869 147447 3121 1 0 2627263 0
[pid=9593/tid=9595] ppid=9590 vsize=10555476 memory=8112282956445269571 CPUtime=1.02 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (java) S 9590 9593 2539 0 -1 1077944384 6040 0 0 0 98 4 0 0 20 0 15 0 95796572 10808807424 147447 33554432000 4194304 4196468 140731741660816 139971875811040 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9596] ppid=9590 vsize=10555476 memory=-8754540793456063680 CPUtime=0.43 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (java) R 9590 9593 2539 0 -1 4202560 876 0 0 0 35 8 0 0 20 0 15 0 95796573 10808807424 147447 33554432000 4194304 4196468 140731741660816 139971478785040 139971853172810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9597] ppid=9590 vsize=10555476 memory=-2843874019102283166 CPUtime=0.43 cores=0,2,4,6
/proc/9593/task/9597/stat : 9597 (java) R 9590 9593 2539 0 -1 4202560 460 0 0 0 35 8 0 0 20 0 15 0 95796573 10808807424 147447 33554432000 4194304 4196468 140731741660816 139971477732496 139971856273438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9598] ppid=9590 vsize=10555476 memory=5450919713671312938 CPUtime=0.41 cores=0,2,4,6
/proc/9593/task/9598/stat : 9598 (java) R 9590 9593 2539 0 -1 4202560 404 0 0 0 34 7 0 0 20 0 15 0 95796573 10808807424 147447 33554432000 4194304 4196468 140731741660816 139971476679024 139971864204007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9599] ppid=9590 vsize=10555476 memory=7005738693937936738 CPUtime=0.43 cores=0,2,4,6
/proc/9593/task/9599/stat : 9599 (java) R 9590 9593 2539 0 -1 4202560 305 0 0 0 35 8 0 0 20 0 15 0 95796573 10808807424 147447 33554432000 4194304 4196468 140731741660816 139971475626792 139971864204007 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) S 9590 9593 2539 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 95796575 10808807424 147447 33554432000 4194304 4196468 140731741660816 139971364082272 139971871586005 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0

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

/proc/9593/task/9599/stat : 9599 (java) R 9590 9593 2539 0 -1 4202560 27547 0 0 0 40961 196 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971475626704 139971864204007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10688756 memory=8112282956445269571 CPUtime=24.07 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) S 9590 9593 2539 0 -1 1077944384 72034 0 0 0 2403 4 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971364082496 139971871586005 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9601] ppid=9590 vsize=10688756 memory=3340 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9601/stat : 9601 (java) S 9590 9593 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971363030240 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9602] ppid=9590 vsize=10688756 memory=8156456 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9602/stat : 9602 (java) S 9590 9593 2539 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971361977088 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9603] ppid=9590 vsize=10688756 memory=8156448 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9603/stat : 9603 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971360925648 139971871594395 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9604] ppid=9590 vsize=10688756 memory=8112282956445269571 CPUtime=0.4 cores=0,2,4,6
/proc/9593/task/9604/stat : 9604 (java) S 9590 9593 2539 0 -1 1077944384 2040 0 0 0 40 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971359873536 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9605] ppid=9590 vsize=10688756 memory=2584 CPUtime=0.46 cores=0,2,4,6
/proc/9593/task/9605/stat : 9605 (java) S 9590 9593 2539 0 -1 1077944384 2745 0 0 0 46 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971358806128 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9606] ppid=9590 vsize=10688756 memory=2540 CPUtime=0.3 cores=0,2,4,6
/proc/9593/task/9606/stat : 9606 (java) S 9590 9593 2539 0 -1 1077944384 3832 0 0 0 30 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971357765680 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9607] ppid=9590 vsize=10688756 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9607/stat : 9607 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971356715872 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9608] ppid=9590 vsize=10688756 memory=8156456 CPUtime=0.25 cores=0,2,4,6
/proc/9593/task/9608/stat : 9608 (java) S 9590 9593 2539 0 -1 1077944384 628 0 0 0 17 8 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971355662896 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9616] ppid=9590 vsize=10688756 memory=8156456 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9616/stat : 9616 (java) S 9590 9593 2539 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 95840689 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971354607024 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9617] ppid=9590 vsize=10688756 memory=8156448 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9617/stat : 9617 (java) S 9590 9593 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95840689 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971353554736 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
Current children cumulated CPU time: 1688.57 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8156456 KiB

[startup+459.201 s]
/proc/loadavg: 4.78 4.09 3.38 6/217 9696
/proc/meminfo: memFree=21410388/32770624 swapFree=67108860/67108860
[pid=9593] ppid=9590 vsize=10688756 memory=8156456 CPUtime=1694.77 cores=0,2,4,6
/proc/9593/stat : 9593 (java) S 9590 9593 2539 0 -1 1077944320 221042 0 0 0 168685 792 0 0 20 0 17 0 95796572 10945286144 2039114 33554432000 4194304 4196468 140731741660816 140731741643360 139971871575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
/proc/9593/statm: 2672189 2039114 3182 1 0 2660545 0
[pid=9593/tid=9595] ppid=9590 vsize=10688756 memory=8112282956445269571 CPUtime=13.97 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (java) S 9590 9593 2539 0 -1 1077944384 16559 0 0 0 1388 9 0 0 20 0 17 0 95796572 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971875816480 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9596] ppid=9590 vsize=10688756 memory=1932 CPUtime=413.5 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (java) R 9590 9593 2539 0 -1 4202560 36189 0 0 0 41161 189 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971478785240 139971856565442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9597] ppid=9590 vsize=10688756 memory=1424 CPUtime=413.24 cores=0,2,4,6
/proc/9593/task/9597/stat : 9597 (java) R 9590 9593 2539 0 -1 4202560 32234 0 0 0 41133 191 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971477732304 139971864204007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9598] ppid=9590 vsize=10688756 memory=8560 CPUtime=415.36 cores=0,2,4,6
/proc/9593/task/9598/stat : 9598 (java) R 9590 9593 2539 0 -1 4202560 25757 0 0 0 41340 196 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971476679560 139971864204007 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9599] ppid=9590 vsize=10688756 memory=1724 CPUtime=413.11 cores=0,2,4,6
/proc/9593/task/9599/stat : 9599 (java) R 9590 9593 2539 0 -1 4202560 27547 0 0 0 41114 197 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971475626704 139971864204007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10688756 memory=8112282956445269571 CPUtime=24.07 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) S 9590 9593 2539 0 -1 1077944384 72034 0 0 0 2403 4 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971364082496 139971871586005 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9601] ppid=9590 vsize=10688756 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9601/stat : 9601 (java) S 9590 9593 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971363030240 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9602] ppid=9590 vsize=10688756 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9602/stat : 9602 (java) S 9590 9593 2539 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971361977088 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9603] ppid=9590 vsize=10688756 memory=16236 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9603/stat : 9603 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971360925648 139971871594395 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9604] ppid=9590 vsize=10688756 memory=8156456 CPUtime=0.4 cores=0,2,4,6
/proc/9593/task/9604/stat : 9604 (java) S 9590 9593 2539 0 -1 1077944384 2040 0 0 0 40 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971359873536 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9605] ppid=9590 vsize=10688756 memory=8156456 CPUtime=0.46 cores=0,2,4,6
/proc/9593/task/9605/stat : 9605 (java) S 9590 9593 2539 0 -1 1077944384 2745 0 0 0 46 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971358806128 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9606] ppid=9590 vsize=10688756 memory=1296 CPUtime=0.3 cores=0,2,4,6
/proc/9593/task/9606/stat : 9606 (java) S 9590 9593 2539 0 -1 1077944384 3832 0 0 0 30 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971357765680 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9607] ppid=9590 vsize=10688756 memory=2404 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9607/stat : 9607 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971356715872 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9608] ppid=9590 vsize=10688756 memory=1732 CPUtime=0.26 cores=0,2,4,6
/proc/9593/task/9608/stat : 9608 (java) S 9590 9593 2539 0 -1 1077944384 628 0 0 0 18 8 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971355662896 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9616] ppid=9590 vsize=10688756 memory=796 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9616/stat : 9616 (java) S 9590 9593 2539 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 95840689 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971354607024 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9617] ppid=9590 vsize=10688756 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9617/stat : 9617 (java) S 9590 9593 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95840689 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971353554736 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
Current children cumulated CPU time: 1694.77 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8156456 KiB

[startup+460.001 s]*
/proc/loadavg: 4.78 4.09 3.38 6/217 9696
/proc/meminfo: memFree=21227620/32770624 swapFree=67108860/67108860
[pid=9593] ppid=9590 vsize=10688756 memory=8156456 CPUtime=1696.94 cores=0,2,4,6
/proc/9593/stat : 9593 (java) S 9590 9593 2539 0 -1 1077944320 221212 0 0 0 168901 793 0 0 20 0 17 0 95796572 10945286144 2039114 33554432000 4194304 4196468 140731741660816 140731741643360 139971871575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
/proc/9593/statm: 2672189 2039114 3182 1 0 2660545 0
[pid=9593/tid=9595] ppid=9590 vsize=10688756 memory=8112282956445269571 CPUtime=13.97 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (java) S 9590 9593 2539 0 -1 1077944384 16559 0 0 0 1388 9 0 0 20 0 17 0 95796572 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971875816480 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9596] ppid=9590 vsize=10688756 memory=4126316290023845779 CPUtime=413.97 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (java) S 9590 9593 2539 0 -1 1077944384 36359 0 0 0 41208 189 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971478785040 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9597] ppid=9590 vsize=10688756 memory=3832 CPUtime=413.7 cores=0,2,4,6
/proc/9593/task/9597/stat : 9597 (java) S 9590 9593 2539 0 -1 1077944384 32234 0 0 0 41179 191 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971477732496 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9598] ppid=9590 vsize=10688756 memory=2584 CPUtime=415.81 cores=0,2,4,6
/proc/9593/task/9598/stat : 9598 (java) S 9590 9593 2539 0 -1 1077944384 25757 0 0 0 41385 196 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971476679440 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9599] ppid=9590 vsize=10688756 memory=2540 CPUtime=413.56 cores=0,2,4,6
/proc/9593/task/9599/stat : 9599 (java) S 9590 9593 2539 0 -1 1077944384 27547 0 0 0 41159 197 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971475626896 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10688756 memory=4100 CPUtime=24.41 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) R 9590 9593 2539 0 -1 4202560 72034 0 0 0 2437 4 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971364082496 139971856572200 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9601] ppid=9590 vsize=10688756 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9601/stat : 9601 (java) S 9590 9593 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971363030240 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9602] ppid=9590 vsize=10688756 memory=3184 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9602/stat : 9602 (java) S 9590 9593 2539 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971361977088 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9603] ppid=9590 vsize=10688756 memory=8156456 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9603/stat : 9603 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971360925648 139971871594395 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9604] ppid=9590 vsize=10688756 memory=1156 CPUtime=0.4 cores=0,2,4,6
/proc/9593/task/9604/stat : 9604 (java) S 9590 9593 2539 0 -1 1077944384 2040 0 0 0 40 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971359873536 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9605] ppid=9590 vsize=10688756 memory=2660 CPUtime=0.46 cores=0,2,4,6
/proc/9593/task/9605/stat : 9605 (java) S 9590 9593 2539 0 -1 1077944384 2745 0 0 0 46 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971358806128 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9606] ppid=9590 vsize=10688756 memory=1726596 CPUtime=0.3 cores=0,2,4,6
/proc/9593/task/9606/stat : 9606 (java) S 9590 9593 2539 0 -1 1077944384 3832 0 0 0 30 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971357765680 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9607] ppid=9590 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9607/stat : 9607 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971356715872 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9608] ppid=9590 vsize=10688756 memory=4126316290023845779 CPUtime=0.26 cores=0,2,4,6
/proc/9593/task/9608/stat : 9608 (java) S 9590 9593 2539 0 -1 1077944384 628 0 0 0 18 8 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971355662896 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9616] ppid=9590 vsize=10688756 memory=8514726395715349656 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9616/stat : 9616 (java) S 9590 9593 2539 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 95840689 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971354607024 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9617] ppid=9590 vsize=10688756 memory=3047711553320166262 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9617/stat : 9617 (java) S 9590 9593 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95840689 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971353554736 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
Current children cumulated CPU time: 1696.94 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8156456 KiB

[startup+460.201 s]
/proc/loadavg: 4.78 4.09 3.38 6/217 9696
/proc/meminfo: memFree=21227620/32770624 swapFree=67108860/67108860
[pid=9593] ppid=9590 vsize=10688756 memory=8156456 CPUtime=1697.13 cores=0,2,4,6
/proc/9593/stat : 9593 (java) S 9590 9593 2539 0 -1 1077944320 221212 0 0 0 168920 793 0 0 20 0 17 0 95796572 10945286144 2039114 33554432000 4194304 4196468 140731741660816 140731741643360 139971871575799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
/proc/9593/statm: 2672189 2039114 3182 1 0 2660545 0
[pid=9593/tid=9595] ppid=9590 vsize=10688756 memory=288230621803970871 CPUtime=13.97 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (java) S 9590 9593 2539 0 -1 1077944384 16559 0 0 0 1388 9 0 0 20 0 17 0 95796572 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971875816480 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9596] ppid=9590 vsize=10688756 memory=16097070113098297 CPUtime=413.97 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (java) S 9590 9593 2539 0 -1 1077944384 36359 0 0 0 41208 189 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971478785040 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9597] ppid=9590 vsize=10688756 memory=16097070113098297 CPUtime=413.7 cores=0,2,4,6
/proc/9593/task/9597/stat : 9597 (java) S 9590 9593 2539 0 -1 1077944384 32234 0 0 0 41179 191 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971477732496 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9598] ppid=9590 vsize=10688756 memory=8156416 CPUtime=415.81 cores=0,2,4,6
/proc/9593/task/9598/stat : 9598 (java) S 9590 9593 2539 0 -1 1077944384 25757 0 0 0 41385 196 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971476679440 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9599] ppid=9590 vsize=10688756 memory=2404 CPUtime=413.56 cores=0,2,4,6
/proc/9593/task/9599/stat : 9599 (java) S 9590 9593 2539 0 -1 1077944384 27547 0 0 0 41159 197 0 0 20 0 17 0 95796573 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971475626896 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9600] ppid=9590 vsize=10688756 memory=280477604877648 CPUtime=24.6 cores=0,2,4,6
/proc/9593/task/9600/stat : 9600 (java) R 9590 9593 2539 0 -1 4202560 72034 0 0 0 2456 4 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971364082496 139971856572308 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9601] ppid=9590 vsize=10688756 memory=9154 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9601/stat : 9601 (java) S 9590 9593 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971363030240 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9602] ppid=9590 vsize=10688756 memory=13331 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9602/stat : 9602 (java) S 9590 9593 2539 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95796575 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971361977088 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9603] ppid=9590 vsize=10688756 memory=-7449382998787278238 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9603/stat : 9603 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971360925648 139971871594395 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9604] ppid=9590 vsize=10688756 memory=-9001734043636558696 CPUtime=0.4 cores=0,2,4,6
/proc/9593/task/9604/stat : 9604 (java) S 9590 9593 2539 0 -1 1077944384 2040 0 0 0 40 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971359873536 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9605] ppid=9590 vsize=10688756 memory=-8130577827046002024 CPUtime=0.46 cores=0,2,4,6
/proc/9593/task/9605/stat : 9605 (java) S 9590 9593 2539 0 -1 1077944384 2745 0 0 0 46 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971358806128 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9606] ppid=9590 vsize=10688756 memory=-8607606310048210293 CPUtime=0.3 cores=0,2,4,6
/proc/9593/task/9606/stat : 9606 (java) S 9590 9593 2539 0 -1 1077944384 3832 0 0 0 30 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971357765680 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9607] ppid=9590 vsize=10688756 memory=-6446856263849460372 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9607/stat : 9607 (java) S 9590 9593 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971356715872 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9608] ppid=9590 vsize=10688756 memory=-8389222452898340213 CPUtime=0.26 cores=0,2,4,6
/proc/9593/task/9608/stat : 9608 (java) S 9590 9593 2539 0 -1 1077944384 628 0 0 0 18 8 0 0 20 0 17 0 95796578 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971355662896 139971871586946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9616] ppid=9590 vsize=10688756 memory=8514701219730523551 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9616/stat : 9616 (java) S 9590 9593 2539 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 95840689 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971354607024 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
[pid=9593/tid=9617] ppid=9590 vsize=10688756 memory=6370736846017685602 CPUtime=0 cores=0,2,4,6
/proc/9593/task/9617/stat : 9617 (java) S 9590 9593 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95840689 10945286144 2039114 33554432000 4194304 4196468 140731741660816 139971353554736 139971871586005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27267072 140731741668486 140731741668639 140731741668639 140731741671375 0
Current children cumulated CPU time: 1697.13 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8156456 KiB

[startup+460.305 s]*
/proc/loadavg: 4.78 4.09 3.38 3/202 9696
/proc/meminfo: memFree=28863124/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.315
CPU time (s): 1697.25
CPU user time (s): 1689.29
CPU system time (s): 7.9652
CPU usage (%): 368.715
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8156456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1689.29
system time used= 7.9652
maximum resident set size= 8156600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221283
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= 33244
involuntary context switches= 21611


# summary of solver processes directly reported to runsolver:
#   pid: 9593
#   total CPU time (s): 1697.25
#   total CPU user time (s): 1689.29
#   total CPU system time (s): 7.9652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.79412 second user time and 4.46518 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 14:10:24
IDJOB=4263082
IDBENCH=129617
IDSOLVER=2651
FILE ID=node102/4263082-1502627082
RUNJOBID= node102-1502621242-8487
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-50-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263082-1502627082/watcher-4263082-1502627082 -o /tmp/evaluation-result-4263082-1502627082/solver-4263082-1502627082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8487 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263082-1502627082.xml

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

MD5SUM BENCH= 88cc4e0405f00f13705dc5989c1027aa
RANDOM SEED=1367326844

node102.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.35
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.35
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.35
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.35
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:        31234196 kB
MemAvailable:   31615212 kB
Buffers:          104788 kB
Cached:           560904 kB
SwapCached:            0 kB
Active:           951948 kB
Inactive:         138488 kB
Active(anon):     377368 kB
Inactive(anon):    75432 kB
Active(file):     574580 kB
Inactive(file):    63056 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:        431340 kB
Mapped:            54988 kB
Shmem:             25228 kB
Slab:             144508 kB
SReclaimable:     118428 kB
SUnreclaim:        26080 kB
KernelStack:        3552 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1277912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 14:18:05