Trace number 4263666

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 25.398701 11.8835

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-LV/
Subisomorphism-g07-g39.xml
MD5SUMdbf4985f7b4f6efdb18e4ae2f2616c62
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.0076600001
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints121
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":20}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":20}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":100},{"arity":20,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263666-1502627843/watcher-4263666-1502627843 -o /tmp/evaluation-result-4263666-1502627843/solver-4263666-1502627843 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4809 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263666-1502627843.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=5433, runsolver pid=5430
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 2.09 2.15 2.08 4/217 5448
/proc/meminfo: memFree=21729108/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10555400 memory=30912 CPUtime=0.13 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 6772 0 0 0 11 2 0 0 20 0 15 0 95855899 10808729600 7728 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2638850 7728 2822 1 0 2627263 0
[pid=5433/tid=5435] ppid=5430 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) R 5430 5433 31727 0 -1 4202560 4625 0 0 0 8 1 0 0 20 0 15 0 95855899 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286628743488 140286624533910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) S 5430 5433 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95855900 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286585482256 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10555400 memory=140548910700160 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286230240400 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286229187344 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286228134800 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10555400 memory=140548910700160 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95855901 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286184233200 140286624533122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5441] ppid=5430 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5441/stat : 5441 (java) S 5430 5433 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95855902 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286183179424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5442] ppid=5430 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5442/stat : 5442 (java) S 5430 5433 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95855902 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286114128624 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5443] ppid=5430 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5443/stat : 5443 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855904 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286113077200 140286624540571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5444] ppid=5430 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5444/stat : 5444 (java) S 5430 5433 31727 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 95855904 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286112025328 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5445] ppid=5430 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5445/stat : 5445 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855904 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286110972784 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5446] ppid=5430 vsize=10555400 memory=140548910700160 CPUtime=0.02 cores=1,3,5,7
/proc/5433/task/5446/stat : 5446 (java) R 5430 5433 31727 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 15 0 95855904 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286109919728 140286616759102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5447] ppid=5430 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855905 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10555400 memory=140548910700160 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855905 10808729600 7728 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30912 KiB

[startup+0.210637 s]*
/proc/loadavg: 2.09 2.15 2.08 4/217 5448
/proc/meminfo: memFree=21720672/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10555400 memory=39456 CPUtime=0.29 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 7977 0 0 0 27 2 0 0 20 0 15 0 95855899 10808729600 9864 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2638850 9864 2907 1 0 2627263 0
[pid=5433/tid=5435] ppid=5430 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) R 5430 5433 31727 0 -1 4202560 5241 0 0 0 18 2 0 0 20 0 15 0 95855899 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286628753616 140286624533910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) S 5430 5433 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95855900 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286585482256 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10555400 memory=140548910879746 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286230240400 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286229187344 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286228134800 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10555400 memory=140548910700160 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95855901 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286184233200 140286624533122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5441] ppid=5430 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5441/stat : 5441 (java) S 5430 5433 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95855902 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286183179424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5442] ppid=5430 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5442/stat : 5442 (java) S 5430 5433 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95855902 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286114128624 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5443] ppid=5430 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5443/stat : 5443 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855904 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286113077200 140286624540571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5444] ppid=5430 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5433/task/5444/stat : 5444 (java) S 5430 5433 31727 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 95855904 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286112025328 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5445] ppid=5430 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5433/task/5445/stat : 5445 (java) S 5430 5433 31727 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 15 0 95855904 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286110972784 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5446] ppid=5430 vsize=10555400 memory=140548910700160 CPUtime=0.06 cores=1,3,5,7
/proc/5433/task/5446/stat : 5446 (java) S 5430 5433 31727 0 -1 1077944384 775 0 0 0 6 0 0 0 20 0 15 0 95855904 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286109919728 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5447] ppid=5430 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855905 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10555400 memory=140548910700160 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855905 10808729600 9883 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39456 KiB

