Trace number 4262856

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? 2322.6101 652.46698

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0500-09.xml
MD5SUM7eff1785388a539b32e3727edecebf76
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables1954
Number of constraints282
Number of domains2
Minimum domain size82
Maximum domain size280
Distribution of domain sizes[{"size":82,"count":1953},{"size":280,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1674},{"degree":4,"count":279}]
Minimum constraint arity7
Maximum constraint arity1953
Distribution of constraint arities[{"arity":7,"count":279},{"arity":280,"count":1},{"arity":1953,"count":2}]
Number of extensional constraints279
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":279},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2290.58/643.16	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2290.64/643.36	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2290.64/643.36	c This is free software under the dual EPL/GNU LGPL licenses.
2290.64/643.36	c See www.sat4j.org for details.
2290.64/643.36	c That software uses the Rhino library from the Mozilla project.
2290.64/643.36	c version CUSTOM.v20170705
2290.64/643.36	c java.runtime.name	Java(TM) SE Runtime Environment
2290.64/643.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2290.64/643.36	c java.vm.version	25.131-b11
2290.64/643.36	c java.vm.vendor	Oracle Corporation
2290.64/643.36	c sun.arch.data.model	64
2290.64/643.36	c java.version		1.8.0_131
2290.64/643.36	c os.name		Linux
2290.64/643.36	c os.version		3.10.0-514.16.1.el7.x86_64
2290.64/643.36	c os.arch		amd64
2290.64/643.36	c Free memory 		499604488
2290.64/643.36	c Max memory 		7247757312
2290.64/643.36	c Total memory 		504889344
2290.64/643.36	c Number of processors 	4
2290.64/643.36	c c --- Begin Solver configuration ---
2290.64/643.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2290.64/643.36	c Learn all clauses as in MiniSAT
2290.64/643.36	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2290.64/643.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2290.64/643.36	c No reason simplification
2290.64/643.36	c Glucose 2.1 dynamic restart strategy
2290.64/643.36	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
2290.64/643.36	c timeout=2147483s
2290.64/643.36	c DB Simplification allowed=false
2290.64/643.36	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2290.64/643.36	c --- End Solver configuration ---
2322.53/652.42	c starts		: 0
2322.53/652.42	c conflicts		: 0
2322.53/652.42	c decisions		: 0
2322.53/652.42	c propagations		: 0
2322.53/652.42	c inspects		: 0
2322.53/652.42	c shortcuts		: 0
2322.53/652.42	c learnt literals	: 0
2322.53/652.42	c learnt binary clauses	: 0
2322.53/652.42	c learnt ternary clauses	: 0
2322.53/652.42	c learnt constraints	: 0
2322.53/652.42	c ignored constraints	: 0
2322.53/652.42	c root simplifications	: 0
2322.53/652.42	c removed literals (reason simplification)	: 0
2322.53/652.42	c reason swapping (by a shorter reason)	: 0
2322.53/652.42	c Calls to reduceDB	: 0
2322.53/652.42	c Number of update (reduction) of LBD	: 0
2322.53/652.42	c Imported unit clauses	: 0
2322.53/652.42	c number of reductions to clauses (during analyze)	: 0
2322.53/652.42	c number of learned constraints concerned by reduction	: 0
2322.53/652.42	c number of learning phase by resolution	: 0
2322.53/652.42	c number of learning phase by cutting planes	: 0
2322.53/652.42	c number of rounding to 1 operations	: 0
2322.53/652.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2322.53/652.42	c number of reductions of the coefficients by power 2 	: 0
2322.53/652.42	c number of right shift for reduction by power 2 	: 0
2322.53/652.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
2322.53/652.42	c speed (assignments/second)	: 0.0
2322.53/652.42	c non guided choices	0
2322.53/652.42	c learnt constraints type 
2322.53/652.42	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 (15210 MiB free)
  memory of node 1: 16384 MiB (13765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262856-1502634709/watcher-4262856-1502634709 -o /tmp/evaluation-result-4262856-1502634709/solver-4262856-1502634709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262856-1502634709.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=4412, runsolver pid=4409

[startup+0.100065 s]*
/proc/loadavg: 1.92 1.98 1.95 3/197 4414
/proc/meminfo: memFree=29670872/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=9934352 memory=8960 CPUtime=0 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 2564 0 0 0 0 0 0 0 20 0 6 0 65664232 10172776448 2240 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2483588 2240 1263 1 0 2473558 0
[pid=4412/tid=4414] ppid=4409 vsize=9936560 memory=4206751525541407381 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 17093 0 -1 4202560 1379 0 0 0 0 0 0 0 20 0 6 0 65664242 10175037440 2856 18446744073709551615 4194304 4196468 140721821868880 139795048006224 139795036007902 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65664243 10175037440 2856 18446744073709551615 4194304 4196468 140721821868880 139795013483152 139795043780309 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=9936560 memory=139876374001280 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65664243 10175037440 2856 18446744073709551615 4194304 4196468 140721821868880 139794653403664 139795043780309 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65664243 10175037440 2856 18446744073709551615 4194304 4196468 140721821868880 139794652350864 139795043780309 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65664243 10175037440 2920 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795043780309 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 8960 KiB

[startup+0.209986 s]*
/proc/loadavg: 1.92 1.98 1.95 3/210 4427
/proc/meminfo: memFree=29658048/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=10551156 memory=26924 CPUtime=0.08 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 5206 0 0 0 7 1 0 0 20 0 15 0 65664232 10804383744 6731 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2637789 6731 2620 1 0 2627261 0
[pid=4412/tid=4414] ppid=4409 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 17093 0 -1 4202560 3320 0 0 0 6 0 0 0 20 0 15 0 65664242 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139795047985752 139795043782038 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664243 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139795013483152 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=10551156 memory=139876374409230 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664243 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794653403664 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664243 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794652350864 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664243 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4419] ppid=4409 vsize=10551156 memory=139876374001280 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664245 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794540649328 139795043781250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4420] ppid=4409 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65664245 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794539595296 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4421] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65664245 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794538542448 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4422] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65664248 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794537490768 139795043788699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4423] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 17093 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 65664248 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794536438128 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4424] ppid=4409 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 17093 0 -1 1077944384 395 0 0 0 0 0 0 0 20 0 15 0 65664248 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794535385328 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4425] ppid=4409 vsize=10551156 memory=139876374001280 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4425/stat : 4425 (java) R 4409 4412 17093 0 -1 4202560 244 0 0 0 0 0 0 0 20 0 15 0 65664248 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794534332528 139795043782038 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4426] ppid=4409 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65664248 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794533279968 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4427] ppid=4409 vsize=10551156 memory=139876374001280 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664252 10804383744 6797 18446744073709551615 4194304 4196468 140721821868880 139794532228272 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26924 KiB

