Trace number 4263581

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05UNSAT 250.78101 160.83701

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-40.xml
MD5SUM878edee888014227e65ca0b3d1539934
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05151
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints257
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":108}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":38},{"degree":3,"count":26},{"degree":4,"count":16},{"degree":5,"count":9},{"degree":6,"count":5},{"degree":7,"count":4},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":108},{"arity":2,"count":42},{"arity":3,"count":20},{"arity":4,"count":19},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints108
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":108}]
Optimization problemNO
Type of objective

Solver Data

163.34/74.21	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
163.34/74.21	c This is free software under the dual EPL/GNU LGPL licenses.
163.34/74.21	c See www.sat4j.org for details.
163.34/74.21	c That software uses the Rhino library from the Mozilla project.
163.34/74.21	c version CUSTOM.v20170705
163.34/74.21	c java.runtime.name	Java(TM) SE Runtime Environment
163.34/74.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
163.34/74.21	c java.vm.version	25.131-b11
163.34/74.21	c java.vm.vendor	Oracle Corporation
163.34/74.21	c sun.arch.data.model	64
163.34/74.21	c java.version		1.8.0_131
163.34/74.21	c os.name		Linux
163.34/74.21	c os.version		3.10.0-514.16.1.el7.x86_64
163.34/74.21	c os.arch		amd64
163.34/74.21	c Free memory 		499604488
163.34/74.21	c Max memory 		7247757312
163.34/74.21	c Total memory 		504889344
163.34/74.21	c Number of processors 	4
163.34/74.21	c c --- Begin Solver configuration ---
163.34/74.21	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
163.34/74.21	c Learn all clauses as in MiniSAT
163.34/74.21	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
163.34/74.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
163.34/74.21	c No reason simplification
163.34/74.21	c Glucose 2.1 dynamic restart strategy
163.34/74.21	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
163.34/74.21	c timeout=2147483s
163.34/74.21	c DB Simplification allowed=false
163.34/74.21	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
163.34/74.21	c --- End Solver configuration ---
163.34/74.21	c constraints type 
163.34/74.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 216
163.34/74.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 54654012
163.34/74.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5204116
163.34/74.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 513
163.34/74.21	c 59858857 constraints processed.
250.73/160.79	c starts		: 9
250.73/160.79	c conflicts		: 5601
250.73/160.79	c decisions		: 18238864
250.73/160.79	c propagations		: 180021819
250.73/160.79	c inspects		: 214106675
250.73/160.79	c shortcuts		: 0
250.73/160.79	c learnt literals	: 9
250.73/160.79	c learnt binary clauses	: 204
250.73/160.79	c learnt ternary clauses	: 228
250.73/160.79	c learnt constraints	: 5591
250.73/160.79	c ignored constraints	: 0
250.73/160.79	c root simplifications	: 0
250.73/160.79	c removed literals (reason simplification)	: 0
250.73/160.79	c reason swapping (by a shorter reason)	: 0
250.73/160.79	c Calls to reduceDB	: 1
250.73/160.79	c Number of update (reduction) of LBD	: 3861
250.73/160.79	c Imported unit clauses	: 0
250.73/160.79	c number of reductions to clauses (during analyze)	: 0
250.73/160.79	c number of learned constraints concerned by reduction	: 0
250.73/160.79	c number of learning phase by resolution	: 0
250.73/160.79	c number of learning phase by cutting planes	: 0
250.73/160.79	c number of rounding to 1 operations	: 0
250.73/160.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
250.73/160.79	c number of reductions of the coefficients by power 2 	: 0
250.73/160.79	c number of right shift for reduction by power 2 	: 0
250.73/160.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
250.73/160.79	c speed (assignments/second)	: 2083031.3573932864
250.73/160.79	c non guided choices	1355192
250.73/160.79	c learnt constraints type 
250.73/160.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 204
250.73/160.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2892
250.73/160.79	s UNSATISFIABLE

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 (15350 MiB free)
  memory of node 1: 16384 MiB (15035 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263581-1502636661/watcher-4263581-1502636661 -o /tmp/evaluation-result-4263581-1502636661/solver-4263581-1502636661 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263581-1502636661.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26257, runsolver pid=26254

[startup+0.100182 s]*
/proc/loadavg: 1.92 1.99 2.04 3/202 26259
/proc/meminfo: memFree=31113960/32770624 swapFree=67108776/67108860
[pid=26257] ppid=26254 vsize=9936560 memory=13580 CPUtime=0 cores=0,2,4,6
/proc/26257/stat : 26257 (java) S 26254 26257 7084 0 -1 1077944320 2705 0 0 0 0 0 0 0 20 0 6 0 163318796 10175037440 3395 18446744073709551615 4194304 4196468 140726462412944 140726462395488 140686102974199 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
/proc/26257/statm: 2484140 3395 1368 1 0 2473637 0
[pid=26257/tid=26259] ppid=26254 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 1453 0 0 0 0 0 0 0 20 0 6 0 163318806 10175037440 3461 18446744073709551615 4194304 4196468 140726462412944 140686107210320 140686063954898 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163318806 10175037440 3461 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=9936560 memory=139766032705152 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163318806 10175037440 3461 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163318806 10175037440 3461 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163318806 10175037440 3461 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 13580 KiB

[startup+0.210046 s]*
/proc/loadavg: 1.92 1.99 2.04 4/215 26272
/proc/meminfo: memFree=31101312/32770624 swapFree=67108776/67108860
[pid=26257] ppid=26254 vsize=10551156 memory=26020 CPUtime=0.07 cores=0,2,4,6
/proc/26257/stat : 26257 (java) S 26254 26257 7084 0 -1 1077944320 5009 0 0 0 6 1 0 0 20 0 15 0 163318796 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140726462395488 140686102974199 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
/proc/26257/statm: 2637789 6505 2616 1 0 2627261 0
[pid=26257/tid=26259] ppid=26254 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 3115 0 0 0 5 0 0 0 20 0 15 0 163318806 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140686107199888 140685697200280 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163318806 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=10551156 memory=3905945032573527712 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26264] ppid=26254 vsize=10551156 memory=139766032705152 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318808 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685598460144 140686102985346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26265] ppid=26254 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (java) S 26254 26257 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163318808 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685597406368 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26266] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (java) S 26254 26257 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163318808 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685596353264 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26267] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163318811 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685595301840 140686102992795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26268] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26268/stat : 26268 (java) S 26254 26257 7084 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 163318811 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685594249968 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26269] ppid=26254 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26269/stat : 26269 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163318811 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685593197424 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26270] ppid=26254 vsize=10551156 memory=139766032705152 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26270/stat : 26270 (java) S 26254 26257 7084 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 163318811 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685592144368 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26271] ppid=26254 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26271/stat : 26271 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163318811 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685591092064 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26272] ppid=26254 vsize=10551156 memory=139766032705152 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26272/stat : 26272 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163318816 10804383744 6505 18446744073709551615 4194304 4196468 140726462412944 140685590039088 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26020 KiB

