Trace number 4263346

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 1118.62 1095.6899

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-012-05.xml
MD5SUM576ab85aff90c2f6aba79c06ab2e34bc
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 benchmark0.060637999
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints10
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":5}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":10}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10}]
Optimization problemNO
Type of objective

Solver Data

0.83/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.83/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.83/0.44	c See www.sat4j.org for details.
0.83/0.44	c That software uses the Rhino library from the Mozilla project.
0.83/0.44	c version CUSTOM.v20170705
0.83/0.44	c java.runtime.name	Java(TM) SE Runtime Environment
0.83/0.44	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.83/0.44	c java.vm.version	25.131-b11
0.83/0.44	c java.vm.vendor	Oracle Corporation
0.83/0.44	c sun.arch.data.model	64
0.83/0.44	c java.version		1.8.0_131
0.83/0.44	c os.name		Linux
0.83/0.44	c os.version		3.10.0-514.16.1.el7.x86_64
0.83/0.44	c os.arch		amd64
0.83/0.44	c Free memory 		499604488
0.83/0.44	c Max memory 		7247757312
0.83/0.44	c Total memory 		504889344
0.83/0.44	c Number of processors 	4
0.83/0.44	c c --- Begin Solver configuration ---
0.83/0.44	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.83/0.44	c Learn all clauses as in MiniSAT
0.83/0.44	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.83/0.44	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.83/0.44	c No reason simplification
0.83/0.44	c Glucose 2.1 dynamic restart strategy
0.83/0.44	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.83/0.44	c timeout=2147483s
0.83/0.44	c DB Simplification allowed=false
0.83/0.44	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.83/0.44	c --- End Solver configuration ---
0.83/0.44	c constraints type 
0.83/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.83/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6000
0.83/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106620
0.83/0.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 20
0.83/0.44	c 112650 constraints processed.
1118.55/1095.63	c starts		: 31233
1118.55/1095.63	c conflicts		: 6646748
1118.55/1095.63	c decisions		: 46457687
1118.55/1095.63	c propagations		: 374452117
1118.55/1095.63	c inspects		: 15452864811
1118.55/1095.63	c shortcuts		: 0
1118.55/1095.63	c learnt literals	: 53
1118.55/1095.63	c learnt binary clauses	: 9085
1118.55/1095.63	c learnt ternary clauses	: 12926
1118.55/1095.63	c learnt constraints	: 6646694
1118.55/1095.63	c ignored constraints	: 0
1118.55/1095.63	c root simplifications	: 0
1118.55/1095.63	c removed literals (reason simplification)	: 0
1118.55/1095.63	c reason swapping (by a shorter reason)	: 0
1118.55/1095.63	c Calls to reduceDB	: 110
1118.55/1095.63	c Number of update (reduction) of LBD	: 5817217
1118.55/1095.63	c Imported unit clauses	: 0
1118.55/1095.63	c number of reductions to clauses (during analyze)	: 0
1118.55/1095.63	c number of learned constraints concerned by reduction	: 0
1118.55/1095.64	c number of learning phase by resolution	: 0
1118.55/1095.64	c number of learning phase by cutting planes	: 0
1118.55/1095.64	c number of rounding to 1 operations	: 0
1118.55/1095.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1118.55/1095.64	c number of reductions of the coefficients by power 2 	: 0
1118.55/1095.64	c number of right shift for reduction by power 2 	: 0
1118.55/1095.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
1118.55/1095.64	c speed (assignments/second)	: 341903.8921764761
1118.55/1095.64	c non guided choices	6550
1118.55/1095.67	c learnt constraints type 
1118.55/1095.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9085
1118.55/1095.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 205757
1118.55/1095.67	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 (8088 MiB free)
  memory of node 1: 16384 MiB (14676 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263346-1502613987/watcher-4263346-1502613987 -o /tmp/evaluation-result-4263346-1502613987/solver-4263346-1502613987 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263346-1502613987.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=5694, runsolver pid=5691
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 6.95 6.47 4.37 4/216 5709
/proc/meminfo: memFree=23291716/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10555400 memory=30540 CPUtime=0.12 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 6758 0 0 0 11 1 0 0 20 0 15 0 94479661 10808729600 7635 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2638850 7635 2789 1 0 2627263 0
[pid=5694/tid=5696] ppid=5691 vsize=10555400 memory=-8969302910422578368 CPUtime=0.09 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) R 5691 5694 4973 0 -1 4202560 4611 0 0 0 8 1 0 0 20 0 15 0 94479661 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904723158864 139904718945686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10555400 memory=140486499141248 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94479662 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5701] ppid=5691 vsize=10555400 memory=140486499141248 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5701/stat : 5701 (java) S 5691 5694 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94479663 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904278616688 139904718944898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5702] ppid=5691 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5702/stat : 5702 (java) S 5691 5694 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94479663 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904277562656 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5703] ppid=5691 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5703/stat : 5703 (java) S 5691 5694 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94479664 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904276510320 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5704] ppid=5691 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5704/stat : 5704 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94479666 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904275458640 139904718952347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5705] ppid=5691 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5705/stat : 5705 (java) S 5691 5694 4973 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 94479666 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904274405488 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5706] ppid=5691 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5706/stat : 5706 (java) S 5691 5694 4973 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 94479666 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904273352688 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5707] ppid=5691 vsize=10555400 memory=140486499141248 CPUtime=0.02 cores=1,3,5,7
/proc/5694/task/5707/stat : 5707 (java) S 5691 5694 4973 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 94479666 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904272300400 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5708] ppid=5691 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5708/stat : 5708 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94479666 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904271247840 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5709] ppid=5691 vsize=10555400 memory=140486499141248 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5709/stat : 5709 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479666 10808729600 7635 33554432000 4194304 4196468 140727908682496 139904270195632 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30540 KiB

