Trace number 4263377

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1378.83 382.13699

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0051.xml
MD5SUMfb5cbe687ffccd3d5e194b95b956a5e6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263377-1502629929/watcher-4263377-1502629929 -o /tmp/evaluation-result-4263377-1502629929/solver-4263377-1502629929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263377-1502629929.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=27428, runsolver pid=27425

[startup+0.100088 s]*
/proc/loadavg: 2.77 3.45 3.01 3/197 27430
/proc/meminfo: memFree=31604944/32770624 swapFree=67105588/67108860
[pid=27428] ppid=27425 vsize=9936560 memory=14636 CPUtime=0 cores=0,2,4,6
/proc/27428/stat : 27428 (java) S 27425 27428 12560 0 -1 1077944320 2988 0 0 0 0 0 0 0 20 0 6 0 65188349 10175037440 3659 18446744073709551615 4194304 4196468 140731289576128 140731289558672 139943236636407 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
/proc/27428/statm: 2484140 3659 1597 1 0 2473637 0
[pid=27428/tid=27430] ppid=27425 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27430/stat : 27430 (java) R 27425 27428 12560 0 -1 4202560 1728 0 0 0 0 0 0 0 20 0 6 0 65188359 10175037440 3725 18446744073709551615 4194304 4196468 140731289576128 139943240872528 139943197617731 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27431] ppid=27425 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27431/stat : 27431 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65188359 10175037440 3725 18446744073709551615 4194304 4196468 140731289576128 139943193602704 139943236646613 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27432] ppid=27425 vsize=9936560 memory=139675088361088 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27432/stat : 27432 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65188359 10175037440 3725 18446744073709551615 4194304 4196468 140731289576128 139943192549904 139943236646613 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27433] ppid=27425 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27433/stat : 27433 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65188359 10175037440 3725 18446744073709551615 4194304 4196468 140731289576128 139943191497104 139943236646613 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27434] ppid=27425 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27434/stat : 27434 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65188359 10175037440 3725 18446744073709551615 4194304 4196468 140731289576128 139943190444304 139943236646613 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14636 KiB

[startup+0.210068 s]*
/proc/loadavg: 2.77 3.45 3.01 2/209 27442
/proc/meminfo: memFree=31595096/32770624 swapFree=67105588/67108860
[pid=27428] ppid=27425 vsize=10484492 memory=22856 CPUtime=0.05 cores=0,2,4,6
/proc/27428/stat : 27428 (java) S 27425 27428 12560 0 -1 1077944320 4672 0 0 0 4 1 0 0 20 0 14 0 65188349 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 140731289558672 139943236636407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
/proc/27428/statm: 2621123 5714 2575 1 0 2610620 0
[pid=27428/tid=27430] ppid=27425 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/27428/task/27430/stat : 27430 (java) D 27425 27428 12560 0 -1 4202560 2789 0 0 0 4 0 0 0 20 0 14 0 65188359 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139943240873888 139943236658429 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27431] ppid=27425 vsize=10484492 memory=328 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27431/stat : 27431 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65188359 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139943193602704 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27432] ppid=27425 vsize=10484492 memory=288370051240072832 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27432/stat : 27432 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65188359 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139943192549904 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27433] ppid=27425 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27433/stat : 27433 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 65188359 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139943191497104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27434] ppid=27425 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27434/stat : 27434 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 65188359 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139943190444304 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27435] ppid=27425 vsize=10484492 memory=139675088361088 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27435/stat : 27435 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 65188361 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139942800481136 139943236647554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27436] ppid=27425 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27436/stat : 27436 (java) S 27425 27428 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 65188361 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139942799427104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27437] ppid=27425 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27437/stat : 27437 (java) S 27425 27428 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 65188361 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139942798374256 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27438] ppid=27425 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27438/stat : 27438 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65188364 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139942797322576 139943236655003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27439] ppid=27425 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27439/stat : 27439 (java) S 27425 27428 12560 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 14 0 65188364 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139942796269936 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27440] ppid=27425 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27440/stat : 27440 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65188364 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139942795217136 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27441] ppid=27425 vsize=10484492 memory=139675088361088 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27441/stat : 27441 (java) S 27425 27428 12560 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 65188364 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139942794164336 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27442] ppid=27425 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27442/stat : 27442 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65188364 10736119808 5714 18446744073709551615 4194304 4196468 140731289576128 139942793111776 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22856 KiB