[startup+0.310233 s]*
/proc/loadavg: 1.92 1.98 1.95 3/210 4427
/proc/meminfo: memFree=29645312/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=10551156 memory=36412 CPUtime=0.23 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 8416 0 0 0 21 2 0 0 20 0 15 0 65664232 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2637789 9103 2853 1 0 2627261 0
[pid=4412/tid=4414] ppid=4409 vsize=10551156 memory=-7677926825137650786 CPUtime=0.17 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 17093 0 -1 4202560 6092 0 0 0 15 2 0 0 20 0 15 0 65664242 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139795048006976 139795043792029 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664243 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139795013483152 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664243 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794653403664 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664243 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794652350864 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664243 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4419] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664245 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794540649328 139795043781250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4420] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65664245 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794539595296 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4421] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65664245 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794538542448 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4422] ppid=4409 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65664248 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794537490768 139795043788699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4423] ppid=4409 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 17093 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 15 0 65664248 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794536438128 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4424] ppid=4409 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 17093 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 15 0 65664248 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794535385328 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4425] ppid=4409 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 17093 0 -1 1077944384 398 0 0 0 3 0 0 0 20 0 15 0 65664248 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794534332528 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4426] ppid=4409 vsize=10551156 memory=139876374001280 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65664248 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794533279968 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4427] ppid=4409 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664252 10804383744 9103 18446744073709551615 4194304 4196468 140721821868880 139794532228272 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36412 KiB

