Trace number 4243940

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
R1: sat4j-CSP 2017-07-05? 534.997 102.205

General information on the benchmark

NameMagicSquare/MagicSquare-table-s1/
MagicSquare-6-table.xml
MD5SUMcfc552cbb2ce3301e89528d2cd5bb011
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark481.45001
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

534.65/101.97	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
534.65/101.97		at java.util.Arrays.copyOfRange(Arrays.java:3664)
534.65/101.97		at java.lang.String.<init>(String.java:207)
534.65/101.97		at java.lang.String.substring(String.java:1969)
534.65/101.97		at java.lang.String.trim(String.java:2878)
534.65/101.97		at org.xcsp.parser.XParser.parseTuples(XParser.java:456)
534.65/101.97		at org.xcsp.parser.XParser.parseExtension(XParser.java:518)
534.65/101.97		at org.xcsp.parser.XParser.parseCEntry(XParser.java:1019)
534.65/101.97		at org.xcsp.parser.XParser.parseCEntryOuter(XParser.java:1140)
534.65/101.97		at org.xcsp.parser.XParser.parseCEntry(XParser.java:982)
534.65/101.97		at org.xcsp.parser.XParser.parseCEntryOuter(XParser.java:1140)
534.65/101.97		at org.xcsp.parser.XParser.recursiveParsingOfConstraints(XParser.java:1192)
534.65/101.97		at org.xcsp.parser.XParser.lambda$parseConstraints$37(XParser.java:1200)
534.65/101.97		at org.xcsp.parser.XParser$$Lambda$15/100555887.accept(Unknown Source)
534.65/101.97		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
534.65/101.97		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
534.65/101.97		at org.xcsp.parser.XParser.parseConstraints(XParser.java:1200)
534.65/101.97		at org.xcsp.parser.XParser.<init>(XParser.java:1268)
534.65/101.97		at org.xcsp.parser.XParser.<init>(XParser.java:1278)
534.65/101.97		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:322)
534.65/101.97		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
534.65/101.97		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
534.65/101.97		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
534.65/101.97		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
534.65/101.97		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
534.65/101.97		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
534.96/102.17	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
534.96/102.17	c This is free software under the dual EPL/GNU LGPL licenses.
534.96/102.17	c See www.sat4j.org for details.
534.96/102.17	c That software uses the Rhino library from the Mozilla project.
534.96/102.17	c version CUSTOM.v20170705
534.96/102.17	c java.runtime.name	Java(TM) SE Runtime Environment
534.96/102.17	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
534.96/102.17	c java.vm.version	25.131-b11
534.96/102.17	c java.vm.vendor	Oracle Corporation
534.96/102.17	c sun.arch.data.model	64
534.96/102.17	c java.version		1.8.0_131
534.96/102.17	c os.name		Linux
534.96/102.17	c os.version		3.10.0-514.16.1.el7.x86_64
534.96/102.17	c os.arch		amd64
534.96/102.17	c Free memory 		499604488
534.96/102.17	c Max memory 		7247757312
534.96/102.17	c Total memory 		504889344
534.96/102.17	c Number of processors 	8
534.96/102.17	c c --- Begin Solver configuration ---
534.96/102.17	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
534.96/102.17	c Learn all clauses as in MiniSAT
534.96/102.17	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
534.96/102.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
534.96/102.17	c No reason simplification
534.96/102.17	c Glucose 2.1 dynamic restart strategy
534.96/102.17	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
534.96/102.17	c timeout=2147483s
534.96/102.17	c DB Simplification allowed=false
534.96/102.17	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
534.96/102.17	c --- End Solver configuration ---
534.96/102.17	c starts		: 0
534.96/102.17	c conflicts		: 0
534.96/102.17	c decisions		: 0
534.96/102.17	c propagations		: 0
534.96/102.17	c inspects		: 0
534.96/102.17	c shortcuts		: 0
534.96/102.17	c learnt literals	: 0
534.96/102.17	c learnt binary clauses	: 0
534.96/102.17	c learnt ternary clauses	: 0
534.96/102.17	c learnt constraints	: 0
534.96/102.17	c ignored constraints	: 0
534.96/102.17	c root simplifications	: 0
534.96/102.17	c removed literals (reason simplification)	: 0
534.96/102.17	c reason swapping (by a shorter reason)	: 0
534.96/102.17	c Calls to reduceDB	: 0
534.96/102.17	c Number of update (reduction) of LBD	: 0
534.96/102.17	c Imported unit clauses	: 0
534.96/102.17	c number of reductions to clauses (during analyze)	: 0
534.96/102.17	c number of learned constraints concerned by reduction	: 0
534.96/102.17	c number of learning phase by resolution	: 0
534.96/102.17	c number of learning phase by cutting planes	: 0
534.96/102.17	c number of rounding to 1 operations	: 0
534.96/102.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
534.96/102.17	c number of reductions of the coefficients by power 2 	: 0
534.96/102.17	c number of right shift for reduction by power 2 	: 0
534.96/102.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
534.96/102.17	c speed (assignments/second)	: 0.0
534.96/102.17	c non guided choices	0
534.96/102.17	c learnt constraints type 
534.96/102.17	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243940-1500677934/watcher-4243940-1500677934 -o /tmp/evaluation-result-4243940-1500677934/solver-4243940-1500677934 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500669893-12666 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243940-1500677934.xml 

