Trace number 4263470

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05UNSAT 19.769699 16.875999

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-09-03.xml
MD5SUM944781a71279aa84e7aac7ce597bf3c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.0033801
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints54
Number of domains2
Minimum domain size8
Maximum domain size9
Distribution of domain sizes[{"size":8,"count":9},{"size":9,"count":27}]
Minimum variable degree1
Maximum variable degree9
Distribution of variable degrees[{"degree":1,"count":18},{"degree":2,"count":9},{"degree":9,"count":9}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":45},{"arity":3,"count":9}]
Number of extensional constraints54
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":54}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14064 MiB free)
  memory of node 1: 16384 MiB (15378 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100081 s]*
/proc/loadavg: 1.98 2.02 2.05 3/203 21574
/proc/meminfo: memFree=30146608/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=9936560 memory=18264 CPUtime=0 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 3365 0 0 0 0 0 0 0 20 0 6 0 17008260 10175037440 4566 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2484140 4566 1919 1 0 2473637 0
[pid=21572/tid=21574] ppid=21569 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) R 21569 21572 7968 0 -1 4202560 2062 0 0 0 0 0 0 0 20 0 6 0 17008270 10175037440 4566 18446744073709551615 4194304 4196468 140723543355344 140314254246480 140314235692885 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17008270 10175037440 4566 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=9936560 memory=140405586564736 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17008270 10175037440 4566 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17008270 10175037440 4566 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17008270 10175037440 4566 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18264 KiB

[startup+0.210316 s]*
/proc/loadavg: 1.98 2.02 2.05 3/216 21587
/proc/meminfo: memFree=30133916/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=10551156 memory=27724 CPUtime=0.09 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 4865 0 0 0 8 1 0 0 20 0 15 0 17008260 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2637789 6931 2764 1 0 2627261 0
[pid=21572/tid=21574] ppid=21569 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) R 21569 21572 7968 0 -1 4202560 2840 0 0 0 6 0 0 0 20 0 15 0 17008270 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140314254245328 140314250022294 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=10551156 memory=11918 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008270 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=10551156 memory=288370781738276480 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008270 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17008270 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17008270 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21579] ppid=21569 vsize=10551156 memory=140405586564736 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21579/stat : 21579 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17008272 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313745255280 140314250021506 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21580] ppid=21569 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21580/stat : 21580 (java) S 21569 21572 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17008272 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313744201248 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21581] ppid=21569 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21581/stat : 21581 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17008273 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313743148400 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21582] ppid=21569 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21582/stat : 21582 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17008275 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313742096720 140314250028955 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21583] ppid=21569 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21583/stat : 21583 (java) S 21569 21572 7968 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 17008275 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313741044080 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21584] ppid=21569 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21584/stat : 21584 (java) R 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17008275 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313739991280 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21585] ppid=21569 vsize=10551156 memory=140405586564736 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21585/stat : 21585 (java) R 21569 21572 7968 0 -1 4202560 240 0 0 0 0 0 0 0 20 0 15 0 17008275 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313738938480 140314231247920 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21586] ppid=21569 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21586/stat : 21586 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17008275 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313737885920 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21587] ppid=21569 vsize=10551156 memory=140405586564736 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21587/stat : 21587 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008280 10804383744 6931 18446744073709551615 4194304 4196468 140723543355344 140313736834224 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27724 KiB

[startup+0.310648 s]*
/proc/loadavg: 1.98 2.02 2.05 3/216 21587
/proc/meminfo: memFree=30123772/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=10551156 memory=36984 CPUtime=0.24 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 7960 0 0 0 21 3 0 0 20 0 15 0 17008260 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2637789 9246 2865 1 0 2627261 0
[pid=21572/tid=21574] ppid=21569 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) R 21569 21572 7968 0 -1 4202560 5618 0 0 0 15 2 0 0 20 0 15 0 17008270 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140314254244560 140314234053989 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=10551156 memory=11918 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008270 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=10551156 memory=321988815432316288 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008270 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17008270 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17008270 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21579] ppid=21569 vsize=10551156 memory=3472468701814244016 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21579/stat : 21579 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17008272 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313745255280 140314250021506 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21580] ppid=21569 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21580/stat : 21580 (java) S 21569 21572 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17008272 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313744201248 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21581] ppid=21569 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21581/stat : 21581 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17008273 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313743148400 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21582] ppid=21569 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21582/stat : 21582 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17008275 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313742096720 140314250028955 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21583] ppid=21569 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21583/stat : 21583 (java) S 21569 21572 7968 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 17008275 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313741044080 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21584] ppid=21569 vsize=10551156 memory=3472328296227680299 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21584/stat : 21584 (java) S 21569 21572 7968 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 17008275 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313739991280 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21585] ppid=21569 vsize=10551156 memory=7160715870297195765 CPUtime=0.03 cores=1,3,5,7
/proc/21572/task/21585/stat : 21585 (java) S 21569 21572 7968 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 17008275 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313738938480 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21586] ppid=21569 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21586/stat : 21586 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17008275 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313737885920 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21587] ppid=21569 vsize=10551156 memory=140405586564736 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21587/stat : 21587 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008280 10804383744 9246 18446744073709551615 4194304 4196468 140723543355344 140313736834224 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36984 KiB