[startup+0.700894 s]
/proc/loadavg: 1.92 1.98 1.95 4/210 4427
/proc/meminfo: memFree=29631436/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=10551232 memory=137436 CPUtime=1.19 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 12750 0 0 0 113 6 0 0 20 0 15 0 65664232 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2637808 34359 3050 1 0 2627261 0
[pid=4412/tid=4414] ppid=4409 vsize=10551232 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 17093 0 -1 4202560 7431 0 0 0 49 4 0 0 20 0 15 0 65664242 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139795048003976 139794686658100 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664243 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139795013483152 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664243 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794653403664 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=10551232 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664243 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794652350864 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=10551232 memory=7308028628335813952 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664243 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4419] ppid=4409 vsize=10551232 memory=7596259004554634560 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664245 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794540649328 139795043781250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4420] ppid=4409 vsize=10551232 memory=7302135314614015848 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65664245 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794539595296 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4421] ppid=4409 vsize=10551232 memory=2230 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65664245 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794538542448 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4422] ppid=4409 vsize=10551232 memory=296 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65664248 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794537490768 139795043788699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4423] ppid=4409 vsize=10551232 memory=842 CPUtime=0.22 cores=0,2,4,6
/proc/4412/task/4423/stat : 4423 (java) R 4409 4412 17093 0 -1 4202560 1178 0 0 0 22 0 0 0 20 0 15 0 65664248 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794536423592 139795021787072 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4424] ppid=4409 vsize=10551232 memory=55 CPUtime=0.21 cores=0,2,4,6
/proc/4412/task/4424/stat : 4424 (java) R 4409 4412 17093 0 -1 4202560 1945 0 0 0 21 0 0 0 20 0 15 0 65664248 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794535371352 139795023016330 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4425] ppid=4409 vsize=10551232 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 17093 0 -1 1077944384 828 0 0 0 20 0 0 0 20 0 15 0 65664248 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794534332528 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4426] ppid=4409 vsize=10551232 memory=105 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65664248 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794533279968 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4427] ppid=4409 vsize=10551232 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664252 10804461568 34359 18446744073709551615 4194304 4196468 140721821868880 139794532228272 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 137436 KiB

[startup+1.50079 s]
/proc/loadavg: 1.92 1.98 1.95 3/210 4427
/proc/meminfo: memFree=29479460/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=10551232 memory=204360 CPUtime=2.32 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 13245 0 0 0 225 7 0 0 20 0 15 0 65664232 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2637808 51090 3072 1 0 2627261 0
[pid=4412/tid=4414] ppid=4409 vsize=10551232 memory=97360053 CPUtime=1.32 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) R 4409 4412 17093 0 -1 4202560 7522 0 0 0 128 4 0 0 20 0 15 0 65664242 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139795048008600 139795026232777 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 65664243 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139795013483152 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=10551232 memory=164 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65664243 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794653403664 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=10551232 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 17093 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 65664243 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794652350864 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=10551232 memory=279752426465536 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 17093 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 65664243 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4419] ppid=4409 vsize=10551232 memory=11089 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65664245 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794540649328 139795043781250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4420] ppid=4409 vsize=10551232 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65664245 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794539595296 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4421] ppid=4409 vsize=10551232 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65664245 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794538542448 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4422] ppid=4409 vsize=10551232 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65664248 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794537490768 139795043788699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4423] ppid=4409 vsize=10551232 memory=11044 CPUtime=0.33 cores=0,2,4,6
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 17093 0 -1 1077944384 1310 0 0 0 33 0 0 0 20 0 15 0 65664248 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794536438128 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4424] ppid=4409 vsize=10551232 memory=2230 CPUtime=0.35 cores=0,2,4,6
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 17093 0 -1 1077944384 2000 0 0 0 35 0 0 0 20 0 15 0 65664248 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794535385328 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4425] ppid=4409 vsize=10551232 memory=296 CPUtime=0.25 cores=0,2,4,6
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 17093 0 -1 1077944384 917 0 0 0 25 0 0 0 20 0 15 0 65664248 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794534332528 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4426] ppid=4409 vsize=10551232 memory=842 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65664248 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794533279968 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4427] ppid=4409 vsize=10551232 memory=55 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65664252 10804461568 51090 18446744073709551615 4194304 4196468 140721821868880 139794532228272 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10551232 KiB

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

