Trace number 4262903

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-05OPT6119 7.1259198 5.04668

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff69.xml
MD5SUM3619f551efba05977411abbefb319bf8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6119
Best CPU time to get the best result obtained on this benchmark0.041142002
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints65
Number of domains27
Minimum domain size23
Maximum domain size26
Distribution of domain sizes[{"size":23,"count":2},{"size":25,"count":6},{"size":26,"count":57}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":64},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":64}]
Number of extensional constraints32
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":32},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.09/0.67	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.09/0.67	c This is free software under the dual EPL/GNU LGPL licenses.
1.09/0.67	c See www.sat4j.org for details.
1.09/0.67	c That software uses the Rhino library from the Mozilla project.
1.09/0.67	c version CUSTOM.v20170705
1.09/0.67	c java.runtime.name	Java(TM) SE Runtime Environment
1.09/0.67	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.09/0.67	c java.vm.version	25.131-b11
1.09/0.67	c java.vm.vendor	Oracle Corporation
1.09/0.67	c sun.arch.data.model	64
1.09/0.67	c java.version		1.8.0_131
1.09/0.67	c os.name		Linux
1.09/0.67	c os.version		3.10.0-514.16.1.el7.x86_64
1.09/0.67	c os.arch		amd64
1.09/0.67	c Free memory 		499604488
1.09/0.67	c Max memory 		7247757312
1.09/0.67	c Total memory 		504889344
1.09/0.67	c Number of processors 	4
1.09/0.67	c c --- Begin Solver configuration ---
1.09/0.67	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.09/0.67	c Learn all clauses as in MiniSAT
1.09/0.67	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.09/0.67	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.09/0.67	c No reason simplification
1.09/0.67	c Glucose 2.1 dynamic restart strategy
1.09/0.67	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
1.09/0.67	c timeout=2147483s
1.09/0.67	c DB Simplification allowed=false
1.09/0.67	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.09/0.67	c --- End Solver configuration ---
1.09/0.67	c constraints type 
1.09/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 130
1.09/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43108
1.09/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27860
1.09/0.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 128
1.09/0.67	c 71226 constraints processed.
1.71/0.87	o 6637
3.71/1.74	o 6119
7.11/5.02	c starts		: 222
7.11/5.02	c conflicts		: 55839
7.11/5.02	c decisions		: 449284
7.11/5.02	c propagations		: 10281196
7.11/5.02	c inspects		: 28649309
7.11/5.02	c shortcuts		: 0
7.11/5.02	c learnt literals	: 31
7.11/5.02	c learnt binary clauses	: 411
7.11/5.02	c learnt ternary clauses	: 428
7.11/5.02	c learnt constraints	: 55807
7.11/5.02	c ignored constraints	: 0
7.11/5.02	c root simplifications	: 0
7.11/5.02	c removed literals (reason simplification)	: 0
7.11/5.02	c reason swapping (by a shorter reason)	: 0
7.11/5.02	c Calls to reduceDB	: 7
7.11/5.02	c Number of update (reduction) of LBD	: 36886
7.11/5.02	c Imported unit clauses	: 0
7.11/5.03	c number of reductions to clauses (during analyze)	: 0
7.11/5.03	c number of learned constraints concerned by reduction	: 0
7.11/5.03	c number of learning phase by resolution	: 0
7.11/5.03	c number of learning phase by cutting planes	: 0
7.11/5.03	c number of rounding to 1 operations	: 0
7.11/5.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.11/5.03	c number of reductions of the coefficients by power 2 	: 0
7.11/5.03	c number of right shift for reduction by power 2 	: 0
7.11/5.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.11/5.03	c speed (assignments/second)	: 2364580.4967801287
7.11/5.03	c non guided choices	15760
7.11/5.03	c learnt constraints type 
7.11/5.03	s OPTIMUM FOUND
7.11/5.03	v <instantiation type="optimum" cost="6119">
7.11/5.03	v 	<list> x[0] drd[0][0] drd[1][0] drd[2][0] drd[3][0] drd[4][0] drd[5][0] drd[6][0] drd[7][0] drd[8][0] drd[9][0] drd[10][0] drd[11][0] drd[12][0] drd[13][0] drd[14][0] drd[15][0] drd[16][0] drd[17][0] drd[18][0] drd[19][0] drd[20][0] drd[21][0] drd[22][0] drd[23][0] drd[24][0] drd[25][0] drd[26][0] drd[27][0] drd[28][0] drd[29][0] drd[30][0] drd[31][0] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] </list>
7.11/5.03	v 	<values> 137 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 </values>
7.11/5.03	v </instantiation>
7.11/5.03	