[startup+0.210591 s]*
/proc/loadavg: 6.95 6.47 4.37 3/216 5709
/proc/meminfo: memFree=23285140/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10555400 memory=37780 CPUtime=0.28 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 7716 0 0 0 26 2 0 0 20 0 15 0 94479661 10808729600 9445 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2638850 9445 2910 1 0 2627263 0
[pid=5694/tid=5696] ppid=5691 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) R 5691 5694 4973 0 -1 4202560 5375 0 0 0 19 1 0 0 20 0 15 0 94479661 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904723165904 139904703014238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10555400 memory=140486499149847 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94479662 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5701] ppid=5691 vsize=10555400 memory=140486499141248 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5701/stat : 5701 (java) S 5691 5694 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94479663 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904278616688 139904718944898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5702] ppid=5691 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5702/stat : 5702 (java) S 5691 5694 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94479663 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904277562656 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5703] ppid=5691 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5703/stat : 5703 (java) S 5691 5694 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94479664 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904276510320 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5704] ppid=5691 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5704/stat : 5704 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94479666 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904275458640 139904718952347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5705] ppid=5691 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5694/task/5705/stat : 5705 (java) S 5691 5694 4973 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 15 0 94479666 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904274405488 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5706] ppid=5691 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5694/task/5706/stat : 5706 (java) S 5691 5694 4973 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 15 0 94479666 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904273352688 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5707] ppid=5691 vsize=10555400 memory=140486499141248 CPUtime=0.05 cores=1,3,5,7
/proc/5694/task/5707/stat : 5707 (java) R 5691 5694 4973 0 -1 4202560 376 0 0 0 5 0 0 0 20 0 15 0 94479666 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904272300400 139904703014238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5708] ppid=5691 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5708/stat : 5708 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94479666 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904271247840 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5709] ppid=5691 vsize=10555400 memory=140486499141248 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5709/stat : 5709 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479666 10808729600 9445 33554432000 4194304 4196468 140727908682496 139904270195632 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37780 KiB