[startup+0.309962 s]*
/proc/loadavg: 2.77 3.45 3.01 2/210 27443
/proc/meminfo: memFree=31585828/32770624 swapFree=67105588/67108860
[pid=27428] ppid=27425 vsize=10551156 memory=30620 CPUtime=0.18 cores=0,2,4,6
/proc/27428/stat : 27428 (java) S 27425 27428 12560 0 -1 1077944320 7993 0 0 0 15 3 0 0 20 0 15 0 65188349 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 140731289558672 139943236636407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
/proc/27428/statm: 2637789 7655 2859 1 0 2627261 0
[pid=27428/tid=27430] ppid=27425 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/27428/task/27430/stat : 27430 (java) R 27425 27428 12560 0 -1 4202560 5702 0 0 0 11 2 0 0 20 0 15 0 65188359 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139943240868624 139943236658333 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27431] ppid=27425 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27431/stat : 27431 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65188359 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139943193602704 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27432] ppid=27425 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27432/stat : 27432 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65188359 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139943192549904 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27433] ppid=27425 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27433/stat : 27433 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65188359 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139943191497104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27434] ppid=27425 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27434/stat : 27434 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65188359 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139943190444304 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27435] ppid=27425 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27435/stat : 27435 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65188361 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942800481136 139943236647554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27436] ppid=27425 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27436/stat : 27436 (java) S 27425 27428 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65188361 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942799427104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27437] ppid=27425 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27437/stat : 27437 (java) S 27425 27428 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65188361 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942798374256 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27438] ppid=27425 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27438/stat : 27438 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65188364 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942797322576 139943236655003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27439] ppid=27425 vsize=10551156 memory=139674953983616 CPUtime=0.01 cores=0,2,4,6
/proc/27428/task/27439/stat : 27439 (java) S 27425 27428 12560 0 -1 1077944384 481 0 0 0 1 0 0 0 20 0 15 0 65188364 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942796269936 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27440] ppid=27425 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27440/stat : 27440 (java) R 27425 27428 12560 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 65188364 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942795217136 139943236647554 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27441] ppid=27425 vsize=10551156 memory=139675088361088 CPUtime=0.03 cores=0,2,4,6
/proc/27428/task/27441/stat : 27441 (java) S 27425 27428 12560 0 -1 1077944384 392 0 0 0 3 0 0 0 20 0 15 0 65188364 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942794164336 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27442] ppid=27425 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27442/stat : 27442 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65188364 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942793111776 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27443] ppid=27425 vsize=10551156 memory=139675088361088 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27443/stat : 27443 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65188372 10804383744 7655 18446744073709551615 4194304 4196468 140731289576128 139942792060080 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30620 KiB

