Trace number 4258351

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) 252.16901 179.856

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-A-n48-k7.xml
MD5SUM45202abbf2fd4260704b0005edccc47f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1215
Best CPU time to get the best result obtained on this benchmark251.95799
Satisfiable
(Un)Satisfiability was proved
Number of variables2352
Number of constraints2303
Number of domains3
Minimum domain size1
Maximum domain size101
Distribution of domain sizes[{"size":1,"count":48},{"size":2,"count":2256},{"size":101,"count":47}]
Minimum variable degree0
Maximum variable degree93
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":48},{"degree":2,"count":94},{"degree":4,"count":2162},{"degree":93,"count":47}]
Minimum constraint arity1
Maximum constraint arity47
Distribution of constraint arities[{"arity":1,"count":47},{"arity":3,"count":2162},{"arity":47,"count":94}]
Number of extensional constraints0
Number of intensional constraints47
Distribution of constraint types[{"type":"intension","count":47},{"type":"sum","count":2162},{"type":"count","count":94}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

110.88/40.03	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
110.88/40.03	c This is free software under the dual EPL/GNU LGPL licenses.
110.88/40.03	c See www.sat4j.org for details.
110.88/40.03	c That software uses the Rhino library from the Mozilla project.
110.88/40.03	c version CUSTOM.v20170705
110.88/40.03	c java.runtime.name	Java(TM) SE Runtime Environment
110.88/40.03	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
110.88/40.03	c java.vm.version	25.131-b11
110.88/40.03	c java.vm.vendor	Oracle Corporation
110.88/40.03	c sun.arch.data.model	64
110.88/40.03	c java.version		1.8.0_131
110.88/40.03	c os.name		Linux
110.88/40.03	c os.version		3.10.0-514.16.1.el7.x86_64
110.88/40.03	c os.arch		amd64
110.88/40.03	c Free memory 		499604488
110.88/40.03	c Max memory 		7247757312
110.88/40.03	c Total memory 		504889344
110.88/40.03	c Number of processors 	4
110.88/40.03	c c --- Begin Solver configuration ---
110.88/40.03	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
110.88/40.03	c Learn all clauses as in MiniSAT
110.88/40.03	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
110.88/40.03	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
110.88/40.03	c No reason simplification
110.88/40.03	c Glucose 2.1 dynamic restart strategy
110.88/40.03	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
110.88/40.03	c timeout=2147483s
110.88/40.03	c DB Simplification allowed=false
110.88/40.03	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
110.88/40.03	c --- End Solver configuration ---
110.88/40.03	c constraints type 
110.88/40.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 4606
110.88/40.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 900379
110.88/40.03	c org.sat4j.minisat.constraints.cnf.UnitClauses => 48
110.88/40.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44458334
110.88/40.03	c org.sat4j.specs.Constr$1 => 48
110.88/40.03	c org.sat4j.minisat.constraints.cnf.UnitClause => 4606
110.88/40.03	c 45368021 constraints processed.
252.10/179.80	c starts		: 717
252.10/179.80	c conflicts		: 170096
252.10/179.80	c decisions		: 39056343
252.10/179.80	c propagations		: 383729059
252.10/179.80	c inspects		: 798420490
252.10/179.80	c shortcuts		: 0
252.10/179.80	c learnt literals	: 1971
252.10/179.80	c learnt binary clauses	: 1725
252.10/179.80	c learnt ternary clauses	: 5122
252.10/179.80	c learnt constraints	: 168125
252.10/179.80	c ignored constraints	: 0
252.10/179.80	c root simplifications	: 0
252.10/179.80	c removed literals (reason simplification)	: 0
252.10/179.80	c reason swapping (by a shorter reason)	: 0
252.10/179.80	c Calls to reduceDB	: 14
252.10/179.80	c Number of update (reduction) of LBD	: 113393
252.10/179.80	c Imported unit clauses	: 0
252.10/179.80	c number of reductions to clauses (during analyze)	: 0
252.10/179.80	c number of learned constraints concerned by reduction	: 0
252.10/179.80	c number of learning phase by resolution	: 0
252.10/179.80	c number of learning phase by cutting planes	: 0
252.10/179.80	c number of rounding to 1 operations	: 0
252.10/179.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.10/179.80	c number of reductions of the coefficients by power 2 	: 0
252.10/179.80	c number of right shift for reduction by power 2 	: 0
252.10/179.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.10/179.80	c speed (assignments/second)	: 2747751.976341191
252.10/179.80	c non guided choices	31518812
252.10/179.82	c learnt constraints type 
252.10/179.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1725
252.10/179.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31425
252.10/179.82	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 (15203 MiB free)
  memory of node 1: 16384 MiB (14575 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=9043, runsolver pid=9040

[startup+0.100113 s]*
/proc/loadavg: 4.48 4.49 3.91 3/206 9052
/proc/meminfo: memFree=30480956/32770624 swapFree=67108860/67108860
[pid=9043] ppid=9040 vsize=10151672 memory=21356 CPUtime=0.03 cores=0,2,4,6
/proc/9043/stat : 9043 (java) S 9040 9043 17093 0 -1 1077944320 4204 0 0 0 3 0 0 0 20 0 9 0 66700470 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140730137335472 140240231862007 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
/proc/9043/statm: 2537918 5339 2155 1 0 2527415 0
[pid=9043/tid=9045] ppid=9040 vsize=10151672 memory=-7677926825137650786 CPUtime=0.03 cores=0,2,4,6
/proc/9043/task/9045/stat : 9045 (java) R 9040 9043 17093 0 -1 4202560 2853 0 0 0 3 0 0 0 20 0 9 0 66700476 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140240236097400 140240231883933 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9046] ppid=9040 vsize=10151672 memory=4872558142750482496 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9046/stat : 9046 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66700477 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140240162282256 140240231872213 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9047] ppid=9040 vsize=10151672 memory=139696527271552 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9047/stat : 9047 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66700477 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140240161229712 140240231872213 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9048] ppid=9040 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9048/stat : 9048 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66700477 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140240160177168 140240231872213 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66700477 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140240159124624 140240231872213 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66700478 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140239727167472 140240231873154 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66700479 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140239726113696 140240231872213 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66700479 10395312128 5339 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21356 KiB