pid=14487
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.08 1.03 1.30 1/236 14490
/proc/meminfo: memFree=30849056/32770624 swapFree=6556/65504
[pid=14490] ppid=14487 vsize=8339376 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 1869 0 0 0 0 0 0 0 20 0 2 0 3059669 8539521024 2130 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2084844 2130 1188 1 0 2073755 0
[pid=14490/tid=14491] ppid=14487 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) R 14487 14490 9825 0 -1 4202560 659 0 0 0 0 0 0 0 20 0 2 0 3059670 8550137856 2196 33554432000 4194304 4196468 140728334290272 139998269012384 139998257059744 0 4 0 16784584 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0

[startup+0.10017 s]
/proc/loadavg: 1.08 1.03 1.30 1/236 14490
/proc/meminfo: memFree=30849056/32770624 swapFree=6556/65504
[pid=14490] ppid=14487 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 4748 0 0 0 8 1 0 0 20 0 20 0 3059669 11162169344 5847 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725139 5847 2631 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) R 14487 14490 9825 0 -1 4202560 2833 0 0 0 7 1 0 0 20 0 20 0 3059670 11162169344 5847 33554432000 4194304 4196468 140728334290272 139998269007872 139998264792221 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200404 s]
/proc/loadavg: 1.08 1.03 1.30 1/236 14490
/proc/meminfo: memFree=30849056/32770624 swapFree=6556/65504
[pid=14490] ppid=14487 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 7094 0 0 0 23 3 0 0 20 0 20 0 3059669 11162169344 8417 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725139 8417 2892 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) R 14487 14490 9825 0 -1 4202560 4665 0 0 0 16 1 0 0 20 0 20 0 3059670 11162169344 8417 33554432000 4194304 4196468 140728334290272 139998268973136 139998264792221 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300361 s]
/proc/loadavg: 1.08 1.03 1.30 1/236 14490
/proc/meminfo: memFree=30849056/32770624 swapFree=6556/65504
[pid=14490] ppid=14487 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 8205 0 0 0 39 4 0 0 20 0 20 0 3059669 11162169344 15653 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725139 15653 2946 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) R 14487 14490 9825 0 -1 4202560 5047 0 0 0 25 3 0 0 20 0 20 0 3059670 11162169344 15653 33554432000 4194304 4196468 140728334290272 139998269001712 139998264792221 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.70031 s]
/proc/loadavg: 1.08 1.03 1.30 1/236 14490
/proc/meminfo: memFree=30849056/32770624 swapFree=6556/65504
[pid=14490] ppid=14487 vsize=10900556 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 9508 0 0 0 98 86 0 0 20 0 20 0 3059669 11162169344 72209 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725139 72209 3009 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900556 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) R 14487 14490 9825 0 -1 4202560 5099 0 0 0 48 6 0 0 20 0 20 0 3059670 11162169344 72209 33554432000 4194304 4196468 140728334290272 139998269001680 139998264792221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10900556