Verifier Data

OK	6119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262903-1502635472/watcher-4262903-1502635472 -o /tmp/evaluation-result-4262903-1502635472/solver-4262903-1502635472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262903-1502635472.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
Current StackSize limit: 8192 KiB

solver pid=19065, runsolver pid=19062

[startup+0.10006 s]*
/proc/loadavg: 6.11 6.46 4.99 6/204 19067
/proc/meminfo: memFree=23547368/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=9934352 memory=15368 CPUtime=0 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 2645 0 0 0 0 0 0 0 20 0 6 0 111053635 10172776448 3842 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2483588 3842 1326 1 0 2473558 0
[pid=19065/tid=19067] ppid=19062 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) R 19062 19065 4674 0 -1 4202560 1468 0 0 0 0 0 0 0 20 0 6 0 111053645 10175037440 3972 18446744073709551615 4194304 4196468 140727014437552 140000850776656 140000807521234 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111053645 10175037440 3972 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=9936560 memory=140276978644608 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111053645 10175037440 3972 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111053645 10175037440 3972 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111053645 10175037440 3972 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 15368 KiB

[startup+0.210084 s]*
/proc/loadavg: 6.11 6.46 4.99 7/217 19080
/proc/meminfo: memFree=23531552/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=10551156 memory=28076 CPUtime=0.1 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 4940 0 0 0 9 1 0 0 20 0 15 0 111053635 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2637789 7019 2788 1 0 2627261 0
[pid=19065/tid=19067] ppid=19062 vsize=10551156 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) R 19062 19065 4674 0 -1 4202560 2864 0 0 0 7 0 0 0 20 0 15 0 111053645 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000850775504 140000838777662 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053645 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=10551156 memory=140276978720277 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053645 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111053645 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053645 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19072] ppid=19062 vsize=10551156 memory=140276978644608 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19072/stat : 19072 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111053647 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000342513904 140000846551682 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19073] ppid=19062 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19073/stat : 19073 (java) S 19062 19065 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111053647 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000341460128 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19074] ppid=19062 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19074/stat : 19074 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111053647 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000340407024 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19075] ppid=19062 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19075/stat : 19075 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111053650 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000339355600 140000846559131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19076] ppid=19062 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19076/stat : 19076 (java) S 19062 19065 4674 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 111053650 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000338303728 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19077] ppid=19062 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19077/stat : 19077 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111053650 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000337251184 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19078] ppid=19062 vsize=10551156 memory=140276978644608 CPUtime=0.01 cores=1,3,5,7
/proc/19065/task/19078/stat : 19078 (java) S 19062 19065 4674 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 111053650 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000336198128 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19079] ppid=19062 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19079/stat : 19079 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111053650 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000335145824 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19080] ppid=19062 vsize=10551156 memory=140276978644608 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19080/stat : 19080 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053653 10804383744 7019 18446744073709551615 4194304 4196468 140727014437552 140000334092848 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 28076 KiB

[startup+0.310678 s]*
/proc/loadavg: 6.11 6.46 4.99 6/217 19080
/proc/meminfo: memFree=23522068/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=10551156 memory=36540 CPUtime=0.25 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 7963 0 0 0 22 3 0 0 20 0 15 0 111053635 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2637789 9135 2855 1 0 2627261 0
[pid=19065/tid=19067] ppid=19062 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) R 19062 19065 4674 0 -1 4202560 5626 0 0 0 15 2 0 0 20 0 15 0 111053645 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000850777408 140000846562461 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053645 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=10551156 memory=140276978720277 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053645 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111053645 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053645 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19072] ppid=19062 vsize=10551156 memory=3472468573139216048 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19072/stat : 19072 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111053647 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000342513904 140000846551682 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19073] ppid=19062 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19073/stat : 19073 (java) S 19062 19065 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111053647 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000341460128 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19074] ppid=19062 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19074/stat : 19074 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111053647 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000340407024 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19075] ppid=19062 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19075/stat : 19075 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111053650 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000339355600 140000846559131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19076] ppid=19062 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19065/task/19076/stat : 19076 (java) S 19062 19065 4674 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 15 0 111053650 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000338303728 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19077] ppid=19062 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19077/stat : 19077 (java) S 19062 19065 4674 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 111053650 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000337251184 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19078] ppid=19062 vsize=10551156 memory=8386792183287311086 CPUtime=0.04 cores=1,3,5,7
/proc/19065/task/19078/stat : 19078 (java) S 19062 19065 4674 0 -1 1077944384 395 0 0 0 4 0 0 0 20 0 15 0 111053650 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000336198128 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19079] ppid=19062 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19079/stat : 19079 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111053650 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000335145824 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19080] ppid=19062 vsize=10551156 memory=140276978644608 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19080/stat : 19080 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053653 10804383744 9135 18446744073709551615 4194304 4196468 140727014437552 140000334092848 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36540 KiB