[startup+0.70107 s]
/proc/loadavg: 1.98 2.02 2.05 6/216 21587
/proc/meminfo: memFree=30111260/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=10551232 memory=115460 CPUtime=1.29 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 11891 0 0 0 124 5 0 0 20 0 15 0 17008260 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2637808 28865 3059 1 0 2627261 0
[pid=21572/tid=21574] ppid=21569 vsize=10551232 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) R 21569 21572 7968 0 -1 4202560 6961 0 0 0 51 3 0 0 20 0 15 0 17008270 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140314254246064 140313849597860 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008270 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008270 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17008270 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17008270 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21579] ppid=21569 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21579/stat : 21579 (java) S 21569 21572 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17008272 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313745255280 140314250021506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21580] ppid=21569 vsize=10551232 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21580/stat : 21580 (java) S 21569 21572 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17008272 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313744201248 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21581] ppid=21569 vsize=10551232 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21581/stat : 21581 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17008273 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313743148400 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21582] ppid=21569 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21582/stat : 21582 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17008275 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313742096720 140314250028955 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21583] ppid=21569 vsize=10551232 memory=792 CPUtime=0.25 cores=1,3,5,7
/proc/21572/task/21583/stat : 21583 (java) R 21569 21572 7968 0 -1 4202560 1503 0 0 0 25 0 0 0 20 0 15 0 17008275 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313741037120 140314229440672 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21584] ppid=21569 vsize=10551232 memory=8684 CPUtime=0.26 cores=1,3,5,7
/proc/21572/task/21584/stat : 21584 (java) R 21569 21572 7968 0 -1 4202560 943 0 0 0 26 0 0 0 20 0 15 0 17008275 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313739981072 140314233510897 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21585] ppid=21569 vsize=10551232 memory=1440 CPUtime=0.21 cores=1,3,5,7
/proc/21572/task/21585/stat : 21585 (java) S 21569 21572 7968 0 -1 1077944384 1112 0 0 0 21 0 0 0 20 0 15 0 17008275 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313738938480 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21586] ppid=21569 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21586/stat : 21586 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17008275 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313737885920 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21587] ppid=21569 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21587/stat : 21587 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17008280 10804461568 28865 18446744073709551615 4194304 4196468 140723543355344 140313736834224 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 115460 KiB

[startup+1.50081 s]
/proc/loadavg: 1.98 2.02 2.05 5/216 21587
/proc/meminfo: memFree=29948312/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=10617796 memory=224916 CPUtime=3.74 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 19430 0 0 0 364 10 0 0 20 0 16 0 17008260 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2654449 56229 3089 1 0 2643902 0
[pid=21572/tid=21574] ppid=21569 vsize=10617796 memory=288230574492221466 CPUtime=1.31 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) R 21569 21572 7968 0 -1 4202560 7015 0 0 0 127 4 0 0 20 0 16 0 17008270 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140314254246728 140313850357617 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=10617796 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 17008270 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=10617796 memory=224080 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 17008270 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 17008270 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=10617796 memory=-2897801490638248215 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 17008270 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21579] ppid=21569 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21579/stat : 21579 (java) S 21569 21572 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 17008272 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313745255280 140314250021506 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21580] ppid=21569 vsize=10617796 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21580/stat : 21580 (java) S 21569 21572 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17008272 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313744201248 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21581] ppid=21569 vsize=10617796 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21581/stat : 21581 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17008273 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313743148400 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21582] ppid=21569 vsize=10617796 memory=13024 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21582/stat : 21582 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313742096720 140314250028955 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21583] ppid=21569 vsize=10617796 memory=2424 CPUtime=1.01 cores=1,3,5,7
/proc/21572/task/21583/stat : 21583 (java) S 21569 21572 7968 0 -1 1077944384 4590 0 0 0 101 0 0 0 20 0 16 0 17008275 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313741044080 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21584] ppid=21569 vsize=10617796 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/21572/task/21584/stat : 21584 (java) S 21569 21572 7968 0 -1 1077944384 4526 0 0 0 101 1 0 0 20 0 16 0 17008275 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313739991280 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21585] ppid=21569 vsize=10617796 memory=7519146951335896912 CPUtime=0.29 cores=1,3,5,7
/proc/21572/task/21585/stat : 21585 (java) S 21569 21572 7968 0 -1 1077944384 1766 0 0 0 28 1 0 0 20 0 16 0 17008275 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313738938480 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21586] ppid=21569 vsize=10617796 memory=7519151349382407766 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21586/stat : 21586 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313737885920 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21587] ppid=21569 vsize=10617796 memory=7519151349382407766 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21587/stat : 21587 (java) S 21569 21572 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 17008280 10872623104 56229 18446744073709551615 4194304 4196468 140723543355344 140313736834224 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 3.74 s
Current children cumulated vsize: 10617796 KiB

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

