Trace number 4263623

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 99.966499 75.410896

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-ewddr2-4.xml
MD5SUM836027e2c5c75f5bb87687fd30e7f4e1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.16738801
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size197
Maximum domain size197
Distribution of domain sizes[{"size":197,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

37.12/13.81	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
37.12/13.81	c This is free software under the dual EPL/GNU LGPL licenses.
37.12/13.81	c See www.sat4j.org for details.
37.12/13.81	c That software uses the Rhino library from the Mozilla project.
37.12/13.81	c version CUSTOM.v20170705
37.12/13.81	c java.runtime.name	Java(TM) SE Runtime Environment
37.12/13.81	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
37.12/13.81	c java.vm.version	25.131-b11
37.12/13.81	c java.vm.vendor	Oracle Corporation
37.12/13.81	c sun.arch.data.model	64
37.12/13.81	c java.version		1.8.0_131
37.12/13.81	c os.name		Linux
37.12/13.81	c os.version		3.10.0-514.16.1.el7.x86_64
37.12/13.81	c os.arch		amd64
37.12/13.81	c Free memory 		499604488
37.12/13.81	c Max memory 		7247757312
37.12/13.81	c Total memory 		504889344
37.12/13.81	c Number of processors 	4
37.12/13.81	c c --- Begin Solver configuration ---
37.12/13.81	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
37.12/13.81	c Learn all clauses as in MiniSAT
37.12/13.81	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
37.12/13.81	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
37.12/13.81	c No reason simplification
37.12/13.81	c Glucose 2.1 dynamic restart strategy
37.12/13.81	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
37.12/13.81	c timeout=2147483s
37.12/13.81	c DB Simplification allowed=false
37.12/13.81	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
37.12/13.81	c --- End Solver configuration ---
37.12/13.81	c constraints type 
37.12/13.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
37.12/13.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 116230
37.12/13.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19017500
37.12/13.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 630
37.12/13.81	c 19134460 constraints processed.
99.93/75.38	c starts		: 447
99.93/75.38	c conflicts		: 73495
99.93/75.38	c decisions		: 6835574
99.93/75.38	c propagations		: 50668768
99.93/75.38	c inspects		: 766506218
99.93/75.38	c shortcuts		: 0
99.93/75.38	c learnt literals	: 1095
99.93/75.38	c learnt binary clauses	: 867
99.93/75.38	c learnt ternary clauses	: 8995
99.93/75.38	c learnt constraints	: 72400
99.93/75.38	c ignored constraints	: 0
99.93/75.38	c root simplifications	: 0
99.93/75.38	c removed literals (reason simplification)	: 0
99.93/75.38	c reason swapping (by a shorter reason)	: 0
99.93/75.38	c Calls to reduceDB	: 8
99.93/75.38	c Number of update (reduction) of LBD	: 62722
99.93/75.38	c Imported unit clauses	: 0
99.93/75.38	c number of reductions to clauses (during analyze)	: 0
99.93/75.38	c number of learned constraints concerned by reduction	: 0
99.93/75.38	c number of learning phase by resolution	: 0
99.93/75.38	c number of learning phase by cutting planes	: 0
99.93/75.38	c number of rounding to 1 operations	: 0
99.93/75.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
99.93/75.38	c number of reductions of the coefficients by power 2 	: 0
99.93/75.38	c number of right shift for reduction by power 2 	: 0
99.93/75.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
99.93/75.38	c speed (assignments/second)	: 823146.2594427748
99.93/75.38	c non guided choices	680280
99.93/75.39	c learnt constraints type 
99.93/75.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 867
99.93/75.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17484
99.93/75.39	s SATISFIABLE
99.93/75.39	v <instantiation type="solution">
99.93/75.39	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] </list>
99.93/75.39	v 	<values> 81 89 114 132 139 37 51 92 129 160 106 154 166 176 182 63 121 140 156 172 0 12 21 32 37 23 47 57 75 95 52 62 124 139 149 35 41 45 86 107 3 21 31 76 85 26 48 78 112 120 </values>
99.93/75.39	v </instantiation>
99.93/75.39	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263623-1502583861/watcher-4263623-1502583861 -o /tmp/evaluation-result-4263623-1502583861/solver-4263623-1502583861 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263623-1502583861.xml 

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

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


[startup+0.100141 s]*
/proc/loadavg: 1.87 0.66 0.27 2/214 8494
/proc/meminfo: memFree=29202820/32770624 swapFree=67108860/67108860
[pid=8485] ppid=8482 vsize=10418956 memory=22072 CPUtime=0.05 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 7968 0 -1 1077944320 4492 0 0 0 4 1 0 0 20 0 14 0 12268846 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140733430335760 140106000948983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
/proc/8485/statm: 2604739 5518 2518 1 0 2594236 0
[pid=8485/tid=8487] ppid=8482 vsize=10418956 memory=7078076838863583850 CPUtime=0.04 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) R 8482 8485 7968 0 -1 4202560 2646 0 0 0 4 0 0 0 20 0 14 0 12268852 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140106005191008 140106000970909 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12268853 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105931368976 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10418956 memory=139671345051264 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12268853 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12268853 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105929263376 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12268853 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12268854 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105497578224 140106000960130 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12268855 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105496524448 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8494] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12268855 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105495471344 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8495] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12268857 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105494419920 140106000967579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8496] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) R 8482 8485 7968 0 -1 4202560 302 0 0 0 0 0 0 0 20 0 14 0 12268857 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105493354656 140105993238356 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8497] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12268857 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105492314176 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8498] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) R 8482 8485 7968 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 14 0 12268857 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105491261424 140106000970330 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8499] ppid=8482 vsize=10418956 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) R 8482 8485 7968 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 14 0 12268857 10669010944 5518 18446744073709551615 4194304 4196468 140733430353216 140105490209504 140106000959189 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10418956 KiB
Current children cumulated memory: 22072 KiB