[startup+0.310496 s]*
/proc/loadavg: 6.95 6.47 4.37 5/216 5709
/proc/meminfo: memFree=23276580/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10555476 memory=47108 CPUtime=0.5 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 8986 0 0 0 47 3 0 0 20 0 15 0 94479661 10808807424 11777 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2638869 11777 3039 1 0 2627263 0
[pid=5694/tid=5696] ppid=5691 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) R 5691 5694 4973 0 -1 4202560 5782 0 0 0 28 1 0 0 20 0 15 0 94479661 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904723169696 139904703014238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10555476 memory=13995665338435224 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479662 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94479662 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5701] ppid=5691 vsize=10555476 memory=140486499141248 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5701/stat : 5701 (java) S 5691 5694 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94479663 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904278616688 139904718944898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5702] ppid=5691 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5702/stat : 5702 (java) S 5691 5694 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94479663 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904277562656 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5703] ppid=5691 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5703/stat : 5703 (java) S 5691 5694 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94479664 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904276510320 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5704] ppid=5691 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5704/stat : 5704 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94479666 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904275458640 139904718952347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5705] ppid=5691 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5694/task/5705/stat : 5705 (java) S 5691 5694 4973 0 -1 1077944384 721 0 0 0 3 0 0 0 20 0 15 0 94479666 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904274405488 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5706] ppid=5691 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/5694/task/5706/stat : 5706 (java) S 5691 5694 4973 0 -1 1077944384 404 0 0 0 4 0 0 0 20 0 15 0 94479666 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904273352688 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5707] ppid=5691 vsize=10555476 memory=140486499141248 CPUtime=0.11 cores=1,3,5,7
/proc/5694/task/5707/stat : 5707 (java) R 5691 5694 4973 0 -1 4202560 714 0 0 0 11 0 0 0 20 0 15 0 94479666 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904272300400 139904718955098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5708] ppid=5691 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5708/stat : 5708 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94479666 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904271247840 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5709] ppid=5691 vsize=10555476 memory=140486499141248 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5709/stat : 5709 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94479666 10808807424 11777 33554432000 4194304 4196468 140727908682496 139904270195632 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47108 KiB

[startup+0.700839 s]
/proc/loadavg: 6.95 6.47 4.37 5/217 5710
/proc/meminfo: memFree=23251560/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10622040 memory=74680 CPUtime=1.71 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 10908 0 0 0 166 5 0 0 20 0 16 0 94479661 10876968960 18670 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2655510 18670 3086 1 0 2643904 0
[pid=5694/tid=5696] ppid=5691 vsize=10622040 memory=2428 CPUtime=0.67 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) R 5691 5694 4973 0 -1 4202560 5961 0 0 0 65 2 0 0 20 0 16 0 94479661 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904723169896 139904351135871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10622040 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94479662 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10622040 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94479662 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10622040 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94479662 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10622040 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 94479662 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5701] ppid=5691 vsize=10622040 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5701/stat : 5701 (java) S 5691 5694 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 94479663 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904278616688 139904718944898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5702] ppid=5691 vsize=10622040 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5702/stat : 5702 (java) S 5691 5694 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 94479663 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904277562656 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5703] ppid=5691 vsize=10622040 memory=7092137321148474688 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5703/stat : 5703 (java) S 5691 5694 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94479664 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904276510320 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5704] ppid=5691 vsize=10622040 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5704/stat : 5704 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904275458640 139904718952347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5705] ppid=5691 vsize=10622040 memory=5788647689011156329 CPUtime=0.4 cores=1,3,5,7
/proc/5694/task/5705/stat : 5705 (java) R 5691 5694 4973 0 -1 4202560 1377 0 0 0 40 0 0 0 20 0 16 0 94479666 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904274394160 139904703327238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5706] ppid=5691 vsize=10622040 memory=-7749694995119233653 CPUtime=0.41 cores=1,3,5,7
/proc/5694/task/5706/stat : 5706 (java) R 5691 5694 4973 0 -1 4202560 1205 0 0 0 41 0 0 0 20 0 16 0 94479666 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904273341440 139904696825776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5707] ppid=5691 vsize=10622040 memory=8326441112149131695 CPUtime=0.18 cores=1,3,5,7
/proc/5694/task/5707/stat : 5707 (java) S 5691 5694 4973 0 -1 1077944384 974 0 0 0 17 1 0 0 20 0 16 0 94479666 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904272300400 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5708] ppid=5691 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5708/stat : 5708 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904271247840 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5709] ppid=5691 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5709/stat : 5709 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904270195632 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5710] ppid=5691 vsize=10622040 memory=31588 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5710/stat : 5710 (java) S 5691 5694 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 94479705 10876968960 18670 33554432000 4194304 4196468 140727908682496 139904269141168 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 74680 KiB