[startup+1.50397 s]
/proc/loadavg: 1.08 1.03 1.30 2/256 14510
/proc/meminfo: memFree=30377396/32770624 swapFree=6556/65856
[pid=14490] ppid=14487 vsize=10900556 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 12727 0 0 0 263 333 0 0 20 0 20 0 3059669 11162169344 207573 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725139 207573 3068 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900556 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) S 14487 14490 9825 0 -1 1077944384 5152 0 0 0 76 11 0 0 20 0 20 0 3059670 11162169344 207573 33554432000 4194304 4196468 140728334290272 139998269009376 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14493] ppid=14487 vsize=10900556 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14493/stat : 14493 (java) R 14487 14490 9825 0 -1 4202560 366 0 0 0 19 41 0 0 20 0 20 0 3059671 11162169344 207573 33554432000 4194304 4196468 140728334290272 139997871788512 139998257873012 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14494] ppid=14487 vsize=10900556 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14494/stat : 14494 (java) R 14487 14490 9825 0 -1 4202560 411 0 0 0 24 35 0 0 20 0 20 0 3059671 11162169344 207573 33554432000 4194304 4196468 140728334290272 139997870738080 139998257873012 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14495] ppid=14487 vsize=10900556 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14495/stat : 14495 (java) R 14487 14490 9825 0 -1 4202560 526 0 0 0 12 44 0 0 20 0 20 0 3059671 11162169344 207573 33554432000 4194304 4196468 140728334290272 139997869686104 139998257873012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14496] ppid=14487 vsize=10900556 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14496/stat : 14496 (java) R 14487 14490 9825 0 -1 4202560 326 0 0 0 19 41 0 0 20 0 20 0 3059671 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997868633304 139998257873012 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14497] ppid=14487 vsize=10900556 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14497/stat : 14497 (java) R 14487 14490 9825 0 -1 4202560 324 0 0 0 20 38 0 0 20 0 20 0 3059671 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997867579992 139998257873363 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14498] ppid=14487 vsize=10900556 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14498/stat : 14498 (java) R 14487 14490 9825 0 -1 4202560 383 0 0 0 19 39 0 0 20 0 20 0 3059671 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997866527192 139998257873012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14499] ppid=14487 vsize=10900556 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14499/stat : 14499 (java) R 14487 14490 9825 0 -1 4202560 434 0 0 0 18 38 0 0 20 0 20 0 3059671 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997865472504 139998257873274 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14500] ppid=14487 vsize=10900556 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14500/stat : 14500 (java) R 14487 14490 9825 0 -1 4202560 307 0 0 0 19 41 0 0 20 0 20 0 3059671 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997864422104 139998257873012 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14501] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14501/stat : 14501 (java) S 14487 14490 9825 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 20 0 3059673 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997739971744 139998264780501 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14502] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14502/stat : 14502 (java) S 14487 14490 9825 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3059674 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997738919200 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14503] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14503/stat : 14503 (java) S 14487 14490 9825 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3059674 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997737866864 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14504] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14504/stat : 14504 (java) S 14487 14490 9825 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3059678 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997736815184 139998264788891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14505] ppid=14487 vsize=10900556 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14505/stat : 14505 (java) S 14487 14490 9825 0 -1 1077944384 762 0 0 0 6 0 0 0 20 0 20 0 3059678 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997735762032 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14506] ppid=14487 vsize=10900556 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14506/stat : 14506 (java) S 14487 14490 9825 0 -1 1077944384 877 0 0 0 14 0 0 0 20 0 20 0 3059678 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997734709232 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14507] ppid=14487 vsize=10900556 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14507/stat : 14507 (java) S 14487 14490 9825 0 -1 1077944384 472 0 0 0 5 0 0 0 20 0 20 0 3059678 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997733656944 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14508] ppid=14487 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14508/stat : 14508 (java) S 14487 14490 9825 0 -1 1077944384 637 0 0 0 8 0 0 0 20 0 20 0 3059678 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997732604144 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14509] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14509/stat : 14509 (java) S 14487 14490 9825 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3059678 11162169344 208085 33554432000 4194304 4196468 140728334290272 139997731552096 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14510] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14510/stat : 14510 (java) S 14487 14490 9825 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3059679 11162169344 208597 33554432000 4194304 4196468 140728334290272 139997730499376 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 10900556