[startup+0.210745 s]*
/proc/loadavg: 1.87 0.66 0.27 4/220 8500
/proc/meminfo: memFree=29198172/32770624 swapFree=67108860/67108860
[pid=8485] ppid=8482 vsize=10551156 memory=28064 CPUtime=0.1 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 7968 0 -1 1077944320 4957 0 0 0 9 1 0 0 20 0 15 0 12268846 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140733430335760 140106000948983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
/proc/8485/statm: 2637789 7016 2792 1 0 2627261 0
[pid=8485/tid=8487] ppid=8482 vsize=10551156 memory=8316850467074736180 CPUtime=0.08 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) R 8482 8485 7968 0 -1 4202560 2874 0 0 0 7 1 0 0 20 0 15 0 12268852 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140106005185616 140106000960918 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10551156 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105931368976 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10551156 memory=139671345058269 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105929263376 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12268853 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10551156 memory=139671345051264 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12268854 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105497578224 140106000960130 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12268855 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105496524448 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8494] ppid=8482 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12268855 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105495471344 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8495] ppid=8482 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12268857 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105494419920 140106000967579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8496] ppid=8482 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) R 8482 8485 7968 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 12268857 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105493367024 140106000970330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8497] ppid=8482 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12268857 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105492314480 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8498] ppid=8482 vsize=10551156 memory=139671345051264 CPUtime=0.01 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) R 8482 8485 7968 0 -1 4202560 289 0 0 0 1 0 0 0 20 0 15 0 12268857 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105491261424 140105979579834 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8499] ppid=8482 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12268857 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105490209120 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8500] ppid=8482 vsize=10551156 memory=139671345051264 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268865 10804383744 7016 18446744073709551615 4194304 4196468 140733430353216 140105489157168 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 28064 KiB

[startup+0.314006 s]*
/proc/loadavg: 1.87 0.66 0.27 4/220 8500
/proc/meminfo: memFree=29187728/32770624 swapFree=67108860/67108860
[pid=8485] ppid=8482 vsize=10551156 memory=36820 CPUtime=0.26 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 7968 0 -1 1077944320 8019 0 0 0 23 3 0 0 20 0 15 0 12268846 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140733430335760 140106000948983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
/proc/8485/statm: 2637789 9205 2863 1 0 2627261 0
[pid=8485/tid=8487] ppid=8482 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) R 8482 8485 7968 0 -1 4202560 5642 0 0 0 15 2 0 0 20 0 15 0 12268852 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140106005180384 140105608201236 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10551156 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105931368976 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10551156 memory=139671345058269 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105929263376 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12268853 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10551156 memory=3471342067665888944 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12268854 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105497578224 140106000960130 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10551156 memory=3904912498555709538 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12268855 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105496524448 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8494] ppid=8482 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12268855 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105495471344 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8495] ppid=8482 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12268857 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105494419920 140106000967579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8496] ppid=8482 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) R 8482 8485 7968 0 -1 4202560 527 0 0 0 1 0 0 0 20 0 15 0 12268857 10804383744 9205 18446744073709551615 4194304 4196468 140733430353216 140105493367024 140105978210240 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8497] ppid=8482 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) R 8482 8485 7968 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 12268857 10804383744 9271 18446744073709551615 4194304 4196468 140733430353216 140105492314480 140106000960130 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8498] ppid=8482 vsize=10551156 memory=139671345051264 CPUtime=0.04 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) R 8482 8485 7968 0 -1 4202560 392 0 0 0 4 0 0 0 20 0 15 0 12268857 10804383744 9271 18446744073709551615 4194304 4196468 140733430353216 140105491261424 140105979876401 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8499] ppid=8482 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12268857 10804383744 9271 18446744073709551615 4194304 4196468 140733430353216 140105490209120 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8500] ppid=8482 vsize=10551156 memory=139671345051264 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268865 10804383744 9271 18446744073709551615 4194304 4196468 140733430353216 140105489157168 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36820 KiB

