Trace number 4262959

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-05OPT1129 122.598 120.082

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-04.xml
MD5SUM7fb632312c7b7dee32941c0d30e198bb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1129
Best CPU time to get the best result obtained on this benchmark0.248129
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.45/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.45/0.46	c This is free software under the dual EPL/GNU LGPL licenses.
0.45/0.46	c See www.sat4j.org for details.
0.45/0.46	c That software uses the Rhino library from the Mozilla project.
0.45/0.46	c version CUSTOM.v20170705
0.45/0.46	c java.runtime.name	Java(TM) SE Runtime Environment
0.45/0.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.45/0.46	c java.vm.version	25.131-b11
0.45/0.46	c java.vm.vendor	Oracle Corporation
0.45/0.46	c sun.arch.data.model	64
0.45/0.46	c java.version		1.8.0_131
0.45/0.46	c os.name		Linux
0.45/0.46	c os.version		3.10.0-514.16.1.el7.x86_64
0.45/0.46	c os.arch		amd64
0.45/0.46	c Free memory 		499604488
0.45/0.46	c Max memory 		7247757312
0.45/0.46	c Total memory 		504889344
0.45/0.46	c Number of processors 	4
0.45/0.46	c c --- Begin Solver configuration ---
0.45/0.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.45/0.46	c Learn all clauses as in MiniSAT
0.45/0.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.46	c No reason simplification
0.45/0.46	c Glucose 2.1 dynamic restart strategy
0.45/0.46	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
0.45/0.46	c timeout=2147483s
0.45/0.46	c DB Simplification allowed=false
0.45/0.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.45/0.46	c --- End Solver configuration ---
0.45/0.46	c constraints type 
0.45/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.45/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 415
0.45/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10630
0.45/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.45/0.46	c 11107 constraints processed.
2.01/1.16	o 1011
2.19/1.27	o 1056
2.55/1.48	o 1066
2.68/1.53	o 1074
11.08/9.07	o 1087
23.55/21.42	o 1096
23.65/21.54	o 1108
23.65/21.57	o 1129
122.58/120.07	c starts		: 468
122.58/120.07	c conflicts		: 398183
122.58/120.07	c decisions		: 556122
122.58/120.07	c propagations		: 359816268
122.58/120.07	c inspects		: 1344918628
122.58/120.07	c shortcuts		: 0
122.58/120.07	c learnt literals	: 72
122.58/120.07	c learnt binary clauses	: 61
122.58/120.07	c learnt ternary clauses	: 799
122.58/120.07	c learnt constraints	: 398110
122.58/120.07	c ignored constraints	: 0
122.58/120.07	c root simplifications	: 0
122.58/120.07	c removed literals (reason simplification)	: 0
122.58/120.07	c reason swapping (by a shorter reason)	: 0
122.58/120.07	c Calls to reduceDB	: 31
122.58/120.07	c Number of update (reduction) of LBD	: 167278
122.58/120.07	c Imported unit clauses	: 0
122.58/120.07	c number of reductions to clauses (during analyze)	: 0
122.58/120.07	c number of learned constraints concerned by reduction	: 0
122.58/120.07	c number of learning phase by resolution	: 0
122.58/120.07	c number of learning phase by cutting planes	: 0
122.58/120.07	c number of rounding to 1 operations	: 0
122.58/120.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
122.58/120.07	c number of reductions of the coefficients by power 2 	: 0
122.58/120.07	c number of right shift for reduction by power 2 	: 0
122.58/120.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
122.58/120.07	c speed (assignments/second)	: 3008270.84918359
122.58/120.07	c non guided choices	1970
122.58/120.07	c learnt constraints type 
122.58/120.07	s OPTIMUM FOUND
122.58/120.07	v <instantiation type="optimum" cost="1129">
122.58/120.07	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
122.58/120.07	v 	<values> 1 1 1 0 0 0 1 0 1 1 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 1 </values>
122.58/120.07	v </instantiation>
122.58/120.07	

Verifier Data

OK	1129

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262959-1502629780/watcher-4262959-1502629780 -o /tmp/evaluation-result-4262959-1502629780/solver-4262959-1502629780 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262959-1502629780.xml 

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

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