[startup+3.10419 s]
/proc/loadavg: 1.08 1.03 1.30 9/256 14510
/proc/meminfo: memFree=29708756/32770624 swapFree=6556/65856
[pid=14490] ppid=14487 vsize=10900556 CPUtime=13.06 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 16929 0 0 0 618 688 0 0 20 0 20 0 3059669 11162169344 403517 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725139 403517 3069 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900556 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) S 14487 14490 9825 0 -1 1077944384 5502 0 0 0 147 20 0 0 20 0 20 0 3059670 11162169344 403517 33554432000 4194304 4196468 140728334290272 139998269009376 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14493] ppid=14487 vsize=10900556 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14493/stat : 14493 (java) R 14487 14490 9825 0 -1 4202560 647 0 0 0 54 83 0 0 20 0 20 0 3059671 11162169344 403517 33554432000 4194304 4196468 140728334290272 139997871790880 139998257873012 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14494] ppid=14487 vsize=10900556 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14494/stat : 14494 (java) R 14487 14490 9825 0 -1 4202560 728 0 0 0 62 74 0 0 20 0 20 0 3059671 11162169344 403517 33554432000 4194304 4196468 140728334290272 139997870738392 139998257873012 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14495] ppid=14487 vsize=10900556 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14495/stat : 14495 (java) R 14487 14490 9825 0 -1 4202560 1053 0 0 0 45 88 0 0 20 0 20 0 3059671 11162169344 403517 33554432000 4194304 4196468 140728334290272 139997869686104 139998257873012 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14496] ppid=14487 vsize=10900556 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14496/stat : 14496 (java) R 14487 14490 9825 0 -1 4202560 602 0 0 0 53 83 0 0 20 0 20 0 3059671 11162169344 403517 33554432000 4194304 4196468 140728334290272 139997868633304 139998257873012 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14497] ppid=14487 vsize=10900556 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14497/stat : 14497 (java) R 14487 14490 9825 0 -1 4202560 604 0 0 0 54 81 0 0 20 0 20 0 3059671 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997867579992 139998257873343 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14498] ppid=14487 vsize=10900556 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14498/stat : 14498 (java) R 14487 14490 9825 0 -1 4202560 703 0 0 0 52 84 0 0 20 0 20 0 3059671 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997866527192 139998257873012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14499] ppid=14487 vsize=10900556 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14499/stat : 14499 (java) R 14487 14490 9825 0 -1 4202560 720 0 0 0 50 80 0 0 20 0 20 0 3059671 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997865474904 139998257873288 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14500] ppid=14487 vsize=10900556 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14500/stat : 14500 (java) R 14487 14490 9825 0 -1 4202560 709 0 0 0 47 88 0 0 20 0 20 0 3059671 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997864422104 139998257873012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14501] ppid=14487 vsize=10900556 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14501/stat : 14501 (java) S 14487 14490 9825 0 -1 1077944384 1223 0 0 0 1 0 0 0 20 0 20 0 3059673 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997739971744 139998264780501 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14502] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14502/stat : 14502 (java) S 14487 14490 9825 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3059674 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997738919200 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14503] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14503/stat : 14503 (java) S 14487 14490 9825 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3059674 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997737866864 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14504] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14504/stat : 14504 (java) S 14487 14490 9825 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3059678 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997736815184 139998264788891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14505] ppid=14487 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14505/stat : 14505 (java) S 14487 14490 9825 0 -1 1077944384 781 0 0 0 9 0 0 0 20 0 20 0 3059678 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997735762032 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14506] ppid=14487 vsize=10900556 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14506/stat : 14506 (java) S 14487 14490 9825 0 -1 1077944384 1131 0 0 0 23 0 0 0 20 0 20 0 3059678 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997734709232 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14507] ppid=14487 vsize=10900556 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14507/stat : 14507 (java) S 14487 14490 9825 0 -1 1077944384 512 0 0 0 7 0 0 0 20 0 20 0 3059678 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997733656944 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14508] ppid=14487 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14508/stat : 14508 (java) S 14487 14490 9825 0 -1 1077944384 647 0 0 0 9 0 0 0 20 0 20 0 3059678 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997732604144 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14509] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14509/stat : 14509 (java) S 14487 14490 9825 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3059678 11162169344 404029 33554432000 4194304 4196468 140728334290272 139997731552096 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14510] ppid=14487 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14510/stat : 14510 (java) S 14487 14490 9825 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3059679 11162169344 404541 33554432000 4194304 4196468 140728334290272 139997730499376 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 10900556