[startup+649.601 s]
/proc/loadavg: 5.52 5.98 4.15 6/211 4623
/proc/meminfo: memFree=22800100/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=10684360 memory=8311200 CPUtime=2315.29 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 1100209 0 0 0 230845 684 0 0 20 0 16 0 65664232 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2671090 2077800 3144 1 0 2660543 0
[pid=4412/tid=4414] ppid=4409 vsize=10684360 memory=8311200 CPUtime=43.44 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) S 4409 4412 17093 0 -1 1077944384 89205 0 0 0 4308 36 0 0 20 0 16 0 65664242 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139795048010784 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=10684360 memory=7680170660397595203 CPUtime=557.47 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) R 4409 4412 17093 0 -1 4202560 134102 0 0 0 55609 138 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139795013483272 139795028759765 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=10684360 memory=1708 CPUtime=555.73 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) R 4409 4412 17093 0 -1 4202560 210063 0 0 0 55401 172 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794653403864 139795028470837 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=10684360 memory=1444 CPUtime=555.64 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) R 4409 4412 17093 0 -1 4202560 231781 0 0 0 55403 161 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794652350752 139795028759808 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=10684360 memory=1228 CPUtime=556.13 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) R 4409 4412 17093 0 -1 4202560 281022 0 0 0 55452 161 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795028471104 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4419] ppid=4409 vsize=10684360 memory=12200 CPUtime=42.36 cores=0,2,4,6
/proc/4412/task/4419/stat : 4419 (java) S 4409 4412 17093 0 -1 1077944384 129542 0 0 0 4230 6 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794540647872 139795043780309 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4420] ppid=4409 vsize=10684360 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794539595360 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4421] ppid=4409 vsize=10684360 memory=37072 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 17093 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794538542464 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4422] ppid=4409 vsize=10684360 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794537490768 139795043788699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4423] ppid=4409 vsize=10684360 memory=2420 CPUtime=1.65 cores=0,2,4,6
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 17093 0 -1 1077944384 7336 0 0 0 163 2 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794536437888 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4424] ppid=4409 vsize=10684360 memory=1732 CPUtime=2.06 cores=0,2,4,6
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 17093 0 -1 1077944384 12375 0 0 0 205 1 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794535385376 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4425] ppid=4409 vsize=10684360 memory=4028 CPUtime=0.37 cores=0,2,4,6
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 17093 0 -1 1077944384 2222 0 0 0 37 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794534332576 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4426] ppid=4409 vsize=10684360 memory=37072 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794533279968 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4427] ppid=4409 vsize=10684360 memory=8311200 CPUtime=0.33 cores=0,2,4,6
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 17093 0 -1 1077944384 984 0 0 0 21 12 0 0 20 0 16 0 65664252 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794532228272 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4622] ppid=4409 vsize=10684360 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4622/stat : 4622 (java) S 4409 4412 17093 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 65728549 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794531172496 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 2315.29 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8311200 KiB