[startup+0.101368 s]*
/proc/loadavg: 2.27 3.21 2.88 3/207 693
/proc/meminfo: memFree=30046904/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10151672 memory=20316 CPUtime=0.02 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 3911 0 0 0 2 0 0 0 20 0 9 0 104889301 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2537918 5079 2109 1 0 2527415 0
[pid=685/tid=687] ppid=682 vsize=10151672 memory=-7174084197695649220 CPUtime=0.02 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) R 682 685 12395 0 -1 4202560 2566 0 0 0 2 0 0 0 20 0 9 0 104889309 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140418911191272 140418906977437 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10151672 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104889309 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10151672 memory=140499876177536 CPUtime=0 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104889309 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104889309 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104889309 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10151672 memory=140499876177536 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104889311 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 104889311 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 104889311 10395312128 5079 18446744073709551615 4194304 4196468 140736800417776 140418468992304 140418906965717 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20316 KiB

[startup+0.210062 s]*
/proc/loadavg: 2.27 3.21 2.88 3/214 700
/proc/meminfo: memFree=30040696/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10552180 memory=30244 CPUtime=0.11 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 7213 0 0 0 9 2 0 0 20 0 15 0 104889301 10805432320 7561 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2638045 7561 2790 1 0 2627517 0
[pid=685/tid=687] ppid=682 vsize=10551156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) R 682 685 12395 0 -1 4202560 5390 0 0 0 7 1 0 0 20 0 15 0 104889309 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418911143856 140418906967446 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10551156 memory=280999443300592 CPUtime=0 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104889309 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10551156 memory=140499876177536 CPUtime=0 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104889309 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104889309 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104889309 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10551156 memory=140499876177536 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104889311 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104889311 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104889311 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418468992240 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=695] ppid=682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/695/stat : 695 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104889314 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418467940816 140418906974107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=696] ppid=682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/696/stat : 696 (java) S 682 685 12395 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 104889314 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418466887920 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=697] ppid=682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/685/task/697/stat : 697 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104889314 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418465835376 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=698] ppid=682 vsize=10551156 memory=140499876177536 CPUtime=0.01 cores=1,3,5,7
/proc/685/task/698/stat : 698 (java) R 682 685 12395 0 -1 4202560 280 0 0 0 1 0 0 0 20 0 15 0 104889314 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418464782320 140418906967446 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=699] ppid=682 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/685/task/699/stat : 699 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104889314 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418463730016 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=700] ppid=682 vsize=10551156 memory=140499876177536 CPUtime=0 cores=1,3,5,7
/proc/685/task/700/stat : 700 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104889318 10804383744 7364 18446744073709551615 4194304 4196468 140736800417776 140418462678064 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30244 KiB

[startup+0.310472 s]*
/proc/loadavg: 2.27 3.21 2.88 4/214 700
/proc/meminfo: memFree=30031956/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10552180 memory=37464 CPUtime=0.26 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 9036 0 0 0 23 3 0 0 20 0 15 0 104889301 10805432320 9366 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2637789 9366 2899 1 0 2627261 0
[pid=685/tid=687] ppid=682 vsize=10551156 memory=1398720917958146503 CPUtime=0.19 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) R 682 685 12395 0 -1 4202560 6800 0 0 0 17 2 0 0 20 0 15 0 104889309 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418911187856 140418906977437 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104889309 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10551156 memory=140499876177536 CPUtime=0 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104889309 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10551156 memory=140499721789711 CPUtime=0 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104889309 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10551156 memory=140499721694239 CPUtime=0 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104889309 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10551156 memory=280999597829128 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104889311 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10551156 memory=140499721694239 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104889311 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10551156 memory=280999443303184 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104889311 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418468992240 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=695] ppid=682 vsize=10551156 memory=140499876177535 CPUtime=0 cores=1,3,5,7
/proc/685/task/695/stat : 695 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104889314 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418467940816 140418906974107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=696] ppid=682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/696/stat : 696 (java) S 682 685 12395 0 -1 1077944384 491 0 0 0 0 0 0 0 20 0 15 0 104889314 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418466887920 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=697] ppid=682 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/685/task/697/stat : 697 (java) S 682 685 12395 0 -1 1077944384 139 0 0 0 1 0 0 0 20 0 15 0 104889314 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418465835376 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=698] ppid=682 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/685/task/698/stat : 698 (java) R 682 685 12395 0 -1 4202560 417 0 0 0 4 0 0 0 20 0 15 0 104889314 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418464782320 140418891035998 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=699] ppid=682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/699/stat : 699 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104889314 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418463730016 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=700] ppid=682 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/700/stat : 700 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104889318 10804383744 9366 18446744073709551615 4194304 4196468 140736800417776 140418462678064 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 37464 KiB

