Trace number 4263471

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 1938.5 1913.11

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-11-04.xml
MD5SUMde9211f741ec47eeb5ead1f5842e57a8
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 benchmark64.7901
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints77
Number of domains2
Minimum domain size10
Maximum domain size11
Distribution of domain sizes[{"size":10,"count":11},{"size":11,"count":44}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":33},{"degree":2,"count":11},{"degree":11,"count":11}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":66},{"arity":4,"count":11}]
Number of extensional constraints77
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":77}]
Optimization problemNO
Type of objective

Solver Data

16.43/8.47	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
16.43/8.47	c This is free software under the dual EPL/GNU LGPL licenses.
16.43/8.47	c See www.sat4j.org for details.
16.43/8.47	c That software uses the Rhino library from the Mozilla project.
16.43/8.47	c version CUSTOM.v20170705
16.43/8.47	c java.runtime.name	Java(TM) SE Runtime Environment
16.43/8.47	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
16.43/8.47	c java.vm.version	25.131-b11
16.43/8.47	c java.vm.vendor	Oracle Corporation
16.43/8.47	c sun.arch.data.model	64
16.43/8.47	c java.version		1.8.0_131
16.43/8.47	c os.name		Linux
16.43/8.47	c os.version		3.10.0-514.16.1.el7.x86_64
16.43/8.47	c os.arch		amd64
16.43/8.47	c Free memory 		499604488
16.43/8.47	c Max memory 		7247757312
16.43/8.47	c Total memory 		504889344
16.43/8.47	c Number of processors 	4
16.43/8.47	c c --- Begin Solver configuration ---
16.43/8.47	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
16.43/8.47	c Learn all clauses as in MiniSAT
16.43/8.47	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
16.43/8.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
16.43/8.47	c No reason simplification
16.43/8.47	c Glucose 2.1 dynamic restart strategy
16.43/8.47	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
16.43/8.47	c timeout=2147483s
16.43/8.47	c DB Simplification allowed=false
16.43/8.47	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
16.43/8.47	c --- End Solver configuration ---
16.43/8.47	c constraints type 
16.43/8.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 110
16.43/8.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4944104
16.43/8.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1801228
16.43/8.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 154
16.43/8.47	c 6745596 constraints processed.
1938.44/1913.06	c starts		: 7
1938.44/1913.06	c conflicts		: 1339807
1938.44/1913.06	c decisions		: 10383604
1938.44/1913.06	c propagations		: 3678736709
1938.44/1913.06	c inspects		: 15811975454
1938.44/1913.06	c shortcuts		: 0
1938.44/1913.06	c learnt literals	: 19
1938.44/1913.06	c learnt binary clauses	: 676
1938.44/1913.06	c learnt ternary clauses	: 536
1938.44/1913.06	c learnt constraints	: 1339787
1938.44/1913.06	c ignored constraints	: 0
1938.44/1913.06	c root simplifications	: 0
1938.44/1913.06	c removed literals (reason simplification)	: 0
1938.44/1913.06	c reason swapping (by a shorter reason)	: 0
1938.44/1913.06	c Calls to reduceDB	: 47
1938.44/1913.06	c Number of update (reduction) of LBD	: 442926
1938.44/1913.06	c Imported unit clauses	: 0
1938.44/1913.06	c number of reductions to clauses (during analyze)	: 0
1938.44/1913.06	c number of learned constraints concerned by reduction	: 0
1938.44/1913.06	c number of learning phase by resolution	: 0
1938.44/1913.06	c number of learning phase by cutting planes	: 0
1938.44/1913.06	c number of rounding to 1 operations	: 0
1938.44/1913.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1938.44/1913.06	c number of reductions of the coefficients by power 2 	: 0
1938.44/1913.06	c number of right shift for reduction by power 2 	: 0
1938.44/1913.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
1938.44/1913.06	c speed (assignments/second)	: 1931588.1684251206
1938.44/1913.06	c non guided choices	1367724
1938.44/1913.08	c learnt constraints type 
1938.44/1913.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 676
1938.44/1913.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73120
1938.44/1913.08	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-4263471-1502631330/watcher-4263471-1502631330 -o /tmp/evaluation-result-4263471-1502631330/solver-4263471-1502631330 -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-4263471-1502631330.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=21731, runsolver pid=21728
Current StackSize limit: 8192 KiB


