Trace number 4263707

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? 1812.13 553.53998

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-066_X2.xml
MD5SUM09321018be6bfcc628ddab34eddf7071
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 benchmark0.089063004
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":121,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

1491.86/466.36	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1541.75/479.94		at java.util.Arrays.copyOf(Arrays.java:3332)
1541.75/479.94		at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
1541.75/479.94		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
1541.75/479.94		at java.lang.StringBuffer.append(StringBuffer.java:270)
1541.75/479.94		at java.io.StringWriter.write(StringWriter.java:112)
1541.75/479.94		at java.io.PrintWriter.write(PrintWriter.java:456)
1541.75/479.94		at java.io.PrintWriter.write(PrintWriter.java:473)
1541.75/479.94		at java.io.PrintWriter.print(PrintWriter.java:603)
1541.75/479.94		at java.io.PrintWriter.println(PrintWriter.java:756)
1541.75/479.94		at java.lang.Throwable$WrappedPrintWriter.println(Throwable.java:764)
1541.75/479.94		at java.lang.Throwable.printStackTrace(Throwable.java:658)
1541.75/479.94		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1541.75/479.94		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1541.75/479.94		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1541.75/479.94		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1541.75/479.94		at java.util.logging.Logger.log(Logger.java:738)
1541.75/479.94		at java.util.logging.Logger.doLog(Logger.java:765)
1541.75/479.94		at java.util.logging.Logger.log(Logger.java:876)
1541.75/479.94		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1541.75/479.94		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1541.75/479.94		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1541.75/479.94		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1541.75/479.94		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1541.75/479.94		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1705.20/523.53	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1705.20/523.53	c This is free software under the dual EPL/GNU LGPL licenses.
1705.20/523.53	c See www.sat4j.org for details.
1705.20/523.53	c That software uses the Rhino library from the Mozilla project.
1705.20/523.53	c version CUSTOM.v20170705
1705.20/523.53	c java.runtime.name	Java(TM) SE Runtime Environment
1705.20/523.53	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1705.20/523.53	c java.vm.version	25.131-b11
1705.20/523.53	c java.vm.vendor	Oracle Corporation
1705.20/523.53	c sun.arch.data.model	64
1705.20/523.53	c java.version		1.8.0_131
1705.20/523.53	c os.name		Linux
1705.20/523.53	c os.version		3.10.0-514.16.1.el7.x86_64
1705.20/523.53	c os.arch		amd64
1705.20/523.53	c Free memory 		499604488
1705.20/523.53	c Max memory 		7247757312
1705.20/523.53	c Total memory 		504889344
1705.20/523.53	c Number of processors 	4
1705.20/523.53	c c --- Begin Solver configuration ---
1705.20/523.53	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1705.20/523.53	c Learn all clauses as in MiniSAT
1705.20/523.53	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1705.20/523.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1705.20/523.53	c No reason simplification
1705.20/523.53	c Glucose 2.1 dynamic restart strategy
1705.20/523.53	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
1705.20/523.53	c timeout=2147483s
1705.20/523.53	c DB Simplification allowed=false
1705.20/523.53	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1705.20/523.53	c --- End Solver configuration ---
1752.86/536.97	c starts		: 0
1752.86/536.97	c conflicts		: 0
1772.69/542.64	Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
1772.69/542.64		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1772.69/542.64		at java.util.Hashtable.keys(Hashtable.java:257)
1772.69/542.64		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1772.69/542.64		at java.util.logging.LogManager.reset(LogManager.java:1327)
1772.69/542.64		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1811.99/553.49	c decisions		: 0
1811.99/553.49	c propagations		: 0
1811.99/553.49	c inspects		: 0
1811.99/553.49	c shortcuts		: 0
1811.99/553.49	c learnt literals	: 0
1811.99/553.49	c learnt binary clauses	: 0
1811.99/553.49	c learnt ternary clauses	: 0
1811.99/553.49	c learnt constraints	: 0
1811.99/553.49	c ignored constraints	: 0
1811.99/553.49	c root simplifications	: 0
1811.99/553.49	c removed literals (reason simplification)	: 0
1811.99/553.49	c reason swapping (by a shorter reason)	: 0
1811.99/553.49	c Calls to reduceDB	: 0
1811.99/553.49	c Number of update (reduction) of LBD	: 0
1811.99/553.49	c Imported unit clauses	: 0
1811.99/553.49	c number of reductions to clauses (during analyze)	: 0
1811.99/553.49	c number of learned constraints concerned by reduction	: 0
1811.99/553.49	c number of learning phase by resolution	: 0
1811.99/553.49	c number of learning phase by cutting planes	: 0
1811.99/553.49	c number of rounding to 1 operations	: 0
1811.99/553.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1811.99/553.49	c number of reductions of the coefficients by power 2 	: 0
1811.99/553.49	c number of right shift for reduction by power 2 	: 0
1811.99/553.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
1811.99/553.49	c speed (assignments/second)	: 0.0
1811.99/553.49	c non guided choices	0
1811.99/553.49	c learnt constraints type 
1811.99/553.49	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 (11908 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263707-1502632750/watcher-4263707-1502632750 -o /tmp/evaluation-result-4263707-1502632750/solver-4263707-1502632750 -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-4263707-1502632750.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
solver pid=27855, runsolver pid=27852
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 2.01 2.09 2.14 3/204 27864
/proc/meminfo: memFree=27950028/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10151672 memory=19752 CPUtime=0.03 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 3808 0 0 0 3 0 0 0 20 0 9 0 65470382 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2537918 4938 2122 1 0 2527415 0
[pid=27855/tid=27857] ppid=27852 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) R 27852 27855 12560 0 -1 4202560 2448 0 0 0 2 0 0 0 20 0 9 0 65470389 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140591483230576 140591458532695 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65470390 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10151672 memory=140247134172800 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65470390 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65470390 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65470390 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10151672 memory=140247134172800 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) S 27852 27855 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65470391 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140590974962160 140591479003778 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 65470392 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140590973908384 140591479002837 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 65470392 10395312128 4938 18446744073709551615 4194304 4196468 140735670471808 140590972855792 140591479002837 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19752 KiB