[startup+0.700747 s]
/proc/loadavg: 1.87 0.66 0.27 5/220 8500
/proc/meminfo: memFree=29170968/32770624 swapFree=67108860/67108860
[pid=8485] ppid=8482 vsize=10551232 memory=120868 CPUtime=1.29 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 7968 0 -1 1077944320 12167 0 0 0 123 6 0 0 20 0 15 0 12268846 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140733430335760 140106000948983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
/proc/8485/statm: 2637808 30217 3063 1 0 2627261 0
[pid=8485/tid=8487] ppid=8482 vsize=10551232 memory=2424 CPUtime=0.55 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) R 8482 8485 7968 0 -1 4202560 6970 0 0 0 51 4 0 0 20 0 15 0 12268852 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140106005182896 140105610941012 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105931368976 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10551232 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10551232 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268853 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105929263376 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10551232 memory=7496 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12268853 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10551232 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12268854 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105497578224 140106000960130 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10551232 memory=640 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12268855 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105496524448 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8494] ppid=8482 vsize=10551232 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12268855 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105495471344 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8495] ppid=8482 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12268857 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105494419920 140106000967579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8496] ppid=8482 vsize=10551232 memory=2248 CPUtime=0.25 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) R 8482 8485 7968 0 -1 4202560 1462 0 0 0 25 0 0 0 20 0 15 0 12268857 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105493366832 140105986075304 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8497] ppid=8482 vsize=10551232 memory=4304 CPUtime=0.25 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) R 8482 8485 7968 0 -1 4202560 1113 0 0 0 25 0 0 0 20 0 15 0 12268857 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105492300360 140105982469843 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8498] ppid=8482 vsize=10551232 memory=1588 CPUtime=0.2 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 7968 0 -1 1077944384 1250 0 0 0 20 0 0 0 20 0 15 0 12268857 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105491261424 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8499] ppid=8482 vsize=10551232 memory=928 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12268857 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105490209120 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8500] ppid=8482 vsize=10551232 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12268865 10804461568 30217 18446744073709551615 4194304 4196468 140733430353216 140105489157168 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 120868 KiB

[startup+1.50079 s]
/proc/loadavg: 1.87 0.66 0.27 7/220 8500
/proc/meminfo: memFree=28963888/32770624 swapFree=67108860/67108860
[pid=8485] ppid=8482 vsize=10551232 memory=526272 CPUtime=2.96 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 7968 0 -1 1077944320 13144 0 0 0 260 36 0 0 20 0 15 0 12268846 10804461568 131568 18446744073709551615 4194304 4196468 140733430353216 140733430335760 140106000948983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
/proc/8485/statm: 2637808 131568 3092 1 0 2627261 0
[pid=8485/tid=8487] ppid=8482 vsize=10551232 memory=7597685182856913236 CPUtime=1.09 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) S 8482 8485 7968 0 -1 1077944384 7068 0 0 0 102 7 0 0 20 0 15 0 12268852 10804461568 131568 18446744073709551615 4194304 4196468 140733430353216 140106005185424 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10551232 memory=139671345050177 CPUtime=0.24 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) R 8482 8485 7968 0 -1 4202560 109 0 0 0 18 6 0 0 20 0 15 0 12268853 10804461568 131568 18446744073709551615 4194304 4196468 140733430353216 140105931369176 140105985971104 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) R 8482 8485 7968 0 -1 4202560 204 0 0 0 19 7 0 0 20 0 15 0 12268853 10804461568 131568 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140105985972976 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) R 8482 8485 7968 0 -1 4202560 185 0 0 0 19 6 0 0 20 0 15 0 12268853 10804461568 131568 18446744073709551615 4194304 4196468 140733430353216 140105929263576 140105985976852 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) R 8482 8485 7968 0 -1 4202560 232 0 0 0 19 7 0 0 20 0 15 0 12268853 10804461568 131568 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140105985971104 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10551232 memory=3545242712319152210 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 12268854 10804461568 131568 18446744073709551615 4194304 4196468 140733430353216 140105497576736 140106000959189 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12268855 10804461568 131568 18446744073709551615 4194304 4196468 140733430353216 140105496524448 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0

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