[startup+0.100255 s]*
/proc/loadavg: 2.14 2.09 2.07 3/203 21733
/proc/meminfo: memFree=30148740/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=9934352 memory=13320 CPUtime=0 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 2623 0 0 0 0 0 0 0 20 0 6 0 17015641 10172776448 3330 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2483588 3330 1326 1 0 2473558 0
[pid=21731/tid=21733] ppid=21728 vsize=9934352 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) R 21728 21731 7968 0 -1 4202560 1339 0 0 0 0 0 0 0 20 0 6 0 17015651 10172776448 3842 18446744073709551615 4194304 4196468 140736412686592 140433646274664 140433607413120 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17015652 10172776448 3842 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=9934352 memory=140181547435648 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17015652 10172776448 3842 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17015652 10172776448 3842 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17015652 10175037440 3842 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 13320 KiB

[startup+0.210207 s]*
/proc/loadavg: 2.14 2.09 2.07 3/216 21746
/proc/meminfo: memFree=30135508/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=10551156 memory=27556 CPUtime=0.08 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 4860 0 0 0 7 1 0 0 20 0 15 0 17015641 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2637789 6889 2740 1 0 2627261 0
[pid=21731/tid=21733] ppid=21728 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) R 21728 21731 7968 0 -1 4202560 2834 0 0 0 6 0 0 0 20 0 15 0 17015651 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433646263632 140433627468208 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=10551156 memory=11918 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=10551156 memory=288370557699147392 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17015652 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21738] ppid=21728 vsize=10551156 memory=140181547435648 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21738/stat : 21738 (java) S 21728 21731 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17015653 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433004906480 140433642044034 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21739] ppid=21728 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21739/stat : 21739 (java) S 21728 21731 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17015653 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433003852704 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21740] ppid=21728 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21740/stat : 21740 (java) S 21728 21731 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17015654 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433002800112 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21741] ppid=21728 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21741/stat : 21741 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015656 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433001748688 140433642051483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21742] ppid=21728 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21742/stat : 21742 (java) S 21728 21731 7968 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 17015656 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140433000696304 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21743] ppid=21728 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21743/stat : 21743 (java) R 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015656 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140432999643760 140433642044034 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21744] ppid=21728 vsize=10551156 memory=140181547435648 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21744/stat : 21744 (java) R 21728 21731 7968 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 17015656 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140432998591216 140433642044034 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21745] ppid=21728 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21745/stat : 21745 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015656 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140432997538912 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21746] ppid=21728 vsize=10551156 memory=140181547435648 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21746/stat : 21746 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015661 10804383744 6889 18446744073709551615 4194304 4196468 140736412686592 140432996485424 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27556 KiB

[startup+0.310503 s]*
/proc/loadavg: 2.14 2.09 2.07 3/216 21746
/proc/meminfo: memFree=30124272/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=10551156 memory=36788 CPUtime=0.23 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 7947 0 0 0 21 2 0 0 20 0 15 0 17015641 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2637789 9197 2855 1 0 2627261 0
[pid=21731/tid=21733] ppid=21728 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) R 21728 21731 7968 0 -1 4202560 5616 0 0 0 15 1 0 0 20 0 15 0 17015651 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433646269760 140433642054813 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=10551156 memory=11918 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=10551156 memory=321988591393187200 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17015652 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21738] ppid=21728 vsize=10551156 memory=3472468477775114928 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21738/stat : 21738 (java) S 21728 21731 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17015653 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433004906480 140433642044034 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21739] ppid=21728 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21739/stat : 21739 (java) S 21728 21731 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17015653 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433003852704 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21740] ppid=21728 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21740/stat : 21740 (java) S 21728 21731 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17015654 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433002800112 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21741] ppid=21728 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21741/stat : 21741 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015656 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433001748688 140433642051483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21742] ppid=21728 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21731/task/21742/stat : 21742 (java) S 21728 21731 7968 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 15 0 17015656 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140433000696304 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21743] ppid=21728 vsize=10551156 memory=3472328296227680299 CPUtime=0.01 cores=1,3,5,7
/proc/21731/task/21743/stat : 21743 (java) S 21728 21731 7968 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 15 0 17015656 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140432999643760 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21744] ppid=21728 vsize=10551156 memory=7160715646258066677 CPUtime=0.04 cores=1,3,5,7
/proc/21731/task/21744/stat : 21744 (java) S 21728 21731 7968 0 -1 1077944384 406 0 0 0 4 0 0 0 20 0 15 0 17015656 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140432998591216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21745] ppid=21728 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21745/stat : 21745 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015656 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140432997538912 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21746] ppid=21728 vsize=10551156 memory=140181547435648 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21746/stat : 21746 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015661 10804383744 9197 18446744073709551615 4194304 4196468 140736412686592 140432996485424 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36788 KiB