[startup+0.701306 s]
/proc/loadavg: 2.77 3.45 3.01 4/210 27443
/proc/meminfo: memFree=31572608/32770624 swapFree=67105588/67108860
[pid=27428] ppid=27425 vsize=10551232 memory=110048 CPUtime=1.08 cores=0,2,4,6
/proc/27428/stat : 27428 (java) S 27425 27428 12560 0 -1 1077944320 12535 0 0 0 103 5 0 0 20 0 15 0 65188349 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 140731289558672 139943236636407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
/proc/27428/statm: 2637808 27512 3058 1 0 2627261 0
[pid=27428/tid=27430] ppid=27425 vsize=10551232 memory=33 CPUtime=0.49 cores=0,2,4,6
/proc/27428/task/27430/stat : 27430 (java) R 27425 27428 12560 0 -1 4202560 7393 0 0 0 46 3 0 0 20 0 15 0 65188359 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139943240872760 139942871451320 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27431] ppid=27425 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27431/stat : 27431 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65188359 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139943193602704 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27432] ppid=27425 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27432/stat : 27432 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65188359 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139943192549904 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27433] ppid=27425 vsize=10551232 memory=425 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27433/stat : 27433 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65188359 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139943191497104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27434] ppid=27425 vsize=10551232 memory=299 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27434/stat : 27434 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65188359 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139943190444304 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27435] ppid=27425 vsize=10551232 memory=106 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27435/stat : 27435 (java) S 27425 27428 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65188361 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942800481136 139943236647554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27436] ppid=27425 vsize=10551232 memory=2201 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27436/stat : 27436 (java) S 27425 27428 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65188361 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942799427104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27437] ppid=27425 vsize=10551232 memory=246 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27437/stat : 27437 (java) S 27425 27428 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65188361 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942798374256 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27438] ppid=27425 vsize=10551232 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27438/stat : 27438 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65188364 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942797322576 139943236655003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27439] ppid=27425 vsize=10551232 memory=2384 CPUtime=0.2 cores=0,2,4,6
/proc/27428/task/27439/stat : 27439 (java) R 27425 27428 12560 0 -1 4202560 1521 0 0 0 20 0 0 0 20 0 15 0 65188364 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942796256480 139943214653376 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27440] ppid=27425 vsize=10551232 memory=279349907460216 CPUtime=0.19 cores=0,2,4,6
/proc/27428/task/27440/stat : 27440 (java) R 27425 27428 12560 0 -1 4202560 1231 0 0 0 19 0 0 0 20 0 15 0 65188364 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942795197272 139943220133191 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27441] ppid=27425 vsize=10551232 memory=2446453638657 CPUtime=0.16 cores=0,2,4,6
/proc/27428/task/27441/stat : 27441 (java) S 27425 27428 12560 0 -1 1077944384 1021 0 0 0 16 0 0 0 20 0 15 0 65188364 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942794164336 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27442] ppid=27425 vsize=10551232 memory=2459338540545 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27442/stat : 27442 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65188364 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942793111776 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27443] ppid=27425 vsize=10551232 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27443/stat : 27443 (java) S 27425 27428 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65188372 10804461568 27512 18446744073709551615 4194304 4196468 140731289576128 139942792060080 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 110048 KiB