/proc/8485/statm: 2654449 782196 3132 1 0 2643902 0
[pid=8485/tid=8487] ppid=8482 vsize=10617796 memory=1000 CPUtime=60.11 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) R 8482 8485 7968 0 -1 4202560 14862 0 0 0 6002 9 0 0 20 0 16 0 12268852 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140106005187496 140105609198197 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10617796 memory=2012 CPUtime=7.55 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 7968 0 -1 1077944384 2431 0 0 0 687 68 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105931368976 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10617796 memory=7680170660397595203 CPUtime=7.45 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 7968 0 -1 1077944384 2308 0 0 0 675 70 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10617796 memory=1700 CPUtime=7.56 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 7968 0 -1 1077944384 2765 0 0 0 688 68 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105929263376 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10617796 memory=1228 CPUtime=7.49 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 7968 0 -1 1077944384 3971 0 0 0 679 70 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10617796 memory=1000 CPUtime=2.52 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 6661 0 0 0 252 0 0 0 20 0 16 0 12268854 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105497578224 140106000960130 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10617796 memory=3128784 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 12268855 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105496524512 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8494] ppid=8482 vsize=10617796 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12268855 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105495471344 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8495] ppid=8482 vsize=10617796 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105494419920 140106000967579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8496] ppid=8482 vsize=10617796 memory=4040 CPUtime=0.81 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 7968 0 -1 1077944384 3765 0 0 0 81 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105493367024 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8497] ppid=8482 vsize=10617796 memory=2012 CPUtime=1.13 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 7968 0 -1 1077944384 4481 0 0 0 113 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105492314480 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8498] ppid=8482 vsize=10617796 memory=5520 CPUtime=0.33 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 7968 0 -1 1077944384 2326 0 0 0 33 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105491261424 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8499] ppid=8482 vsize=10617796 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105490209120 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8500] ppid=8482 vsize=10617796 memory=792 CPUtime=0.04 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 7968 0 -1 1077944384 578 0 0 0 2 2 0 0 20 0 16 0 12268865 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105489157168 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8502] ppid=8482 vsize=10617796 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12270230 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105488102960 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
Current children cumulated CPU time: 95.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3128784 KiB

[startup+73.6008 s]
/proc/loadavg: 2.01 0.98 0.42 3/218 8506
/proc/meminfo: memFree=26094092/32770624 swapFree=67108860/67108860
[pid=8485] ppid=8482 vsize=10617796 memory=3128784 CPUtime=98.27 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 7968 0 -1 1077944320 45549 0 0 0 9536 291 0 0 20 0 16 0 12268846 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140733430335760 140106000948983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
/proc/8485/statm: 2654449 782196 3132 1 0 2643902 0
[pid=8485/tid=8487] ppid=8482 vsize=10617796 memory=3128784 CPUtime=63.31 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) R 8482 8485 7968 0 -1 4202560 14879 0 0 0 6322 9 0 0 20 0 16 0 12268852 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140106005187496 140105611718658 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10617796 memory=3128784 CPUtime=7.55 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 7968 0 -1 1077944384 2431 0 0 0 687 68 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105931368976 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10617796 memory=1156 CPUtime=7.45 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 7968 0 -1 1077944384 2308 0 0 0 675 70 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10617796 memory=3012 CPUtime=7.56 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 7968 0 -1 1077944384 2765 0 0 0 688 68 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105929263376 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10617796 memory=3128784 CPUtime=7.49 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 7968 0 -1 1077944384 3971 0 0 0 679 70 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10617796 memory=7680170660397595203 CPUtime=2.52 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 6661 0 0 0 252 0 0 0 20 0 16 0 12268854 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105497578224 140106000960130 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10617796 memory=3128784 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 12268855 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105496524512 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8494] ppid=8482 vsize=10617796 memory=3128784 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12268855 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105495471344 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8495] ppid=8482 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105494419920 140106000967579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8496] ppid=8482 vsize=10617796 memory=10988 CPUtime=0.81 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 7968 0 -1 1077944384 3765 0 0 0 81 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105493367024 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8497] ppid=8482 vsize=10617796 memory=7680170660397595203 CPUtime=1.13 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 7968 0 -1 1077944384 4481 0 0 0 113 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105492314480 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8498] ppid=8482 vsize=10617796 memory=1296 CPUtime=0.33 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 7968 0 -1 1077944384 2326 0 0 0 33 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105491261424 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8499] ppid=8482 vsize=10617796 memory=3128784 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105490209120 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8500] ppid=8482 vsize=10617796 memory=5787214926557827170 CPUtime=0.04 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 7968 0 -1 1077944384 578 0 0 0 2 2 0 0 20 0 16 0 12268865 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105489157168 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8502] ppid=8482 vsize=10617796 memory=5932457195673243751 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12270230 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105488102960 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
Current children cumulated CPU time: 98.27 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3128784 KiB