[startup+0.701653 s]
/proc/loadavg: 2.14 2.09 2.07 5/216 21746
/proc/meminfo: memFree=30103180/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=10551232 memory=100428 CPUtime=1.33 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 12679 0 0 0 129 4 0 0 20 0 15 0 17015641 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2637808 25107 3059 1 0 2627261 0
[pid=21731/tid=21733] ppid=21728 vsize=10551232 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) R 21728 21731 7968 0 -1 4202560 6940 0 0 0 51 3 0 0 20 0 15 0 17015651 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433646260376 140433236817137 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17015652 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015652 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21738] ppid=21728 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21738/stat : 21738 (java) S 21728 21731 7968 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 17015653 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433004906480 140433642044034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21739] ppid=21728 vsize=10551232 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21739/stat : 21739 (java) S 21728 21731 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17015653 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433003852704 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21740] ppid=21728 vsize=10551232 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21740/stat : 21740 (java) S 21728 21731 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17015654 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433002800112 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21741] ppid=21728 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21741/stat : 21741 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015656 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433001748688 140433642051483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21742] ppid=21728 vsize=10551232 memory=792 CPUtime=0.26 cores=1,3,5,7
/proc/21731/task/21742/stat : 21742 (java) R 21728 21731 7968 0 -1 4202560 1697 0 0 0 26 0 0 0 20 0 15 0 17015656 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140433000682328 140433634322269 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21743] ppid=21728 vsize=10551232 memory=8684 CPUtime=0.25 cores=1,3,5,7
/proc/21731/task/21743/stat : 21743 (java) R 21728 21731 7968 0 -1 4202560 1324 0 0 0 25 0 0 0 20 0 15 0 17015656 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140432999625328 140433625529721 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21744] ppid=21728 vsize=10551232 memory=1440 CPUtime=0.24 cores=1,3,5,7
/proc/21731/task/21744/stat : 21744 (java) S 21728 21731 7968 0 -1 1077944384 1347 0 0 0 24 0 0 0 20 0 15 0 17015656 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140432998591216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21745] ppid=21728 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21745/stat : 21745 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015656 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140432997538912 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21746] ppid=21728 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21746/stat : 21746 (java) S 21728 21731 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17015661 10804461568 25107 18446744073709551615 4194304 4196468 140736412686592 140432996485424 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 100428 KiB

[startup+1.50082 s]
/proc/loadavg: 2.14 2.09 2.07 5/216 21746
/proc/meminfo: memFree=29956360/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=10551232 memory=288468 CPUtime=3.83 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 20489 0 0 0 370 13 0 0 20 0 15 0 17015641 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2637808 72117 3100 1 0 2627261 0
[pid=21731/tid=21733] ppid=21728 vsize=10551232 memory=288230574492221466 CPUtime=1.23 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) R 21728 21731 7968 0 -1 4202560 6981 0 0 0 119 4 0 0 20 0 15 0 17015651 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433646262112 140433236517053 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=10551232 memory=288230613214036277 CPUtime=0.08 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 138 0 0 0 6 2 0 0 20 0 15 0 17015652 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=10551232 memory=252860 CPUtime=0.05 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 15 0 17015652 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 119 0 0 0 4 1 0 0 20 0 15 0 17015652 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=10551232 memory=-2897801490638248215 CPUtime=0.05 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 108 0 0 0 4 1 0 0 20 0 15 0 17015652 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21738] ppid=21728 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21738/stat : 21738 (java) S 21728 21731 7968 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 17015653 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433004906480 140433642044034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21739] ppid=21728 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21739/stat : 21739 (java) S 21728 21731 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17015653 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433003852704 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21740] ppid=21728 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21740/stat : 21740 (java) S 21728 21731 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17015654 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433002800112 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21741] ppid=21728 vsize=10551232 memory=13024 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21741/stat : 21741 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015656 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433001748688 140433642051483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21742] ppid=21728 vsize=10551232 memory=2424 CPUtime=0.99 cores=1,3,5,7
/proc/21731/task/21742/stat : 21742 (java) R 21728 21731 7968 0 -1 4202560 4976 0 0 0 99 0 0 0 20 0 15 0 17015656 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140433000682736 140433623577500 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21743] ppid=21728 vsize=10551232 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/21731/task/21743/stat : 21743 (java) R 21728 21731 7968 0 -1 4202560 5245 0 0 0 103 0 0 0 20 0 15 0 17015656 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140432999629640 140433627142938 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21744] ppid=21728 vsize=10551232 memory=7519146951335896153 CPUtime=0.27 cores=1,3,5,7
/proc/21731/task/21744/stat : 21744 (java) S 21728 21731 7968 0 -1 1077944384 1442 0 0 0 27 0 0 0 20 0 15 0 17015656 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140432998591216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21745] ppid=21728 vsize=10551232 memory=7519151349382407257 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21745/stat : 21745 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015656 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140432997538912 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21746] ppid=21728 vsize=10551232 memory=7519151349382407257 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21746/stat : 21746 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17015661 10804461568 72117 18446744073709551615 4194304 4196468 140736412686592 140432996485424 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 3.83 s
Current children cumulated vsize: 10551232 KiB

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

