Trace number 4258343

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 259.94 232.539

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n50/
TravellingSalesman-50-30-01.xml
MD5SUMc2cf49e605ec7848371b33956294adc3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark175
Best CPU time to get the best result obtained on this benchmark248.145
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints51
Number of domains2
Minimum domain size36
Maximum domain size50
Distribution of domain sizes[{"size":36,"count":50},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":50},{"arity":50,"count":1}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

30.71/15.19	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
30.71/15.19	c This is free software under the dual EPL/GNU LGPL licenses.
30.71/15.19	c See www.sat4j.org for details.
30.71/15.19	c That software uses the Rhino library from the Mozilla project.
30.71/15.19	c version CUSTOM.v20170705
30.71/15.19	c java.runtime.name	Java(TM) SE Runtime Environment
30.71/15.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
30.71/15.19	c java.vm.version	25.131-b11
30.71/15.19	c java.vm.vendor	Oracle Corporation
30.71/15.19	c sun.arch.data.model	64
30.71/15.19	c java.version		1.8.0_131
30.71/15.19	c os.name		Linux
30.71/15.19	c os.version		3.10.0-514.16.1.el7.x86_64
30.71/15.19	c os.arch		amd64
30.71/15.19	c Free memory 		499604488
30.71/15.19	c Max memory 		7247757312
30.71/15.19	c Total memory 		504889344
30.71/15.19	c Number of processors 	4
30.71/15.19	c c --- Begin Solver configuration ---
30.71/15.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
30.71/15.19	c Learn all clauses as in MiniSAT
30.71/15.19	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
30.71/15.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
30.71/15.19	c No reason simplification
30.71/15.19	c Glucose 2.1 dynamic restart strategy
30.71/15.19	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
30.71/15.19	c timeout=2147483s
30.71/15.19	c DB Simplification allowed=false
30.71/15.19	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
30.71/15.19	c --- End Solver configuration ---
30.71/15.19	c constraints type 
30.71/15.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
30.71/15.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16721250
30.71/15.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1469800
30.71/15.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
30.71/15.19	c 18191350 constraints processed.
63.18/44.55	o 756

Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258343-1502648498/watcher-4258343-1502648498 -o /tmp/evaluation-result-4258343-1502648498/solver-4258343-1502648498 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258343-1502648498.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=13538, runsolver pid=13535
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 4.20 3.43 3.90 6/203 13547
/proc/meminfo: memFree=26528676/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10151672 memory=19956 CPUtime=0.03 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 3876 0 0 0 3 0 0 0 20 0 9 0 67043121 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2537918 4989 2122 1 0 2527415 0
[pid=13538/tid=13540] ppid=13535 vsize=10151672 memory=4206751525541407381 CPUtime=0.02 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) R 13535 13538 17093 0 -1 4202560 2524 0 0 0 2 0 0 0 20 0 9 0 67043128 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 139657383082352 139657378866333 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67043129 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 139657309264784 139657378854613 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10151672 memory=139816778393216 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67043129 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 139657308211984 139657378854613 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 67043129 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 139657307159696 139657378854613 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) S 13535 13538 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67043129 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 139657306106896 139657378854613 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10151672 memory=139816778393216 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 67043130 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 139656875305072 139657378855554 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 67043131 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 139656874251040 139657378854613 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 67043131 10395312128 4989 18446744073709551615 4194304 4196468 140729524280384 139656873198704 139657378854613 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19956 KiB