[startup+0.210052 s]*
/proc/loadavg: 4.48 4.49 3.91 4/212 9058
/proc/meminfo: memFree=30472976/32770624 swapFree=67108860/67108860
[pid=9043] ppid=9040 vsize=10551156 memory=30296 CPUtime=0.14 cores=0,2,4,6
/proc/9043/stat : 9043 (java) S 9040 9043 17093 0 -1 1077944320 7718 0 0 0 12 2 0 0 20 0 15 0 66700470 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140730137335472 140240231862007 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
/proc/9043/statm: 2637789 7574 2793 1 0 2627261 0
[pid=9043/tid=9045] ppid=9040 vsize=10551156 memory=7972079681069007774 CPUtime=0.1 cores=0,2,4,6
/proc/9043/task/9045/stat : 9045 (java) R 9040 9043 17093 0 -1 4202560 5569 0 0 0 9 1 0 0 20 0 15 0 66700476 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140240236085040 140240213446774 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9046] ppid=9040 vsize=10551156 memory=4872558142750482496 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9046/stat : 9046 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66700477 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140240162282256 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9047] ppid=9040 vsize=10551156 memory=139696527271552 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9047/stat : 9047 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66700477 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140240161229712 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9048] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9048/stat : 9048 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700477 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140240160177168 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700477 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140240159124624 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66700478 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239727167472 140240231873154 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66700479 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239726113696 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66700479 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9053] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9053/stat : 9053 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66700481 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239724009680 140240231880603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9054] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9054/stat : 9054 (java) S 9040 9043 17093 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 66700481 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239722957296 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9055] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9055/stat : 9055 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700481 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239721904752 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9056] ppid=9040 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9043/task/9056/stat : 9056 (java) S 9040 9043 17093 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 15 0 66700481 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239720852208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9057] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9057/stat : 9057 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66700481 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239719799904 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9058] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9058/stat : 9058 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700486 10804383744 7574 18446744073709551615 4194304 4196468 140730137352928 140239718746416 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30296 KiB