[startup+0.310363 s]*
/proc/loadavg: 2.09 2.15 2.08 5/217 5448
/proc/meminfo: memFree=21714096/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10555476 memory=45452 CPUtime=0.51 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 8503 0 0 0 48 3 0 0 20 0 15 0 95855899 10808807424 11363 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2638869 11363 2974 1 0 2627263 0
[pid=5433/tid=5435] ppid=5430 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) R 5430 5433 31727 0 -1 4202560 5586 0 0 0 28 2 0 0 20 0 15 0 95855899 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286628756448 140286608602462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) S 5430 5433 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95855900 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286585482256 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10555476 memory=140548910758176 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286230240400 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286229187344 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286228134800 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10555476 memory=140548910765088 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95855901 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286184233200 140286624533122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5441] ppid=5430 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5441/stat : 5441 (java) S 5430 5433 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286183179424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5442] ppid=5430 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5442/stat : 5442 (java) S 5430 5433 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286114128624 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5443] ppid=5430 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5443/stat : 5443 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855904 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286113077200 140286624540571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5444] ppid=5430 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5433/task/5444/stat : 5444 (java) R 5430 5433 31727 0 -1 1077944384 578 0 0 0 3 0 0 0 20 0 15 0 95855904 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286112025328 140286624533122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5445] ppid=5430 vsize=10555476 memory=140548778348047 CPUtime=0.03 cores=1,3,5,7
/proc/5433/task/5445/stat : 5445 (java) R 5430 5433 31727 0 -1 4202560 130 0 0 0 3 0 0 0 20 0 15 0 95855904 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286110962928 140286624543322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5446] ppid=5430 vsize=10555476 memory=140548910705424 CPUtime=0.12 cores=1,3,5,7
/proc/5433/task/5446/stat : 5446 (java) R 5430 5433 31727 0 -1 4202560 846 0 0 0 12 0 0 0 20 0 15 0 95855904 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286109917520 140286624533910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5447] ppid=5430 vsize=10555476 memory=140548778352591 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10555476 memory=281097689069504 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 11363 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45452 KiB

[startup+0.700778 s]
/proc/loadavg: 2.09 2.15 2.08 5/217 5448
/proc/meminfo: memFree=21689836/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10555476 memory=161776 CPUtime=1.73 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 10484 0 0 0 168 5 0 0 20 0 15 0 95855899 10808807424 40444 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2638869 40444 3096 1 0 2627263 0
[pid=5433/tid=5435] ppid=5430 vsize=10555476 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) R 5430 5433 31727 0 -1 4202560 5913 0 0 0 64 4 0 0 20 0 15 0 95855899 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286628746432 140286263912720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) S 5430 5433 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95855900 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286585482256 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10555476 memory=10640 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286230240400 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286229187344 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10555476 memory=15588 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855900 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286228134800 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95855901 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286184233200 140286624533122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5441] ppid=5430 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5441/stat : 5441 (java) S 5430 5433 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286183179424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5442] ppid=5430 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5442/stat : 5442 (java) S 5430 5433 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286114128624 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5443] ppid=5430 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5443/stat : 5443 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855904 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286113077200 140286624540571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5444] ppid=5430 vsize=10555476 memory=6656426216303648864 CPUtime=0.39 cores=1,3,5,7
/proc/5433/task/5444/stat : 5444 (java) R 5430 5433 31727 0 -1 4202560 1114 0 0 0 39 0 0 0 20 0 15 0 95855904 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286112015152 140286606044991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5445] ppid=5430 vsize=10555476 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/5433/task/5445/stat : 5445 (java) R 5430 5433 31727 0 -1 4202560 751 0 0 0 40 0 0 0 20 0 15 0 95855904 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286110960416 140286608018745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5446] ppid=5430 vsize=10555476 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5433/task/5446/stat : 5446 (java) S 5430 5433 31727 0 -1 1077944384 1337 0 0 0 24 0 0 0 20 0 15 0 95855904 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286109919728 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5447] ppid=5430 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 40444 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 161776 KiB