[startup+0.209802 s]*
/proc/loadavg: 2.01 2.09 2.14 4/210 27870
/proc/meminfo: memFree=27938880/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10551156 memory=30944 CPUtime=0.14 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 7376 0 0 0 12 2 0 0 20 0 15 0 65470382 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2637789 7736 2796 1 0 2627261 0
[pid=27855/tid=27857] ppid=27852 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) R 27852 27855 12560 0 -1 4202560 5217 0 0 0 9 2 0 0 20 0 15 0 65470389 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140591483217744 140591479014557 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10551156 memory=288370623285884544 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65470390 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10551156 memory=140247134172800 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) S 27852 27855 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65470391 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590974962160 140591479003778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65470392 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590973908384 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65470392 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590972855792 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27865] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27865/stat : 27865 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65470394 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590971804368 140591479011227 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27866] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27866/stat : 27866 (java) S 27852 27855 12560 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 65470394 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590970750960 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27867] ppid=27852 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27867/stat : 27867 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470394 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590969698416 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27868] ppid=27852 vsize=10551156 memory=140247134172800 CPUtime=0.02 cores=0,2,4,6
/proc/27855/task/27868/stat : 27868 (java) S 27852 27855 12560 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 65470394 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590968645872 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27869] ppid=27852 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27869/stat : 27869 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65470394 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590967593568 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27870] ppid=27852 vsize=10551156 memory=140247134172800 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27870/stat : 27870 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470398 10804383744 7736 18446744073709551615 4194304 4196468 140735670471808 140590966541104 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30944 KiB