[startup+1.50085 s]
/proc/loadavg: 2.77 3.45 3.01 3/210 27443
/proc/meminfo: memFree=31479460/32770624 swapFree=67105588/67108860
[pid=27428] ppid=27425 vsize=10551232 memory=216984 CPUtime=2.42 cores=0,2,4,6
/proc/27428/stat : 27428 (java) S 27425 27428 12560 0 -1 1077944320 16003 0 0 0 233 9 0 0 20 0 15 0 65188349 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 140731289558672 139943236636407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
/proc/27428/statm: 2637808 54246 3089 1 0 2627261 0
[pid=27428/tid=27430] ppid=27425 vsize=10551232 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/27428/task/27430/stat : 27430 (java) R 27425 27428 12560 0 -1 4202560 7542 0 0 0 121 4 0 0 20 0 15 0 65188359 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139943240875296 139942871507062 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27431] ppid=27425 vsize=10551232 memory=-7807401512248497238 CPUtime=0.03 cores=0,2,4,6
/proc/27428/task/27431/stat : 27431 (java) S 27425 27428 12560 0 -1 1077944384 274 0 0 0 3 0 0 0 20 0 15 0 65188359 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139943193602704 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27432] ppid=27425 vsize=10551232 memory=279349907591488 CPUtime=0.03 cores=0,2,4,6
/proc/27428/task/27432/stat : 27432 (java) S 27425 27428 12560 0 -1 1077944384 129 0 0 0 3 0 0 0 20 0 15 0 65188359 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139943192549904 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27433] ppid=27425 vsize=10551232 memory=-7966001967256141664 CPUtime=0.03 cores=0,2,4,6
/proc/27428/task/27433/stat : 27433 (java) S 27425 27428 12560 0 -1 1077944384 89 0 0 0 3 0 0 0 20 0 15 0 65188359 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139943191497104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27434] ppid=27425 vsize=10551232 memory=279349907499264 CPUtime=0.03 cores=0,2,4,6
/proc/27428/task/27434/stat : 27434 (java) S 27425 27428 12560 0 -1 1077944384 184 0 0 0 3 0 0 0 20 0 15 0 65188359 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139943190444304 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27435] ppid=27425 vsize=10551232 memory=425 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27435/stat : 27435 (java) S 27425 27428 12560 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 65188361 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942800481136 139943236647554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27436] ppid=27425 vsize=10551232 memory=299 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27436/stat : 27436 (java) S 27425 27428 12560 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 65188361 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942799427104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27437] ppid=27425 vsize=10551232 memory=106 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27437/stat : 27437 (java) S 27425 27428 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 65188361 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942798374256 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27438] ppid=27425 vsize=10551232 memory=2201 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27438/stat : 27438 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65188364 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942797322576 139943236655003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27439] ppid=27425 vsize=10551232 memory=246 CPUtime=0.35 cores=0,2,4,6
/proc/27428/task/27439/stat : 27439 (java) S 27425 27428 12560 0 -1 1077944384 1633 0 0 0 35 0 0 0 20 0 15 0 65188364 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942796269936 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27440] ppid=27425 vsize=10551232 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/27428/task/27440/stat : 27440 (java) S 27425 27428 12560 0 -1 1077944384 3099 0 0 0 45 0 0 0 20 0 15 0 65188364 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942795217136 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27441] ppid=27425 vsize=10551232 memory=8101247189090653288 CPUtime=0.16 cores=0,2,4,6
/proc/27428/task/27441/stat : 27441 (java) S 27425 27428 12560 0 -1 1077944384 1284 0 0 0 16 0 0 0 20 0 15 0 65188364 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942794164336 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27442] ppid=27425 vsize=10551232 memory=735123821861871563 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27442/stat : 27442 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65188364 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942793111776 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27443] ppid=27425 vsize=10551232 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27443/stat : 27443 (java) S 27425 27428 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65188372 10804461568 54246 18446744073709551615 4194304 4196468 140731289576128 139942792060080 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 216984 KiB


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

/proc/27428/task/27434/stat : 27434 (java) R 27425 27428 12560 0 -1 4202560 19791 0 0 0 32896 192 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943190444424 139943229264615 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27435] ppid=27425 vsize=10684512 memory=15584 CPUtime=27.69 cores=0,2,4,6
/proc/27428/task/27435/stat : 27435 (java) S 27425 27428 12560 0 -1 1077944384 70033 0 0 0 2765 4 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942800479680 139943236646613 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27436] ppid=27425 vsize=10684512 memory=22816 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27436/stat : 27436 (java) S 27425 27428 12560 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942799427168 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27437] ppid=27425 vsize=10684512 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27437/stat : 27437 (java) S 27425 27428 12560 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942798374272 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27438] ppid=27425 vsize=10684512 memory=37176 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27438/stat : 27438 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942797322576 139943236655003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27439] ppid=27425 vsize=10684512 memory=1292 CPUtime=0.67 cores=0,2,4,6
/proc/27428/task/27439/stat : 27439 (java) S 27425 27428 12560 0 -1 1077944384 3743 0 0 0 67 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942796269984 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27440] ppid=27425 vsize=10684512 memory=2384 CPUtime=0.75 cores=0,2,4,6
/proc/27428/task/27440/stat : 27440 (java) S 27425 27428 12560 0 -1 1077944384 5579 0 0 0 75 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942795216896 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27441] ppid=27425 vsize=10684512 memory=1688 CPUtime=0.24 cores=0,2,4,6
/proc/27428/task/27441/stat : 27441 (java) S 27425 27428 12560 0 -1 1077944384 3025 0 0 0 23 1 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942794159712 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27442] ppid=27425 vsize=10684512 memory=8299152 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27442/stat : 27442 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942793111776 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27443] ppid=27425 vsize=10684512 memory=37176 CPUtime=0.29 cores=0,2,4,6
/proc/27428/task/27443/stat : 27443 (java) S 27425 27428 12560 0 -1 1077944384 546 0 0 0 17 12 0 0 20 0 17 0 65188372 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942792060080 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27495] ppid=27425 vsize=10684512 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27495/stat : 27495 (java) S 27425 27428 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 65224765 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942791003952 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27496] ppid=27425 vsize=10684512 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27496/stat : 27496 (java) S 27425 27428 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 65224765 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942789951920 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 1369.37 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8299160 KiB