[startup+0.312522 s]*
/proc/loadavg: 1.92 1.99 2.04 3/215 26272
/proc/meminfo: memFree=31089860/32770624 swapFree=67108776/67108860
[pid=26257] ppid=26254 vsize=10551156 memory=35532 CPUtime=0.23 cores=0,2,4,6
/proc/26257/stat : 26257 (java) S 26254 26257 7084 0 -1 1077944320 8251 0 0 0 20 3 0 0 20 0 15 0 163318796 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140726462395488 140686102974199 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
/proc/26257/statm: 2637789 8883 2859 1 0 2627261 0
[pid=26257/tid=26259] ppid=26254 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 5930 0 0 0 14 2 0 0 20 0 15 0 163318806 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140686107199696 140686095652292 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163318806 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26264] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318808 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685598460144 140686102985346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26265] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (java) S 26254 26257 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163318808 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685597406368 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26266] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (java) S 26254 26257 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163318808 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685596353264 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26267] ppid=26254 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163318811 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685595301840 140686102992795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26268] ppid=26254 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26257/task/26268/stat : 26268 (java) S 26254 26257 7084 0 -1 1077944384 506 0 0 0 1 0 0 0 20 0 15 0 163318811 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685594249968 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26269] ppid=26254 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26257/task/26269/stat : 26269 (java) S 26254 26257 7084 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 15 0 163318811 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685593197424 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26270] ppid=26254 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26257/task/26270/stat : 26270 (java) S 26254 26257 7084 0 -1 1077944384 388 0 0 0 3 0 0 0 20 0 15 0 163318811 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685592144368 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26271] ppid=26254 vsize=10551156 memory=139766032705152 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26271/stat : 26271 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163318811 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685591092064 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26272] ppid=26254 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26272/stat : 26272 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163318816 10804383744 8883 18446744073709551615 4194304 4196468 140726462412944 140685590039088 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35532 KiB