[startup+0.700821 s]
/proc/loadavg: 2.27 3.21 2.88 6/215 701
/proc/meminfo: memFree=30011436/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10617796 memory=65732 CPUtime=1.32 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 14258 0 0 0 128 4 0 0 20 0 16 0 104889301 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2654449 16433 3054 1 0 2643902 0
[pid=685/tid=687] ppid=682 vsize=10617796 memory=2460 CPUtime=0.56 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) R 682 685 12395 0 -1 4202560 7379 0 0 0 54 2 0 0 20 0 16 0 104889309 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418911193776 140418539061658 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10617796 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104889309 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10617796 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104889309 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10617796 memory=7877749429659325801 CPUtime=0 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104889309 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10617796 memory=7739835513320530018 CPUtime=0 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 104889309 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10617796 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10617796 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10617796 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418468992240 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=695] ppid=682 vsize=10617796 memory=7302135314614015846 CPUtime=0 cores=1,3,5,7
/proc/685/task/695/stat : 695 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418467940816 140418906974107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=696] ppid=682 vsize=10617796 memory=7595725831727968097 CPUtime=0.28 cores=1,3,5,7
/proc/685/task/696/stat : 696 (java) R 682 685 12395 0 -1 4202560 2585 0 0 0 28 0 0 0 20 0 16 0 104889314 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418466868936 140418891878740 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=697] ppid=682 vsize=10617796 memory=6220993253238723945 CPUtime=0.3 cores=1,3,5,7
/proc/685/task/697/stat : 697 (java) R 682 685 12395 0 -1 4202560 1673 0 0 0 30 0 0 0 20 0 16 0 104889314 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418465824608 140418888476735 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=698] ppid=682 vsize=10617796 memory=4638778419807998288 CPUtime=0.14 cores=1,3,5,7
/proc/685/task/698/stat : 698 (java) S 682 685 12395 0 -1 1077944384 1229 0 0 0 14 0 0 0 20 0 16 0 104889314 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418464782320 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=699] ppid=682 vsize=10617796 memory=7523377953315579242 CPUtime=0 cores=1,3,5,7
/proc/685/task/699/stat : 699 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418463730016 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=700] ppid=682 vsize=10617796 memory=-8458152057954364812 CPUtime=0 cores=1,3,5,7
/proc/685/task/700/stat : 700 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104889318 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418462678064 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=701] ppid=682 vsize=10617796 memory=7681905605394137875 CPUtime=0 cores=1,3,5,7
/proc/685/task/701/stat : 701 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104889348 10872623104 16433 18446744073709551615 4194304 4196468 140736800417776 140418461623856 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 65732 KiB

[startup+1.50174 s]
/proc/loadavg: 2.27 3.21 2.88 5/215 701
/proc/meminfo: memFree=30004368/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10617796 memory=68752 CPUtime=2.68 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 17798 0 0 0 263 5 0 0 20 0 16 0 104889301 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2654449 17188 3062 1 0 2643902 0
[pid=685/tid=687] ppid=682 vsize=10617796 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) R 682 685 12395 0 -1 4202560 8230 0 0 0 134 2 0 0 20 0 16 0 104889309 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418911174144 140418539100328 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10617796 memory=140499876185009 CPUtime=0 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104889309 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10617796 memory=6940169545817154152 CPUtime=0 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104889309 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10617796 memory=7308895142485716329 CPUtime=0 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104889309 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10617796 memory=4134931637327791675 CPUtime=0 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 104889309 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10617796 memory=4640205495973466192 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10617796 memory=4642200130796868963 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10617796 memory=6300937687602194023 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418468992240 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=695] ppid=682 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/685/task/695/stat : 695 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418467940816 140418906974107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=696] ppid=682 vsize=10617796 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/685/task/696/stat : 696 (java) S 682 685 12395 0 -1 1077944384 3687 0 0 0 53 0 0 0 20 0 16 0 104889314 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418466887920 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=697] ppid=682 vsize=10617796 memory=4580 CPUtime=0.57 cores=1,3,5,7
/proc/685/task/697/stat : 697 (java) R 682 685 12395 0 -1 4202560 2762 0 0 0 57 0 0 0 20 0 16 0 104889314 10872623104 17188 18446744073709551615 4194304 4196468 140736800417776 140418465835672 140418891875858 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0

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