[startup+1910.4 s]
/proc/loadavg: 2.01 2.05 2.06 3/212 22075
/proc/meminfo: memFree=26761912/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=10617796 memory=3549216 CPUtime=1935.98 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 179440 0 0 0 193274 324 0 0 20 0 16 0 17015641 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2654449 887304 3145 1 0 2643902 0
[pid=21731/tid=21733] ppid=21728 vsize=10617796 memory=2424 CPUtime=1900.97 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) R 21728 21731 7968 0 -1 4202560 53999 0 0 0 190079 18 0 0 20 0 16 0 17015651 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433646268944 140433238120472 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=10617796 memory=1296 CPUtime=6.78 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 20374 0 0 0 616 62 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=10617796 memory=1732 CPUtime=6.83 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 28423 0 0 0 622 61 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=10617796 memory=-8774313645642428999 CPUtime=6.81 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 19129 0 0 0 622 59 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=10617796 memory=9916 CPUtime=6.74 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 15944 0 0 0 613 61 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21738] ppid=21728 vsize=10617796 memory=1200 CPUtime=2.27 cores=1,3,5,7
/proc/21731/task/21738/stat : 21738 (java) S 21728 21731 7968 0 -1 1077944384 8131 0 0 0 224 3 0 0 20 0 16 0 17015653 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433004906480 140433642044034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21739] ppid=21728 vsize=10617796 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21739/stat : 21739 (java) S 21728 21731 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 17015653 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433003852768 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21740] ppid=21728 vsize=10617796 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21740/stat : 21740 (java) S 21728 21731 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 17015654 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433002800128 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21741] ppid=21728 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21741/stat : 21741 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433001748688 140433642051483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21742] ppid=21728 vsize=10617796 memory=1000 CPUtime=1.89 cores=1,3,5,7
/proc/21731/task/21742/stat : 21742 (java) S 21728 21731 7968 0 -1 1077944384 11308 0 0 0 188 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433000696304 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21743] ppid=21728 vsize=10617796 memory=2012 CPUtime=2.03 cores=1,3,5,7
/proc/21731/task/21743/stat : 21743 (java) S 21728 21731 7968 0 -1 1077944384 14345 0 0 0 202 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432999643760 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21744] ppid=21728 vsize=10617796 memory=3549216 CPUtime=0.38 cores=1,3,5,7
/proc/21731/task/21744/stat : 21744 (java) S 21728 21731 7968 0 -1 1077944384 4300 0 0 0 37 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432998591216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21745] ppid=21728 vsize=10617796 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21745/stat : 21745 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432997538912 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21746] ppid=21728 vsize=10617796 memory=640 CPUtime=1.17 cores=1,3,5,7
/proc/21731/task/21746/stat : 21746 (java) S 21728 21731 7968 0 -1 1077944384 2081 0 0 0 53 64 0 0 20 0 16 0 17015661 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432996485424 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21748] ppid=21728 vsize=10617796 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21748/stat : 21748 (java) S 21728 21731 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17016495 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432995431216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 1935.98 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3549216 KiB