[startup+0.209754 s]*
/proc/loadavg: 4.20 3.43 3.90 6/209 13553
/proc/meminfo: memFree=26521552/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10552180 memory=31344 CPUtime=0.11 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 7206 0 0 0 9 2 0 0 20 0 15 0 67043121 10805432320 7836 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2638045 7836 2789 1 0 2627517 0
[pid=13538/tid=13540] ppid=13535 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) R 13535 13538 17093 0 -1 4202560 5221 0 0 0 7 1 0 0 20 0 15 0 67043128 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139657383032752 139657371524125 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10552180 memory=330 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139657309264784 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10552180 memory=139816779038921 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139657308211984 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139657307159696 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) S 13535 13538 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67043129 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139657306106896 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10552180 memory=139816778393216 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67043130 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656875305072 139657378855554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67043131 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656874251040 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67043131 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656873198704 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13548] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13548/stat : 13548 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67043133 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656872147024 139657378863003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13549] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13549/stat : 13549 (java) S 13535 13538 17093 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 67043133 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656871094896 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13550] ppid=13535 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13550/stat : 13550 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043133 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656870042096 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13551] ppid=13535 vsize=10552180 memory=139816778393216 CPUtime=0.01 cores=1,3,5,7
/proc/13538/task/13551/stat : 13551 (java) S 13535 13538 17093 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 67043133 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656868989808 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13552] ppid=13535 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13552/stat : 13552 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67043133 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656867937248 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13553] ppid=13535 vsize=10552180 memory=139816778393216 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13553/stat : 13553 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043139 10805432320 7902 18446744073709551615 4194304 4196468 140729524280384 139656866884016 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31344 KiB

[startup+0.310197 s]*
/proc/loadavg: 4.20 3.43 3.90 6/209 13553
/proc/meminfo: memFree=26511104/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10552180 memory=36920 CPUtime=0.27 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 8051 0 0 0 24 3 0 0 20 0 15 0 67043121 10805432320 9230 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2638045 9230 2878 1 0 2627517 0
[pid=13538/tid=13540] ppid=13535 vsize=10551156 memory=-7677926825137650786 CPUtime=0.19 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) R 13535 13538 17093 0 -1 1077944384 5867 0 0 0 17 2 0 0 20 0 15 0 67043128 10804383744 9260 18446744073709551615 4194304 4196468 140729524280384 139657383054720 139657371523629 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10804383744 9260 18446744073709551615 4194304 4196468 140729524280384 139657309264784 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10805432320 9260 18446744073709551615 4194304 4196468 140729524280384 139657308211984 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10805432320 9260 18446744073709551615 4194304 4196468 140729524280384 139657307159696 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) S 13535 13538 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67043129 10805432320 9260 18446744073709551615 4194304 4196468 140729524280384 139657306106896 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67043130 10804383744 9260 18446744073709551615 4194304 4196468 140729524280384 139656875305072 139657378855554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67043131 10805432320 9260 18446744073709551615 4194304 4196468 140729524280384 139656874251040 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67043131 10805432320 9260 18446744073709551615 4194304 4196468 140729524280384 139656873198704 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13548] ppid=13535 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13548/stat : 13548 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67043133 10805432320 9260 18446744073709551615 4194304 4196468 140729524280384 139656872147024 139657378863003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13549] ppid=13535 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13538/task/13549/stat : 13549 (java) S 13535 13538 17093 0 -1 1077944384 525 0 0 0 1 0 0 0 20 0 15 0 67043133 10804383744 9260 18446744073709551615 4194304 4196468 140729524280384 139656871094896 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13550] ppid=13535 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13538/task/13550/stat : 13550 (java) S 13535 13538 17093 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 15 0 67043133 10804383744 9260 18446744073709551615 4194304 4196468 140729524280384 139656870042096 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13551] ppid=13535 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/13538/task/13551/stat : 13551 (java) R 13535 13538 17093 0 -1 4202560 386 0 0 0 4 0 0 0 20 0 15 0 67043133 10804383744 9260 18446744073709551615 4194304 4196468 140729524280384 139656868989808 139657357797241 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13552] ppid=13535 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13552/stat : 13552 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67043133 10804383744 9260 18446744073709551615 4194304 4196468 140729524280384 139656867937248 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13553] ppid=13535 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13553/stat : 13553 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043139 10804383744 9260 18446744073709551615 4194304 4196468 140729524280384 139656866884016 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 36920 KiB