[startup+74.4008 s]
/proc/loadavg: 2.01 0.98 0.42 3/218 8506
/proc/meminfo: memFree=26094076/32770624 swapFree=67108860/67108860
[pid=8485] ppid=8482 vsize=10617796 memory=3128784 CPUtime=99.07 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 7968 0 -1 1077944320 45667 0 0 0 9616 291 0 0 20 0 16 0 12268846 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140733430335760 140106000948983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
/proc/8485/statm: 2654449 782196 3132 1 0 2643902 0
[pid=8485/tid=8487] ppid=8482 vsize=10617796 memory=15872 CPUtime=64.11 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) R 8482 8485 7968 0 -1 4202560 14997 0 0 0 6402 9 0 0 20 0 16 0 12268852 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140106005187496 140105611705525 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10617796 memory=4040 CPUtime=7.55 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 7968 0 -1 1077944384 2431 0 0 0 687 68 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105931368976 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10617796 memory=16444 CPUtime=7.45 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 7968 0 -1 1077944384 2308 0 0 0 675 70 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10617796 memory=7680170660397595203 CPUtime=7.56 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 7968 0 -1 1077944384 2765 0 0 0 688 68 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105929263376 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10617796 memory=5520 CPUtime=7.49 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 7968 0 -1 1077944384 3971 0 0 0 679 70 0 0 20 0 16 0 12268853 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10617796 memory=4612 CPUtime=2.52 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 6661 0 0 0 252 0 0 0 20 0 16 0 12268854 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105497578224 140106000960130 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10617796 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 12268855 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105496524512 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8494] ppid=8482 vsize=10617796 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12268855 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105495471344 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8495] ppid=8482 vsize=10617796 memory=139671195796528 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105494419920 140106000967579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8496] ppid=8482 vsize=10617796 memory=9126232286719478932 CPUtime=0.81 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 7968 0 -1 1077944384 3765 0 0 0 81 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105493367024 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8497] ppid=8482 vsize=10617796 memory=-1189914978686163229 CPUtime=1.13 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 7968 0 -1 1077944384 4481 0 0 0 113 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105492314480 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8498] ppid=8482 vsize=10617796 memory=-5628408999910123566 CPUtime=0.33 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 7968 0 -1 1077944384 2326 0 0 0 33 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105491261424 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8499] ppid=8482 vsize=10617796 memory=-1189914978686163229 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12268857 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105490209120 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8500] ppid=8482 vsize=10617796 memory=8330969454845486047 CPUtime=0.04 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 7968 0 -1 1077944384 578 0 0 0 2 2 0 0 20 0 16 0 12268865 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105489157168 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8502] ppid=8482 vsize=10617796 memory=3128784 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12270230 10872623104 782196 18446744073709551615 4194304 4196468 140733430353216 140105488102960 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
Current children cumulated CPU time: 99.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3128784 KiB