[startup+0.701523 s]
/proc/loadavg: 1.92 1.99 2.04 5/215 26272
/proc/meminfo: memFree=31074140/32770624 swapFree=67108776/67108860
[pid=26257] ppid=26254 vsize=10551232 memory=108556 CPUtime=1.24 cores=0,2,4,6
/proc/26257/stat : 26257 (java) S 26254 26257 7084 0 -1 1077944320 12110 0 0 0 119 5 0 0 20 0 15 0 163318796 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140726462395488 140686102974199 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
/proc/26257/statm: 2637808 27139 3048 1 0 2627261 0
[pid=26257/tid=26259] ppid=26254 vsize=10551232 memory=279531772575784 CPUtime=0.53 cores=0,2,4,6
/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 6760 0 0 0 50 3 0 0 20 0 15 0 163318806 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140686107212832 140685699953070 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=10551232 memory=279531772710992 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163318806 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=10551232 memory=279531772581032 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=10551232 memory=279531772530464 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163318806 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26264] ppid=26254 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (java) S 26254 26257 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163318808 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685598460144 140686102985346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26265] ppid=26254 vsize=10551232 memory=39712 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (java) S 26254 26257 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163318808 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685597406368 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26266] ppid=26254 vsize=10551232 memory=636 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (java) S 26254 26257 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163318808 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685596353264 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26267] ppid=26254 vsize=10551232 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163318811 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685595301840 140686102992795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26268] ppid=26254 vsize=10551232 memory=960 CPUtime=0.22 cores=0,2,4,6
/proc/26257/task/26268/stat : 26268 (java) R 26254 26257 7084 0 -1 4202560 1581 0 0 0 22 0 0 0 20 0 15 0 163318811 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685594242456 140686088099466 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26269] ppid=26254 vsize=10551232 memory=1236 CPUtime=0.22 cores=0,2,4,6
/proc/26257/task/26269/stat : 26269 (java) R 26254 26257 7084 0 -1 4202560 1006 0 0 0 22 0 0 0 20 0 15 0 163318811 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685593186448 140686084499394 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26270] ppid=26254 vsize=10551232 memory=2240 CPUtime=0.23 cores=0,2,4,6
/proc/26257/task/26270/stat : 26270 (java) S 26254 26257 7084 0 -1 1077944384 1390 0 0 0 23 0 0 0 20 0 15 0 163318811 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685592144368 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26271] ppid=26254 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26271/stat : 26271 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163318811 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685591092064 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26272] ppid=26254 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26272/stat : 26272 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163318816 10804461568 27139 18446744073709551615 4194304 4196468 140726462412944 140685590039088 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 108556 KiB

[startup+1.5018 s]
/proc/loadavg: 1.92 1.99 2.04 3/215 26272
/proc/meminfo: memFree=30915832/32770624 swapFree=67108776/67108860
[pid=26257] ppid=26254 vsize=10551232 memory=319760 CPUtime=3.51 cores=0,2,4,6
/proc/26257/stat : 26257 (java) S 26254 26257 7084 0 -1 1077944320 19178 0 0 0 338 13 0 0 20 0 15 0 163318796 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140726462395488 140686102974199 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
/proc/26257/statm: 2637808 79940 3092 1 0 2627261 0
[pid=26257/tid=26259] ppid=26254 vsize=10551232 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 7575 0 0 0 124 6 0 0 20 0 15 0 163318806 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140686107210528 140685701200856 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=10551232 memory=7649399375708436018 CPUtime=0.02 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 15 0 163318806 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=10551232 memory=7300704776819335744 CPUtime=0.02 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 163318806 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=10551232 memory=227012 CPUtime=0.02 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 15 0 163318806 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 163318806 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26264] ppid=26254 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (java) S 26254 26257 7084 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 163318808 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685598460144 140686102985346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26265] ppid=26254 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (java) S 26254 26257 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 163318808 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685597406368 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26266] ppid=26254 vsize=10551232 memory=6502580487379 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (java) S 26254 26257 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 163318808 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685596353264 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26267] ppid=26254 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163318811 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685595301840 140686102992795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26268] ppid=26254 vsize=10551232 memory=13563786715989427 CPUtime=0.85 cores=0,2,4,6
/proc/26257/task/26268/stat : 26268 (java) R 26254 26257 7084 0 -1 4202560 4110 0 0 0 85 0 0 0 20 0 15 0 163318811 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685594236024 140686082236603 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26269] ppid=26254 vsize=10551232 memory=4044 CPUtime=0.88 cores=0,2,4,6
/proc/26257/task/26269/stat : 26269 (java) R 26254 26257 7084 0 -1 4202560 4194 0 0 0 88 0 0 0 20 0 15 0 163318811 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685593181896 140686088094141 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26270] ppid=26254 vsize=10551232 memory=2241 CPUtime=0.35 cores=0,2,4,6
/proc/26257/task/26270/stat : 26270 (java) S 26254 26257 7084 0 -1 1077944384 1761 0 0 0 35 0 0 0 20 0 15 0 163318811 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685592144368 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26271] ppid=26254 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26271/stat : 26271 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163318811 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685591092064 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26272] ppid=26254 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26272/stat : 26272 (java) S 26254 26257 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163318816 10804461568 79940 18446744073709551615 4194304 4196468 140726462412944 140685590039088 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 3.51 s
Current children cumulated vsize: 10551232 KiB

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