[startup+0.310202 s]*
/proc/loadavg: 4.48 4.49 3.91 4/212 9058
/proc/meminfo: memFree=30466896/32770624 swapFree=67108860/67108860
[pid=9043] ppid=9040 vsize=10551156 memory=39432 CPUtime=0.31 cores=0,2,4,6
/proc/9043/stat : 9043 (java) S 9040 9043 17093 0 -1 1077944320 9143 0 0 0 29 2 0 0 20 0 15 0 66700470 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140730137335472 140240231862007 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
/proc/9043/statm: 2637789 9858 2932 1 0 2627261 0
[pid=9043/tid=9045] ppid=9040 vsize=10551156 memory=-7677926825137650786 CPUtime=0.2 cores=0,2,4,6
/proc/9043/task/9045/stat : 9045 (java) S 9040 9043 17093 0 -1 1077944384 6162 0 0 0 18 2 0 0 20 0 15 0 66700476 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140240236099568 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9046] ppid=9040 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9046/stat : 9046 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66700477 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140240162282256 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9047] ppid=9040 vsize=10551156 memory=-8393745925659800667 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9047/stat : 9047 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66700477 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140240161229712 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9048] ppid=9040 vsize=10551156 memory=7078086954470226784 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9048/stat : 9048 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700477 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140240160177168 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10551156 memory=139696527278545 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700477 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140240159124624 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10551156 memory=5792299146088180836 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66700478 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239727167472 140240231873154 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10551156 memory=5793439365483423081 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66700479 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239726113696 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66700479 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9053] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9053/stat : 9053 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66700481 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239724009680 140240231880603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9054] ppid=9040 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9043/task/9054/stat : 9054 (java) R 9040 9043 17093 0 -1 1077944384 657 0 0 0 2 0 0 0 20 0 15 0 66700481 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239722957296 140240231873154 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9055] ppid=9040 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9043/task/9055/stat : 9055 (java) R 9040 9043 17093 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 15 0 66700481 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239721904752 140240224099134 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9056] ppid=9040 vsize=10551156 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/9043/task/9056/stat : 9056 (java) R 9040 9043 17093 0 -1 4202560 825 0 0 0 6 0 0 0 20 0 15 0 66700481 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239720848576 140240211260640 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9057] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9057/stat : 9057 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66700481 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239719799904 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9058] ppid=9040 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9058/stat : 9058 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700486 10804383744 9858 18446744073709551615 4194304 4196468 140730137352928 140239718746416 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39432 KiB

[startup+0.701724 s]
/proc/loadavg: 4.48 4.49 3.91 4/212 9058
/proc/meminfo: memFree=30451136/32770624 swapFree=67108860/67108860
[pid=9043] ppid=9040 vsize=10551232 memory=170352 CPUtime=1.56 cores=0,2,4,6
/proc/9043/stat : 9043 (java) S 9040 9043 17093 0 -1 1077944320 13701 0 0 0 151 5 0 0 20 0 15 0 66700470 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140730137335472 140240231862007 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
/proc/9043/statm: 2637808 42588 3067 1 0 2627261 0
[pid=9043/tid=9045] ppid=9040 vsize=10551232 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/9043/task/9045/stat : 9045 (java) R 9040 9043 17093 0 -1 4202560 7919 0 0 0 53 4 0 0 20 0 15 0 66700476 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140240236098784 140240218124989 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9046] ppid=9040 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9046/stat : 9046 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66700477 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140240162282256 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9047] ppid=9040 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9047/stat : 9047 (java) S 9040 9043 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66700477 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140240161229712 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9048] ppid=9040 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9048/stat : 9048 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700477 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140240160177168 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10551232 memory=18889266171726 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700477 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140240159124624 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10551232 memory=303430249088300439 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66700478 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239727167472 140240231873154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10551232 memory=14128948594967164 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66700479 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239726113696 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10551232 memory=4639642631936434791 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66700479 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9053] ppid=9040 vsize=10551232 memory=4640206595503050852 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9053/stat : 9053 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66700481 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239724009680 140240231880603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9054] ppid=9040 vsize=10551232 memory=4638778398332703844 CPUtime=0.34 cores=0,2,4,6
/proc/9043/task/9054/stat : 9054 (java) R 9040 9043 17093 0 -1 1077944384 1862 0 0 0 34 0 0 0 20 0 15 0 66700481 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239722947008 140240231872213 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9055] ppid=9040 vsize=10551232 memory=6935651561890015574 CPUtime=0.3 cores=0,2,4,6
/proc/9043/task/9055/stat : 9055 (java) R 9040 9043 17093 0 -1 4202560 875 0 0 0 30 0 0 0 20 0 15 0 66700481 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239721891536 140240231873942 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9056] ppid=9040 vsize=10551232 memory=7379241887857404503 CPUtime=0.32 cores=0,2,4,6
/proc/9043/task/9056/stat : 9056 (java) S 9040 9043 17093 0 -1 1077944384 1674 0 0 0 32 0 0 0 20 0 15 0 66700481 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239720846784 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9057] ppid=9040 vsize=10551232 memory=6082507487824139624 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9057/stat : 9057 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66700481 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239719799904 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9058] ppid=9040 vsize=10551232 memory=7158588607990158697 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9058/stat : 9058 (java) S 9040 9043 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66700486 10804461568 42588 18446744073709551615 4194304 4196468 140730137352928 140239718746416 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 170352 KiB