[startup+1912 s]*
/proc/loadavg: 2.01 2.05 2.06 3/212 22075
/proc/meminfo: memFree=26761912/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=10617796 memory=3549216 CPUtime=1937.59 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 179440 0 0 0 193435 324 0 0 20 0 16 0 17015641 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2654449 887304 3145 1 0 2643902 0
[pid=21731/tid=21733] ppid=21728 vsize=10617796 memory=928 CPUtime=1902.58 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) R 21728 21731 7968 0 -1 4202560 53999 0 0 0 190240 18 0 0 20 0 16 0 17015651 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433646268944 140433238120567 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=10617796 memory=2164 CPUtime=6.78 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 20374 0 0 0 616 62 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=10617796 memory=840 CPUtime=6.83 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 28423 0 0 0 622 61 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=10617796 memory=-8774313645642428999 CPUtime=6.81 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 19129 0 0 0 622 59 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=10617796 memory=4040 CPUtime=6.74 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 15944 0 0 0 613 61 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21738] ppid=21728 vsize=10617796 memory=16444 CPUtime=2.27 cores=1,3,5,7
/proc/21731/task/21738/stat : 21738 (java) S 21728 21731 7968 0 -1 1077944384 8131 0 0 0 224 3 0 0 20 0 16 0 17015653 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433004906480 140433642044034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21739] ppid=21728 vsize=10617796 memory=8692 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21739/stat : 21739 (java) S 21728 21731 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 17015653 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433003852768 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21740] ppid=21728 vsize=10617796 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21740/stat : 21740 (java) S 21728 21731 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 17015654 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433002800128 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21741] ppid=21728 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21741/stat : 21741 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433001748688 140433642051483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21742] ppid=21728 vsize=10617796 memory=2760 CPUtime=1.89 cores=1,3,5,7
/proc/21731/task/21742/stat : 21742 (java) S 21728 21731 7968 0 -1 1077944384 11308 0 0 0 188 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433000696304 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21743] ppid=21728 vsize=10617796 memory=2896 CPUtime=2.03 cores=1,3,5,7
/proc/21731/task/21743/stat : 21743 (java) S 21728 21731 7968 0 -1 1077944384 14345 0 0 0 202 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432999643760 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21744] ppid=21728 vsize=10617796 memory=3549216 CPUtime=0.38 cores=1,3,5,7
/proc/21731/task/21744/stat : 21744 (java) S 21728 21731 7968 0 -1 1077944384 4300 0 0 0 37 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432998591216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21745] ppid=21728 vsize=10617796 memory=3549216 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21745/stat : 21745 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432997538912 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21746] ppid=21728 vsize=10617796 memory=16444 CPUtime=1.17 cores=1,3,5,7
/proc/21731/task/21746/stat : 21746 (java) S 21728 21731 7968 0 -1 1077944384 2081 0 0 0 53 64 0 0 20 0 16 0 17015661 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432996485424 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21748] ppid=21728 vsize=10617796 memory=8692 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21748/stat : 21748 (java) S 21728 21731 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17016495 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432995431216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 1937.59 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3549216 KiB