/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 21224 0 0 0 11200 17 0 0 20 0 16 0 163318806 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140686107212552 140685702577303 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=10617796 memory=6914516 CPUtime=28.92 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 23680 0 0 0 2774 118 0 0 20 0 16 0 163318806 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=10617796 memory=56 CPUtime=28.72 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 16511 0 0 0 2754 118 0 0 20 0 16 0 163318806 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=10617796 memory=-7812789463949416390 CPUtime=28.69 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 28654 0 0 0 2759 110 0 0 20 0 16 0 163318806 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=10617796 memory=-6737208495982354336 CPUtime=28.68 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 20388 0 0 0 2756 112 0 0 20 0 16 0 163318806 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26264] ppid=26254 vsize=10617796 memory=-8774313645642428999 CPUtime=15.34 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (java) S 26254 26257 7084 0 -1 1077944384 22724 0 0 0 1532 2 0 0 20 0 16 0 163318808 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685598460144 140686102985346 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26265] ppid=26254 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (java) S 26254 26257 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 163318808 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685597406432 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26266] ppid=26254 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (java) S 26254 26257 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 163318808 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685596353264 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26267] ppid=26254 vsize=10617796 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163318811 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685595301840 140686102992795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26268] ppid=26254 vsize=10617796 memory=5768 CPUtime=1.69 cores=0,2,4,6
/proc/26257/task/26268/stat : 26268 (java) S 26254 26257 7084 0 -1 1077944384 7567 0 0 0 168 1 0 0 20 0 16 0 163318811 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685594249968 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26269] ppid=26254 vsize=10617796 memory=2008 CPUtime=1.79 cores=0,2,4,6
/proc/26257/task/26269/stat : 26269 (java) S 26254 26257 7084 0 -1 1077944384 7543 0 0 0 178 1 0 0 20 0 16 0 163318811 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685593197424 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26270] ppid=26254 vsize=10617796 memory=11368 CPUtime=0.45 cores=0,2,4,6
/proc/26257/task/26270/stat : 26270 (java) S 26254 26257 7084 0 -1 1077944384 2750 0 0 0 44 1 0 0 20 0 16 0 163318811 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685592144368 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26271] ppid=26254 vsize=10617796 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26271/stat : 26271 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163318811 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685591092064 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26272] ppid=26254 vsize=10617796 memory=4600 CPUtime=0.09 cores=0,2,4,6
/proc/26257/task/26272/stat : 26272 (java) S 26254 26257 7084 0 -1 1077944384 511 0 0 0 4 5 0 0 20 0 16 0 163318816 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685590039088 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26289] ppid=26254 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26289/stat : 26289 (java) S 26254 26257 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163326233 10872623104 1728629 18446744073709551615 4194304 4196468 140726462412944 140685588984880 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 246.64 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6914516 KiB