[startup+118.401 s]
/proc/loadavg: 2.11 2.87 2.80 3/215 782
/proc/meminfo: memFree=30609972/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10617796 memory=388812 CPUtime=121.1 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 33997 0 0 0 12072 38 0 0 20 0 16 0 104889301 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2654449 97203 3113 1 0 2643902 0
[pid=685/tid=687] ppid=682 vsize=10617796 memory=388812 CPUtime=118.12 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) R 682 685 12395 0 -1 4202560 11017 0 0 0 11807 5 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418911194368 140418539548101 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10617796 memory=4132 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 835 0 0 0 6 7 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10617796 memory=51488 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 506 0 0 0 6 7 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10617796 memory=4134931637327791675 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 984 0 0 0 7 6 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10617796 memory=2460 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 335 0 0 0 7 6 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10617796 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 923 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10617796 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418468992240 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=695] ppid=682 vsize=10617796 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/685/task/695/stat : 695 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418467940816 140418906974107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=696] ppid=682 vsize=10617796 memory=12132 CPUtime=1.09 cores=1,3,5,7
/proc/685/task/696/stat : 696 (java) S 682 685 12395 0 -1 1077944384 8049 0 0 0 109 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418466887920 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=697] ppid=682 vsize=10617796 memory=796 CPUtime=1.02 cores=1,3,5,7
/proc/685/task/697/stat : 697 (java) S 682 685 12395 0 -1 1077944384 6043 0 0 0 102 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418465835376 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=698] ppid=682 vsize=10617796 memory=5784 CPUtime=0.22 cores=1,3,5,7
/proc/685/task/698/stat : 698 (java) S 682 685 12395 0 -1 1077944384 3072 0 0 0 21 1 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418464782320 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=699] ppid=682 vsize=10617796 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/685/task/699/stat : 699 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418463730016 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=700] ppid=682 vsize=10617796 memory=1716 CPUtime=0.03 cores=1,3,5,7
/proc/685/task/700/stat : 700 (java) S 682 685 12395 0 -1 1077944384 788 0 0 0 1 2 0 0 20 0 16 0 104889318 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418462678064 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=701] ppid=682 vsize=10617796 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/685/task/701/stat : 701 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104889348 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418461623856 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
Current children cumulated CPU time: 121.1 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 388812 KiB

[startup+119.201 s]
/proc/loadavg: 2.11 2.87 2.80 3/215 782
/proc/meminfo: memFree=30609972/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10617796 memory=388812 CPUtime=121.9 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 34036 0 0 0 12152 38 0 0 20 0 16 0 104889301 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2654449 97203 3113 1 0 2643902 0
[pid=685/tid=687] ppid=682 vsize=10617796 memory=4132 CPUtime=118.92 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) R 682 685 12395 0 -1 4202560 11052 0 0 0 11887 5 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418911194368 140418539463908 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10617796 memory=51488 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 835 0 0 0 6 7 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10617796 memory=388812 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 506 0 0 0 6 7 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10617796 memory=388812 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 984 0 0 0 7 6 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10617796 memory=388812 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 335 0 0 0 7 6 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10617796 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 927 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10617796 memory=4134931637327791675 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418468992240 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=695] ppid=682 vsize=10617796 memory=3008 CPUtime=0 cores=1,3,5,7
/proc/685/task/695/stat : 695 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418467940816 140418906974107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=696] ppid=682 vsize=10617796 memory=388812 CPUtime=1.09 cores=1,3,5,7
/proc/685/task/696/stat : 696 (java) S 682 685 12395 0 -1 1077944384 8049 0 0 0 109 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418466887920 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=697] ppid=682 vsize=10617796 memory=1156 CPUtime=1.02 cores=1,3,5,7
/proc/685/task/697/stat : 697 (java) S 682 685 12395 0 -1 1077944384 6043 0 0 0 102 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418465835376 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=698] ppid=682 vsize=10617796 memory=1296 CPUtime=0.22 cores=1,3,5,7
/proc/685/task/698/stat : 698 (java) S 682 685 12395 0 -1 1077944384 3072 0 0 0 21 1 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418464782320 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=699] ppid=682 vsize=10617796 memory=2460 CPUtime=0 cores=1,3,5,7
/proc/685/task/699/stat : 699 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418463730016 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=700] ppid=682 vsize=10617796 memory=1728 CPUtime=0.03 cores=1,3,5,7
/proc/685/task/700/stat : 700 (java) S 682 685 12395 0 -1 1077944384 788 0 0 0 1 2 0 0 20 0 16 0 104889318 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418462678064 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=701] ppid=682 vsize=10617796 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/685/task/701/stat : 701 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104889348 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418461623856 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
Current children cumulated CPU time: 121.9 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 388812 KiB