[startup+1.50076 s]
/proc/loadavg: 2.09 2.15 2.08 7/217 5448
/proc/meminfo: memFree=21502616/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10555476 memory=461812 CPUtime=4.26 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 19272 0 0 0 404 22 0 0 20 0 15 0 95855899 10808807424 115453 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2638869 115453 3126 1 0 2627263 0
[pid=5433/tid=5435] ppid=5430 vsize=10555476 memory=3467834613764207166 CPUtime=1.3 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) S 5430 5433 31727 0 -1 1077944384 5987 0 0 0 124 6 0 0 20 0 15 0 95855899 10808807424 115453 33554432000 4194304 4196468 140720543420976 140286628755824 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10555476 memory=212704 CPUtime=0.16 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) R 5430 5433 31727 0 -1 4202560 187 0 0 0 13 3 0 0 20 0 15 0 95855900 10808807424 115453 33554432000 4194304 4196468 140720543420976 140286585482456 140286608970190 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10555476 memory=2241 CPUtime=0.15 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) R 5430 5433 31727 0 -1 4202560 151 0 0 0 12 3 0 0 20 0 15 0 95855900 10808807424 115453 33554432000 4194304 4196468 140720543420976 140286230240400 140286609549849 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10555476 memory=10640 CPUtime=0.16 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) R 5430 5433 31727 0 -1 4202560 144 0 0 0 13 3 0 0 20 0 15 0 95855900 10808807424 115453 33554432000 4194304 4196468 140720543420976 140286229187344 140286609546314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10555476 memory=15876 CPUtime=0.13 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) R 5430 5433 31727 0 -1 4202560 144 0 0 0 10 3 0 0 20 0 15 0 95855900 10808807424 115453 33554432000 4194304 4196468 140720543420976 140286228134800 140286609549849 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10555476 memory=15588 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95855901 10808807424 115453 33554432000 4194304 4196468 140720543420976 140286184231712 140286624532181 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0

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

[pid=5433/tid=5447] ppid=5430 vsize=10555476 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 403739 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10555476 memory=6508 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1040 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 403739 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 13.84 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 1614956 KiB

[startup+9.60076 s]
/proc/loadavg: 2.08 2.15 2.08 6/217 5448
/proc/meminfo: memFree=19386784/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10555476 memory=2369088 CPUtime=22.98 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 36811 0 0 0 2162 136 0 0 20 0 15 0 95855899 10808807424 592272 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2638869 592272 3153 1 0 2627263 0
[pid=5433/tid=5435] ppid=5430 vsize=10555476 memory=960 CPUtime=5.26 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) S 5430 5433 31727 0 -1 1077944384 8429 0 0 0 511 15 0 0 20 0 15 0 95855899 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286628755664 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10555476 memory=8112282956445269571 CPUtime=3.63 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) R 5430 5433 31727 0 -1 4202560 1880 0 0 0 335 28 0 0 20 0 15 0 95855900 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286585482456 140286609222593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10555476 memory=1296 CPUtime=3.59 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) R 5430 5433 31727 0 -1 4202560 1735 0 0 0 331 28 0 0 20 0 15 0 95855900 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286230240288 140286609222427 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10555476 memory=2400 CPUtime=3.61 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) R 5430 5433 31727 0 -1 4202560 2191 0 0 0 329 32 0 0 20 0 15 0 95855900 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286229187544 140286609222593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10555476 memory=1728 CPUtime=3.57 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) R 5430 5433 31727 0 -1 4202560 2176 0 0 0 328 29 0 0 20 0 15 0 95855900 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286228135000 140286609518480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10555476 memory=12032 CPUtime=0.65 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 3217 0 0 0 65 0 0 0 20 0 15 0 95855901 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286184231744 140286624532181 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5441] ppid=5430 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5441/stat : 5441 (java) S 5430 5433 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286183179424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5442] ppid=5430 vsize=10555476 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5442/stat : 5442 (java) S 5430 5433 31727 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286114128624 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5443] ppid=5430 vsize=10555476 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5443/stat : 5443 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855904 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286113077200 140286624540571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5444] ppid=5430 vsize=10555476 memory=8112282956445269571 CPUtime=1.18 cores=1,3,5,7
/proc/5433/task/5444/stat : 5444 (java) S 5430 5433 31727 0 -1 1077944384 7742 0 0 0 117 1 0 0 20 0 15 0 95855904 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286112025328 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5445] ppid=5430 vsize=10555476 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/5433/task/5445/stat : 5445 (java) S 5430 5433 31727 0 -1 1077944384 5034 0 0 0 115 0 0 0 20 0 15 0 95855904 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286110972784 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5446] ppid=5430 vsize=10555476 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/5433/task/5446/stat : 5446 (java) S 5430 5433 31727 0 -1 1077944384 2007 0 0 0 26 0 0 0 20 0 15 0 95855904 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286109919728 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5447] ppid=5430 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1040 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 592272 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 22.98 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 2369088 KiB