[startup+0.700941 s]
/proc/loadavg: 6.11 6.46 4.99 9/217 19080
/proc/meminfo: memFree=23505672/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=10617796 memory=90668 CPUtime=1.38 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 12334 0 0 0 133 5 0 0 20 0 16 0 111053635 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2654449 22667 3059 1 0 2643902 0
[pid=19065/tid=19067] ppid=19062 vsize=10617796 memory=18983755451683 CPUtime=0.55 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) R 19062 19065 4674 0 -1 4202560 7028 0 0 0 52 3 0 0 20 0 16 0 111053645 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000850768976 140000448797728 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19072] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19072/stat : 19072 (java) S 19062 19065 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000342513904 140000846551682 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19073] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19073/stat : 19073 (java) S 19062 19065 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000341460128 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19074] ppid=19062 vsize=10617796 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19074/stat : 19074 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000340407024 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19075] ppid=19062 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19075/stat : 19075 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000339355600 140000846559131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19076] ppid=19062 vsize=10617796 memory=984 CPUtime=0.26 cores=1,3,5,7
/proc/19065/task/19076/stat : 19076 (java) R 19062 19065 4674 0 -1 4202560 1522 0 0 0 26 0 0 0 20 0 16 0 111053650 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000338296920 140000828084624 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19077] ppid=19062 vsize=10617796 memory=1728 CPUtime=0.26 cores=1,3,5,7
/proc/19065/task/19077/stat : 19077 (java) R 19062 19065 4674 0 -1 4202560 931 0 0 0 26 0 0 0 20 0 16 0 111053650 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000337238656 140000831440106 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19078] ppid=19062 vsize=10617796 memory=3472328279047811153 CPUtime=0.28 cores=1,3,5,7
/proc/19065/task/19078/stat : 19078 (java) R 19062 19065 4674 0 -1 4202560 1462 0 0 0 28 0 0 0 20 0 16 0 111053650 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000336194864 140000838777662 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19079] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19079/stat : 19079 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000335145824 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19080] ppid=19062 vsize=10617796 memory=737 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19080/stat : 19080 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053653 10872623104 22667 18446744073709551615 4194304 4196468 140727014437552 140000334092848 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 90668 KiB