[startup+0.314123 s]*
/proc/loadavg: 2.01 2.09 2.14 4/210 27870
/proc/meminfo: memFree=27932852/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10551156 memory=39996 CPUtime=0.32 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 9364 0 0 0 29 3 0 0 20 0 15 0 65470382 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2637789 9999 2934 1 0 2627261 0
[pid=27855/tid=27857] ppid=27852 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) R 27852 27855 12560 0 -1 4202560 6325 0 0 0 18 2 0 0 20 0 15 0 65470389 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140591483224976 140591463073118 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65470390 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) S 27852 27855 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65470391 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590974962160 140591479003778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65470392 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590973908384 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65470392 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590972855792 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27865] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27865/stat : 27865 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65470394 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590971804368 140591479011227 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27866] ppid=27852 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27855/task/27866/stat : 27866 (java) S 27852 27855 12560 0 -1 1077944384 630 0 0 0 2 0 0 0 20 0 15 0 65470394 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590970750960 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27867] ppid=27852 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27855/task/27867/stat : 27867 (java) S 27852 27855 12560 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 65470394 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590969698416 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27868] ppid=27852 vsize=10551156 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/27855/task/27868/stat : 27868 (java) R 27852 27855 12560 0 -1 4202560 773 0 0 0 6 0 0 0 20 0 15 0 65470394 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590968645872 140591463073118 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27869] ppid=27852 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27869/stat : 27869 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65470394 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590967593568 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27870] ppid=27852 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27870/stat : 27870 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470398 10804383744 9999 18446744073709551615 4194304 4196468 140735670471808 140590966541104 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39996 KiB

[startup+0.700812 s]
/proc/loadavg: 2.01 2.09 2.14 6/210 27870
/proc/meminfo: memFree=27911252/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10551232 memory=100000 CPUtime=1.39 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 12975 0 0 0 134 5 0 0 20 0 15 0 65470382 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2637808 25000 3058 1 0 2627261 0
[pid=27855/tid=27857] ppid=27852 vsize=10551232 memory=82 CPUtime=0.58 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) R 27852 27855 12560 0 -1 1077944384 7349 0 0 0 54 4 0 0 20 0 15 0 65470389 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140591483229264 140591479002837 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10551232 memory=27 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470390 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65470390 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) S 27852 27855 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65470391 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590974962160 140591479003778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65470392 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590973908384 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10551232 memory=845 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65470392 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590972855792 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27865] ppid=27852 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27865/stat : 27865 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65470394 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590971804368 140591479011227 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27866] ppid=27852 vsize=10551232 memory=223 CPUtime=0.26 cores=0,2,4,6
/proc/27855/task/27866/stat : 27866 (java) R 27852 27855 12560 0 -1 4202560 1393 0 0 0 26 0 0 0 20 0 15 0 65470394 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590970735792 140591464116192 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27867] ppid=27852 vsize=10551232 memory=280493979340560 CPUtime=0.26 cores=0,2,4,6
/proc/27855/task/27867/stat : 27867 (java) R 27852 27855 12560 0 -1 4202560 1470 0 0 0 26 0 0 0 20 0 15 0 65470394 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590969680144 140591462491385 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27868] ppid=27852 vsize=10551232 memory=2511683454721 CPUtime=0.27 cores=0,2,4,6
/proc/27855/task/27868/stat : 27868 (java) R 27852 27855 12560 0 -1 4202560 1395 0 0 0 27 0 0 0 20 0 15 0 65470394 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590968645872 140591472089467 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27869] ppid=27852 vsize=10551232 memory=2520273389313 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27869/stat : 27869 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65470394 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590967593568 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27870] ppid=27852 vsize=10551232 memory=2563223062273 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27870/stat : 27870 (java) S 27852 27855 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65470398 10804461568 25000 18446744073709551615 4194304 4196468 140735670471808 140590966541104 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 100000 KiB