[startup+380.801 s]
/proc/loadavg: 4.73 4.24 3.49 6/213 27496
/proc/meminfo: memFree=22691012/32770624 swapFree=67105588/67108860
[pid=27428] ppid=27425 vsize=10684512 memory=8299160 CPUtime=1375.57 cores=0,2,4,6
/proc/27428/stat : 27428 (java) S 27425 27428 12560 0 -1 1077944320 183244 0 0 0 136830 727 0 0 20 0 17 0 65188349 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 140731289558672 139943236636407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
/proc/27428/statm: 2671128 2074790 3164 1 0 2660543 0
[pid=27428/tid=27430] ppid=27425 vsize=10684512 memory=14260 CPUtime=16.21 cores=0,2,4,6
/proc/27428/task/27430/stat : 27430 (java) S 27425 27428 12560 0 -1 1077944384 19425 0 0 0 1611 10 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943240877088 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27431] ppid=27425 vsize=10684512 memory=796 CPUtime=333.66 cores=0,2,4,6
/proc/27428/task/27431/stat : 27431 (java) R 27425 27428 12560 0 -1 4202560 21601 0 0 0 33208 158 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943193602904 139943221336307 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27432] ppid=27425 vsize=10684512 memory=8299160 CPUtime=331.73 cores=0,2,4,6
/proc/27428/task/27432/stat : 27432 (java) R 27425 27428 12560 0 -1 4202560 17606 0 0 0 32990 183 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943192549712 139943229264615 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27433] ppid=27425 vsize=10684512 memory=8299160 CPUtime=331.81 cores=0,2,4,6
/proc/27428/task/27433/stat : 27433 (java) R 27425 27428 12560 0 -1 4202560 20373 0 0 0 33010 171 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943191496912 139943229264615 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27434] ppid=27425 vsize=10684512 memory=644 CPUtime=332.39 cores=0,2,4,6
/proc/27428/task/27434/stat : 27434 (java) R 27425 27428 12560 0 -1 4202560 19792 0 0 0 33047 192 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943190444424 139943229264615 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27435] ppid=27425 vsize=10684512 memory=-8774313645642428999 CPUtime=27.69 cores=0,2,4,6
/proc/27428/task/27435/stat : 27435 (java) S 27425 27428 12560 0 -1 1077944384 70033 0 0 0 2765 4 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942800479680 139943236646613 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27436] ppid=27425 vsize=10684512 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27436/stat : 27436 (java) S 27425 27428 12560 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942799427168 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27437] ppid=27425 vsize=10684512 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27437/stat : 27437 (java) S 27425 27428 12560 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942798374272 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27438] ppid=27425 vsize=10684512 memory=3216 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27438/stat : 27438 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942797322576 139943236655003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27439] ppid=27425 vsize=10684512 memory=730948 CPUtime=0.67 cores=0,2,4,6
/proc/27428/task/27439/stat : 27439 (java) S 27425 27428 12560 0 -1 1077944384 3743 0 0 0 67 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942796269984 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27440] ppid=27425 vsize=10684512 memory=1152 CPUtime=0.75 cores=0,2,4,6
/proc/27428/task/27440/stat : 27440 (java) S 27425 27428 12560 0 -1 1077944384 5579 0 0 0 75 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942795216896 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27441] ppid=27425 vsize=10684512 memory=-7966001954452177503 CPUtime=0.24 cores=0,2,4,6
/proc/27428/task/27441/stat : 27441 (java) S 27425 27428 12560 0 -1 1077944384 3025 0 0 0 23 1 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942794159712 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27442] ppid=27425 vsize=10684512 memory=7230645025961766505 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27442/stat : 27442 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942793111776 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27443] ppid=27425 vsize=10684512 memory=8026651965182732888 CPUtime=0.29 cores=0,2,4,6
/proc/27428/task/27443/stat : 27443 (java) S 27425 27428 12560 0 -1 1077944384 546 0 0 0 17 12 0 0 20 0 17 0 65188372 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942792060080 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27495] ppid=27425 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27495/stat : 27495 (java) S 27425 27428 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 65224765 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942791003952 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27496] ppid=27425 vsize=10684512 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27496/stat : 27496 (java) S 27425 27428 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 65224765 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942789951920 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 1375.57 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8299160 KiB