[startup+0.708112 s]
/proc/loadavg: 4.20 3.43 3.90 8/209 13553
/proc/meminfo: memFree=26484204/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10551232 memory=96900 CPUtime=1.42 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 13440 0 0 0 138 4 0 0 20 0 15 0 67043121 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2637808 24225 3061 1 0 2627261 0
[pid=13538/tid=13540] ppid=13535 vsize=10551232 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) R 13535 13538 17093 0 -1 4202560 6946 0 0 0 55 3 0 0 20 0 15 0 67043128 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139657383059544 139656985345305 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139657309264784 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139657308211984 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043129 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139657307159696 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) S 13535 13538 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67043129 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139657306106896 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67043130 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656875305072 139657378855554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67043131 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656874251040 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67043131 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656873198704 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13548] ppid=13535 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13548/stat : 13548 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67043133 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656872147024 139657378863003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13549] ppid=13535 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/13538/task/13549/stat : 13549 (java) R 13535 13538 17093 0 -1 4202560 1803 0 0 0 28 0 0 0 20 0 15 0 67043133 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656871072256 139657358692469 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13550] ppid=13535 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/13538/task/13550/stat : 13550 (java) R 13535 13538 17093 0 -1 4202560 1591 0 0 0 30 0 0 0 20 0 15 0 67043133 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656870023112 139657356819755 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13551] ppid=13535 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/13538/task/13551/stat : 13551 (java) S 13535 13538 17093 0 -1 1077944384 1745 0 0 0 24 0 0 0 20 0 15 0 67043133 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656868989808 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13552] ppid=13535 vsize=10551232 memory=15 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13552/stat : 13552 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67043133 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656867937248 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13553] ppid=13535 vsize=10551232 memory=69 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13553/stat : 13553 (java) S 13535 13538 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67043139 10804461568 24225 18446744073709551615 4194304 4196468 140729524280384 139656866884016 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 96900 KiB

[startup+1.5008 s]
/proc/loadavg: 4.20 3.43 3.90 8/209 13553
/proc/meminfo: memFree=26358804/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10551232 memory=277324 CPUtime=3.92 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 20698 0 0 0 380 12 0 0 20 0 15 0 67043121 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2637808 69331 3101 1 0 2627261 0
[pid=13538/tid=13540] ppid=13535 vsize=10551232 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) R 13535 13538 17093 0 -1 4202560 6996 0 0 0 122 4 0 0 20 0 15 0 67043128 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139657383072000 139656988726917 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10551232 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) S 13535 13538 17093 0 -1 1077944384 63 0 0 0 6 1 0 0 20 0 15 0 67043129 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139657309264784 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10551232 memory=6673 CPUtime=0.05 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) S 13535 13538 17093 0 -1 1077944384 58 0 0 0 5 0 0 0 20 0 15 0 67043129 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139657308211984 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10551232 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) S 13535 13538 17093 0 -1 1077944384 169 0 0 0 6 1 0 0 20 0 15 0 67043129 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139657307159696 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10551232 memory=6628 CPUtime=0.06 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) S 13535 13538 17093 0 -1 1077944384 166 0 0 0 5 1 0 0 20 0 15 0 67043129 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139657306106896 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10551232 memory=164 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 67043130 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139656875305072 139657378855554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67043131 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139656874251040 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67043131 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139656873198704 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13548] ppid=13535 vsize=10551232 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13548/stat : 13548 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67043133 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139656872147024 139657378863003 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13549] ppid=13535 vsize=10551232 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/13538/task/13549/stat : 13549 (java) R 13535 13538 17093 0 -1 4202560 5419 0 0 0 101 1 0 0 20 0 15 0 67043133 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139656871088088 139657363970588 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13550] ppid=13535 vsize=10551232 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/13538/task/13550/stat : 13550 (java) R 13535 13538 17093 0 -1 4202560 4157 0 0 0 102 0 0 0 20 0 15 0 67043133 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139656870028120 139657363769456 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13551] ppid=13535 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/13538/task/13551/stat : 13551 (java) S 13535 13538 17093 0 -1 1077944384 2227 0 0 0 29 0 0 0 20 0 15 0 67043133 10804461568 69331 18446744073709551615 4194304 4196468 140729524280384 139656868989808 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0

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