[startup+1.50082 s]
/proc/loadavg: 2.01 2.09 2.14 7/210 27870
/proc/meminfo: memFree=27744764/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10551232 memory=285796 CPUtime=3.53 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 18763 0 0 0 338 15 0 0 20 0 15 0 65470382 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2637808 71449 3101 1 0 2627261 0
[pid=27855/tid=27857] ppid=27852 vsize=10551232 memory=82 CPUtime=1.26 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) R 27852 27855 12560 0 -1 4202560 7397 0 0 0 122 4 0 0 20 0 15 0 65470389 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140591483217872 140591076845836 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10551232 memory=27 CPUtime=0.08 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 100 0 0 0 6 2 0 0 20 0 15 0 65470390 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10551232 memory=280493979572800 CPUtime=0.07 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 103 0 0 0 6 1 0 0 20 0 15 0 65470390 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10551232 memory=9132 CPUtime=0.08 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 118 0 0 0 6 2 0 0 20 0 15 0 65470390 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10551232 memory=19658 CPUtime=0.08 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 126 0 0 0 7 1 0 0 20 0 15 0 65470390 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) S 27852 27855 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65470391 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140590974962160 140591479003778 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65470392 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140590973908384 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10551232 memory=233684 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65470392 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140590972855792 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27865] ppid=27852 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27865/stat : 27865 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65470394 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140590971804368 140591479011227 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27866] ppid=27852 vsize=10551232 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/27855/task/27866/stat : 27866 (java) S 27852 27855 12560 0 -1 1077944384 4097 0 0 0 77 0 0 0 20 0 15 0 65470394 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140590970750960 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27867] ppid=27852 vsize=10551232 memory=6788 CPUtime=0.77 cores=0,2,4,6
/proc/27855/task/27867/stat : 27867 (java) S 27852 27855 12560 0 -1 1077944384 3508 0 0 0 77 0 0 0 20 0 15 0 65470394 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140590969698416 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27868] ppid=27852 vsize=10551232 memory=280493979408320 CPUtime=0.33 cores=0,2,4,6
/proc/27855/task/27868/stat : 27868 (java) S 27852 27855 12560 0 -1 1077944384 1870 0 0 0 33 0 0 0 20 0 15 0 65470394 10804461568 71449 18446744073709551615 4194304 4196468 140735670471808 140590968645872 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0

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

/proc/meminfo: memFree=19630576/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10684360 memory=8326544 CPUtime=1811.39 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 217974 0 0 0 180386 753 0 0 20 0 17 0 65470382 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2671090 2081636 3136 1 0 2660543 0
[pid=27855/tid=27857] ppid=27852 vsize=10684360 memory=-8774313645642428999 CPUtime=52.6 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) S 27852 27855 12560 0 -1 1077944384 19307 0 0 0 5245 15 0 0 20 0 17 0 65470389 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591483233312 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10684360 memory=1688 CPUtime=421.05 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 20754 0 0 0 41923 182 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10684360 memory=5808 CPUtime=421.25 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 23673 0 0 0 41948 177 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10684360 memory=4612 CPUtime=420.11 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 18523 0 0 0 41821 190 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10684360 memory=1004 CPUtime=420.71 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 23807 0 0 0 41898 173 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10684360 memory=22888 CPUtime=72.66 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) R 27852 27855 12560 0 -1 4202560 89371 0 0 0 7259 7 0 0 20 0 17 0 65470391 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590974960704 140591463989038 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10684360 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 65470392 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590973908448 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10684360 memory=8326532 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 65470392 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590972855808 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27865] ppid=27852 vsize=10684360 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27865/stat : 27865 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590971804368 140591479011227 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27866] ppid=27852 vsize=10684360 memory=956 CPUtime=1.05 cores=0,2,4,6
/proc/27855/task/27866/stat : 27866 (java) S 27852 27855 12560 0 -1 1077944384 7432 0 0 0 104 1 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590970750720 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27867] ppid=27852 vsize=10684360 memory=1232 CPUtime=1.16 cores=0,2,4,6
/proc/27855/task/27867/stat : 27867 (java) S 27852 27855 12560 0 -1 1077944384 8882 0 0 0 115 1 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590969698464 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27868] ppid=27852 vsize=10684360 memory=2016 CPUtime=0.36 cores=0,2,4,6
/proc/27855/task/27868/stat : 27868 (java) S 27852 27855 12560 0 -1 1077944384 3130 0 0 0 36 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590968640848 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27869] ppid=27852 vsize=10684360 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27869/stat : 27869 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590967593568 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27870] ppid=27852 vsize=10684360 memory=8604 CPUtime=0.36 cores=0,2,4,6
/proc/27855/task/27870/stat : 27870 (java) S 27852 27855 12560 0 -1 1077944384 1482 0 0 0 21 15 0 0 20 0 17 0 65470398 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590966541104 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27900] ppid=27852 vsize=10684360 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27900/stat : 27900 (java) S 27852 27855 12560 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 17 0 65518377 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590965485488 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27901] ppid=27852 vsize=10684360 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27901/stat : 27901 (java) S 27852 27855 12560 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 65518377 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590964435248 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
Current children cumulated CPU time: 1811.39 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8326544 KiB