[startup+11.2007 s]
/proc/loadavg: 2.08 2.15 2.08 3/217 5448
/proc/meminfo: memFree=19386536/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10555476 memory=2371264 CPUtime=24.86 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 38017 0 0 0 2350 136 0 0 20 0 15 0 95855899 10808807424 592816 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2638869 592816 3153 1 0 2627263 0
[pid=5433/tid=5435] ppid=5430 vsize=10555476 memory=8112282956445269571 CPUtime=5.38 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) R 5430 5433 31727 0 -1 4202560 8487 0 0 0 523 15 0 0 20 0 15 0 95855899 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286628755664 140286264014257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10555476 memory=288230621803970871 CPUtime=3.72 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) S 5430 5433 31727 0 -1 1077944384 1880 0 0 0 344 28 0 0 20 0 15 0 95855900 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286585482256 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10555476 memory=13571509067188477 CPUtime=3.69 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) S 5430 5433 31727 0 -1 1077944384 1735 0 0 0 341 28 0 0 20 0 15 0 95855900 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286230240400 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10555476 memory=1708 CPUtime=3.7 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) S 5430 5433 31727 0 -1 1077944384 2193 0 0 0 338 32 0 0 20 0 15 0 95855900 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286229187344 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10555476 memory=1012 CPUtime=3.67 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) S 5430 5433 31727 0 -1 1077944384 2177 0 0 0 338 29 0 0 20 0 15 0 95855900 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286228134800 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10555476 memory=2369088 CPUtime=2.04 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 4362 0 0 0 204 0 0 0 20 0 15 0 95855901 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286184233200 140286624533122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5441] ppid=5430 vsize=10555476 memory=140548778682076 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5441/stat : 5441 (java) S 5430 5433 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286183179424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5442] ppid=5430 vsize=10555476 memory=140548778681412 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5442/stat : 5442 (java) S 5430 5433 31727 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286114128624 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5443] ppid=5430 vsize=10555476 memory=140548778681228 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5443/stat : 5443 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855904 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286113077200 140286624540571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5444] ppid=5430 vsize=10555476 memory=140548778681692 CPUtime=1.18 cores=1,3,5,7
/proc/5433/task/5444/stat : 5444 (java) S 5430 5433 31727 0 -1 1077944384 7742 0 0 0 117 1 0 0 20 0 15 0 95855904 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286112025328 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5445] ppid=5430 vsize=10555476 memory=281097557127936 CPUtime=1.15 cores=1,3,5,7
/proc/5433/task/5445/stat : 5445 (java) S 5430 5433 31727 0 -1 1077944384 5034 0 0 0 115 0 0 0 20 0 15 0 95855904 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286110972784 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5446] ppid=5430 vsize=10555476 memory=281097556563192 CPUtime=0.26 cores=1,3,5,7
/proc/5433/task/5446/stat : 5446 (java) S 5430 5433 31727 0 -1 1077944384 2007 0 0 0 26 0 0 0 20 0 15 0 95855904 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286109919728 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5447] ppid=5430 vsize=10555476 memory=25508079209194 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10555476 memory=25508079209194 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1040 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 24.86 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 2371264 KiB