[startup+1.50159 s]
/proc/loadavg: 4.48 4.49 3.91 10/212 9058
/proc/meminfo: memFree=30286668/32770624 swapFree=67108860/67108860
[pid=9043] ppid=9040 vsize=10553092 memory=516156 CPUtime=4.18 cores=0,2,4,6
/proc/9043/stat : 9043 (java) S 9040 9043 17093 0 -1 1077944320 20656 0 0 0 395 23 0 0 20 0 15 0 66700470 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140730137335472 140240231862007 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
/proc/9043/statm: 2638273 129039 3103 1 0 2627726 0
[pid=9043/tid=9045] ppid=9040 vsize=10553092 memory=-7522837415797432223 CPUtime=1.14 cores=0,2,4,6
/proc/9043/task/9045/stat : 9045 (java) S 9040 9043 17093 0 -1 1077944384 7993 0 0 0 108 6 0 0 20 0 15 0 66700476 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140240236098272 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9046] ppid=9040 vsize=10553092 memory=-7522837415730323359 CPUtime=0.16 cores=0,2,4,6
/proc/9043/task/9046/stat : 9046 (java) R 9040 9043 17093 0 -1 4202560 166 0 0 0 13 3 0 0 20 0 15 0 66700477 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140240162282456 140240216884128 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9047] ppid=9040 vsize=10553092 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/9043/task/9047/stat : 9047 (java) R 9040 9043 17093 0 -1 4202560 187 0 0 0 13 4 0 0 20 0 15 0 66700477 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140240161229912 140240216884128 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9048] ppid=9040 vsize=10553092 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/9043/task/9048/stat : 9048 (java) R 9040 9043 17093 0 -1 4202560 181 0 0 0 15 3 0 0 20 0 15 0 66700477 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140240160177368 140240216884128 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10553092 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) R 9040 9043 17093 0 -1 4202560 83 0 0 0 11 3 0 0 20 0 15 0 66700477 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140240159124512 140240216889872 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10553092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 66700478 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140239727165984 140240231872213 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10553092 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66700479 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140239726113760 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10553092 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66700479 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9053] ppid=9040 vsize=10553092 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9053/stat : 9053 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66700481 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140239724009680 140240231880603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9054] ppid=9040 vsize=10553092 memory=6944652177228980320 CPUtime=1.06 cores=0,2,4,6
/proc/9043/task/9054/stat : 9054 (java) R 9040 9043 17093 0 -1 4202560 5467 0 0 0 106 0 0 0 20 0 15 0 66700481 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140239722943272 140240209457178 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9055] ppid=9040 vsize=10553092 memory=6944656575208382560 CPUtime=0.87 cores=0,2,4,6
/proc/9043/task/9055/stat : 9055 (java) S 9040 9043 17093 0 -1 1077944384 3057 0 0 0 87 0 0 0 20 0 15 0 66700481 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140239721884912 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9056] ppid=9040 vsize=10553092 memory=6944656575208382560 CPUtime=0.37 cores=0,2,4,6
/proc/9043/task/9056/stat : 9056 (java) S 9040 9043 17093 0 -1 1077944384 2077 0 0 0 37 0 0 0 20 0 15 0 66700481 10806366208 129039 18446744073709551615 4194304 4196468 140730137352928 140239720852208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0

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