[startup+158.401 s]
/proc/loadavg: 2.24 2.21 2.13 3/215 26291
/proc/meminfo: memFree=24143804/32770624 swapFree=67108776/67108860
[pid=26257] ppid=26254 vsize=10617796 memory=6914524 CPUtime=248.25 cores=0,2,4,6
/proc/26257/stat : 26257 (java) S 26254 26257 7084 0 -1 1077944320 153657 0 0 0 24338 487 0 0 20 0 16 0 163318796 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140726462395488 140686102974199 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
/proc/26257/statm: 2654449 1728631 3134 1 0 2643902 0
[pid=26257/tid=26259] ppid=26254 vsize=10617796 memory=6914516 CPUtime=113.77 cores=0,2,4,6
/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 21415 0 0 0 11360 17 0 0 20 0 16 0 163318806 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140686107210464 140685697429572 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=10617796 memory=417 CPUtime=28.92 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 23680 0 0 0 2774 118 0 0 20 0 16 0 163318806 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=10617796 memory=-8774313645642428999 CPUtime=28.72 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 16511 0 0 0 2754 118 0 0 20 0 16 0 163318806 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=10617796 memory=1836 CPUtime=28.69 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 28654 0 0 0 2759 110 0 0 20 0 16 0 163318806 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=10617796 memory=796 CPUtime=28.68 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 20388 0 0 0 2756 112 0 0 20 0 16 0 163318806 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26264] ppid=26254 vsize=10617796 memory=5768 CPUtime=15.34 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (java) S 26254 26257 7084 0 -1 1077944384 22758 0 0 0 1532 2 0 0 20 0 16 0 163318808 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685598460144 140686102985346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26265] ppid=26254 vsize=10617796 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (java) S 26254 26257 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 163318808 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685597406432 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26266] ppid=26254 vsize=10617796 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (java) S 26254 26257 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 163318808 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685596353264 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26267] ppid=26254 vsize=10617796 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163318811 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685595301840 140686102992795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26268] ppid=26254 vsize=10617796 memory=4600 CPUtime=1.69 cores=0,2,4,6
/proc/26257/task/26268/stat : 26268 (java) S 26254 26257 7084 0 -1 1077944384 7609 0 0 0 168 1 0 0 20 0 16 0 163318811 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685594249968 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26269] ppid=26254 vsize=10617796 memory=1440 CPUtime=1.79 cores=0,2,4,6
/proc/26257/task/26269/stat : 26269 (java) S 26254 26257 7084 0 -1 1077944384 7958 0 0 0 178 1 0 0 20 0 16 0 163318811 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685593197424 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26270] ppid=26254 vsize=10617796 memory=1724 CPUtime=0.46 cores=0,2,4,6
/proc/26257/task/26270/stat : 26270 (java) S 26254 26257 7084 0 -1 1077944384 2790 0 0 0 45 1 0 0 20 0 16 0 163318811 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685592144368 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26271] ppid=26254 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26271/stat : 26271 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163318811 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685591092064 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26272] ppid=26254 vsize=10617796 memory=-8035107114825123821 CPUtime=0.09 cores=0,2,4,6
/proc/26257/task/26272/stat : 26272 (java) S 26254 26257 7084 0 -1 1077944384 511 0 0 0 4 5 0 0 20 0 16 0 163318816 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685590039088 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26289] ppid=26254 vsize=10617796 memory=-8253387840313188468 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26289/stat : 26289 (java) S 26254 26257 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163326233 10872623104 1728631 18446744073709551615 4194304 4196468 140726462412944 140685588984880 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 248.25 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6914524 KiB