[startup+1.5008 s]
/proc/loadavg: 6.95 6.47 4.37 5/217 5710
/proc/meminfo: memFree=23239464/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10622040 memory=95148 CPUtime=3.41 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 17266 0 0 0 335 6 0 0 20 0 16 0 94479661 10876968960 23787 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2655510 23787 3098 1 0 2643904 0
[pid=5694/tid=5696] ppid=5691 vsize=10622040 memory=6737 CPUtime=1.48 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) R 5691 5694 4973 0 -1 4202560 6338 0 0 0 145 3 0 0 20 0 16 0 94479661 10876968960 23787 33554432000 4194304 4196468 140727908682496 139904723170424 139904349716615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10622040 memory=14692993764427613 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94479662 10876968960 23787 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94479662 10876968960 23787 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94479662 10876968960 23787 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 94479662 10876968960 23787 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0

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

Current children cumulated memory: 377872 KiB

[startup+1092.8 s]
/proc/loadavg: 1.82 2.96 3.76 3/217 5898
/proc/meminfo: memFree=27903588/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10622040 memory=375820 CPUtime=1115.9 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 86594 0 0 0 111391 199 0 0 20 0 16 0 94479661 10876968960 93955 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2655510 93955 3148 1 0 2643904 0
[pid=5694/tid=5696] ppid=5691 vsize=10622040 memory=0 CPUtime=1085.35 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) R 5691 5694 4973 0 -1 4202560 12540 0 0 0 108529 6 0 0 20 0 16 0 94479661 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904723172704 139904349716583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10622040 memory=8112282956445269571 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 7844 0 0 0 633 39 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10622040 memory=16416 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 6156 0 0 0 633 39 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10622040 memory=18472 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 7232 0 0 0 634 38 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10622040 memory=375820 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 7307 0 0 0 635 37 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5701] ppid=5691 vsize=10622040 memory=8112282956445269571 CPUtime=0.65 cores=1,3,5,7
/proc/5694/task/5701/stat : 5701 (java) S 5691 5694 4973 0 -1 1077944384 27678 0 0 0 59 6 0 0 20 0 16 0 94479663 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904278616688 139904718944898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5702] ppid=5691 vsize=10622040 memory=280972733972720 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5702/stat : 5702 (java) S 5691 5694 4973 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 94479663 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904277562656 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5703] ppid=5691 vsize=10622040 memory=280972733972720 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5703/stat : 5703 (java) S 5691 5694 4973 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 94479664 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904276510320 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5704] ppid=5691 vsize=10622040 memory=280972733972720 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5704/stat : 5704 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904275458640 139904718952347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5705] ppid=5691 vsize=10622040 memory=280972733972720 CPUtime=0.98 cores=1,3,5,7
/proc/5694/task/5705/stat : 5705 (java) S 5691 5694 4973 0 -1 1077944384 7863 0 0 0 97 1 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904274405488 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5706] ppid=5691 vsize=10622040 memory=301741373374332954 CPUtime=1.11 cores=1,3,5,7
/proc/5694/task/5706/stat : 5706 (java) S 5691 5694 4973 0 -1 1077944384 4917 0 0 0 110 1 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904273352688 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5707] ppid=5691 vsize=10622040 memory=288230596050944315 CPUtime=0.24 cores=1,3,5,7
/proc/5694/task/5707/stat : 5707 (java) S 5691 5694 4973 0 -1 1077944384 2274 0 0 0 22 2 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904272300400 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5708] ppid=5691 vsize=10622040 memory=14415908244294039 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5708/stat : 5708 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904271247840 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5709] ppid=5691 vsize=10622040 memory=4612 CPUtime=0.62 cores=1,3,5,7
/proc/5694/task/5709/stat : 5709 (java) S 5691 5694 4973 0 -1 1077944384 1333 0 0 0 29 33 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904270195632 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5710] ppid=5691 vsize=10622040 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5710/stat : 5710 (java) S 5691 5694 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 94479705 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904269141168 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
Current children cumulated CPU time: 1115.9 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 375820 KiB