[startup+231.201 s]
/proc/loadavg: 2.44 2.85 3.56 6/214 13655
/proc/meminfo: memFree=20555928/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10617796 memory=3781464 CPUtime=254.75 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 98579 0 0 0 25219 256 0 0 20 0 16 0 67043121 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2654449 945366 3144 1 0 2643902 0
[pid=13538/tid=13540] ppid=13535 vsize=10617796 memory=4028 CPUtime=223.23 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) S 13535 13538 17093 0 -1 1077944384 23011 0 0 0 22306 17 0 0 20 0 16 0 67043128 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139657383083536 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10617796 memory=37768 CPUtime=6.15 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) R 13535 13538 17093 0 -1 4202560 9275 0 0 0 559 56 0 0 20 0 16 0 67043129 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139657309264368 139657371472615 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10617796 memory=2849448 CPUtime=6.12 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) R 13535 13538 17093 0 -1 4202560 13669 0 0 0 559 53 0 0 20 0 16 0 67043129 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139657308211880 139657371472615 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10617796 memory=1788 CPUtime=6.21 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) R 13535 13538 17093 0 -1 4202560 11725 0 0 0 562 59 0 0 20 0 16 0 67043129 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139657307159896 139657363333339 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10617796 memory=640 CPUtime=6.15 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) R 13535 13538 17093 0 -1 4202560 8955 0 0 0 558 57 0 0 20 0 16 0 67043129 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139657306106792 139657371472615 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10617796 memory=960 CPUtime=1.56 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 5381 0 0 0 156 0 0 0 20 0 16 0 67043130 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656875303392 139657378854613 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10617796 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 67043131 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656874251104 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10617796 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 67043131 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656873198720 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13548] ppid=13535 vsize=10617796 memory=21256 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13548/stat : 13548 (java) S 13535 13538 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 67043133 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656872146672 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13549] ppid=13535 vsize=10617796 memory=-8774313645642428999 CPUtime=2.2 cores=1,3,5,7
/proc/13538/task/13549/stat : 13549 (java) S 13535 13538 17093 0 -1 1077944384 10312 0 0 0 219 1 0 0 20 0 16 0 67043133 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656871094896 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13550] ppid=13535 vsize=10617796 memory=2248 CPUtime=2.43 cores=1,3,5,7
/proc/13538/task/13550/stat : 13550 (java) S 13535 13538 17093 0 -1 1077944384 10391 0 0 0 242 1 0 0 20 0 16 0 67043133 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656870042096 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13551] ppid=13535 vsize=10617796 memory=4300 CPUtime=0.44 cores=1,3,5,7
/proc/13538/task/13551/stat : 13551 (java) S 13535 13538 17093 0 -1 1077944384 4000 0 0 0 44 0 0 0 20 0 16 0 67043133 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656868989808 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13552] ppid=13535 vsize=10617796 memory=932 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13552/stat : 13552 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67043133 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656867937248 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13553] ppid=13535 vsize=10617796 memory=37768 CPUtime=0.13 cores=1,3,5,7
/proc/13538/task/13553/stat : 13553 (java) S 13535 13538 17093 0 -1 1077944384 453 0 0 0 7 6 0 0 20 0 16 0 67043139 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656866884016 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13554] ppid=13535 vsize=10617796 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13554/stat : 13554 (java) S 13535 13538 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67044647 10872623104 945366 18446744073709551615 4194304 4196468 140729524280384 139656865829552 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
Current children cumulated CPU time: 254.75 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3781464 KiB