[startup+1.50079 s]
/proc/loadavg: 6.26 6.48 5.00 8/218 19081
/proc/meminfo: memFree=23463896/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=10617796 memory=103388 CPUtime=3.5 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 18133 0 0 0 344 6 0 0 20 0 16 0 111053635 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2654449 25847 3078 1 0 2643902 0
[pid=19065/tid=19067] ppid=19062 vsize=10617796 memory=53932 CPUtime=1.35 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) R 19062 19065 4674 0 -1 4202560 7627 0 0 0 131 4 0 0 20 0 16 0 111053645 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000850777144 140000452414504 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=10617796 memory=280553706774368 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=10617796 memory=6944937900100196217 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19072] ppid=19062 vsize=10617796 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19072/stat : 19072 (java) S 19062 19065 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000342513904 140000846551682 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19073] ppid=19062 vsize=10617796 memory=5793995705280914530 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19073/stat : 19073 (java) S 19062 19065 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000341460128 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19074] ppid=19062 vsize=10617796 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19074/stat : 19074 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000340407024 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19075] ppid=19062 vsize=10617796 memory=7162803066728113489 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19075/stat : 19075 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000339355600 140000846559131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19076] ppid=19062 vsize=10617796 memory=0 CPUtime=0.87 cores=1,3,5,7
/proc/19065/task/19076/stat : 19076 (java) S 19062 19065 4674 0 -1 1077944384 3758 0 0 0 87 0 0 0 20 0 16 0 111053650 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000338303728 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19077] ppid=19062 vsize=10617796 memory=7245577201579234449 CPUtime=0.89 cores=1,3,5,7
/proc/19065/task/19077/stat : 19077 (java) S 19062 19065 4674 0 -1 1077944384 3573 0 0 0 89 0 0 0 20 0 16 0 111053650 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000337251184 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19078] ppid=19062 vsize=10617796 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/19065/task/19078/stat : 19078 (java) S 19062 19065 4674 0 -1 1077944384 1772 0 0 0 35 0 0 0 20 0 16 0 111053650 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000336198128 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19079] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19079/stat : 19079 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000335145824 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19080] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19080/stat : 19080 (java) S 19062 19065 4674 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 111053653 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000334092848 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19081] ppid=19062 vsize=10617796 memory=140276853303070 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19081/stat : 19081 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053703 10872623104 25847 18446744073709551615 4194304 4196468 140727014437552 140000333038640 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0

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

[startup+3.2009 s]
/proc/loadavg: 6.26 6.48 5.00 6/218 19081
/proc/meminfo: memFree=23448280/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=10617796 memory=111688 CPUtime=5.37 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 18404 0 0 0 531 6 0 0 20 0 16 0 111053635 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2654449 27922 3078 1 0 2643902 0
[pid=19065/tid=19067] ppid=19062 vsize=10617796 memory=280553706408144 CPUtime=3.05 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) R 19062 19065 4674 0 -1 4202560 7771 0 0 0 301 4 0 0 20 0 16 0 111053645 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000850776512 140000452021004 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=10617796 memory=4 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19072] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19072/stat : 19072 (java) S 19062 19065 4674 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000342513904 140000846551682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19073] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19073/stat : 19073 (java) S 19062 19065 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000341460128 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19074] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19074/stat : 19074 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000340407024 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19075] ppid=19062 vsize=10617796 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19075/stat : 19075 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000339355600 140000846559131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19076] ppid=19062 vsize=10617796 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/19065/task/19076/stat : 19076 (java) S 19062 19065 4674 0 -1 1077944384 3774 0 0 0 94 0 0 0 20 0 16 0 111053650 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000338303728 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19077] ppid=19062 vsize=10617796 memory=0 CPUtime=0.97 cores=1,3,5,7
/proc/19065/task/19077/stat : 19077 (java) S 19062 19065 4674 0 -1 1077944384 3609 0 0 0 97 0 0 0 20 0 16 0 111053650 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000337251184 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19078] ppid=19062 vsize=10617796 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/19065/task/19078/stat : 19078 (java) S 19062 19065 4674 0 -1 1077944384 1797 0 0 0 36 0 0 0 20 0 16 0 111053650 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000336198128 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19079] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19079/stat : 19079 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000335145824 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19080] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19080/stat : 19080 (java) S 19062 19065 4674 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 111053653 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000334092848 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19081] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19081/stat : 19081 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053703 10872623104 27922 18446744073709551615 4194304 4196468 140727014437552 140000333038640 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 111688 KiB