[startup+119.601 s]
/proc/loadavg: 2.11 2.87 2.80 3/215 782
/proc/meminfo: memFree=30609972/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10617796 memory=388812 CPUtime=122.3 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 34269 0 0 0 12192 38 0 0 20 0 16 0 104889301 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2654449 97203 3113 1 0 2643902 0
[pid=685/tid=687] ppid=682 vsize=10617796 memory=51488 CPUtime=119.32 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) R 682 685 12395 0 -1 4202560 11088 0 0 0 11927 5 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418911191568 140418539421929 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10617796 memory=1296 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 835 0 0 0 6 7 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10617796 memory=2460 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 506 0 0 0 6 7 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10617796 memory=4134931637327791675 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 984 0 0 0 7 6 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10617796 memory=15880 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 335 0 0 0 7 6 0 0 20 0 16 0 104889309 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 967 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10617796 memory=3008 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10617796 memory=388812 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 104889311 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418468992240 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=695] ppid=682 vsize=10617796 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/685/task/695/stat : 695 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418467940816 140418906974107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=696] ppid=682 vsize=10617796 memory=2936 CPUtime=1.09 cores=1,3,5,7
/proc/685/task/696/stat : 696 (java) S 682 685 12395 0 -1 1077944384 8052 0 0 0 109 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418466887920 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=697] ppid=682 vsize=10617796 memory=102656 CPUtime=1.02 cores=1,3,5,7
/proc/685/task/697/stat : 697 (java) S 682 685 12395 0 -1 1077944384 6046 0 0 0 102 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418465835376 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=698] ppid=682 vsize=10617796 memory=4048 CPUtime=0.22 cores=1,3,5,7
/proc/685/task/698/stat : 698 (java) S 682 685 12395 0 -1 1077944384 3223 0 0 0 21 1 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418464782320 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=699] ppid=682 vsize=10617796 memory=29852 CPUtime=0 cores=1,3,5,7
/proc/685/task/699/stat : 699 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418463730016 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=700] ppid=682 vsize=10617796 memory=1728 CPUtime=0.03 cores=1,3,5,7
/proc/685/task/700/stat : 700 (java) S 682 685 12395 0 -1 1077944384 788 0 0 0 1 2 0 0 20 0 16 0 104889318 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418462678064 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=701] ppid=682 vsize=10617796 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/685/task/701/stat : 701 (java) S 682 685 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104889348 10872623104 97203 18446744073709551615 4194304 4196468 140736800417776 140418461623856 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
Current children cumulated CPU time: 122.3 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 388812 KiB