[startup+381.601 s]
/proc/loadavg: 4.73 4.24 3.49 6/213 27496
/proc/meminfo: memFree=22691012/32770624 swapFree=67105588/67108860
[pid=27428] ppid=27425 vsize=10684512 memory=8299160 CPUtime=1378.29 cores=0,2,4,6
/proc/27428/stat : 27428 (java) S 27425 27428 12560 0 -1 1077944320 183257 0 0 0 137101 728 0 0 20 0 17 0 65188349 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 140731289558672 139943236636407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
/proc/27428/statm: 2671128 2074790 3164 1 0 2660543 0
[pid=27428/tid=27430] ppid=27425 vsize=10684512 memory=-8774313645642428999 CPUtime=16.21 cores=0,2,4,6
/proc/27428/task/27430/stat : 27430 (java) S 27425 27428 12560 0 -1 1077944384 19425 0 0 0 1611 10 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943240877088 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27431] ppid=27425 vsize=10684512 memory=2384 CPUtime=334.33 cores=0,2,4,6
/proc/27428/task/27431/stat : 27431 (java) S 27425 27428 12560 0 -1 1077944384 21612 0 0 0 33275 158 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943193602704 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27432] ppid=27425 vsize=10684512 memory=1688 CPUtime=332.39 cores=0,2,4,6
/proc/27428/task/27432/stat : 27432 (java) S 27425 27428 12560 0 -1 1077944384 17606 0 0 0 33055 184 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943192549904 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27433] ppid=27425 vsize=10684512 memory=5808 CPUtime=332.45 cores=0,2,4,6
/proc/27428/task/27433/stat : 27433 (java) S 27425 27428 12560 0 -1 1077944384 20373 0 0 0 33074 171 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943191497104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27434] ppid=27425 vsize=10684512 memory=4612 CPUtime=333.03 cores=0,2,4,6
/proc/27428/task/27434/stat : 27434 (java) S 27425 27428 12560 0 -1 1077944384 19792 0 0 0 33110 193 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943190444304 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27435] ppid=27425 vsize=10684512 memory=1004 CPUtime=27.82 cores=0,2,4,6
/proc/27428/task/27435/stat : 27435 (java) R 27425 27428 12560 0 -1 4202560 70035 0 0 0 2778 4 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942800479568 139943221632752 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27436] ppid=27425 vsize=10684512 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27436/stat : 27436 (java) S 27425 27428 12560 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942799427168 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27437] ppid=27425 vsize=10684512 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27437/stat : 27437 (java) S 27425 27428 12560 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942798374272 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27438] ppid=27425 vsize=10684512 memory=8604 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27438/stat : 27438 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942797322576 139943236655003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27439] ppid=27425 vsize=10684512 memory=22816 CPUtime=0.67 cores=0,2,4,6
/proc/27428/task/27439/stat : 27439 (java) S 27425 27428 12560 0 -1 1077944384 3743 0 0 0 67 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942796269984 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27440] ppid=27425 vsize=10684512 memory=4048 CPUtime=0.75 cores=0,2,4,6
/proc/27428/task/27440/stat : 27440 (java) S 27425 27428 12560 0 -1 1077944384 5579 0 0 0 75 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942795216896 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27441] ppid=27425 vsize=10684512 memory=644 CPUtime=0.24 cores=0,2,4,6
/proc/27428/task/27441/stat : 27441 (java) S 27425 27428 12560 0 -1 1077944384 3025 0 0 0 23 1 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942794159712 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27442] ppid=27425 vsize=10684512 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27442/stat : 27442 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942793111776 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27443] ppid=27425 vsize=10684512 memory=956 CPUtime=0.29 cores=0,2,4,6
/proc/27428/task/27443/stat : 27443 (java) S 27425 27428 12560 0 -1 1077944384 546 0 0 0 17 12 0 0 20 0 17 0 65188372 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942792060080 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27495] ppid=27425 vsize=10684512 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27495/stat : 27495 (java) S 27425 27428 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 65224765 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942791003952 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27496] ppid=27425 vsize=10684512 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27496/stat : 27496 (java) S 27425 27428 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 65224765 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942789951920 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 1378.29 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8299160 KiB