[startup+651.201 s]
/proc/loadavg: 5.48 5.96 4.15 6/211 4623
/proc/meminfo: memFree=22800100/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=10684360 memory=8311200 CPUtime=2321.33 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 1100418 0 0 0 231449 684 0 0 20 0 16 0 65664232 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2671090 2077800 3144 1 0 2660543 0
[pid=4412/tid=4414] ppid=4409 vsize=10684360 memory=37072 CPUtime=43.44 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) S 4409 4412 17093 0 -1 1077944384 89205 0 0 0 4308 36 0 0 20 0 16 0 65664242 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139795048010784 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=10684360 memory=1296 CPUtime=558.96 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 17093 0 -1 1077944384 134162 0 0 0 55758 138 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139795013483152 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=10684360 memory=2420 CPUtime=557.19 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 17093 0 -1 1077944384 210128 0 0 0 55547 172 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794653403664 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=10684360 memory=7680170660397595203 CPUtime=557.13 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 17093 0 -1 1077944384 231828 0 0 0 55552 161 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794652350864 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=10684360 memory=4048 CPUtime=557.62 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 17093 0 -1 1077944384 281059 0 0 0 55601 161 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4419] ppid=4409 vsize=10684360 memory=20876 CPUtime=42.47 cores=0,2,4,6
/proc/4412/task/4419/stat : 4419 (java) R 4409 4412 17093 0 -1 4202560 129542 0 0 0 4241 6 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794540647872 139795028766507 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4420] ppid=4409 vsize=10684360 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794539595360 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4421] ppid=4409 vsize=10684360 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 17093 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794538542464 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4422] ppid=4409 vsize=10684360 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794537490768 139795043788699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4423] ppid=4409 vsize=10684360 memory=4612 CPUtime=1.65 cores=0,2,4,6
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 17093 0 -1 1077944384 7336 0 0 0 163 2 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794536437888 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4424] ppid=4409 vsize=10684360 memory=1708 CPUtime=2.06 cores=0,2,4,6
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 17093 0 -1 1077944384 12375 0 0 0 205 1 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794535385376 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4425] ppid=4409 vsize=10684360 memory=1444 CPUtime=0.37 cores=0,2,4,6
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 17093 0 -1 1077944384 2222 0 0 0 37 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794534332576 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4426] ppid=4409 vsize=10684360 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794533279968 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4427] ppid=4409 vsize=10684360 memory=2752 CPUtime=0.33 cores=0,2,4,6
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 17093 0 -1 1077944384 984 0 0 0 21 12 0 0 20 0 16 0 65664252 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794532228272 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4622] ppid=4409 vsize=10684360 memory=3024 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4622/stat : 4622 (java) S 4409 4412 17093 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 65728549 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794531172496 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 2321.33 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8311200 KiB