[startup+120.001 s]*
/proc/loadavg: 2.11 2.87 2.80 2/215 784
/proc/meminfo: memFree=30610068/32770624 swapFree=67108860/67108860
[pid=685] ppid=682 vsize=10685388 memory=388880 CPUtime=122.58 cores=1,3,5,7
/proc/685/stat : 685 (java) S 682 685 12395 0 -1 1077944320 35176 0 0 0 12220 38 0 0 20 0 16 0 104889301 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140736800400320 140418906955511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
/proc/685/statm: 2671347 97220 3115 1 0 2660800 0
[pid=685/tid=687] ppid=682 vsize=10685388 memory=1398720917958146503 CPUtime=119.6 cores=1,3,5,7
/proc/685/task/687/stat : 687 (java) S 682 685 12395 0 -1 1077944384 11460 0 0 0 11955 5 0 0 20 0 16 0 104889309 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418911196192 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=688] ppid=682 vsize=10685388 memory=-7003737579269690708 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/688/stat : 688 (java) S 682 685 12395 0 -1 1077944384 835 0 0 0 6 7 0 0 20 0 16 0 104889309 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418863921680 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=689] ppid=682 vsize=10685388 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/689/stat : 689 (java) S 682 685 12395 0 -1 1077944384 506 0 0 0 6 7 0 0 20 0 16 0 104889309 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418862869136 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=690] ppid=682 vsize=10685388 memory=11723450 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/690/stat : 690 (java) S 682 685 12395 0 -1 1077944384 984 0 0 0 7 6 0 0 20 0 16 0 104889309 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418861816080 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=691] ppid=682 vsize=10685388 memory=388812 CPUtime=0.13 cores=1,3,5,7
/proc/685/task/691/stat : 691 (java) S 682 685 12395 0 -1 1077944384 335 0 0 0 7 6 0 0 20 0 16 0 104889309 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418860763536 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=692] ppid=682 vsize=10685388 memory=4134931637327791675 CPUtime=0 cores=1,3,5,7
/proc/685/task/692/stat : 692 (java) S 682 685 12395 0 -1 1077944384 967 0 0 0 0 0 0 0 20 0 16 0 104889311 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418471099120 140418906966658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=693] ppid=682 vsize=10685388 memory=644 CPUtime=0 cores=1,3,5,7
/proc/685/task/693/stat : 693 (java) S 682 685 12395 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 104889311 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418470045344 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=694] ppid=682 vsize=10685388 memory=956 CPUtime=0 cores=1,3,5,7
/proc/685/task/694/stat : 694 (java) S 682 685 12395 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 104889311 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418468992240 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=695] ppid=682 vsize=10685388 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/685/task/695/stat : 695 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418467940816 140418906974107 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=696] ppid=682 vsize=10685388 memory=2240 CPUtime=1.09 cores=1,3,5,7
/proc/685/task/696/stat : 696 (java) S 682 685 12395 0 -1 1077944384 8159 0 0 0 109 0 0 0 20 0 16 0 104889314 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418466887920 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=697] ppid=682 vsize=10685388 memory=4296 CPUtime=1.02 cores=1,3,5,7
/proc/685/task/697/stat : 697 (java) S 682 685 12395 0 -1 1077944384 6151 0 0 0 102 0 0 0 20 0 16 0 104889314 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418465835376 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=698] ppid=682 vsize=10685388 memory=388812 CPUtime=0.22 cores=1,3,5,7
/proc/685/task/698/stat : 698 (java) S 682 685 12395 0 -1 1077944384 3396 0 0 0 21 1 0 0 20 0 16 0 104889314 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418464782320 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=699] ppid=682 vsize=10685388 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/685/task/699/stat : 699 (java) S 682 685 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104889314 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418463730016 140418906965717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=700] ppid=682 vsize=10685388 memory=1436 CPUtime=0.03 cores=1,3,5,7
/proc/685/task/700/stat : 700 (java) S 682 685 12395 0 -1 1077944384 788 0 0 0 1 2 0 0 20 0 16 0 104889318 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418462678064 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
[pid=685/tid=783] ppid=682 vsize=10685388 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/685/task/783/stat : 783 (java) S 682 685 12395 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 104901288 10941837312 97220 18446744073709551615 4194304 4196468 140736800417776 140418460571024 140418906966658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140736800420240 140736800420393 140736800420393 140736800423887 0
Current children cumulated CPU time: 122.58 s
Current children cumulated vsize: 10685388 KiB
Current children cumulated memory: 388880 KiB

Child status: 0
Real time (s): 120.082
CPU time (s): 122.598
CPU user time (s): 122.213
CPU system time (s): 0.385269
CPU usage (%): 102.095
Max. virtual memory (cumulated for all children) (KiB): 10685388
Max. memory (cumulated for all children) (KiB): 388880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.213
system time used= 0.385269
maximum resident set size= 389000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4184
involuntary context switches= 118


# summary of solver processes directly reported to runsolver:
#   pid: 685
#   total CPU time (s): 122.598
#   total CPU user time (s): 122.213
#   total CPU system time (s): 0.385269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.74854 second user time and 1.11542 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 14:55:46
IDJOB=4262959
IDBENCH=133470
IDSOLVER=2651
FILE ID=node135/4262959-1502629780
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262959-1502629780/watcher-4262959-1502629780 -o /tmp/evaluation-result-4262959-1502629780/solver-4262959-1502629780 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262959-1502629780.xml

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

MD5SUM BENCH= 7fb632312c7b7dee32941c0d30e198bb
RANDOM SEED=1598935156

node135.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.21
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.21
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.21
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.21
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:        30058672 kB
MemAvailable:   30953412 kB
Buffers:          311944 kB
Cached:           880016 kB
SwapCached:            0 kB
Active:          1713232 kB
Inactive:         555716 kB
Active(anon):    1076924 kB
Inactive(anon):    41324 kB
Active(file):     636308 kB
Inactive(file):   514392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       1109492 kB
Mapped:            66852 kB
Shmem:             41656 kB
Slab:             147308 kB
SReclaimable:     119748 kB
SUnreclaim:        27560 kB
KernelStack:        3808 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2515616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1011712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 14:57:47