[startup+232.001 s]*
/proc/loadavg: 2.44 2.85 3.56 9/214 13655
/proc/meminfo: memFree=20116420/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10617796 memory=3785872 CPUtime=257.9 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 100583 0 0 0 25533 257 0 0 20 0 16 0 67043121 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2654449 946468 3144 1 0 2643902 0
[pid=13538/tid=13540] ppid=13535 vsize=10617796 memory=-7677926825137650786 CPUtime=223.23 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) S 13535 13538 17093 0 -1 1077944384 23011 0 0 0 22306 17 0 0 20 0 16 0 67043128 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657383083536 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10617796 memory=4872558044660077418 CPUtime=6.94 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) R 13535 13538 17093 0 -1 4202560 9298 0 0 0 638 56 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657309264984 139657363545040 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10617796 memory=1204 CPUtime=6.9 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) R 13535 13538 17093 0 -1 4202560 13740 0 0 0 637 53 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657308212184 139657363840808 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10617796 memory=1000 CPUtime=7.01 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) R 13535 13538 17093 0 -1 4202560 11759 0 0 0 642 59 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657307159896 139657363545025 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10617796 memory=796 CPUtime=6.92 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) R 13535 13538 17093 0 -1 4202560 8997 0 0 0 635 57 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657306106784 139657363545006 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10617796 memory=-8774313645642428999 CPUtime=1.56 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 7215 0 0 0 156 0 0 0 20 0 16 0 67043130 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656875303616 139657378854613 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10617796 memory=6003389985055991144 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 67043131 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656874251104 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10617796 memory=6003389985055991144 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 67043131 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656873198720 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13548] ppid=13535 vsize=10617796 memory=3847587436556464160 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13548/stat : 13548 (java) S 13535 13538 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656872146672 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13549] ppid=13535 vsize=10617796 memory=6944656592455360604 CPUtime=2.2 cores=1,3,5,7
/proc/13538/task/13549/stat : 13549 (java) S 13535 13538 17093 0 -1 1077944384 10312 0 0 0 219 1 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656871094896 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13550] ppid=13535 vsize=10617796 memory=6003395495499031912 CPUtime=2.43 cores=1,3,5,7
/proc/13538/task/13550/stat : 13550 (java) S 13535 13538 17093 0 -1 1077944384 10391 0 0 0 242 1 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656870042096 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13551] ppid=13535 vsize=10617796 memory=6003395495499031912 CPUtime=0.44 cores=1,3,5,7
/proc/13538/task/13551/stat : 13551 (java) S 13535 13538 17093 0 -1 1077944384 4000 0 0 0 44 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656868989808 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13552] ppid=13535 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13552/stat : 13552 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656867937248 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13553] ppid=13535 vsize=10617796 memory=2849448 CPUtime=0.13 cores=1,3,5,7
/proc/13538/task/13553/stat : 13553 (java) S 13535 13538 17093 0 -1 1077944384 453 0 0 0 7 6 0 0 20 0 16 0 67043139 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656866884016 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13554] ppid=13535 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13554/stat : 13554 (java) S 13535 13538 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67044647 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656865829552 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
Current children cumulated CPU time: 257.9 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3785872 KiB