[startup+11.6007 s]
/proc/loadavg: 2.08 2.15 2.08 3/217 5448
/proc/meminfo: memFree=19386536/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10555476 memory=2371264 CPUtime=25.26 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 38598 0 0 0 2390 136 0 0 20 0 15 0 95855899 10808807424 592816 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2638869 592816 3153 1 0 2627263 0
[pid=5433/tid=5435] ppid=5430 vsize=10555476 memory=2536 CPUtime=5.78 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) R 5430 5433 31727 0 -1 4202560 9068 0 0 0 563 15 0 0 20 0 15 0 95855899 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286628755664 140286263854539 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10555476 memory=2836 CPUtime=3.72 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) S 5430 5433 31727 0 -1 1077944384 1880 0 0 0 344 28 0 0 20 0 15 0 95855900 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286585482256 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10555476 memory=1156 CPUtime=3.69 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) S 5430 5433 31727 0 -1 1077944384 1735 0 0 0 341 28 0 0 20 0 15 0 95855900 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286230240400 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10555476 memory=2209 CPUtime=3.7 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) S 5430 5433 31727 0 -1 1077944384 2193 0 0 0 338 32 0 0 20 0 15 0 95855900 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286229187344 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10555476 memory=13412 CPUtime=3.67 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) S 5430 5433 31727 0 -1 1077944384 2177 0 0 0 338 29 0 0 20 0 15 0 95855900 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286228134800 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10555476 memory=6656426216303648864 CPUtime=2.04 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 4362 0 0 0 204 0 0 0 20 0 15 0 95855901 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286184233200 140286624533122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5441] ppid=5430 vsize=10555476 memory=3760568580937114176 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5441/stat : 5441 (java) S 5430 5433 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286183179424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5442] ppid=5430 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5442/stat : 5442 (java) S 5430 5433 31727 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95855902 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286114128624 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5443] ppid=5430 vsize=10555476 memory=4211821575712447104 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5443/stat : 5443 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855904 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286113077200 140286624540571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5444] ppid=5430 vsize=10555476 memory=6944656592455359580 CPUtime=1.18 cores=1,3,5,7
/proc/5433/task/5444/stat : 5444 (java) S 5430 5433 31727 0 -1 1077944384 7742 0 0 0 117 1 0 0 20 0 15 0 95855904 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286112025328 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5445] ppid=5430 vsize=10555476 memory=-3472574513799858008 CPUtime=1.15 cores=1,3,5,7
/proc/5433/task/5445/stat : 5445 (java) S 5430 5433 31727 0 -1 1077944384 5034 0 0 0 115 0 0 0 20 0 15 0 95855904 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286110972784 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5446] ppid=5430 vsize=10555476 memory=6382321403058 CPUtime=0.26 cores=1,3,5,7
/proc/5433/task/5446/stat : 5446 (java) S 5430 5433 31727 0 -1 1077944384 2007 0 0 0 26 0 0 0 20 0 15 0 95855904 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286109919728 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5447] ppid=5430 vsize=10555476 memory=302585845616214327 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10555476 memory=13571509067188477 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1040 0 0 0 0 0 0 0 20 0 15 0 95855905 10808807424 592816 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 25.26 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 2371264 KiB