Current children cumulated memory: 217280 KiB

[startup+14.4008 s]
/proc/loadavg: 2.19 2.07 2.06 3/217 21588
/proc/meminfo: memFree=29943772/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=10617796 memory=217308 CPUtime=17.48 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 27062 0 0 0 1737 11 0 0 20 0 16 0 17008260 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2654449 54327 3111 1 0 2643902 0
[pid=21572/tid=21574] ppid=21569 vsize=10617796 memory=-8774313645642428999 CPUtime=14.22 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) R 21569 21572 7968 0 -1 4202560 8059 0 0 0 1417 5 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314254246480 140313850357617 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=10617796 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=10617796 memory=1700 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=10617796 memory=217308 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21579] ppid=21569 vsize=10617796 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21579/stat : 21579 (java) S 21569 21572 7968 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 16 0 17008272 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313745255280 140314250021506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21580] ppid=21569 vsize=10617796 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21580/stat : 21580 (java) S 21569 21572 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17008272 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313744201248 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21581] ppid=21569 vsize=10617796 memory=13024 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21581/stat : 21581 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17008273 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313743148400 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21582] ppid=21569 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21582/stat : 21582 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313742096720 140314250028955 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21583] ppid=21569 vsize=10617796 memory=6944656592455360604 CPUtime=1.33 cores=1,3,5,7
/proc/21572/task/21583/stat : 21583 (java) S 21569 21572 7968 0 -1 1077944384 5986 0 0 0 133 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313741044080 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21584] ppid=21569 vsize=10617796 memory=6943526294502006880 CPUtime=1.49 cores=1,3,5,7
/proc/21572/task/21584/stat : 21584 (java) S 21569 21572 7968 0 -1 1077944384 8560 0 0 0 148 1 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313739991280 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21585] ppid=21569 vsize=10617796 memory=6944656592455360604 CPUtime=0.33 cores=1,3,5,7
/proc/21572/task/21585/stat : 21585 (java) S 21569 21572 7968 0 -1 1077944384 1944 0 0 0 32 1 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313738938480 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21586] ppid=21569 vsize=10617796 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21586/stat : 21586 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313737885920 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21587] ppid=21569 vsize=10617796 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21587/stat : 21587 (java) S 21569 21572 7968 0 -1 1077944384 658 0 0 0 0 0 0 0 20 0 16 0 17008280 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313736834224 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21588] ppid=21569 vsize=10617796 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21588/stat : 21588 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17008362 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313735779760 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 17.48 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 217308 KiB

[startup+16.0007 s]*
/proc/loadavg: 2.19 2.07 2.06 3/217 21589
/proc/meminfo: memFree=29943772/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=10617796 memory=217308 CPUtime=19.09 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 27280 0 0 0 1898 11 0 0 20 0 16 0 17008260 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2654449 54327 3111 1 0 2643902 0
[pid=21572/tid=21574] ppid=21569 vsize=10617796 memory=-8774313645642428999 CPUtime=15.83 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) R 21569 21572 7968 0 -1 4202560 8113 0 0 0 1578 5 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314254246336 140313851206435 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=10617796 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=10617796 memory=15816711811106768 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=10617796 memory=6655300316396806240 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21579] ppid=21569 vsize=10617796 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21579/stat : 21579 (java) S 21569 21572 7968 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 16 0 17008272 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313745255280 140314250021506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21580] ppid=21569 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21580/stat : 21580 (java) S 21569 21572 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17008272 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313744201248 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21581] ppid=21569 vsize=10617796 memory=7649399388610310450 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21581/stat : 21581 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17008273 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313743148400 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21582] ppid=21569 vsize=10617796 memory=7649399392905277746 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21582/stat : 21582 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313742096720 140314250028955 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21583] ppid=21569 vsize=10617796 memory=7649399397200245042 CPUtime=1.33 cores=1,3,5,7
/proc/21572/task/21583/stat : 21583 (java) S 21569 21572 7968 0 -1 1077944384 5986 0 0 0 133 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313741044080 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21584] ppid=21569 vsize=10617796 memory=7649399358562316594 CPUtime=1.49 cores=1,3,5,7
/proc/21572/task/21584/stat : 21584 (java) S 21569 21572 7968 0 -1 1077944384 8560 0 0 0 148 1 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313739991280 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21585] ppid=21569 vsize=10617796 memory=4124 CPUtime=0.33 cores=1,3,5,7
/proc/21572/task/21585/stat : 21585 (java) S 21569 21572 7968 0 -1 1077944384 1944 0 0 0 32 1 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313738938480 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21586] ppid=21569 vsize=10617796 memory=13024 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21586/stat : 21586 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313737885920 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21587] ppid=21569 vsize=10617796 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21587/stat : 21587 (java) S 21569 21572 7968 0 -1 1077944384 818 0 0 0 0 0 0 0 20 0 16 0 17008280 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313736834224 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21588] ppid=21569 vsize=10617796 memory=-6512121203659200609 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21588/stat : 21588 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17008362 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313735779760 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 19.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 217308 KiB