[startup+160.001 s]*
/proc/loadavg: 2.14 2.19 2.12 3/215 26291
/proc/meminfo: memFree=24143808/32770624 swapFree=67108776/67108860
[pid=26257] ppid=26254 vsize=10617796 memory=6914552 CPUtime=249.88 cores=0,2,4,6
/proc/26257/stat : 26257 (java) S 26254 26257 7084 0 -1 1077944320 154146 0 0 0 24500 488 0 0 20 0 16 0 163318796 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140726462395488 140686102974199 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
/proc/26257/statm: 2654449 1728638 3138 1 0 2643902 0
[pid=26257/tid=26259] ppid=26254 vsize=10617796 memory=-8774313645642428999 CPUtime=115.38 cores=0,2,4,6
/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 21424 0 0 0 11521 17 0 0 20 0 16 0 163318806 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140686107210368 140685697429572 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=10617796 memory=4872558044660077418 CPUtime=28.92 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 23680 0 0 0 2774 118 0 0 20 0 16 0 163318806 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=10617796 memory=6199840864897893041 CPUtime=28.72 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 16511 0 0 0 2754 118 0 0 20 0 16 0 163318806 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=10617796 memory=6944656592455097440 CPUtime=28.69 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 28654 0 0 0 2759 110 0 0 20 0 16 0 163318806 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=10617796 memory=6944656592387989600 CPUtime=28.68 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 20388 0 0 0 2756 112 0 0 20 0 16 0 163318806 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26264] ppid=26254 vsize=10617796 memory=9023629670928638048 CPUtime=15.34 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (java) S 26254 26257 7084 0 -1 1077944384 22758 0 0 0 1532 2 0 0 20 0 16 0 163318808 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685598460144 140686102985346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26265] ppid=26254 vsize=10617796 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (java) S 26254 26257 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 163318808 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685597406432 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26266] ppid=26254 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (java) S 26254 26257 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 163318808 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685596353264 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26267] ppid=26254 vsize=10617796 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163318811 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685595301840 140686102992795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26268] ppid=26254 vsize=10617796 memory=68888 CPUtime=1.71 cores=0,2,4,6
/proc/26257/task/26268/stat : 26268 (java) S 26254 26257 7084 0 -1 1077944384 7912 0 0 0 170 1 0 0 20 0 16 0 163318811 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685594249968 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26269] ppid=26254 vsize=10617796 memory=1296 CPUtime=1.8 cores=0,2,4,6
/proc/26257/task/26269/stat : 26269 (java) S 26254 26257 7084 0 -1 1077944384 8135 0 0 0 179 1 0 0 20 0 16 0 163318811 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685593197424 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26270] ppid=26254 vsize=10617796 memory=2460 CPUtime=0.46 cores=0,2,4,6
/proc/26257/task/26270/stat : 26270 (java) S 26254 26257 7084 0 -1 1077944384 2790 0 0 0 45 1 0 0 20 0 16 0 163318811 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685592144368 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26271] ppid=26254 vsize=10617796 memory=6914516 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26271/stat : 26271 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163318811 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685591092064 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26272] ppid=26254 vsize=10617796 memory=1440 CPUtime=0.09 cores=0,2,4,6
/proc/26257/task/26272/stat : 26272 (java) S 26254 26257 7084 0 -1 1077944384 511 0 0 0 4 5 0 0 20 0 16 0 163318816 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685590039088 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26289] ppid=26254 vsize=10617796 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26289/stat : 26289 (java) S 26254 26257 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163326233 10872623104 1728638 18446744073709551615 4194304 4196468 140726462412944 140685588984880 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 249.88 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6914552 KiB