[startup+232.409 s]
/proc/loadavg: 2.44 2.85 3.56 9/214 13655
/proc/meminfo: memFree=20116420/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10617796 memory=3785872 CPUtime=259.49 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 100586 0 0 0 25692 257 0 0 20 0 16 0 67043121 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2654449 946468 3144 1 0 2643902 0
[pid=13538/tid=13540] ppid=13535 vsize=10617796 memory=4064 CPUtime=223.23 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) S 13535 13538 17093 0 -1 1077944384 23011 0 0 0 22306 17 0 0 20 0 16 0 67043128 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657383083536 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10617796 memory=1160 CPUtime=7.34 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) R 13535 13538 17093 0 -1 4202560 9299 0 0 0 678 56 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657309264984 139657363545095 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10617796 memory=3785872 CPUtime=7.3 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) R 13535 13538 17093 0 -1 4202560 13742 0 0 0 677 53 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657308212184 139657363544992 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10617796 memory=1444 CPUtime=7.41 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) R 13535 13538 17093 0 -1 4202560 11759 0 0 0 682 59 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657307159896 139657363545018 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10617796 memory=1228 CPUtime=7.32 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) R 13535 13538 17093 0 -1 4202560 8997 0 0 0 675 57 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657306106784 139657363545408 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10617796 memory=-8774313645642428999 CPUtime=1.56 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 7215 0 0 0 156 0 0 0 20 0 16 0 67043130 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656875303616 139657378854613 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10617796 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 67043131 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656874251104 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10617796 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 67043131 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656873198720 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13548] ppid=13535 vsize=10617796 memory=21256 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13548/stat : 13548 (java) S 13535 13538 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656872146672 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13549] ppid=13535 vsize=10617796 memory=1788 CPUtime=2.2 cores=1,3,5,7
/proc/13538/task/13549/stat : 13549 (java) S 13535 13538 17093 0 -1 1077944384 10312 0 0 0 219 1 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656871094896 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13550] ppid=13535 vsize=10617796 memory=640 CPUtime=2.43 cores=1,3,5,7
/proc/13538/task/13550/stat : 13550 (java) S 13535 13538 17093 0 -1 1077944384 10391 0 0 0 242 1 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656870042096 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13551] ppid=13535 vsize=10617796 memory=960 CPUtime=0.44 cores=1,3,5,7
/proc/13538/task/13551/stat : 13551 (java) S 13535 13538 17093 0 -1 1077944384 4000 0 0 0 44 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656868989808 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13552] ppid=13535 vsize=10617796 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13552/stat : 13552 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656867937248 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13553] ppid=13535 vsize=10617796 memory=2248 CPUtime=0.13 cores=1,3,5,7
/proc/13538/task/13553/stat : 13553 (java) S 13535 13538 17093 0 -1 1077944384 453 0 0 0 7 6 0 0 20 0 16 0 67043139 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656866884016 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13554] ppid=13535 vsize=10617796 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13554/stat : 13554 (java) S 13535 13538 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67044647 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656865829552 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
Current children cumulated CPU time: 259.49 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3785872 KiB