[startup+6.30354 s]
/proc/loadavg: 1.71 1.16 1.34 10/256 14510
/proc/meminfo: memFree=28159296/32770624 swapFree=6556/65860
[pid=14490] ppid=14487 vsize=10900632 CPUtime=28.84 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 33293 0 0 0 1236 1648 0 0 20 0 20 0 3059669 11162247168 870746 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725158 870746 3096 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900632 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) S 14487 14490 9825 0 -1 1077944384 8472 0 0 0 269 34 0 0 20 0 20 0 3059670 11162247168 870746 33554432000 4194304 4196468 140728334290272 139998269006928 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14493] ppid=14487 vsize=10900632 CPUtime=3.17 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14493/stat : 14493 (java) R 14487 14490 9825 0 -1 4202560 2043 0 0 0 111 206 0 0 20 0 20 0 3059671 11162247168 870746 33554432000 4194304 4196468 140728334290272 139997871791192 139998257873012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14494] ppid=14487 vsize=10900632 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14494/stat : 14494 (java) R 14487 14490 9825 0 -1 4202560 1584 0 0 0 123 188 0 0 20 0 20 0 3059671 11162247168 870746 33554432000 4194304 4196468 140728334290272 139997870738080 139998257873334 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14495] ppid=14487 vsize=10900632 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14495/stat : 14495 (java) R 14487 14490 9825 0 -1 4202560 2152 0 0 0 103 209 0 0 20 0 20 0 3059671 11162247168 870746 33554432000 4194304 4196468 140728334290272 139997869686104 139998257873012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14496] ppid=14487 vsize=10900632 CPUtime=3.17 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14496/stat : 14496 (java) R 14487 14490 9825 0 -1 4202560 2126 0 0 0 116 201 0 0 20 0 20 0 3059671 11162247168 870746 33554432000 4194304 4196468 140728334290272 139997868633304 139998257873012 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14497] ppid=14487 vsize=10900632 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14497/stat : 14497 (java) R 14487 14490 9825 0 -1 4202560 1725 0 0 0 116 200 0 0 20 0 20 0 3059671 11162247168 870746 33554432000 4194304 4196468 140728334290272 139997867579992 139998257873012 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14498] ppid=14487 vsize=10900632 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14498/stat : 14498 (java) R 14487 14490 9825 0 -1 4202560 2970 0 0 0 115 197 0 0 20 0 20 0 3059671 11162247168 870746 33554432000 4194304 4196468 140728334290272 139997866527192 139998257873334 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14499] ppid=14487 vsize=10900632 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14499/stat : 14499 (java) R 14487 14490 9825 0 -1 4202560 2277 0 0 0 109 196 0 0 20 0 20 0 3059671 11162247168 871258 33554432000 4194304 4196468 140728334290272 139997865474904 139998257873012 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14500] ppid=14487 vsize=10900632 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14500/stat : 14500 (java) R 14487 14490 9825 0 -1 4202560 1999 0 0 0 108 208 0 0 20 0 20 0 3059671 11162247168 871258 33554432000 4194304 4196468 140728334290272 139997864422104 139998257873012 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14501] ppid=14487 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14501/stat : 14501 (java) S 14487 14490 9825 0 -1 1077944384 2086 0 0 0 2 0 0 0 20 0 20 0 3059673 11162247168 871258 33554432000 4194304 4196468 140728334290272 139997739971744 139998264780501 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14502] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14502/stat : 14502 (java) S 14487 14490 9825 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3059674 11162247168 871258 33554432000 4194304 4196468 140728334290272 139997738919200 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14503] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14503/stat : 14503 (java) S 14487 14490 9825 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3059674 11162247168 871258 33554432000 4194304 4196468 140728334290272 139997737866864 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14504] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/14490/task/14504/stat : 14504 (java) S 14487 14490 9825 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997736815184 139998264788891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14505] ppid=14487 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14505/stat : 14505 (java) S 14487 14490 9825 0 -1 1077944384 1949 0 0 0 31 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997735762032 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14506] ppid=14487 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14506/stat : 14506 (java) S 14487 14490 9825 0 -1 1077944384 2303 0 0 0 38 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997734709232 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14507] ppid=14487 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14507/stat : 14507 (java) S 14487 14490 9825 0 -1 1077944384 1378 0 0 0 22 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997733656944 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14508] ppid=14487 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14508/stat : 14508 (java) S 14487 14490 9825 0 -1 1077944384 2001 0 0 0 22 1 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997732604144 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14509] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14509/stat : 14509 (java) S 14487 14490 9825 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997731552096 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14510] ppid=14487 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14510/stat : 14510 (java) S 14487 14490 9825 0 -1 1077944384 501 0 0 0 2 2 0 0 20 0 20 0 3059679 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997730499376 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 515.76
Current children cumulated vsize (KiB) 10900632