[startup+16.4008 s]
/proc/loadavg: 2.19 2.07 2.06 3/217 21589
/proc/meminfo: memFree=29943772/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=10617796 memory=217308 CPUtime=19.48 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 27280 0 0 0 1937 11 0 0 20 0 16 0 17008260 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2654449 54327 3111 1 0 2643902 0
[pid=21572/tid=21574] ppid=21569 vsize=10617796 memory=27 CPUtime=16.22 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) R 21569 21572 7968 0 -1 4202560 8113 0 0 0 1617 5 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314254246336 140313848004919 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=10617796 memory=10 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=10617796 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=10617796 memory=27 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 17008270 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21579] ppid=21569 vsize=10617796 memory=115 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21579/stat : 21579 (java) S 21569 21572 7968 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 16 0 17008272 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313745255280 140314250021506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21580] ppid=21569 vsize=10617796 memory=581 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21580/stat : 21580 (java) S 21569 21572 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17008272 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313744201248 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21581] ppid=21569 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21581/stat : 21581 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17008273 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313743148400 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21582] ppid=21569 vsize=10617796 memory=243 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21582/stat : 21582 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313742096720 140314250028955 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21583] ppid=21569 vsize=10617796 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/21572/task/21583/stat : 21583 (java) S 21569 21572 7968 0 -1 1077944384 5986 0 0 0 133 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313741044080 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21584] ppid=21569 vsize=10617796 memory=6 CPUtime=1.49 cores=1,3,5,7
/proc/21572/task/21584/stat : 21584 (java) S 21569 21572 7968 0 -1 1077944384 8560 0 0 0 148 1 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313739991280 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21585] ppid=21569 vsize=10617796 memory=23 CPUtime=0.33 cores=1,3,5,7
/proc/21572/task/21585/stat : 21585 (java) S 21569 21572 7968 0 -1 1077944384 1944 0 0 0 32 1 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313738938480 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21586] ppid=21569 vsize=10617796 memory=74 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21586/stat : 21586 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313737885920 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21587] ppid=21569 vsize=10617796 memory=66 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21587/stat : 21587 (java) S 21569 21572 7968 0 -1 1077944384 818 0 0 0 0 0 0 0 20 0 16 0 17008280 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313736834224 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21588] ppid=21569 vsize=10617796 memory=88 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21588/stat : 21588 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17008362 10872623104 54327 18446744073709551615 4194304 4196468 140723543355344 140313735779760 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 19.48 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 217308 KiB