[startup+1094.4 s]
/proc/loadavg: 1.76 2.93 3.75 3/217 5898
/proc/meminfo: memFree=27903752/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10622040 memory=375820 CPUtime=1117.51 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 86594 0 0 0 111552 199 0 0 20 0 16 0 94479661 10876968960 93955 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2655510 93955 3148 1 0 2643904 0
[pid=5694/tid=5696] ppid=5691 vsize=10622040 memory=2428 CPUtime=1086.95 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) R 5691 5694 4973 0 -1 4202560 12540 0 0 0 108689 6 0 0 20 0 16 0 94479661 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904723172704 139904351234470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10622040 memory=9992 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 7844 0 0 0 633 39 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10622040 memory=1224 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 6156 0 0 0 633 39 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10622040 memory=5716 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 7232 0 0 0 634 38 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10622040 memory=2428 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 7307 0 0 0 635 37 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5701] ppid=5691 vsize=10622040 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/5694/task/5701/stat : 5701 (java) S 5691 5694 4973 0 -1 1077944384 27678 0 0 0 59 6 0 0 20 0 16 0 94479663 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904278616688 139904718944898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5702] ppid=5691 vsize=10622040 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5702/stat : 5702 (java) S 5691 5694 4973 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 94479663 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904277562656 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5703] ppid=5691 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5703/stat : 5703 (java) S 5691 5694 4973 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 94479664 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904276510320 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5704] ppid=5691 vsize=10622040 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5704/stat : 5704 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904275458640 139904718952347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5705] ppid=5691 vsize=10622040 memory=7280 CPUtime=0.98 cores=1,3,5,7
/proc/5694/task/5705/stat : 5705 (java) S 5691 5694 4973 0 -1 1077944384 7863 0 0 0 97 1 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904274405488 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5706] ppid=5691 vsize=10622040 memory=844 CPUtime=1.11 cores=1,3,5,7
/proc/5694/task/5706/stat : 5706 (java) S 5691 5694 4973 0 -1 1077944384 4917 0 0 0 110 1 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904273352688 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5707] ppid=5691 vsize=10622040 memory=377872 CPUtime=0.24 cores=1,3,5,7
/proc/5694/task/5707/stat : 5707 (java) S 5691 5694 4973 0 -1 1077944384 2274 0 0 0 22 2 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904272300400 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5708] ppid=5691 vsize=10622040 memory=16416 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5708/stat : 5708 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904271247840 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5709] ppid=5691 vsize=10622040 memory=18472 CPUtime=0.62 cores=1,3,5,7
/proc/5694/task/5709/stat : 5709 (java) S 5691 5694 4973 0 -1 1077944384 1333 0 0 0 29 33 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904270195632 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5710] ppid=5691 vsize=10622040 memory=640 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5710/stat : 5710 (java) S 5691 5694 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 94479705 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904269141168 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
Current children cumulated CPU time: 1117.51 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 375820 KiB