[startup+100.901 s]
/proc/loadavg: 3.62 1.85 1.56 9/256 14518
/proc/meminfo: memFree=23520720/32770624 swapFree=6556/65956
[pid=14490] ppid=14487 vsize=10900632 CPUtime=526.91 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 91793 0 0 0 50651 2040 0 0 20 0 20 0 3059669 11162247168 1840558 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725158 1840558 3136 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900632 CPUtime=30.95 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) S 14487 14490 9825 0 -1 1077944384 17053 0 0 0 3014 81 0 0 20 0 20 0 3059670 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139998269007712 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14493] ppid=14487 vsize=10900632 CPUtime=60.98 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14493/stat : 14493 (java) R 14487 14490 9825 0 -1 4202560 3889 0 0 0 5850 248 0 0 20 0 20 0 3059671 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997871790888 139998257398503 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14494] ppid=14487 vsize=10900632 CPUtime=60.84 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14494/stat : 14494 (java) R 14487 14490 9825 0 -1 4202560 2507 0 0 0 5852 232 0 0 20 0 20 0 3059671 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997870738088 139998257398503 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14495] ppid=14487 vsize=10900632 CPUtime=60.92 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14495/stat : 14495 (java) R 14487 14490 9825 0 -1 4202560 4106 0 0 0 5845 247 0 0 20 0 20 0 3059671 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997869686104 139998249721321 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14496] ppid=14487 vsize=10900632 CPUtime=61.03 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14496/stat : 14496 (java) R 14487 14490 9825 0 -1 4202560 4054 0 0 0 5861 242 0 0 20 0 20 0 3059671 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997868633000 139998248153330 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14497] ppid=14487 vsize=10900632 CPUtime=60.93 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14497/stat : 14497 (java) R 14487 14490 9825 0 -1 4202560 2572 0 0 0 5849 244 0 0 20 0 20 0 3059671 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997867579376 139998257398503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14498] ppid=14487 vsize=10900632 CPUtime=60.98 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14498/stat : 14498 (java) S 14487 14490 9825 0 -1 1077944384 6323 0 0 0 5863 235 0 0 20 0 20 0 3059671 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997866526576 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14499] ppid=14487 vsize=10900632 CPUtime=60.94 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14499/stat : 14499 (java) R 14487 14490 9825 0 -1 4202560 3647 0 0 0 5857 237 0 0 20 0 20 0 3059671 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997865474600 139998257398503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14500] ppid=14487 vsize=10900632 CPUtime=60.82 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14500/stat : 14500 (java) R 14487 14490 9825 0 -1 4202560 3118 0 0 0 5832 250 0 0 20 0 20 0 3059671 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997864421800 139998257398503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14501] ppid=14487 vsize=10900632 CPUtime=7.2 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14501/stat : 14501 (java) S 14487 14490 9825 0 -1 1077944384 34931 0 0 0 706 14 0 0 20 0 20 0 3059673 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997739971568 139998264780501 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14502] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14502/stat : 14502 (java) S 14487 14490 9825 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 3059674 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997738919264 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14503] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14503/stat : 14503 (java) S 14487 14490 9825 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 3059674 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997737866880 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14504] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14504/stat : 14504 (java) S 14487 14490 9825 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997736815184 139998264788891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14505] ppid=14487 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14505/stat : 14505 (java) S 14487 14490 9825 0 -1 1077944384 1949 0 0 0 31 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997735762032 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14506] ppid=14487 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14506/stat : 14506 (java) S 14487 14490 9825 0 -1 1077944384 2303 0 0 0 38 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997734709232 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14507] ppid=14487 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14507/stat : 14507 (java) S 14487 14490 9825 0 -1 1077944384 1378 0 0 0 22 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997733656944 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14508] ppid=14487 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14508/stat : 14508 (java) S 14487 14490 9825 0 -1 1077944384 2001 0 0 0 22 1 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997732604144 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14509] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14509/stat : 14509 (java) S 14487 14490 9825 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3059678 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997731552096 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14510] ppid=14487 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14510/stat : 14510 (java) S 14487 14490 9825 0 -1 1077944384 501 0 0 0 2 2 0 0 20 0 20 0 3059679 11162247168 1840558 33554432000 4194304 4196468 140728334290272 139997730499376 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 526.91
Current children cumulated vsize (KiB) 10900632

[startup+101.701 s]
/proc/loadavg: 3.62 1.85 1.56 9/256 14518
/proc/meminfo: memFree=23520720/32770624 swapFree=6556/65956
[pid=14490] ppid=14487 vsize=10900632 CPUtime=533.08 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 91922 0 0 0 51266 2042 0 0 20 0 20 0 3059669 11162247168 1840567 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2725158 1840567 3136 1 0 2713552 0
[pid=14490/tid=14491] ppid=14487 vsize=10900632 CPUtime=30.95 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) S 14487 14490 9825 0 -1 1077944384 17053 0 0 0 3014 81 0 0 20 0 20 0 3059670 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139998269007712 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14493] ppid=14487 vsize=10900632 CPUtime=61.75 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14493/stat : 14493 (java) R 14487 14490 9825 0 -1 4202560 3889 0 0 0 5927 248 0 0 20 0 20 0 3059671 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997871791192 139998249227898 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14494] ppid=14487 vsize=10900632 CPUtime=61.6 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14494/stat : 14494 (java) R 14487 14490 9825 0 -1 4202560 2527 0 0 0 5927 233 0 0 20 0 20 0 3059671 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997870738312 139998250529112 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14495] ppid=14487 vsize=10900632 CPUtime=61.71 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14495/stat : 14495 (java) R 14487 14490 9825 0 -1 4202560 4180 0 0 0 5924 247 0 0 20 0 20 0 3059671 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997869685712 139998257398503 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14496] ppid=14487 vsize=10900632 CPUtime=61.81 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14496/stat : 14496 (java) R 14487 14490 9825 0 -1 4202560 4054 0 0 0 5938 243 0 0 20 0 20 0 3059671 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997868632912 139998257398503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14497] ppid=14487 vsize=10900632 CPUtime=61.71 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14497/stat : 14497 (java) R 14487 14490 9825 0 -1 4202560 2572 0 0 0 5927 244 0 0 20 0 20 0 3059671 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997867579912 139998257398503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14498] ppid=14487 vsize=10900632 CPUtime=61.73 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14498/stat : 14498 (java) R 14487 14490 9825 0 -1 4202560 6357 0 0 0 5938 235 0 0 20 0 20 0 3059671 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997866527112 139998257398503 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14499] ppid=14487 vsize=10900632 CPUtime=61.71 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14499/stat : 14499 (java) R 14487 14490 9825 0 -1 4202560 3647 0 0 0 5934 237 0 0 20 0 20 0 3059671 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997865474904 139998249766950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14500] ppid=14487 vsize=10900632 CPUtime=61.59 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14500/stat : 14500 (java) R 14487 14490 9825 0 -1 4202560 3118 0 0 0 5909 250 0 0 20 0 20 0 3059671 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997864422104 139998257398503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14501] ppid=14487 vsize=10900632 CPUtime=7.2 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14501/stat : 14501 (java) S 14487 14490 9825 0 -1 1077944384 34932 0 0 0 706 14 0 0 20 0 20 0 3059673 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997739971792 139998264780501 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14502] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14502/stat : 14502 (java) S 14487 14490 9825 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 3059674 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997738919264 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14503] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14503/stat : 14503 (java) S 14487 14490 9825 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 3059674 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997737866880 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14504] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14504/stat : 14504 (java) S 14487 14490 9825 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3059678 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997736815184 139998264788891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14505] ppid=14487 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14505/stat : 14505 (java) S 14487 14490 9825 0 -1 1077944384 1949 0 0 0 31 0 0 0 20 0 20 0 3059678 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997735762032 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14506] ppid=14487 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14506/stat : 14506 (java) S 14487 14490 9825 0 -1 1077944384 2303 0 0 0 38 0 0 0 20 0 20 0 3059678 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997734709232 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14507] ppid=14487 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14507/stat : 14507 (java) S 14487 14490 9825 0 -1 1077944384 1378 0 0 0 22 0 0 0 20 0 20 0 3059678 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997733656944 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14508] ppid=14487 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14508/stat : 14508 (java) S 14487 14490 9825 0 -1 1077944384 2001 0 0 0 22 1 0 0 20 0 20 0 3059678 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997732604144 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14509] ppid=14487 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14509/stat : 14509 (java) S 14487 14490 9825 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3059678 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997731552096 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14510] ppid=14487 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14510/stat : 14510 (java) S 14487 14490 9825 0 -1 1077944384 501 0 0 0 2 2 0 0 20 0 20 0 3059679 11162247168 1840567 33554432000 4194304 4196468 140728334290272 139997730499376 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 533.08
Current children cumulated vsize (KiB) 10900632