[startup+160.401 s]
/proc/loadavg: 2.14 2.19 2.12 3/215 26291
/proc/meminfo: memFree=24143808/32770624 swapFree=67108776/67108860
[pid=26257] ppid=26254 vsize=10617796 memory=6914620 CPUtime=250.48 cores=0,2,4,6
/proc/26257/stat : 26257 (java) S 26254 26257 7084 0 -1 1077944320 157989 0 0 0 24559 489 0 0 20 0 16 0 163318796 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140726462395488 140686102974199 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
/proc/26257/statm: 2654449 1728655 3141 1 0 2643902 0
[pid=26257/tid=26259] ppid=26254 vsize=10617796 memory=15884 CPUtime=115.77 cores=0,2,4,6
/proc/26257/task/26259/stat : 26259 (java) R 26254 26257 7084 0 -1 4202560 21946 0 0 0 11560 17 0 0 20 0 16 0 163318806 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140686107210320 140685702520438 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26260] ppid=26254 vsize=10617796 memory=-8774313645642428999 CPUtime=28.92 cores=0,2,4,6
/proc/26257/task/26260/stat : 26260 (java) S 26254 26257 7084 0 -1 1077944384 23680 0 0 0 2774 118 0 0 20 0 16 0 163318806 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140686033394704 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26261] ppid=26254 vsize=10617796 memory=12320 CPUtime=28.72 cores=0,2,4,6
/proc/26257/task/26261/stat : 26261 (java) S 26254 26257 7084 0 -1 1077944384 16511 0 0 0 2754 118 0 0 20 0 16 0 163318806 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140686032342160 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26262] ppid=26254 vsize=10617796 memory=1196 CPUtime=28.69 cores=0,2,4,6
/proc/26257/task/26262/stat : 26262 (java) S 26254 26257 7084 0 -1 1077944384 28654 0 0 0 2759 110 0 0 20 0 16 0 163318806 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140686031289104 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26263] ppid=26254 vsize=10617796 memory=15884 CPUtime=28.68 cores=0,2,4,6
/proc/26257/task/26263/stat : 26263 (java) S 26254 26257 7084 0 -1 1077944384 20388 0 0 0 2756 112 0 0 20 0 16 0 163318806 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140686030236560 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26264] ppid=26254 vsize=10617796 memory=-8774313645642428999 CPUtime=15.34 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (java) S 26254 26257 7084 0 -1 1077944384 22758 0 0 0 1532 2 0 0 20 0 16 0 163318808 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685598460144 140686102985346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26265] ppid=26254 vsize=10617796 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (java) S 26254 26257 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 163318808 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685597406432 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26266] ppid=26254 vsize=10617796 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (java) S 26254 26257 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 163318808 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685596353264 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26267] ppid=26254 vsize=10617796 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163318811 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685595301840 140686102992795 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26268] ppid=26254 vsize=10617796 memory=1224 CPUtime=1.72 cores=0,2,4,6
/proc/26257/task/26268/stat : 26268 (java) S 26254 26257 7084 0 -1 1077944384 8364 0 0 0 171 1 0 0 20 0 16 0 163318811 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685594249968 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26269] ppid=26254 vsize=10617796 memory=4600 CPUtime=1.98 cores=0,2,4,6
/proc/26257/task/26269/stat : 26269 (java) S 26254 26257 7084 0 -1 1077944384 10181 0 0 0 197 1 0 0 20 0 16 0 163318811 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685593197424 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26270] ppid=26254 vsize=10617796 memory=4044 CPUtime=0.46 cores=0,2,4,6
/proc/26257/task/26270/stat : 26270 (java) S 26254 26257 7084 0 -1 1077944384 3613 0 0 0 45 1 0 0 20 0 16 0 163318811 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685592144368 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26271] ppid=26254 vsize=10617796 memory=39716 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26271/stat : 26271 (java) S 26254 26257 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163318811 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685591092064 140686102984405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26272] ppid=26254 vsize=10617796 memory=636 CPUtime=0.09 cores=0,2,4,6
/proc/26257/task/26272/stat : 26272 (java) S 26254 26257 7084 0 -1 1077944384 511 0 0 0 4 5 0 0 20 0 16 0 163318816 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685590039088 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
[pid=26257/tid=26289] ppid=26254 vsize=10617796 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/26257/task/26289/stat : 26289 (java) S 26254 26257 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 163326233 10872623104 1728655 18446744073709551615 4194304 4196468 140726462412944 140685588984880 140686102985346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22683648 140726462419344 140726462419497 140726462419497 140726462422991 0
Current children cumulated CPU time: 250.48 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6914620 KiB

[startup+160.801 s]*
/proc/loadavg: 2.14 2.19 2.12 3/201 26293
/proc/meminfo: memFree=24747448/32770624 swapFree=67108776/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 160.837
CPU time (s): 250.781
CPU user time (s): 245.846
CPU system time (s): 4.93479
CPU usage (%): 155.922
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 6914684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.846
system time used= 4.93479
maximum resident set size= 6915052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158920
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7330
involuntary context switches= 1353


# summary of solver processes directly reported to runsolver:
#   pid: 26257
#   total CPU time (s): 250.781
#   total CPU user time (s): 245.846
#   total CPU system time (s): 4.93479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.984015 second user time and 1.60678 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 16:49:55
IDJOB=4263581
IDBENCH=139312
IDSOLVER=2651
FILE ID=node132/4263581-1502636661
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-40.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263581-1502636661/watcher-4263581-1502636661 -o /tmp/evaluation-result-4263581-1502636661/solver-4263581-1502636661 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263581-1502636661.xml

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

MD5SUM BENCH= 878edee888014227e65ca0b3d1539934
RANDOM SEED=770450864

node132.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.74
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.74
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.74
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.74
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:        31114968 kB
MemAvailable:   31364028 kB
Buffers:          228580 kB
Cached:           345188 kB
SwapCached:           84 kB
Active:          1081812 kB
Inactive:         166348 kB
Active(anon):     622388 kB
Inactive(anon):   101948 kB
Active(file):     459424 kB
Inactive(file):    64400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              4504 kB
Writeback:             0 kB
AnonPages:        674456 kB
Mapped:            76316 kB
Shmem:             49768 kB
Slab:             108992 kB
SReclaimable:      82140 kB
SUnreclaim:        26852 kB
KernelStack:        3488 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1566968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62024 MiB
End job on node132 at 2017-08-13 16:52:36