[startup+4.00074 s]*
/proc/loadavg: 6.26 6.48 5.00 6/218 19081
/proc/meminfo: memFree=23444196/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=10617796 memory=115800 CPUtime=6.29 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 18423 0 0 0 622 7 0 0 20 0 16 0 111053635 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2654449 28950 3078 1 0 2643902 0
[pid=19065/tid=19067] ppid=19062 vsize=10617796 memory=-8774313645642428999 CPUtime=3.86 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) R 19062 19065 4674 0 -1 4202560 7775 0 0 0 382 4 0 0 20 0 16 0 111053645 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000850776720 140000452532326 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=10617796 memory=4049052944290756656 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=10617796 memory=3472425736112028656 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=10617796 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=10617796 memory=3471202396320837679 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19072] ppid=19062 vsize=10617796 memory=3472468556026455728 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19072/stat : 19072 (java) S 19062 19065 4674 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000342513904 140000846551682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19073] ppid=19062 vsize=10617796 memory=3472328296227418159 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19073/stat : 19073 (java) S 19062 19065 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000341460128 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19074] ppid=19062 vsize=10617796 memory=-2023959437020729679 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19074/stat : 19074 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000340407024 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19075] ppid=19062 vsize=10617796 memory=2608 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19075/stat : 19075 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000339355600 140000846559131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19076] ppid=19062 vsize=10617796 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/19065/task/19076/stat : 19076 (java) S 19062 19065 4674 0 -1 1077944384 3780 0 0 0 99 0 0 0 20 0 16 0 111053650 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000338303728 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19077] ppid=19062 vsize=10617796 memory=-1 CPUtime=1.02 cores=1,3,5,7
/proc/19065/task/19077/stat : 19077 (java) S 19062 19065 4674 0 -1 1077944384 3618 0 0 0 102 0 0 0 20 0 16 0 111053650 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000337251184 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19078] ppid=19062 vsize=10617796 memory=140276978644608 CPUtime=0.36 cores=1,3,5,7
/proc/19065/task/19078/stat : 19078 (java) S 19062 19065 4674 0 -1 1077944384 1797 0 0 0 36 0 0 0 20 0 16 0 111053650 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000336198128 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19079] ppid=19062 vsize=10617796 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19079/stat : 19079 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000335145824 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19080] ppid=19062 vsize=10617796 memory=140276978644608 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19080/stat : 19080 (java) S 19062 19065 4674 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 111053653 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000334092848 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19081] ppid=19062 vsize=10617796 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19081/stat : 19081 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053703 10872623104 28950 18446744073709551615 4194304 4196468 140727014437552 140000333038640 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 115800 KiB

[startup+4.80073 s]
/proc/loadavg: 6.26 6.48 5.00 6/218 19081
/proc/meminfo: memFree=23444196/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=10617796 memory=117868 CPUtime=7.08 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 18595 0 0 0 701 7 0 0 20 0 16 0 111053635 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2654449 29467 3082 1 0 2643902 0
[pid=19065/tid=19067] ppid=19062 vsize=10617796 memory=0 CPUtime=4.65 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) R 19062 19065 4674 0 -1 4202560 7779 0 0 0 461 4 0 0 20 0 16 0 111053645 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000850776608 140000452311523 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=10617796 memory=113736 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=10617796 memory=97 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=10617796 memory=36 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19072] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19072/stat : 19072 (java) S 19062 19065 4674 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000342513904 140000846551682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19073] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19073/stat : 19073 (java) S 19062 19065 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000341460128 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19074] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19074/stat : 19074 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053647 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000340407024 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19075] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19075/stat : 19075 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000339355600 140000846559131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19076] ppid=19062 vsize=10617796 memory=56 CPUtime=0.99 cores=1,3,5,7
/proc/19065/task/19076/stat : 19076 (java) S 19062 19065 4674 0 -1 1077944384 3780 0 0 0 99 0 0 0 20 0 16 0 111053650 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000338303728 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19077] ppid=19062 vsize=10617796 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/19065/task/19077/stat : 19077 (java) S 19062 19065 4674 0 -1 1077944384 3618 0 0 0 102 0 0 0 20 0 16 0 111053650 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000337251184 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19078] ppid=19062 vsize=10617796 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/19065/task/19078/stat : 19078 (java) S 19062 19065 4674 0 -1 1077944384 1797 0 0 0 36 0 0 0 20 0 16 0 111053650 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000336198128 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19079] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19079/stat : 19079 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000335145824 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19080] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19080/stat : 19080 (java) S 19062 19065 4674 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 111053653 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000334092848 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19081] ppid=19062 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19081/stat : 19081 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053703 10872623104 29467 18446744073709551615 4194304 4196468 140727014437552 140000333038640 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
Current children cumulated CPU time: 7.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 117868 KiB