/proc/9043/task/9048/stat : 9048 (java) S 9040 9043 17093 0 -1 1077944384 18992 0 0 0 2123 126 0 0 20 0 16 0 66700477 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140240160177168 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10617796 memory=4612 CPUtime=22.71 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) S 9040 9043 17093 0 -1 1077944384 13016 0 0 0 2152 119 0 0 20 0 16 0 66700477 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140240159124624 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10617796 memory=6305320 CPUtime=8.27 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 17179 0 0 0 826 1 0 0 20 0 16 0 66700478 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239727167472 140240231873154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10617796 memory=279392857561376 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66700479 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239726113760 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10617796 memory=6305124 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66700479 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9053] ppid=9040 vsize=10617796 memory=6305320 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9053/stat : 9053 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66700481 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239724009680 140240231880603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9054] ppid=9040 vsize=10617796 memory=6305124 CPUtime=2.29 cores=0,2,4,6
/proc/9043/task/9054/stat : 9054 (java) S 9040 9043 17093 0 -1 1077944384 8650 0 0 0 228 1 0 0 20 0 16 0 66700481 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239722957296 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9055] ppid=9040 vsize=10617796 memory=4028 CPUtime=2.07 cores=0,2,4,6
/proc/9043/task/9055/stat : 9055 (java) S 9040 9043 17093 0 -1 1077944384 7024 0 0 0 206 1 0 0 20 0 16 0 66700481 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239721904752 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9056] ppid=9040 vsize=10617796 memory=38903813781234 CPUtime=0.54 cores=0,2,4,6
/proc/9043/task/9056/stat : 9056 (java) S 9040 9043 17093 0 -1 1077944384 3793 0 0 0 53 1 0 0 20 0 16 0 66700481 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239720852208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9057] ppid=9040 vsize=10617796 memory=-7751062316387021378 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9057/stat : 9057 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66700481 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239719799904 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9058] ppid=9040 vsize=10617796 memory=6305124 CPUtime=0.06 cores=0,2,4,6
/proc/9043/task/9058/stat : 9058 (java) S 9040 9043 17093 0 -1 1077944384 1135 0 0 0 3 3 0 0 20 0 16 0 66700486 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239718746416 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9061] ppid=9040 vsize=10617796 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9061/stat : 9061 (java) S 9040 9043 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66704486 10872623104 1576330 18446744073709551615 4194304 4196468 140730137352928 140239717692208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
Current children cumulated CPU time: 174.66 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6305320 KiB