[startup+553.201 s]
/proc/loadavg: 4.03 3.83 3.03 3/212 27904
/proc/meminfo: memFree=19630576/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10684360 memory=8326544 CPUtime=1811.79 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 217974 0 0 0 180426 753 0 0 20 0 17 0 65470382 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2671090 2081636 3136 1 0 2660543 0
[pid=27855/tid=27857] ppid=27852 vsize=10684360 memory=4612 CPUtime=52.6 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) S 27852 27855 12560 0 -1 1077944384 19307 0 0 0 5245 15 0 0 20 0 17 0 65470389 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591483233312 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10684360 memory=1004 CPUtime=421.05 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 20754 0 0 0 41923 182 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10684360 memory=2016 CPUtime=421.25 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 23673 0 0 0 41948 177 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10684360 memory=1196 CPUtime=420.11 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 18523 0 0 0 41821 190 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10684360 memory=8604 CPUtime=420.71 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 23807 0 0 0 41898 173 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10684360 memory=1716 CPUtime=73.06 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) R 27852 27855 12560 0 -1 4202560 89371 0 0 0 7299 7 0 0 20 0 17 0 65470391 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590974960592 140591463988998 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10684360 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 65470392 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590973908448 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10684360 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 65470392 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590972855808 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27865] ppid=27852 vsize=10684360 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27865/stat : 27865 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590971804368 140591479011227 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27866] ppid=27852 vsize=10684360 memory=3176 CPUtime=1.05 cores=0,2,4,6
/proc/27855/task/27866/stat : 27866 (java) S 27852 27855 12560 0 -1 1077944384 7432 0 0 0 104 1 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590970750720 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27867] ppid=27852 vsize=10684360 memory=3755548 CPUtime=1.16 cores=0,2,4,6
/proc/27855/task/27867/stat : 27867 (java) S 27852 27855 12560 0 -1 1077944384 8882 0 0 0 115 1 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590969698464 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27868] ppid=27852 vsize=10684360 memory=1156 CPUtime=0.36 cores=0,2,4,6
/proc/27855/task/27868/stat : 27868 (java) S 27852 27855 12560 0 -1 1077944384 3130 0 0 0 36 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590968640848 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27869] ppid=27852 vsize=10684360 memory=8326544 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27869/stat : 27869 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590967593568 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27870] ppid=27852 vsize=10684360 memory=8326532 CPUtime=0.36 cores=0,2,4,6
/proc/27855/task/27870/stat : 27870 (java) S 27852 27855 12560 0 -1 1077944384 1482 0 0 0 21 15 0 0 20 0 17 0 65470398 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590966541104 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27900] ppid=27852 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27900/stat : 27900 (java) S 27852 27855 12560 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 17 0 65518377 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590965485488 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27901] ppid=27852 vsize=10684360 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27901/stat : 27901 (java) S 27852 27855 12560 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 65518377 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590964435248 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
Current children cumulated CPU time: 1811.79 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8326544 KiB