[startup+1912.8 s]
/proc/loadavg: 2.01 2.05 2.06 3/212 22075
/proc/meminfo: memFree=26761912/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=10617796 memory=3549216 CPUtime=1938.38 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 179568 0 0 0 193514 324 0 0 20 0 16 0 17015641 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2654449 887304 3145 1 0 2643902 0
[pid=21731/tid=21733] ppid=21728 vsize=10617796 memory=2248 CPUtime=1903.37 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) R 21728 21731 7968 0 -1 4202560 54127 0 0 0 190319 18 0 0 20 0 16 0 17015651 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433646268944 140433237901034 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=10617796 memory=-8774313645642428999 CPUtime=6.78 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 20374 0 0 0 616 62 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=10617796 memory=288230613214036277 CPUtime=6.83 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 28423 0 0 0 622 61 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=10617796 memory=15816711811106768 CPUtime=6.81 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 19129 0 0 0 622 59 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=10617796 memory=3868 CPUtime=6.74 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 15944 0 0 0 613 61 0 0 20 0 16 0 17015652 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21738] ppid=21728 vsize=10617796 memory=3904 CPUtime=2.27 cores=1,3,5,7
/proc/21731/task/21738/stat : 21738 (java) S 21728 21731 7968 0 -1 1077944384 8131 0 0 0 224 3 0 0 20 0 16 0 17015653 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433004906480 140433642044034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21739] ppid=21728 vsize=10617796 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21739/stat : 21739 (java) S 21728 21731 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 17015653 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433003852768 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21740] ppid=21728 vsize=10617796 memory=2896 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21740/stat : 21740 (java) S 21728 21731 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 17015654 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433002800128 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21741] ppid=21728 vsize=10617796 memory=3549216 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21741/stat : 21741 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433001748688 140433642051483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21742] ppid=21728 vsize=10617796 memory=2424 CPUtime=1.89 cores=1,3,5,7
/proc/21731/task/21742/stat : 21742 (java) S 21728 21731 7968 0 -1 1077944384 11308 0 0 0 188 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140433000696304 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21743] ppid=21728 vsize=10617796 memory=1296 CPUtime=2.03 cores=1,3,5,7
/proc/21731/task/21743/stat : 21743 (java) S 21728 21731 7968 0 -1 1077944384 14345 0 0 0 202 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432999643760 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21744] ppid=21728 vsize=10617796 memory=1732 CPUtime=0.38 cores=1,3,5,7
/proc/21731/task/21744/stat : 21744 (java) S 21728 21731 7968 0 -1 1077944384 4300 0 0 0 37 1 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432998591216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21745] ppid=21728 vsize=10617796 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21745/stat : 21745 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17015656 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432997538912 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21746] ppid=21728 vsize=10617796 memory=1228 CPUtime=1.17 cores=1,3,5,7
/proc/21731/task/21746/stat : 21746 (java) S 21728 21731 7968 0 -1 1077944384 2081 0 0 0 53 64 0 0 20 0 16 0 17015661 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432996485424 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21748] ppid=21728 vsize=10617796 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21748/stat : 21748 (java) S 21728 21731 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17016495 10872623104 887304 18446744073709551615 4194304 4196468 140736412686592 140432995431216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 1938.38 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3549216 KiB