[startup+382.001 s]*
/proc/loadavg: 4.51 4.20 3.48 3/213 27496
/proc/meminfo: memFree=22691012/32770624 swapFree=67105588/67108860
[pid=27428] ppid=27425 vsize=10684512 memory=8299160 CPUtime=1378.69 cores=0,2,4,6
/proc/27428/stat : 27428 (java) S 27425 27428 12560 0 -1 1077944320 183257 0 0 0 137141 728 0 0 20 0 17 0 65188349 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 140731289558672 139943236636407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
/proc/27428/statm: 2671128 2074790 3164 1 0 2660543 0
[pid=27428/tid=27430] ppid=27425 vsize=10684512 memory=3032 CPUtime=16.21 cores=0,2,4,6
/proc/27428/task/27430/stat : 27430 (java) S 27425 27428 12560 0 -1 1077944384 19425 0 0 0 1611 10 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943240877088 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27431] ppid=27425 vsize=10684512 memory=4872558044660077418 CPUtime=334.33 cores=0,2,4,6
/proc/27428/task/27431/stat : 27431 (java) S 27425 27428 12560 0 -1 1077944384 21612 0 0 0 33275 158 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943193602704 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27432] ppid=27425 vsize=10684512 memory=-8774313645642428999 CPUtime=332.39 cores=0,2,4,6
/proc/27428/task/27432/stat : 27432 (java) S 27425 27428 12560 0 -1 1077944384 17606 0 0 0 33055 184 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943192549904 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27433] ppid=27425 vsize=10684512 memory=8299160 CPUtime=332.45 cores=0,2,4,6
/proc/27428/task/27433/stat : 27433 (java) S 27425 27428 12560 0 -1 1077944384 20373 0 0 0 33074 171 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943191497104 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27434] ppid=27425 vsize=10684512 memory=288230617509003574 CPUtime=333.03 cores=0,2,4,6
/proc/27428/task/27434/stat : 27434 (java) S 27425 27428 12560 0 -1 1077944384 19792 0 0 0 33110 193 0 0 20 0 17 0 65188359 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139943190444304 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27435] ppid=27425 vsize=10684512 memory=15254835616287083 CPUtime=28.22 cores=0,2,4,6
/proc/27428/task/27435/stat : 27435 (java) R 27425 27428 12560 0 -1 4202560 70035 0 0 0 2818 4 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942800479568 139943221094027 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27436] ppid=27425 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27436/stat : 27436 (java) S 27425 27428 12560 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942799427168 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27437] ppid=27425 vsize=10684512 memory=3136 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27437/stat : 27437 (java) S 27425 27428 12560 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 65188361 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942798374272 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27438] ppid=27425 vsize=10684512 memory=8299152 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27438/stat : 27438 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942797322576 139943236655003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27439] ppid=27425 vsize=10684512 memory=-8774313645642428999 CPUtime=0.67 cores=0,2,4,6
/proc/27428/task/27439/stat : 27439 (java) S 27425 27428 12560 0 -1 1077944384 3743 0 0 0 67 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942796269984 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27440] ppid=27425 vsize=10684512 memory=4872558044660077418 CPUtime=0.75 cores=0,2,4,6
/proc/27428/task/27440/stat : 27440 (java) S 27425 27428 12560 0 -1 1077944384 5579 0 0 0 75 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942795216896 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27441] ppid=27425 vsize=10684512 memory=4068 CPUtime=0.24 cores=0,2,4,6
/proc/27428/task/27441/stat : 27441 (java) S 27425 27428 12560 0 -1 1077944384 3025 0 0 0 23 1 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942794159712 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27442] ppid=27425 vsize=10684512 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27442/stat : 27442 (java) S 27425 27428 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65188364 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942793111776 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27443] ppid=27425 vsize=10684512 memory=3216 CPUtime=0.29 cores=0,2,4,6
/proc/27428/task/27443/stat : 27443 (java) S 27425 27428 12560 0 -1 1077944384 546 0 0 0 17 12 0 0 20 0 17 0 65188372 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942792060080 139943236647554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27495] ppid=27425 vsize=10684512 memory=730948 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27495/stat : 27495 (java) S 27425 27428 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 65224765 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942791003952 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
[pid=27428/tid=27496] ppid=27425 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/27428/task/27496/stat : 27496 (java) S 27425 27428 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 65224765 10940940288 2074790 18446744073709551615 4194304 4196468 140731289576128 139942789951920 139943236646613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140731289584016 140731289584169 140731289584169 140731289587663 0
Current children cumulated CPU time: 1378.69 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8299160 KiB