[startup+11.8007 s]
/proc/loadavg: 2.08 2.15 2.08 3/217 5448
/proc/meminfo: memFree=19386536/32770624 swapFree=67108860/67108860
[pid=5433] ppid=5430 vsize=10688604 memory=2371692 CPUtime=25.37 cores=1,3,5,7
/proc/5433/stat : 5433 (java) S 5430 5433 31727 0 -1 1077944320 39505 0 0 0 2401 136 0 0 20 0 16 0 95855899 10945130496 592923 33554432000 4194304 4196468 140720543420976 140720543403520 140286624521975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
/proc/5433/statm: 2672151 592923 3155 1 0 2660545 0
[pid=5433/tid=5435] ppid=5430 vsize=10688604 memory=7229521393764229736 CPUtime=5.85 cores=1,3,5,7
/proc/5433/task/5435/stat : 5435 (java) S 5430 5433 31727 0 -1 1077944384 9283 0 0 0 570 15 0 0 20 0 16 0 95855899 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286628762656 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5436] ppid=5430 vsize=10688604 memory=7881960607143651942 CPUtime=3.72 cores=1,3,5,7
/proc/5433/task/5436/stat : 5436 (java) S 5430 5433 31727 0 -1 1077944384 1880 0 0 0 344 28 0 0 20 0 16 0 95855900 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286585482256 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5437] ppid=5430 vsize=10688604 memory=7523657272486619498 CPUtime=3.69 cores=1,3,5,7
/proc/5433/task/5437/stat : 5437 (java) S 5430 5433 31727 0 -1 1077944384 1735 0 0 0 341 28 0 0 20 0 16 0 95855900 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286230240400 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5438] ppid=5430 vsize=10688604 memory=6944656575208382560 CPUtime=3.7 cores=1,3,5,7
/proc/5433/task/5438/stat : 5438 (java) S 5430 5433 31727 0 -1 1077944384 2193 0 0 0 338 32 0 0 20 0 16 0 95855900 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286229187344 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5439] ppid=5430 vsize=10688604 memory=6943526294502006880 CPUtime=3.67 cores=1,3,5,7
/proc/5433/task/5439/stat : 5439 (java) S 5430 5433 31727 0 -1 1077944384 2177 0 0 0 338 29 0 0 20 0 16 0 95855900 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286228134800 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5440] ppid=5430 vsize=10688604 memory=6944656592387989600 CPUtime=2.04 cores=1,3,5,7
/proc/5433/task/5440/stat : 5440 (java) S 5430 5433 31727 0 -1 1077944384 4371 0 0 0 204 0 0 0 20 0 16 0 95855901 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286184233200 140286624533122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5441] ppid=5430 vsize=10688604 memory=-3252517613198930781 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5441/stat : 5441 (java) S 5430 5433 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95855902 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286183179424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5442] ppid=5430 vsize=10688604 memory=7368009294194697554 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5442/stat : 5442 (java) S 5430 5433 31727 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95855902 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286114128624 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5443] ppid=5430 vsize=10688604 memory=6944656425123094137 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5443/stat : 5443 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95855904 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286113077200 140286624540571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5444] ppid=5430 vsize=10688604 memory=4498404016631593314 CPUtime=1.19 cores=1,3,5,7
/proc/5433/task/5444/stat : 5444 (java) S 5430 5433 31727 0 -1 1077944384 7983 0 0 0 118 1 0 0 20 0 16 0 95855904 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286112025328 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5445] ppid=5430 vsize=10688604 memory=281097556867648 CPUtime=1.17 cores=1,3,5,7
/proc/5433/task/5445/stat : 5445 (java) S 5430 5433 31727 0 -1 1077944384 5263 0 0 0 117 0 0 0 20 0 16 0 95855904 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286110972784 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5446] ppid=5430 vsize=10688604 memory=-6305713901586900096 CPUtime=0.27 cores=1,3,5,7
/proc/5433/task/5446/stat : 5446 (java) S 5430 5433 31727 0 -1 1077944384 2164 0 0 0 27 0 0 0 20 0 16 0 95855904 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286109919728 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5447] ppid=5430 vsize=10688604 memory=-6512028591023008910 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5447/stat : 5447 (java) S 5430 5433 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95855905 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286108867424 140286624532181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
[pid=5433/tid=5448] ppid=5430 vsize=10688604 memory=-3395018507770351391 CPUtime=0 cores=1,3,5,7
/proc/5433/task/5448/stat : 5448 (java) S 5430 5433 31727 0 -1 1077944384 1040 0 0 0 0 0 0 0 20 0 16 0 95855905 10945130496 592923 33554432000 4194304 4196468 140720543420976 140286107814448 140286624533122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30175232 140720543425670 140720543425823 140720543425823 140720543428559 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 2371692 KiB

Child status: 0
Real time (s): 11.8835
CPU time (s): 25.3987
CPU user time (s): 24.019
CPU system time (s): 1.37972
CPU usage (%): 213.73
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 2371692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.019
system time used= 1.37972
maximum resident set size= 2372464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1863
involuntary context switches= 187


# summary of solver processes directly reported to runsolver:
#   pid: 5433
#   total CPU time (s): 25.3987
#   total CPU user time (s): 24.019
#   total CPU system time (s): 1.37972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.118627 second user time and 0.131921 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 14:23:04
IDJOB=4263666
IDBENCH=132786
IDSOLVER=2651
FILE ID=node105/4263666-1502627843
RUNJOBID= node105-1502624010-4809
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-LV/Subisomorphism-g07-g39.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263666-1502627843/watcher-4263666-1502627843 -o /tmp/evaluation-result-4263666-1502627843/solver-4263666-1502627843 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4809 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263666-1502627843.xml

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

MD5SUM BENCH= dbf4985f7b4f6efdb18e4ae2f2616c62
RANDOM SEED=1058648239

node105.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.17
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.17
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.17
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.17
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:        21749360 kB
MemAvailable:   27139408 kB
Buffers:          165792 kB
Cached:          5500212 kB
SwapCached:            0 kB
Active:          5498920 kB
Inactive:        5053712 kB
Active(anon):    4889744 kB
Inactive(anon):    25060 kB
Active(file):     609176 kB
Inactive(file):  5028652 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:       4859884 kB
Mapped:            55108 kB
Shmem:             25228 kB
Slab:             161528 kB
SReclaimable:     136108 kB
SUnreclaim:        25420 kB
KernelStack:        3536 kB
PageTables:        14512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6274628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4730880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60664 MiB
End job on node105 at 2017-08-13 14:23:16