[startup+1095.2 s]
/proc/loadavg: 1.76 2.93 3.75 3/217 5898
/proc/meminfo: memFree=27903876/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10622040 memory=375820 CPUtime=1118.31 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 86594 0 0 0 111632 199 0 0 20 0 16 0 94479661 10876968960 93955 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2655510 93955 3148 1 0 2643904 0
[pid=5694/tid=5696] ppid=5691 vsize=10622040 memory=380952 CPUtime=1087.75 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) R 5691 5694 4973 0 -1 4202560 12540 0 0 0 108769 6 0 0 20 0 16 0 94479661 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904723172704 139904351286528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10622040 memory=8552 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 7844 0 0 0 633 39 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10622040 memory=15872 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 6156 0 0 0 633 39 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10622040 memory=8112282956445269571 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 7232 0 0 0 634 38 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10622040 memory=1944 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 7307 0 0 0 635 37 0 0 20 0 16 0 94479662 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5701] ppid=5691 vsize=10622040 memory=1200 CPUtime=0.65 cores=1,3,5,7
/proc/5694/task/5701/stat : 5701 (java) S 5691 5694 4973 0 -1 1077944384 27678 0 0 0 59 6 0 0 20 0 16 0 94479663 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904278616688 139904718944898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5702] ppid=5691 vsize=10622040 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5702/stat : 5702 (java) S 5691 5694 4973 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 94479663 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904277562656 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5703] ppid=5691 vsize=10622040 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5703/stat : 5703 (java) S 5691 5694 4973 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 94479664 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904276510320 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5704] ppid=5691 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5704/stat : 5704 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904275458640 139904718952347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5705] ppid=5691 vsize=10622040 memory=375820 CPUtime=0.98 cores=1,3,5,7
/proc/5694/task/5705/stat : 5705 (java) S 5691 5694 4973 0 -1 1077944384 7863 0 0 0 97 1 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904274405488 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5706] ppid=5691 vsize=10622040 memory=15872 CPUtime=1.11 cores=1,3,5,7
/proc/5694/task/5706/stat : 5706 (java) S 5691 5694 4973 0 -1 1077944384 4917 0 0 0 110 1 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904273352688 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5707] ppid=5691 vsize=10622040 memory=8112282956445269571 CPUtime=0.24 cores=1,3,5,7
/proc/5694/task/5707/stat : 5707 (java) S 5691 5694 4973 0 -1 1077944384 2274 0 0 0 22 2 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904272300400 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5708] ppid=5691 vsize=10622040 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5708/stat : 5708 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904271247840 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5709] ppid=5691 vsize=10622040 memory=8112282956445269571 CPUtime=0.62 cores=1,3,5,7
/proc/5694/task/5709/stat : 5709 (java) S 5691 5694 4973 0 -1 1077944384 1333 0 0 0 29 33 0 0 20 0 16 0 94479666 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904270195632 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5710] ppid=5691 vsize=10622040 memory=844 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5710/stat : 5710 (java) S 5691 5694 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 94479705 10876968960 93955 33554432000 4194304 4196468 140727908682496 139904269141168 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
Current children cumulated CPU time: 1118.31 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 375820 KiB