[startup+652.001 s]*
/proc/loadavg: 5.48 5.96 4.15 3/211 4623
/proc/meminfo: memFree=22800100/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=10684360 memory=8311200 CPUtime=2322.14 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 1100418 0 0 0 231530 684 0 0 20 0 16 0 65664232 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2671090 2077800 3144 1 0 2660543 0
[pid=4412/tid=4414] ppid=4409 vsize=10684360 memory=-7677926825137650786 CPUtime=43.44 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) S 4409 4412 17093 0 -1 1077944384 89205 0 0 0 4308 36 0 0 20 0 16 0 65664242 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139795048010784 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=10684360 memory=4872558044660077418 CPUtime=558.96 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 17093 0 -1 1077944384 134162 0 0 0 55758 138 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139795013483152 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=10684360 memory=37072 CPUtime=557.19 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 17093 0 -1 1077944384 210128 0 0 0 55547 172 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794653403664 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=10684360 memory=1296 CPUtime=557.13 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 17093 0 -1 1077944384 231828 0 0 0 55552 161 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794652350864 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=10684360 memory=2420 CPUtime=557.62 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 17093 0 -1 1077944384 281059 0 0 0 55601 161 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4419] ppid=4409 vsize=10684360 memory=1732 CPUtime=43.28 cores=0,2,4,6
/proc/4412/task/4419/stat : 4419 (java) R 4409 4412 17093 0 -1 4202560 129542 0 0 0 4322 6 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794540647872 139795028766612 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4420] ppid=4409 vsize=10684360 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794539595360 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4421] ppid=4409 vsize=10684360 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 17093 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794538542464 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4422] ppid=4409 vsize=10684360 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794537490768 139795043788699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4423] ppid=4409 vsize=10684360 memory=1444 CPUtime=1.65 cores=0,2,4,6
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 17093 0 -1 1077944384 7336 0 0 0 163 2 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794536437888 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4424] ppid=4409 vsize=10684360 memory=1228 CPUtime=2.06 cores=0,2,4,6
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 17093 0 -1 1077944384 12375 0 0 0 205 1 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794535385376 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4425] ppid=4409 vsize=10684360 memory=12200 CPUtime=0.37 cores=0,2,4,6
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 17093 0 -1 1077944384 2222 0 0 0 37 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794534332576 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4426] ppid=4409 vsize=10684360 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794533279968 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4427] ppid=4409 vsize=10684360 memory=1204 CPUtime=0.33 cores=0,2,4,6
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 17093 0 -1 1077944384 984 0 0 0 21 12 0 0 20 0 16 0 65664252 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794532228272 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4622] ppid=4409 vsize=10684360 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4622/stat : 4622 (java) S 4409 4412 17093 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 65728549 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794531172496 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 2322.14 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8311200 KiB

[startup+652.401 s]
/proc/loadavg: 5.48 5.96 4.15 3/211 4623
/proc/meminfo: memFree=22800100/32770624 swapFree=67108860/67108860
[pid=4412] ppid=4409 vsize=10684360 memory=8311200 CPUtime=2322.53 cores=0,2,4,6
/proc/4412/stat : 4412 (java) S 4409 4412 17093 0 -1 1077944320 1100545 0 0 0 231569 684 0 0 20 0 16 0 65664232 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 140721821851424 139795043770103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
/proc/4412/statm: 2671090 2077800 3144 1 0 2660543 0
[pid=4412/tid=4414] ppid=4409 vsize=10684360 memory=8691514255285633087 CPUtime=43.44 cores=0,2,4,6
/proc/4412/task/4414/stat : 4414 (java) S 4409 4412 17093 0 -1 1077944384 89205 0 0 0 4308 36 0 0 20 0 16 0 65664242 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139795048010784 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4415] ppid=4409 vsize=10684360 memory=5866896633444330088 CPUtime=558.96 cores=0,2,4,6
/proc/4412/task/4415/stat : 4415 (java) S 4409 4412 17093 0 -1 1077944384 134162 0 0 0 55758 138 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139795013483152 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4416] ppid=4409 vsize=10684360 memory=7596560352393850471 CPUtime=557.19 cores=0,2,4,6
/proc/4412/task/4416/stat : 4416 (java) S 4409 4412 17093 0 -1 1077944384 210128 0 0 0 55547 172 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794653403664 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4417] ppid=4409 vsize=10684360 memory=7236229500900889458 CPUtime=557.13 cores=0,2,4,6
/proc/4412/task/4417/stat : 4417 (java) S 4409 4412 17093 0 -1 1077944384 231828 0 0 0 55552 161 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794652350864 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4418] ppid=4409 vsize=10684360 memory=5864927403907769445 CPUtime=557.62 cores=0,2,4,6
/proc/4412/task/4418/stat : 4418 (java) S 4409 4412 17093 0 -1 1077944384 281059 0 0 0 55601 161 0 0 20 0 16 0 65664243 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794651298064 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4419] ppid=4409 vsize=10684360 memory=4642770773036852334 CPUtime=43.68 cores=0,2,4,6
/proc/4412/task/4419/stat : 4419 (java) R 4409 4412 17093 0 -1 4202560 129669 0 0 0 4361 7 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794540647872 139795022140264 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4420] ppid=4409 vsize=10684360 memory=8311200 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4420/stat : 4420 (java) S 4409 4412 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794539595360 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4421] ppid=4409 vsize=10684360 memory=4300 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4421/stat : 4421 (java) S 4409 4412 17093 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 16 0 65664245 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794538542464 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4422] ppid=4409 vsize=10684360 memory=932 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4422/stat : 4422 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794537490768 139795043788699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4423] ppid=4409 vsize=10684360 memory=1624 CPUtime=1.65 cores=0,2,4,6
/proc/4412/task/4423/stat : 4423 (java) S 4409 4412 17093 0 -1 1077944384 7336 0 0 0 163 2 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794536437888 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4424] ppid=4409 vsize=10684360 memory=2160 CPUtime=2.06 cores=0,2,4,6
/proc/4412/task/4424/stat : 4424 (java) S 4409 4412 17093 0 -1 1077944384 12375 0 0 0 205 1 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794535385376 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4425] ppid=4409 vsize=10684360 memory=844 CPUtime=0.37 cores=0,2,4,6
/proc/4412/task/4425/stat : 4425 (java) S 4409 4412 17093 0 -1 1077944384 2222 0 0 0 37 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794534332576 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4426] ppid=4409 vsize=10684360 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4426/stat : 4426 (java) S 4409 4412 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65664248 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794533279968 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4427] ppid=4409 vsize=10684360 memory=2752 CPUtime=0.33 cores=0,2,4,6
/proc/4412/task/4427/stat : 4427 (java) S 4409 4412 17093 0 -1 1077944384 984 0 0 0 21 12 0 0 20 0 16 0 65664252 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794532228272 139795043781250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
[pid=4412/tid=4622] ppid=4409 vsize=10684360 memory=3024 CPUtime=0 cores=0,2,4,6
/proc/4412/task/4622/stat : 4622 (java) S 4409 4412 17093 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 65728549 10940784640 2077800 18446744073709551615 4194304 4196468 140721821868880 139794531172496 139795043780309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140721821876624 140721821876777 140721821876777 140721821880271 0
Current children cumulated CPU time: 2322.53 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8311200 KiB