[startup+553.401 s]
/proc/loadavg: 4.03 3.83 3.03 3/212 27904
/proc/meminfo: memFree=19630576/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10684360 memory=8326544 CPUtime=1811.99 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 217974 0 0 0 180446 753 0 0 20 0 17 0 65470382 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2671090 2081636 3136 1 0 2660543 0
[pid=27855/tid=27857] ppid=27852 vsize=10684360 memory=16448 CPUtime=52.6 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) S 27852 27855 12560 0 -1 1077944384 19307 0 0 0 5245 15 0 0 20 0 17 0 65470389 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591483233312 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10684360 memory=3908 CPUtime=421.05 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 20754 0 0 0 41923 182 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10684360 memory=3552 CPUtime=421.25 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 23673 0 0 0 41948 177 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10684360 memory=2760 CPUtime=420.11 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 18523 0 0 0 41821 190 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10684360 memory=8326444 CPUtime=420.71 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 23807 0 0 0 41898 173 0 0 20 0 17 0 65470390 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10684360 memory=15584 CPUtime=73.26 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) R 27852 27855 12560 0 -1 4202560 89371 0 0 0 7319 7 0 0 20 0 17 0 65470391 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590974960592 140591463450262 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10684360 memory=22888 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 65470392 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590973908448 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10684360 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 65470392 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590972855808 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27865] ppid=27852 vsize=10684360 memory=644 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27865/stat : 27865 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590971804368 140591479011227 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27866] ppid=27852 vsize=10684360 memory=1744 CPUtime=1.05 cores=0,2,4,6
/proc/27855/task/27866/stat : 27866 (java) S 27852 27855 12560 0 -1 1077944384 7432 0 0 0 104 1 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590970750720 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27867] ppid=27852 vsize=10684360 memory=8326532 CPUtime=1.16 cores=0,2,4,6
/proc/27855/task/27867/stat : 27867 (java) S 27852 27855 12560 0 -1 1077944384 8882 0 0 0 115 1 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590969698464 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27868] ppid=27852 vsize=10684360 memory=1232 CPUtime=0.36 cores=0,2,4,6
/proc/27855/task/27868/stat : 27868 (java) S 27852 27855 12560 0 -1 1077944384 3130 0 0 0 36 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590968640848 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27869] ppid=27852 vsize=10684360 memory=8326544 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27869/stat : 27869 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65470394 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590967593568 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27870] ppid=27852 vsize=10684360 memory=8326532 CPUtime=0.36 cores=0,2,4,6
/proc/27855/task/27870/stat : 27870 (java) S 27852 27855 12560 0 -1 1077944384 1482 0 0 0 21 15 0 0 20 0 17 0 65470398 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590966541104 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27900] ppid=27852 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27900/stat : 27900 (java) S 27852 27855 12560 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 17 0 65518377 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590965485488 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27901] ppid=27852 vsize=10684360 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27901/stat : 27901 (java) S 27852 27855 12560 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 65518377 10940784640 2081636 18446744073709551615 4194304 4196468 140735670471808 140590964435248 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
Current children cumulated CPU time: 1811.99 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8326544 KiB