[startup+1913 s]*
/proc/loadavg: 2.01 2.05 2.06 2/212 22077
/proc/meminfo: memFree=26761912/32770624 swapFree=67108860/67108860
[pid=21731] ppid=21728 vsize=10750924 memory=3549276 CPUtime=1938.44 cores=1,3,5,7
/proc/21731/stat : 21731 (java) S 21728 21731 7968 0 -1 1077944320 180575 0 0 0 193520 324 0 0 20 0 16 0 17015641 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140736412669136 140433642032887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
/proc/21731/statm: 2687731 887319 3147 1 0 2677184 0
[pid=21731/tid=21733] ppid=21728 vsize=10750924 memory=-8774313645642428999 CPUtime=1903.43 cores=1,3,5,7
/proc/21731/task/21733/stat : 21733 (java) S 21728 21731 7968 0 -1 1077944384 54557 0 0 0 190325 18 0 0 20 0 16 0 17015651 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433646273568 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21734] ppid=21728 vsize=10750924 memory=-8774313645642428999 CPUtime=6.78 cores=1,3,5,7
/proc/21731/task/21734/stat : 21734 (java) S 21728 21731 7968 0 -1 1077944384 20374 0 0 0 616 62 0 0 20 0 16 0 17015652 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433572453136 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21735] ppid=21728 vsize=10750924 memory=2424 CPUtime=6.83 cores=1,3,5,7
/proc/21731/task/21735/stat : 21735 (java) S 21728 21731 7968 0 -1 1077944384 28423 0 0 0 622 61 0 0 20 0 16 0 17015652 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433571400592 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21736] ppid=21728 vsize=10750924 memory=1296 CPUtime=6.81 cores=1,3,5,7
/proc/21731/task/21736/stat : 21736 (java) S 21728 21731 7968 0 -1 1077944384 19129 0 0 0 622 59 0 0 20 0 16 0 17015652 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433570348048 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21737] ppid=21728 vsize=10750924 memory=1732 CPUtime=6.74 cores=1,3,5,7
/proc/21731/task/21737/stat : 21737 (java) S 21728 21731 7968 0 -1 1077944384 15944 0 0 0 613 61 0 0 20 0 16 0 17015652 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433569295504 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21738] ppid=21728 vsize=10750924 memory=1700 CPUtime=2.27 cores=1,3,5,7
/proc/21731/task/21738/stat : 21738 (java) S 21728 21731 7968 0 -1 1077944384 8157 0 0 0 224 3 0 0 20 0 16 0 17015653 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433004906480 140433642044034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21739] ppid=21728 vsize=10750924 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21739/stat : 21739 (java) S 21728 21731 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 17015653 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433003852768 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21740] ppid=21728 vsize=10750924 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21740/stat : 21740 (java) S 21728 21731 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 17015654 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433002800128 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21741] ppid=21728 vsize=10750924 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21741/stat : 21741 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17015656 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433001748688 140433642051483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21742] ppid=21728 vsize=10750924 memory=5520 CPUtime=1.89 cores=1,3,5,7
/proc/21731/task/21742/stat : 21742 (java) S 21728 21731 7968 0 -1 1077944384 11308 0 0 0 188 1 0 0 20 0 16 0 17015656 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140433000696304 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21743] ppid=21728 vsize=10750924 memory=4612 CPUtime=2.03 cores=1,3,5,7
/proc/21731/task/21743/stat : 21743 (java) S 21728 21731 7968 0 -1 1077944384 14345 0 0 0 202 1 0 0 20 0 16 0 17015656 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140432999643760 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21744] ppid=21728 vsize=10750924 memory=792 CPUtime=0.39 cores=1,3,5,7
/proc/21731/task/21744/stat : 21744 (java) S 21728 21731 7968 0 -1 1077944384 4719 0 0 0 37 2 0 0 20 0 16 0 17015656 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140432998591216 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21745] ppid=21728 vsize=10750924 memory=8684 CPUtime=0 cores=1,3,5,7
/proc/21731/task/21745/stat : 21745 (java) S 21728 21731 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17015656 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140432997538912 140433642043093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=21746] ppid=21728 vsize=10750924 memory=1440 CPUtime=1.17 cores=1,3,5,7
/proc/21731/task/21746/stat : 21746 (java) S 21728 21731 7968 0 -1 1077944384 2081 0 0 0 53 64 0 0 20 0 16 0 17015661 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140432996485424 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
[pid=21731/tid=22076] ppid=21728 vsize=10750924 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/21731/task/22076/stat : 22076 (java) S 21728 21731 7968 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 17206927 11008946176 887319 18446744073709551615 4194304 4196468 140736412686592 140432994378896 140433642044034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31399936 140736412692881 140736412693034 140736412693034 140736412696527 0
Current children cumulated CPU time: 1938.44 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 3549276 KiB

Child status: 0
Real time (s): 1913.11
CPU time (s): 1938.5
CPU user time (s): 1935.24
CPU system time (s): 3.26232
CPU usage (%): 101.327
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 3549276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1935.24
system time used= 3.26232
maximum resident set size= 3549572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44268
involuntary context switches= 1086


# summary of solver processes directly reported to runsolver:
#   pid: 21731
#   total CPU time (s): 1938.5
#   total CPU user time (s): 1935.24
#   total CPU system time (s): 3.26232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.49 second user time and 18.6313 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 15:21:33
IDJOB=4263471
IDBENCH=134319
IDSOLVER=2651
FILE ID=node128/4263471-1502631330
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-11-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263471-1502631330/watcher-4263471-1502631330 -o /tmp/evaluation-result-4263471-1502631330/solver-4263471-1502631330 -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-4263471-1502631330.xml

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

MD5SUM BENCH= de9211f741ec47eeb5ead1f5842e57a8
RANDOM SEED=1564770509

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:        30149736 kB
MemAvailable:   30732088 kB
Buffers:          141592 kB
Cached:           728116 kB
SwapCached:            0 kB
Active:          1530736 kB
Inactive:         678168 kB
Active(anon):    1339164 kB
Inactive(anon):    16764 kB
Active(file):     191572 kB
Inactive(file):   661404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1680 kB
Writeback:             0 kB
AnonPages:       1347220 kB
Mapped:            45940 kB
Shmem:             17116 kB
Slab:             115472 kB
SReclaimable:      90420 kB
SUnreclaim:        25052 kB
KernelStack:        3808 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2652496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1224704 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:53:26