[startup+102.101 s]
/proc/loadavg: 3.62 1.85 1.56 9/256 14518
/proc/meminfo: memFree=23520720/32770624 swapFree=6556/65956
[pid=14490] ppid=14487 vsize=11033760 CPUtime=534.96 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) S 14487 14490 9825 0 -1 1077944320 92062 0 0 0 51453 2043 0 0 20 0 21 0 3059669 11298570240 1840578 33554432000 4194304 4196468 140728334290272 140728334272816 139998264770295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
/proc/14490/statm: 2758440 1840578 3138 1 0 2746834 0
[pid=14490/tid=14491] ppid=14487 vsize=11033760 CPUtime=30.95 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14491/stat : 14491 (java) S 14487 14490 9825 0 -1 1077944384 17106 0 0 0 3014 81 0 0 20 0 21 0 3059670 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139998269010976 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14493] ppid=14487 vsize=11033760 CPUtime=61.99 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14493/stat : 14493 (java) S 14487 14490 9825 0 -1 1077944384 3889 0 0 0 5951 248 0 0 20 0 21 0 3059671 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997871790992 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14494] ppid=14487 vsize=11033760 CPUtime=61.83 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14494/stat : 14494 (java) S 14487 14490 9825 0 -1 1077944384 2527 0 0 0 5950 233 0 0 20 0 21 0 3059671 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997870738192 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14495] ppid=14487 vsize=11033760 CPUtime=61.94 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14495/stat : 14495 (java) S 14487 14490 9825 0 -1 1077944384 4180 0 0 0 5947 247 0 0 20 0 21 0 3059671 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997869685904 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14496] ppid=14487 vsize=11033760 CPUtime=62.03 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14496/stat : 14496 (java) S 14487 14490 9825 0 -1 1077944384 4054 0 0 0 5960 243 0 0 20 0 21 0 3059671 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997868633104 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14497] ppid=14487 vsize=11033760 CPUtime=61.94 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14497/stat : 14497 (java) S 14487 14490 9825 0 -1 1077944384 2572 0 0 0 5950 244 0 0 20 0 21 0 3059671 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997867579792 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14498] ppid=14487 vsize=11033760 CPUtime=61.96 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14498/stat : 14498 (java) S 14487 14490 9825 0 -1 1077944384 6357 0 0 0 5961 235 0 0 20 0 21 0 3059671 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997866526992 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14499] ppid=14487 vsize=11033760 CPUtime=61.95 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14499/stat : 14499 (java) S 14487 14490 9825 0 -1 1077944384 3647 0 0 0 5957 238 0 0 20 0 21 0 3059671 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997865474704 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14500] ppid=14487 vsize=11033760 CPUtime=61.82 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14500/stat : 14500 (java) S 14487 14490 9825 0 -1 1077944384 3118 0 0 0 5932 250 0 0 20 0 21 0 3059671 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997864421904 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14501] ppid=14487 vsize=11033760 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14501/stat : 14501 (java) S 14487 14490 9825 0 -1 1077944384 34932 0 0 0 709 15 0 0 20 0 21 0 3059673 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997739973232 139998264781442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14502] ppid=14487 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14502/stat : 14502 (java) S 14487 14490 9825 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 21 0 3059674 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997738919264 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14503] ppid=14487 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14503/stat : 14503 (java) S 14487 14490 9825 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 21 0 3059674 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997737866880 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14504] ppid=14487 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14504/stat : 14504 (java) S 14487 14490 9825 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3059678 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997736815184 139998264788891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14505] ppid=14487 vsize=11033760 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14505/stat : 14505 (java) S 14487 14490 9825 0 -1 1077944384 1949 0 0 0 31 0 0 0 20 0 21 0 3059678 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997735762032 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14506] ppid=14487 vsize=11033760 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14506/stat : 14506 (java) S 14487 14490 9825 0 -1 1077944384 2303 0 0 0 38 0 0 0 20 0 21 0 3059678 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997734709232 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14507] ppid=14487 vsize=11033760 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14507/stat : 14507 (java) S 14487 14490 9825 0 -1 1077944384 1378 0 0 0 23 0 0 0 20 0 21 0 3059678 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997733656944 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14508] ppid=14487 vsize=11033760 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14508/stat : 14508 (java) S 14487 14490 9825 0 -1 1077944384 2036 0 0 0 22 1 0 0 20 0 21 0 3059678 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997732604144 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14509] ppid=14487 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14509/stat : 14509 (java) S 14487 14490 9825 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3059678 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997731552096 139998264780501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
[pid=14490/tid=14510] ppid=14487 vsize=11033760 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14510/stat : 14510 (java) S 14487 14490 9825 0 -1 1077944384 501 0 0 0 2 2 0 0 20 0 21 0 3059679 11298570240 1840578 33554432000 4194304 4196468 140728334290272 139997730499376 139998264781442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140728334292139 140728334292292 140728334292292 140728334294991 0
Current children cumulated CPU time (s) 534.96
Current children cumulated vsize (KiB) 11033760