[startup+553.501 s]
/proc/loadavg: 4.03 3.83 3.03 3/212 27904
/proc/meminfo: memFree=19630576/32770624 swapFree=67105588/67108860
[pid=27855] ppid=27852 vsize=10684360 memory=8326472 CPUtime=1812.08 cores=0,2,4,6
/proc/27855/stat : 27855 (java) S 27852 27855 12560 0 -1 1077944320 218065 0 0 0 180455 753 0 0 20 0 14 0 65470382 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140735670454352 140591478992631 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
/proc/27855/statm: 2671090 2081618 3137 1 0 2660543 0
[pid=27855/tid=27857] ppid=27852 vsize=10684360 memory=8326532 CPUtime=52.6 cores=0,2,4,6
/proc/27855/task/27857/stat : 27857 (java) S 27852 27855 12560 0 -1 1077944384 19328 0 0 0 5245 15 0 0 20 0 14 0 65470389 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140591483235472 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27858] ppid=27852 vsize=10684360 memory=3900320433453987570 CPUtime=421.05 cores=0,2,4,6
/proc/27855/task/27858/stat : 27858 (java) S 27852 27855 12560 0 -1 1077944384 20754 0 0 0 41923 182 0 0 20 0 14 0 65470390 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140591409412368 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27859] ppid=27852 vsize=10684360 memory=4110291772624219464 CPUtime=421.25 cores=0,2,4,6
/proc/27855/task/27859/stat : 27859 (java) S 27852 27855 12560 0 -1 1077944384 23673 0 0 0 41948 177 0 0 20 0 14 0 65470390 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140591408359824 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27860] ppid=27852 vsize=10684360 memory=4144 CPUtime=420.11 cores=0,2,4,6
/proc/27855/task/27860/stat : 27860 (java) S 27852 27855 12560 0 -1 1077944384 18523 0 0 0 41821 190 0 0 20 0 14 0 65470390 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140591407307280 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27861] ppid=27852 vsize=10684360 memory=37292 CPUtime=420.71 cores=0,2,4,6
/proc/27855/task/27861/stat : 27861 (java) S 27852 27855 12560 0 -1 1077944384 23807 0 0 0 41898 173 0 0 20 0 14 0 65470390 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140591406254736 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27862] ppid=27852 vsize=10684360 memory=8326532 CPUtime=73.35 cores=0,2,4,6
/proc/27855/task/27862/stat : 27862 (java) S 27852 27855 12560 0 -1 1077944384 89371 0 0 0 7328 7 0 0 20 0 14 0 65470391 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140590974962368 140591479003778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27863] ppid=27852 vsize=10684360 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27863/stat : 27863 (java) S 27852 27855 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 14 0 65470392 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140590973908448 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27864] ppid=27852 vsize=10684360 memory=8326444 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27864/stat : 27864 (java) S 27852 27855 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 14 0 65470392 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140590972855808 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27865] ppid=27852 vsize=10684360 memory=8326444 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27865/stat : 27865 (java) S 27852 27855 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 14 0 65470394 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140590971804016 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27866] ppid=27852 vsize=10684360 memory=8326532 CPUtime=1.05 cores=0,2,4,6
/proc/27855/task/27866/stat : 27866 (java) S 27852 27855 12560 0 -1 1077944384 7432 0 0 0 104 1 0 0 20 0 14 0 65470394 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140590970750960 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27867] ppid=27852 vsize=10684360 memory=4144 CPUtime=1.16 cores=0,2,4,6
/proc/27855/task/27867/stat : 27867 (java) S 27852 27855 12560 0 -1 1077944384 8882 0 0 0 115 1 0 0 20 0 14 0 65470394 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140590969698416 140591479003778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27868] ppid=27852 vsize=10684360 memory=37292 CPUtime=0.36 cores=0,2,4,6
/proc/27855/task/27868/stat : 27868 (java) S 27852 27855 12560 0 -1 1077944384 3161 0 0 0 36 0 0 0 20 0 14 0 65470394 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140590968641744 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
[pid=27855/tid=27869] ppid=27852 vsize=10684360 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/27855/task/27869/stat : 27869 (java) S 27852 27855 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65470394 10940784640 2081618 18446744073709551615 4194304 4196468 140735670471808 140590967593568 140591479002837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31830016 140735670473104 140735670473257 140735670473257 140735670476751 0
Current children cumulated CPU time: 1812.08 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8326472 KiB

Child status: 1
Real time (s): 553.54
CPU time (s): 1812.13
CPU user time (s): 1804.56
CPU system time (s): 7.57319
CPU usage (%): 327.372
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8326544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1804.56
system time used= 7.57319
maximum resident set size= 8326636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218091
page faults= 0
swaps= 0
block input operations= 8
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32525
involuntary context switches= 20055


# summary of solver processes directly reported to runsolver:
#   pid: 27855
#   total CPU time (s): 1812.13
#   total CPU user time (s): 1804.56
#   total CPU system time (s): 7.57319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.50923 second user time and 5.18178 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 15:45:08
IDJOB=4263707
IDBENCH=135705
IDSOLVER=2651
FILE ID=node126/4263707-1502632750
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-066_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263707-1502632750/watcher-4263707-1502632750 -o /tmp/evaluation-result-4263707-1502632750/solver-4263707-1502632750 -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-4263707-1502632750.xml

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

MD5SUM BENCH= 09321018be6bfcc628ddab34eddf7071
RANDOM SEED=1705409529

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:        27961156 kB
MemAvailable:   28215600 kB
Buffers:          265120 kB
Cached:           259684 kB
SwapCached:          524 kB
Active:          4167020 kB
Inactive:         157664 kB
Active(anon):    3747892 kB
Inactive(anon):    85544 kB
Active(file):     419128 kB
Inactive(file):    72120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       3799204 kB
Mapped:            58128 kB
Shmem:             33440 kB
Slab:             184108 kB
SReclaimable:     158060 kB
SUnreclaim:        26048 kB
KernelStack:        3424 kB
PageTables:        12300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5377816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3205120 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:54:22