[startup+232.501 s]
/proc/loadavg: 2.44 2.85 3.56 9/214 13655
/proc/meminfo: memFree=20116420/32770624 swapFree=67108860/67108860
[pid=13538] ppid=13535 vsize=10617796 memory=3785872 CPUtime=259.86 cores=1,3,5,7
/proc/13538/stat : 13538 (java) S 13535 13538 17093 0 -1 1077944320 100586 0 0 0 25729 257 0 0 20 0 16 0 67043121 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 140729524262928 139657378844407 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
/proc/13538/statm: 2654449 946468 3144 1 0 2643902 0
[pid=13538/tid=13540] ppid=13535 vsize=10617796 memory=3785872 CPUtime=223.23 cores=1,3,5,7
/proc/13538/task/13540/stat : 13540 (java) S 13535 13538 17093 0 -1 1077944384 23011 0 0 0 22306 17 0 0 20 0 16 0 67043128 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657383083536 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13541] ppid=13535 vsize=10617796 memory=3785872 CPUtime=7.43 cores=1,3,5,7
/proc/13538/task/13541/stat : 13541 (java) R 13535 13538 17093 0 -1 4202560 9299 0 0 0 687 56 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657309264984 139657363545011 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13542] ppid=13535 vsize=10617796 memory=3781464 CPUtime=7.39 cores=1,3,5,7
/proc/13538/task/13542/stat : 13542 (java) R 13535 13538 17093 0 -1 4202560 13742 0 0 0 686 53 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657308212184 139657363834069 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13543] ppid=13535 vsize=10617796 memory=2849448 CPUtime=7.5 cores=1,3,5,7
/proc/13538/task/13543/stat : 13543 (java) R 13535 13538 17093 0 -1 4202560 11759 0 0 0 691 59 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657307159896 139657363545069 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13544] ppid=13535 vsize=10617796 memory=2849448 CPUtime=7.41 cores=1,3,5,7
/proc/13538/task/13544/stat : 13544 (java) R 13535 13538 17093 0 -1 4202560 8997 0 0 0 684 57 0 0 20 0 16 0 67043129 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139657306106784 139657363544451 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13545] ppid=13535 vsize=10617796 memory=3781464 CPUtime=1.56 cores=1,3,5,7
/proc/13538/task/13545/stat : 13545 (java) S 13535 13538 17093 0 -1 1077944384 7215 0 0 0 156 0 0 0 20 0 16 0 67043130 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656875303616 139657378854613 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13546] ppid=13535 vsize=10617796 memory=3785872 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13546/stat : 13546 (java) S 13535 13538 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 67043131 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656874251104 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13547] ppid=13535 vsize=10617796 memory=2849448 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13547/stat : 13547 (java) S 13535 13538 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 67043131 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656873198720 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13548] ppid=13535 vsize=10617796 memory=2849448 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13548/stat : 13548 (java) S 13535 13538 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656872146672 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13549] ppid=13535 vsize=10617796 memory=2849448 CPUtime=2.2 cores=1,3,5,7
/proc/13538/task/13549/stat : 13549 (java) S 13535 13538 17093 0 -1 1077944384 10312 0 0 0 219 1 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656871094896 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13550] ppid=13535 vsize=10617796 memory=1228 CPUtime=2.43 cores=1,3,5,7
/proc/13538/task/13550/stat : 13550 (java) S 13535 13538 17093 0 -1 1077944384 10391 0 0 0 242 1 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656870042096 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13551] ppid=13535 vsize=10617796 memory=3781464 CPUtime=0.44 cores=1,3,5,7
/proc/13538/task/13551/stat : 13551 (java) S 13535 13538 17093 0 -1 1077944384 4000 0 0 0 44 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656868989808 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13552] ppid=13535 vsize=10617796 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13552/stat : 13552 (java) S 13535 13538 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67043133 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656867937248 139657378854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13553] ppid=13535 vsize=10617796 memory=4028 CPUtime=0.13 cores=1,3,5,7
/proc/13538/task/13553/stat : 13553 (java) S 13535 13538 17093 0 -1 1077944384 453 0 0 0 7 6 0 0 20 0 16 0 67043139 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656866884016 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
[pid=13538/tid=13554] ppid=13535 vsize=10617796 memory=37768 CPUtime=0 cores=1,3,5,7
/proc/13538/task/13554/stat : 13554 (java) S 13535 13538 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67044647 10872623104 946468 18446744073709551615 4194304 4196468 140729524280384 139656865829552 139657378855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8855552 140729524281749 140729524281902 140729524281902 140729524285391 0
Current children cumulated CPU time: 259.86 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3785872 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 232.539
CPU time (s): 259.94
CPU user time (s): 257.34
CPU system time (s): 2.60057
CPU usage (%): 111.784
Max. virtual memory (cumulated for all children) (KiB): 10617796
Max. memory (cumulated for all children) (KiB): 3785872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.34
system time used= 2.60057
maximum resident set size= 3786300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8013
involuntary context switches= 547


# summary of solver processes directly reported to runsolver:
#   pid: 13538
#   total CPU time (s): 259.94
#   total CPU user time (s): 257.34
#   total CPU system time (s): 2.60057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39021 second user time and 2.34793 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:07:30
IDJOB=4258343
IDBENCH=135751
IDSOLVER=2643
FILE ID=node127/4258343-1502648498
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n50/TravellingSalesman-50-30-01.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258343-1502648498/watcher-4258343-1502648498 -o /tmp/evaluation-result-4258343-1502648498/solver-4258343-1502648498 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258343-1502648498.xml

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

MD5SUM BENCH= c2cf49e605ec7848371b33956294adc3
RANDOM SEED=1394762124

node127.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.92
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.92
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.92
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.92
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:        26539972 kB
MemAvailable:   26979280 kB
Buffers:          201636 kB
Cached:           533200 kB
SwapCached:            0 kB
Active:          5582496 kB
Inactive:         215500 kB
Active(anon):    5012340 kB
Inactive(anon):    83872 kB
Active(file):     570156 kB
Inactive(file):   131628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1776 kB
Writeback:             4 kB
AnonPages:       5060868 kB
Mapped:            58940 kB
Shmem:             33444 kB
Slab:             132156 kB
SReclaimable:     106716 kB
SUnreclaim:        25440 kB
KernelStack:        3440 kB
PageTables:        14428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5878316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4685824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 20:11:22