[startup+382.11 s]*
/proc/loadavg: 4.51 4.20 3.48 3/198 27496
/proc/meminfo: memFree=24941808/32770624 swapFree=67105588/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): 382.137
CPU time (s): 1378.83
CPU user time (s): 1371.51
CPU system time (s): 7.32754
CPU usage (%): 360.822
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8299160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1371.51
system time used= 7.32754
maximum resident set size= 8299324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21333
involuntary context switches= 15602


# summary of solver processes directly reported to runsolver:
#   pid: 27428
#   total CPU time (s): 1378.83
#   total CPU user time (s): 1371.51
#   total CPU system time (s): 7.32754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.46187 second user time and 3.66084 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 14:58:08
IDJOB=4263377
IDBENCH=133618
IDSOLVER=2651
FILE ID=node126/4263377-1502629929
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0051.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263377-1502629929/watcher-4263377-1502629929 -o /tmp/evaluation-result-4263377-1502629929/solver-4263377-1502629929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263377-1502629929.xml

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

MD5SUM BENCH= fb5cbe687ffccd3d5e194b95b956a5e6
RANDOM SEED=1085096356

node126.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.81
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.81
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.81
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.81
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:        31606120 kB
MemAvailable:   31857732 kB
Buffers:          263904 kB
Cached:           257692 kB
SwapCached:          524 kB
Active:           530516 kB
Inactive:         155752 kB
Active(anon):     112308 kB
Inactive(anon):    85544 kB
Active(file):     418208 kB
Inactive(file):    70208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:        170152 kB
Mapped:            57796 kB
Shmem:             33440 kB
Slab:             184276 kB
SReclaimable:     158060 kB
SUnreclaim:        26216 kB
KernelStack:        3712 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1159756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 15:04:30