[startup+162.301 s]
/proc/loadavg: 2.29 3.63 3.69 3/211 9065
/proc/meminfo: memFree=21938144/32770624 swapFree=67108860/67108860
[pid=9043] ppid=9040 vsize=10617796 memory=6305420 CPUtime=234.75 cores=0,2,4,6
/proc/9043/stat : 9043 (java) S 9040 9043 17093 0 -1 1077944320 166406 0 0 0 22957 518 0 0 20 0 16 0 66700470 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140730137335472 140240231862007 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
/proc/9043/statm: 2654449 1576355 3145 1 0 2643902 0
[pid=9043/tid=9045] ppid=9040 vsize=10617796 memory=6305420 CPUtime=130.96 cores=0,2,4,6
/proc/9043/task/9045/stat : 9045 (java) R 9040 9043 17093 0 -1 4202560 55068 0 0 0 13082 14 0 0 20 0 16 0 66700476 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240236098000 140239832376531 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9046] ppid=9040 vsize=10617796 memory=6305420 CPUtime=22.58 cores=0,2,4,6
/proc/9043/task/9046/stat : 9046 (java) S 9040 9043 17093 0 -1 1077944384 20455 0 0 0 2131 127 0 0 20 0 16 0 66700477 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240162282256 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9047] ppid=9040 vsize=10617796 memory=6305420 CPUtime=22.6 cores=0,2,4,6
/proc/9043/task/9047/stat : 9047 (java) S 9040 9043 17093 0 -1 1077944384 17024 0 0 0 2140 120 0 0 20 0 16 0 66700477 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240161229712 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9048] ppid=9040 vsize=10617796 memory=6305420 CPUtime=22.49 cores=0,2,4,6
/proc/9043/task/9048/stat : 9048 (java) S 9040 9043 17093 0 -1 1077944384 18992 0 0 0 2123 126 0 0 20 0 16 0 66700477 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240160177168 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10617796 memory=6305420 CPUtime=22.71 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) S 9040 9043 17093 0 -1 1077944384 13016 0 0 0 2152 119 0 0 20 0 16 0 66700477 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240159124624 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10617796 memory=6305412 CPUtime=8.27 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 17234 0 0 0 826 1 0 0 20 0 16 0 66700478 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239727167472 140240231873154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10617796 memory=7446227438631407719 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66700479 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239726113760 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10617796 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66700479 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9053] ppid=9040 vsize=10617796 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9053/stat : 9053 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239724009680 140240231880603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9054] ppid=9040 vsize=10617796 memory=6305412 CPUtime=2.31 cores=0,2,4,6
/proc/9043/task/9054/stat : 9054 (java) S 9040 9043 17093 0 -1 1077944384 9544 0 0 0 230 1 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239722957296 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9055] ppid=9040 vsize=10617796 memory=8944 CPUtime=2.09 cores=0,2,4,6
/proc/9043/task/9055/stat : 9055 (java) S 9040 9043 17093 0 -1 1077944384 8131 0 0 0 208 1 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239721904752 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9056] ppid=9040 vsize=10617796 memory=6305412 CPUtime=0.54 cores=0,2,4,6
/proc/9043/task/9056/stat : 9056 (java) S 9040 9043 17093 0 -1 1077944384 4378 0 0 0 53 1 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239720852208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9057] ppid=9040 vsize=10617796 memory=6305412 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9057/stat : 9057 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239719799904 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9058] ppid=9040 vsize=10617796 memory=640 CPUtime=0.09 cores=0,2,4,6
/proc/9043/task/9058/stat : 9058 (java) S 9040 9043 17093 0 -1 1077944384 1182 0 0 0 5 4 0 0 20 0 16 0 66700486 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239718746416 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9061] ppid=9040 vsize=10617796 memory=960 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9061/stat : 9061 (java) S 9040 9043 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66704486 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239717692208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
Current children cumulated CPU time: 234.75 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6305420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+179.601 s]
/proc/loadavg: 2.21 3.52 3.65 3/211 9065
/proc/meminfo: memFree=21938020/32770624 swapFree=67108860/67108860
[pid=9043] ppid=9040 vsize=10617796 memory=6305420 CPUtime=252.06 cores=0,2,4,6
/proc/9043/stat : 9043 (java) S 9040 9043 17093 0 -1 1077944320 168654 0 0 0 24688 518 0 0 20 0 16 0 66700470 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140730137335472 140240231862007 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
/proc/9043/statm: 2654449 1576355 3145 1 0 2643902 0
[pid=9043/tid=9045] ppid=9040 vsize=10617796 memory=7680170660397595203 CPUtime=148.26 cores=0,2,4,6
/proc/9043/task/9045/stat : 9045 (java) R 9040 9043 17093 0 -1 4202560 57255 0 0 0 14812 14 0 0 20 0 16 0 66700476 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240236098000 140239831737730 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9046] ppid=9040 vsize=10617796 memory=2160 CPUtime=22.58 cores=0,2,4,6
/proc/9043/task/9046/stat : 9046 (java) S 9040 9043 17093 0 -1 1077944384 20455 0 0 0 2131 127 0 0 20 0 16 0 66700477 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240162282256 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9047] ppid=9040 vsize=10617796 memory=844 CPUtime=22.6 cores=0,2,4,6
/proc/9043/task/9047/stat : 9047 (java) S 9040 9043 17093 0 -1 1077944384 17024 0 0 0 2140 120 0 0 20 0 16 0 66700477 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240161229712 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9048] ppid=9040 vsize=10617796 memory=16448 CPUtime=22.49 cores=0,2,4,6
/proc/9043/task/9048/stat : 9048 (java) S 9040 9043 17093 0 -1 1077944384 18992 0 0 0 2123 126 0 0 20 0 16 0 66700477 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240160177168 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10617796 memory=2752 CPUtime=22.71 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) S 9040 9043 17093 0 -1 1077944384 13016 0 0 0 2152 119 0 0 20 0 16 0 66700477 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140240159124624 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10617796 memory=2752 CPUtime=8.27 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 17243 0 0 0 826 1 0 0 20 0 16 0 66700478 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239727167472 140240231873154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10617796 memory=6305420 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66700479 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239726113760 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10617796 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66700479 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9053] ppid=9040 vsize=10617796 memory=6305420 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9053/stat : 9053 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239724009680 140240231880603 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9054] ppid=9040 vsize=10617796 memory=1788 CPUtime=2.31 cores=0,2,4,6
/proc/9043/task/9054/stat : 9054 (java) S 9040 9043 17093 0 -1 1077944384 9551 0 0 0 230 1 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239722957296 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9055] ppid=9040 vsize=10617796 memory=640 CPUtime=2.09 cores=0,2,4,6
/proc/9043/task/9055/stat : 9055 (java) S 9040 9043 17093 0 -1 1077944384 8134 0 0 0 208 1 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239721904752 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9056] ppid=9040 vsize=10617796 memory=960 CPUtime=0.54 cores=0,2,4,6
/proc/9043/task/9056/stat : 9056 (java) S 9040 9043 17093 0 -1 1077944384 4383 0 0 0 53 1 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239720852208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9057] ppid=9040 vsize=10617796 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9057/stat : 9057 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66700481 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239719799904 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9058] ppid=9040 vsize=10617796 memory=1160 CPUtime=0.1 cores=0,2,4,6
/proc/9043/task/9058/stat : 9058 (java) S 9040 9043 17093 0 -1 1077944384 1219 0 0 0 5 5 0 0 20 0 16 0 66700486 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239718746416 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9061] ppid=9040 vsize=10617796 memory=2964 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9061/stat : 9061 (java) S 9040 9043 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66704486 10872623104 1576355 18446744073709551615 4194304 4196468 140730137352928 140239717692208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6305420 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+179.856 s]
# the end of solver process 9043 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.941 s, system=5.2275 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+179.801 s]
/proc/loadavg: 2.21 3.52 3.65 3/211 9065
/proc/meminfo: memFree=21938020/32770624 swapFree=67108860/67108860
[pid=9043] ppid=9040 vsize=10817488 memory=6305672 CPUtime=252.1 cores=0,2,4,6
/proc/9043/stat : 9043 (java) S 9040 9043 17093 0 -1 1077944320 170398 0 0 0 24692 518 0 0 20 0 17 0 66700470 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140730137335472 140240231862007 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
/proc/9043/statm: 2704372 1576418 3148 1 0 2693825 0
[pid=9043/tid=9045] ppid=9040 vsize=10817488 memory=1160 CPUtime=148.3 cores=0,2,4,6
/proc/9043/task/9045/stat : 9045 (java) S 9040 9043 17093 0 -1 1077944384 57310 0 0 0 14816 14 0 0 20 0 17 0 66700476 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140240236104880 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9046] ppid=9040 vsize=10817488 memory=3012 CPUtime=22.58 cores=0,2,4,6
/proc/9043/task/9046/stat : 9046 (java) S 9040 9043 17093 0 -1 1077944384 20455 0 0 0 2131 127 0 0 20 0 17 0 66700477 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140240162282256 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9047] ppid=9040 vsize=10817488 memory=7680170660397595203 CPUtime=22.6 cores=0,2,4,6
/proc/9043/task/9047/stat : 9047 (java) S 9040 9043 17093 0 -1 1077944384 17024 0 0 0 2140 120 0 0 20 0 17 0 66700477 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140240161229712 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9048] ppid=9040 vsize=10817488 memory=4612 CPUtime=22.49 cores=0,2,4,6
/proc/9043/task/9048/stat : 9048 (java) S 9040 9043 17093 0 -1 1077944384 18992 0 0 0 2123 126 0 0 20 0 17 0 66700477 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140240160177168 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9049] ppid=9040 vsize=10817488 memory=1708 CPUtime=22.71 cores=0,2,4,6
/proc/9043/task/9049/stat : 9049 (java) S 9040 9043 17093 0 -1 1077944384 13016 0 0 0 2152 119 0 0 20 0 17 0 66700477 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140240159124624 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9050] ppid=9040 vsize=10817488 memory=6305420 CPUtime=8.27 cores=0,2,4,6
/proc/9043/task/9050/stat : 9050 (java) S 9040 9043 17093 0 -1 1077944384 17273 0 0 0 826 1 0 0 20 0 17 0 66700478 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239727167472 140240231873154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9051] ppid=9040 vsize=10817488 memory=6305420 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9051/stat : 9051 (java) S 9040 9043 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 66700479 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239726113760 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9052] ppid=9040 vsize=10817488 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9052/stat : 9052 (java) S 9040 9043 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66700479 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239725061104 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9053] ppid=9040 vsize=10817488 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9053/stat : 9053 (java) S 9040 9043 17093 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 17 0 66700481 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239724009680 140240231880603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9054] ppid=9040 vsize=10817488 memory=4612 CPUtime=2.32 cores=0,2,4,6
/proc/9043/task/9054/stat : 9054 (java) S 9040 9043 17093 0 -1 1077944384 9862 0 0 0 231 1 0 0 20 0 17 0 66700481 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239722957296 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9055] ppid=9040 vsize=10817488 memory=1708 CPUtime=2.09 cores=0,2,4,6
/proc/9043/task/9055/stat : 9055 (java) S 9040 9043 17093 0 -1 1077944384 8134 0 0 0 208 1 0 0 20 0 17 0 66700481 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239721904752 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9056] ppid=9040 vsize=10817488 memory=1444 CPUtime=0.54 cores=0,2,4,6
/proc/9043/task/9056/stat : 9056 (java) S 9040 9043 17093 0 -1 1077944384 5164 0 0 0 53 1 0 0 20 0 17 0 66700481 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239720852208 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9057] ppid=9040 vsize=10817488 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/9043/task/9057/stat : 9057 (java) S 9040 9043 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66700481 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239719799904 140240231872213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
[pid=9043/tid=9058] ppid=9040 vsize=10817488 memory=6305420 CPUtime=0.1 cores=0,2,4,6
/proc/9043/task/9058/stat : 9058 (java) S 9040 9043 17093 0 -1 1077944384 1219 0 0 0 5 5 0 0 20 0 17 0 66700486 11077107712 1576418 18446744073709551615 4194304 4196468 140730137352928 140239718746416 140240231873154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19939328 140730137354645 140730137354798 140730137354798 140730137358287 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6305672 KiB