[startup+1095.6 s]
/proc/loadavg: 1.76 2.93 3.75 3/217 5898
/proc/meminfo: memFree=27903876/32770624 swapFree=67108860/67108860
[pid=5694] ppid=5691 vsize=10755168 memory=375872 CPUtime=1118.55 cores=1,3,5,7
/proc/5694/stat : 5694 (java) S 5691 5694 4973 0 -1 1077944320 86730 0 0 0 111656 199 0 0 20 0 16 0 94479661 11013292032 93968 33554432000 4194304 4196468 140727908682496 140727908665040 139904718933751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
/proc/5694/statm: 2688792 93968 3150 1 0 2677186 0
[pid=5694/tid=5696] ppid=5691 vsize=10755168 memory=2428 CPUtime=1087.99 cores=1,3,5,7
/proc/5694/task/5696/stat : 5696 (java) S 5691 5694 4973 0 -1 1077944384 12577 0 0 0 108793 6 0 0 20 0 16 0 94479661 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904723174432 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5697] ppid=5691 vsize=10755168 memory=1728 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5697/stat : 5697 (java) S 5691 5694 4973 0 -1 1077944384 7844 0 0 0 633 39 0 0 20 0 16 0 94479662 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904671553936 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5698] ppid=5691 vsize=10755168 memory=8112282956445269571 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5698/stat : 5698 (java) S 5691 5694 4973 0 -1 1077944384 6156 0 0 0 633 39 0 0 20 0 16 0 94479662 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904670501136 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5699] ppid=5691 vsize=10755168 memory=1200 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5699/stat : 5699 (java) S 5691 5694 4973 0 -1 1077944384 7232 0 0 0 634 38 0 0 20 0 16 0 94479662 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904669448848 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5700] ppid=5691 vsize=10755168 memory=1424 CPUtime=6.72 cores=1,3,5,7
/proc/5694/task/5700/stat : 5700 (java) S 5691 5694 4973 0 -1 1077944384 7307 0 0 0 635 37 0 0 20 0 16 0 94479662 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904322034192 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5701] ppid=5691 vsize=10755168 memory=8552 CPUtime=0.65 cores=1,3,5,7
/proc/5694/task/5701/stat : 5701 (java) S 5691 5694 4973 0 -1 1077944384 27678 0 0 0 59 6 0 0 20 0 16 0 94479663 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904278616688 139904718944898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5702] ppid=5691 vsize=10755168 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5702/stat : 5702 (java) S 5691 5694 4973 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 94479663 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904277562656 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5703] ppid=5691 vsize=10755168 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5703/stat : 5703 (java) S 5691 5694 4973 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 94479664 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904276510320 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5704] ppid=5691 vsize=10755168 memory=16416 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5704/stat : 5704 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904275458640 139904718952347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5705] ppid=5691 vsize=10755168 memory=18472 CPUtime=0.98 cores=1,3,5,7
/proc/5694/task/5705/stat : 5705 (java) S 5691 5694 4973 0 -1 1077944384 7863 0 0 0 97 1 0 0 20 0 16 0 94479666 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904274405488 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5706] ppid=5691 vsize=10755168 memory=640 CPUtime=1.11 cores=1,3,5,7
/proc/5694/task/5706/stat : 5706 (java) S 5691 5694 4973 0 -1 1077944384 4917 0 0 0 110 1 0 0 20 0 16 0 94479666 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904273352688 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5707] ppid=5691 vsize=10755168 memory=1796 CPUtime=0.24 cores=1,3,5,7
/proc/5694/task/5707/stat : 5707 (java) S 5691 5694 4973 0 -1 1077944384 2300 0 0 0 22 2 0 0 20 0 16 0 94479666 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904272300400 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5708] ppid=5691 vsize=10755168 memory=960 CPUtime=0 cores=1,3,5,7
/proc/5694/task/5708/stat : 5708 (java) S 5691 5694 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94479666 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904271247840 139904718943957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
[pid=5694/tid=5709] ppid=5691 vsize=10755168 memory=4872558044660077418 CPUtime=0.62 cores=1,3,5,7
/proc/5694/task/5709/stat : 5709 (java) S 5691 5694 4973 0 -1 1077944384 1333 0 0 0 29 33 0 0 20 0 16 0 94479666 11013292032 93968 33554432000 4194304 4196468 140727908682496 139904270195632 139904718944898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140727908684934 140727908685087 140727908685087 140727908687823 0
Current children cumulated CPU time: 1118.55 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 375872 KiB

Child status: 0
Real time (s): 1095.69
CPU time (s): 1118.62
CPU user time (s): 1116.62
CPU system time (s): 1.99963
CPU usage (%): 102.092
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 726148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1116.62
system time used= 1.99963
maximum resident set size= 734748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86948
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29981
involuntary context switches= 1595


# summary of solver processes directly reported to runsolver:
#   pid: 5694
#   total CPU time (s): 1118.62
#   total CPU user time (s): 1116.62
#   total CPU system time (s): 1.99963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33535 second user time and 9.87949 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:32:09
IDJOB=4263346
IDBENCH=120671
IDSOLVER=2651
FILE ID=node151/4263346-1502613987
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-012-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263346-1502613987/watcher-4263346-1502613987 -o /tmp/evaluation-result-4263346-1502613987/solver-4263346-1502613987 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263346-1502613987.xml

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

MD5SUM BENCH= 576ab85aff90c2f6aba79c06ab2e34bc
RANDOM SEED=136952860

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        23311748 kB
MemAvailable:   26394676 kB
Buffers:          224080 kB
Cached:          3151324 kB
SwapCached:            0 kB
Active:          6433372 kB
Inactive:        2586416 kB
Active(anon):    5647388 kB
Inactive(anon):    25044 kB
Active(file):     785984 kB
Inactive(file):  2561372 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1700 kB
Writeback:             0 kB
AnonPages:       5735500 kB
Mapped:            55300 kB
Shmem:             25224 kB
Slab:             129428 kB
SReclaimable:     102816 kB
SUnreclaim:        26612 kB
KernelStack:        3856 kB
PageTables:        15908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6353836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5392384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 10:50:25