Child status: 1
Real time (s): 652.467
CPU time (s): 2322.61
CPU user time (s): 2315.73
CPU system time (s): 6.8815
CPU usage (%): 355.974
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8311200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2315.73
system time used= 6.8815
maximum resident set size= 8311308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1100655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36118
involuntary context switches= 40230


# summary of solver processes directly reported to runsolver:
#   pid: 4412
#   total CPU time (s): 2322.61
#   total CPU user time (s): 2315.73
#   total CPU system time (s): 6.8815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.90088 second user time and 6.30753 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 16:17:41
IDJOB=4262856
IDBENCH=137068
IDSOLVER=2651
FILE ID=node127/4262856-1502634709
RUNJOBID= node127-1502624030-2988
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0500-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262856-1502634709/watcher-4262856-1502634709 -o /tmp/evaluation-result-4262856-1502634709/solver-4262856-1502634709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262856-1502634709.xml

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

MD5SUM BENCH= 7eff1785388a539b32e3727edecebf76
RANDOM SEED=1575775268

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:        29671652 kB
MemAvailable:   30100852 kB
Buffers:          195784 kB
Cached:           529924 kB
SwapCached:            0 kB
Active:          2466348 kB
Inactive:         204156 kB
Active(anon):    1894564 kB
Inactive(anon):    83888 kB
Active(file):     571784 kB
Inactive(file):   120268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4016 kB
Writeback:             0 kB
AnonPages:       1944428 kB
Mapped:            58676 kB
Shmem:             33444 kB
Slab:             131160 kB
SReclaimable:     105964 kB
SUnreclaim:        25196 kB
KernelStack:        3456 kB
PageTables:         8728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3066392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1875968 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= 62024 MiB
End job on node127 at 2017-08-13 16:28:33