Child status: 143
Real time (s): 179.856
CPU time (s): 252.169
CPU user time (s): 246.941
CPU system time (s): 5.2275
CPU usage (%): 140.206
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 6305672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.941
system time used= 5.2275
maximum resident set size= 6305972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170762
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7740
involuntary context switches= 1256


# summary of solver processes directly reported to runsolver:
#   pid: 9043
#   total CPU time (s): 252.169
#   total CPU user time (s): 246.941
#   total CPU system time (s): 5.2275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03024 second user time and 1.84698 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:10:23
IDJOB=4258351
IDBENCH=124397
IDSOLVER=2643
FILE ID=node127/4258351-1502645071
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-A-n48-k7.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258351-1502645071/watcher-4258351-1502645071 -o /tmp/evaluation-result-4258351-1502645071/solver-4258351-1502645071 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258351-1502645071.xml

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

MD5SUM BENCH= 45202abbf2fd4260704b0005edccc47f
RANDOM SEED=1902027637

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:        30492956 kB
MemAvailable:   30927728 kB
Buffers:          199820 kB
Cached:           531008 kB
SwapCached:            0 kB
Active:          1638020 kB
Inactive:         211652 kB
Active(anon):    1068384 kB
Inactive(anon):    83872 kB
Active(file):     569636 kB
Inactive(file):   127780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1872 kB
Writeback:             0 kB
AnonPages:       1137524 kB
Mapped:            60084 kB
Shmem:             33444 kB
Slab:             132320 kB
SReclaimable:     106380 kB
SUnreclaim:        25940 kB
KernelStack:        3744 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2340032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1011712 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 19:13:23