[startup+5.0007 s]*
/proc/loadavg: 6.26 6.48 5.00 5/218 19083
/proc/meminfo: memFree=23438044/32770624 swapFree=67108764/67108860
[pid=19065] ppid=19062 vsize=10750924 memory=122024 CPUtime=7.11 cores=1,3,5,7
/proc/19065/stat : 19065 (java) S 19062 19065 4674 0 -1 1077944320 18873 0 0 0 704 7 0 0 20 0 16 0 111053635 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140727014420096 140000846540535 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
/proc/19065/statm: 2687731 30506 3084 1 0 2677184 0
[pid=19065/tid=19067] ppid=19062 vsize=10750924 memory=2769 CPUtime=4.68 cores=1,3,5,7
/proc/19065/task/19067/stat : 19067 (java) S 19062 19065 4674 0 -1 1077944384 7964 0 0 0 464 4 0 0 20 0 16 0 111053645 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000850781216 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19068] ppid=19062 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19068/stat : 19068 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000776961040 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19069] ppid=19062 vsize=10750924 memory=140276978644608 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19069/stat : 19069 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000775908496 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19070] ppid=19062 vsize=10750924 memory=4049 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19070/stat : 19070 (java) S 19062 19065 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053645 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000774855440 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19071] ppid=19062 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19071/stat : 19071 (java) S 19062 19065 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053645 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000773802896 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19072] ppid=19062 vsize=10750924 memory=140276978644608 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19072/stat : 19072 (java) S 19062 19065 4674 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 16 0 111053647 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000342513904 140000846551682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19073] ppid=19062 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19073/stat : 19073 (java) S 19062 19065 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053647 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000341460128 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19074] ppid=19062 vsize=10750924 memory=86228984662516 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19074/stat : 19074 (java) S 19062 19065 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053647 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000340407024 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19075] ppid=19062 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19075/stat : 19075 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000339355600 140000846559131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19076] ppid=19062 vsize=10750924 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/19065/task/19076/stat : 19076 (java) S 19062 19065 4674 0 -1 1077944384 3780 0 0 0 99 0 0 0 20 0 16 0 111053650 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000338303728 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19077] ppid=19062 vsize=10750924 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/19065/task/19077/stat : 19077 (java) S 19062 19065 4674 0 -1 1077944384 3618 0 0 0 102 0 0 0 20 0 16 0 111053650 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000337251184 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19078] ppid=19062 vsize=10750924 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/19065/task/19078/stat : 19078 (java) S 19062 19065 4674 0 -1 1077944384 1798 0 0 0 37 0 0 0 20 0 16 0 111053650 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000336198128 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19079] ppid=19062 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19079/stat : 19079 (java) S 19062 19065 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053650 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000335145824 140000846550741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19080] ppid=19062 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19080/stat : 19080 (java) S 19062 19065 4674 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 111053653 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000334092848 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
[pid=19065/tid=19082] ppid=19062 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19065/task/19082/stat : 19082 (java) S 19062 19065 4674 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 111054117 11008946176 30506 18446744073709551615 4194304 4196468 140727014437552 140000331985808 140000846551682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25858048 140727014445456 140727014445609 140727014445609 140727014449103 0
Current children cumulated CPU time: 7.11 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 122024 KiB

Child status: 0
Real time (s): 5.04668
CPU time (s): 7.12592
CPU user time (s): 7.0495
CPU system time (s): 0.076417
CPU usage (%): 141.2
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 122024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.0495
system time used= 0.076417
maximum resident set size= 124504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1689
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 19065
#   total CPU time (s): 7.12592
#   total CPU user time (s): 7.0495
#   total CPU system time (s): 0.076417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053572 second user time and 0.098378 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:30:38
IDJOB=4262903
IDBENCH=138383
IDSOLVER=2651
FILE ID=node134/4262903-1502635472
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff69.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262903-1502635472/watcher-4262903-1502635472 -o /tmp/evaluation-result-4262903-1502635472/solver-4262903-1502635472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262903-1502635472.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=1710321741

node134.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.43
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.43
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.43
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.43
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:        23549104 kB
MemAvailable:   23851436 kB
Buffers:          226720 kB
Cached:           369620 kB
SwapCached:            4 kB
Active:          8544768 kB
Inactive:         211580 kB
Active(anon):    8107140 kB
Inactive(anon):    94432 kB
Active(file):     437628 kB
Inactive(file):   117148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1772 kB
Writeback:             0 kB
AnonPages:       8160060 kB
Mapped:            68952 kB
Shmem:             41564 kB
Slab:             153220 kB
SReclaimable:     126784 kB
SUnreclaim:        26436 kB
KernelStack:        3584 kB
PageTables:        21240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7925760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61944 MiB
End job on node134 at 2017-08-13 16:30:43