[startup+16.8007 s]
/proc/loadavg: 2.19 2.07 2.06 3/217 21589
/proc/meminfo: memFree=29943772/32770624 swapFree=67108860/67108860
[pid=21572] ppid=21569 vsize=10750924 memory=217364 CPUtime=19.74 cores=1,3,5,7
/proc/21572/stat : 21572 (java) S 21569 21572 7968 0 -1 1077944320 27985 0 0 0 1963 11 0 0 20 0 16 0 17008260 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140723543337888 140314250010359 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
/proc/21572/statm: 2687731 54341 3113 1 0 2677184 0
[pid=21572/tid=21574] ppid=21569 vsize=10750924 memory=-8774313645642428999 CPUtime=16.48 cores=1,3,5,7
/proc/21572/task/21574/stat : 21574 (java) S 21569 21572 7968 0 -1 1077944384 8462 0 0 0 1643 5 0 0 20 0 16 0 17008270 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140314254251040 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21575] ppid=21569 vsize=10750924 memory=7740112435849750631 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21575/stat : 21575 (java) S 21569 21572 7968 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 17008270 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140314180430480 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21576] ppid=21569 vsize=10750924 memory=6946632440805484352 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21576/stat : 21576 (java) S 21569 21572 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 17008270 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140314179377680 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21577] ppid=21569 vsize=10750924 memory=7306645550198187112 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21577/stat : 21577 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 17008270 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140314178324880 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21578] ppid=21569 vsize=10750924 memory=7450473770087039076 CPUtime=0.01 cores=1,3,5,7
/proc/21572/task/21578/stat : 21578 (java) S 21569 21572 7968 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 17008270 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140314177272080 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21579] ppid=21569 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21579/stat : 21579 (java) S 21569 21572 7968 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 16 0 17008272 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313745255280 140314250021506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21580] ppid=21569 vsize=10750924 memory=7681905605394137875 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21580/stat : 21580 (java) S 21569 21572 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17008272 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313744201248 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21581] ppid=21569 vsize=10750924 memory=-7233780906022726806 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21581/stat : 21581 (java) S 21569 21572 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17008273 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313743148400 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21582] ppid=21569 vsize=10750924 memory=-8244789505823992975 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21582/stat : 21582 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313742096720 140314250028955 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21583] ppid=21569 vsize=10750924 memory=1399101730491701635 CPUtime=1.33 cores=1,3,5,7
/proc/21572/task/21583/stat : 21583 (java) S 21569 21572 7968 0 -1 1077944384 5988 0 0 0 133 0 0 0 20 0 16 0 17008275 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313741044080 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21584] ppid=21569 vsize=10750924 memory=-8244789505823992975 CPUtime=1.5 cores=1,3,5,7
/proc/21572/task/21584/stat : 21584 (java) S 21569 21572 7968 0 -1 1077944384 8676 0 0 0 149 1 0 0 20 0 16 0 17008275 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313739991280 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21585] ppid=21569 vsize=10750924 memory=585468451240373554 CPUtime=0.33 cores=1,3,5,7
/proc/21572/task/21585/stat : 21585 (java) S 21569 21572 7968 0 -1 1077944384 2058 0 0 0 32 1 0 0 20 0 16 0 17008275 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313738938480 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21586] ppid=21569 vsize=10750924 memory=66 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21586/stat : 21586 (java) S 21569 21572 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17008275 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313737885920 140314250020565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
[pid=21572/tid=21587] ppid=21569 vsize=10750924 memory=88 CPUtime=0 cores=1,3,5,7
/proc/21572/task/21587/stat : 21587 (java) S 21569 21572 7968 0 -1 1077944384 818 0 0 0 0 0 0 0 20 0 16 0 17008280 11008946176 54341 18446744073709551615 4194304 4196468 140723543355344 140313736834224 140314250021506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18223104 140723543363985 140723543364138 140723543364138 140723543367631 0
Current children cumulated CPU time: 19.74 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 217364 KiB

Child status: 0
Real time (s): 16.876
CPU time (s): 19.7697
CPU user time (s): 19.6453
CPU system time (s): 0.124362
CPU usage (%): 117.147
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 226252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.6453
system time used= 0.124362
maximum resident set size= 226256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28286
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= 2065
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 21572
#   total CPU time (s): 19.7697
#   total CPU user time (s): 19.6453
#   total CPU system time (s): 0.124362

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.119988 second user time and 0.205695 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 15:20:19
IDJOB=4263470
IDBENCH=134310
IDSOLVER=2651
FILE ID=node128/4263470-1502631256
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-09-03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263470-1502631256/watcher-4263470-1502631256 -o /tmp/evaluation-result-4263470-1502631256/solver-4263470-1502631256 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263470-1502631256.xml

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

MD5SUM BENCH= 944781a71279aa84e7aac7ce597bf3c8
RANDOM SEED=467973472

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:        30149684 kB
MemAvailable:   30731592 kB
Buffers:          141440 kB
Cached:           728240 kB
SwapCached:            0 kB
Active:          1531324 kB
Inactive:         677704 kB
Active(anon):    1339700 kB
Inactive(anon):    16764 kB
Active(file):     191624 kB
Inactive(file):   660940 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1852 kB
Writeback:             4 kB
AnonPages:       1338644 kB
Mapped:            45860 kB
Shmem:             17116 kB
Slab:             115384 kB
SReclaimable:      90356 kB
SUnreclaim:        25028 kB
KernelStack:        3584 kB
PageTables:         8284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2652448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 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 15:20:36