[startup+75.2008 s]
/proc/loadavg: 2.01 0.98 0.42 3/218 8506
/proc/meminfo: memFree=26094100/32770624 swapFree=67108860/67108860
[pid=8485] ppid=8482 vsize=10750924 memory=3128860 CPUtime=99.93 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 7968 0 -1 1077944320 48034 0 0 0 9702 291 0 0 20 0 16 0 12268846 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140733430335760 140106000948983 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
/proc/8485/statm: 2687731 782215 3134 1 0 2677184 0
[pid=8485/tid=8487] ppid=8482 vsize=10750924 memory=4124 CPUtime=64.9 cores=0,2,4,6
/proc/8485/task/8487/stat : 8487 (java) S 8482 8485 7968 0 -1 1077944384 15858 0 0 0 6481 9 0 0 20 0 16 0 12268852 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140106005189664 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8488] ppid=8482 vsize=10750924 memory=3128784 CPUtime=7.55 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 7968 0 -1 1077944384 2431 0 0 0 687 68 0 0 20 0 16 0 12268853 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105931368976 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8489] ppid=8482 vsize=10750924 memory=2424 CPUtime=7.45 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 7968 0 -1 1077944384 2308 0 0 0 675 70 0 0 20 0 16 0 12268853 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105930316432 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8490] ppid=8482 vsize=10750924 memory=1296 CPUtime=7.56 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 7968 0 -1 1077944384 2765 0 0 0 688 68 0 0 20 0 16 0 12268853 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105929263376 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8491] ppid=8482 vsize=10750924 memory=7680170660397595203 CPUtime=7.49 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 7968 0 -1 1077944384 3971 0 0 0 679 70 0 0 20 0 16 0 12268853 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105928210832 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8492] ppid=8482 vsize=10750924 memory=1200 CPUtime=2.52 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 7968 0 -1 1077944384 6678 0 0 0 252 0 0 0 20 0 16 0 12268854 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105497578224 140106000960130 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8493] ppid=8482 vsize=10750924 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 12268855 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105496524512 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8494] ppid=8482 vsize=10750924 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 12268855 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105495471344 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8495] ppid=8482 vsize=10750924 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12268857 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105494419920 140106000967579 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8496] ppid=8482 vsize=10750924 memory=7496 CPUtime=0.83 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 7968 0 -1 1077944384 4116 0 0 0 83 0 0 0 20 0 16 0 12268857 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105493367024 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8497] ppid=8482 vsize=10750924 memory=1236 CPUtime=1.16 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 7968 0 -1 1077944384 5400 0 0 0 116 0 0 0 20 0 16 0 12268857 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105492314480 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8498] ppid=8482 vsize=10750924 memory=640 CPUtime=0.33 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 7968 0 -1 1077944384 2433 0 0 0 33 0 0 0 20 0 16 0 12268857 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105491261424 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8499] ppid=8482 vsize=10750924 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12268857 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105490209120 140106000959189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
[pid=8485/tid=8500] ppid=8482 vsize=10750924 memory=960 CPUtime=0.05 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 7968 0 -1 1077944384 578 0 0 0 3 2 0 0 20 0 16 0 12268865 11008946176 782215 18446744073709551615 4194304 4196468 140733430353216 140105489157168 140106000960130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39456768 140733430354321 140733430354474 140733430354474 140733430357967 0
Current children cumulated CPU time: 99.93 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 3128860 KiB

[startup+75.4007 s]*
/proc/loadavg: 2.01 0.98 0.42 3/204 8508
/proc/meminfo: memFree=27110524/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 75.4109
CPU time (s): 99.9665
CPU user time (s): 97.0333
CPU system time (s): 2.93319
CPU usage (%): 132.562
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 3131968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.0333
system time used= 2.93319
maximum resident set size= 3131980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3830
involuntary context switches= 401


# summary of solver processes directly reported to runsolver:
#   pid: 8485
#   total CPU time (s): 99.9665
#   total CPU user time (s): 97.0333
#   total CPU system time (s): 2.93319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.479175 second user time and 0.799538 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:10:25
IDJOB=4263623
IDBENCH=115550
IDSOLVER=2651
FILE ID=node128/4263623-1502583861
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-ewddr2-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263623-1502583861/watcher-4263623-1502583861 -o /tmp/evaluation-result-4263623-1502583861/solver-4263623-1502583861 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263623-1502583861.xml

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

MD5SUM BENCH= 836027e2c5c75f5bb87687fd30e7f4e1
RANDOM SEED=392779963

node128.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.94
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.94
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.94
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.94
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:        29214656 kB
MemAvailable:   29700716 kB
Buffers:           98888 kB
Cached:           676652 kB
SwapCached:            0 kB
Active:          2544884 kB
Inactive:         599500 kB
Active(anon):    2369188 kB
Inactive(anon):    16764 kB
Active(file):     175696 kB
Inactive(file):   582736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1788 kB
Writeback:             0 kB
AnonPages:       2368740 kB
Mapped:            44504 kB
Shmem:             17116 kB
Slab:             111728 kB
SReclaimable:      86924 kB
SUnreclaim:        24804 kB
KernelStack:        3648 kB
PageTables:        10072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4249352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2234368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 02:11:40