[startup+102.201 s]
/proc/loadavg: 3.62 1.85 1.56 9/256 14518
/proc/meminfo: memFree=23520720/32770624 swapFree=6556/65956
[pid=14490] ppid=14487 vsize=0 CPUtime=534.99 cores=0,2,4,6,8,10,12,14
/proc/14490/stat : 14490 (java) Z 14487 14490 9825 0 -1 4227084 92116 0 0 0 51453 2046 0 0 20 0 2 0 3059669 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/14490/statm: 0 0 0 0 0 0 0
[pid=14490/tid=14494] ppid=14487 vsize=0 CPUtime=61.86 cores=0,2,4,6,8,10,12,14
/proc/14490/task/14494/stat : 14494 (java) R 14487 14490 9825 0 -1 4203588 2527 0 0 0 5950 236 0 0 20 0 2 0 3059671 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 10 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 534.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 102.205
CPU time (s): 534.997
CPU user time (s): 514.535
CPU system time (s): 20.4628
CPU usage (%): 523.454
Max. virtual memory (cumulated for all children) (KiB): 11033760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 514.535
system time used= 20.4628
maximum resident set size= 7362428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92116
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17546
involuntary context switches= 55821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.870738 second user time and 1.15494 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-22 00:59:07
IDJOB=4243940
IDBENCH=133254
IDSOLVER=2623
FILE ID=node148/4243940-1500677934
RUNJOBID= node148-1500669893-12666
PBS_JOBID= 20623273
Free space on /tmp= 60868 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-table-s1/MagicSquare-6-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243940-1500677934/watcher-4243940-1500677934 -o /tmp/evaluation-result-4243940-1500677934/solver-4243940-1500677934 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500669893-12666 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243940-1500677934.xml

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

MD5SUM BENCH= cfc552cbb2ce3301e89528d2cd5bb011
RANDOM SEED=705050064

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

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30847848 kB
MemAvailable:   31971400 kB
Buffers:           52840 kB
Cached:          1358604 kB
SwapCached:            0 kB
Active:          1335904 kB
Inactive:         128432 kB
Active(anon):       1628 kB
Inactive(anon):    62924 kB
Active(file):    1334276 kB
Inactive(file):    65508 kB
Unevictable:        6556 kB
Mlocked:            6556 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            413340 kB
Writeback:         68448 kB
AnonPages:         59612 kB
Mapped:            29724 kB
Shmem:              8848 kB
Slab:             150740 kB
SReclaimable:      79208 kB
SUnreclaim:        71532 kB
KernelStack:        4080 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 60864 MiB
End job on node148 at 2017-07-22 01:00:49