Trace number 4291848

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 2018-07-11UNSAT 16.1916 5.98944

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f08_c18.xml
MD5SUM2cf96eb4ef0a34305468f9a178fec6f7
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 benchmark1.32867
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size36
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":29,"count":336},{"size":36,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291848-1532262286/watcher-4291848-1532262286 -o /tmp/evaluation-result-4291848-1532262286/solver-4291848-1532262286 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1809 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291848-1532262286.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2344, runsolver pid=2341
Current StackSize limit: 8192 KiB


[startup+0.100614 s]*
/proc/loadavg: 2.28 2.08 1.97 3/216 2360
/proc/meminfo: memFree=20196616/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10659012 memory=30692 CPUtime=0.13 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 6725 0 0 0 11 2 0 0 20 0 15 0 43791745 10914828288 7673 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2664753 7673 2843 1 0 2627263 0
[pid=2344/tid=2346] ppid=2341 vsize=10659012 memory=-7390251449858225344 CPUtime=0.09 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) R 2341 2344 1778 0 -1 4202560 4578 0 0 0 8 1 0 0 20 0 15 0 43791746 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714952104512 139714947904669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10659012 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43791747 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10659012 memory=139828328179328 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10659012 memory=139828328179328 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791748 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2352] ppid=2341 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2352/stat : 2352 (java) S 2341 2344 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43791748 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714439345184 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2354] ppid=2341 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2354/stat : 2354 (java) S 2341 2344 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43791749 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714438292336 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2355] ppid=2341 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2355/stat : 2355 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791751 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714437240656 139714947901339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2356] ppid=2341 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2356/stat : 2356 (java) S 2341 2344 1778 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 43791751 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714436189040 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2357] ppid=2341 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2357/stat : 2357 (java) S 2341 2344 1778 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 43791751 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714435136240 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2358] ppid=2341 vsize=10659012 memory=139828328179328 CPUtime=0.02 cores=0,2,4,6
/proc/2344/task/2358/stat : 2358 (java) R 2341 2344 1778 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 43791751 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714434083440 139714947904090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2359] ppid=2341 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2359/stat : 2359 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791751 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714433030880 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2360] ppid=2341 vsize=10659012 memory=139828328179328 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43791752 10914828288 7673 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30692 KiB

[startup+0.210637 s]*
/proc/loadavg: 2.26 2.08 1.97 4/216 2360
/proc/meminfo: memFree=20186012/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10659012 memory=41640 CPUtime=0.33 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 8044 0 0 0 31 2 0 0 20 0 15 0 43791745 10914828288 10410 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2664753 10410 2992 1 0 2627263 0
[pid=2344/tid=2346] ppid=2341 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) R 2341 2344 1778 0 -1 4202560 5033 0 0 0 19 1 0 0 20 0 15 0 43791746 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714952119024 139714931926373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10659012 memory=345 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43791747 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10659012 memory=4122116786061092512 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10659012 memory=139828328179328 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791748 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2352] ppid=2341 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2352/stat : 2352 (java) S 2341 2344 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43791748 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714439345184 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2354] ppid=2341 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2354/stat : 2354 (java) S 2341 2344 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43791749 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714438292336 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2355] ppid=2341 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2355/stat : 2355 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791751 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714437240656 139714947901339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2356] ppid=2341 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2344/task/2356/stat : 2356 (java) S 2341 2344 1778 0 -1 1077944384 591 0 0 0 2 0 0 0 20 0 15 0 43791751 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714436189040 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2357] ppid=2341 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2344/task/2357/stat : 2357 (java) S 2341 2344 1778 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 43791751 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714435136240 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2358] ppid=2341 vsize=10659012 memory=139828328179328 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2358/stat : 2358 (java) S 2341 2344 1778 0 -1 1077944384 692 0 0 0 7 0 0 0 20 0 15 0 43791751 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714434083440 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2359] ppid=2341 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2359/stat : 2359 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791751 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714433030880 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2360] ppid=2341 vsize=10659012 memory=139828328179328 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43791752 10914828288 10410 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41640 KiB

[startup+0.310954 s]*
/proc/loadavg: 2.26 2.08 1.97 6/216 2360
/proc/meminfo: memFree=20173616/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10659088 memory=52796 CPUtime=0.58 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 9759 0 0 0 55 3 0 0 20 0 15 0 43791745 10914906112 13199 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2664772 13199 3064 1 0 2627263 0
[pid=2344/tid=2346] ppid=2341 vsize=10659088 memory=139828230456348 CPUtime=0.29 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) R 2341 2344 1778 0 -1 4202560 5520 0 0 0 28 1 0 0 20 0 15 0 43791746 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714952119136 139714931963230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43791747 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10659088 memory=279656558673056 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10659088 memory=279656460825384 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10659088 memory=139828230465983 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43791747 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10659088 memory=279656558645280 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43791748 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2352] ppid=2341 vsize=10659088 memory=139828230463671 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2352/stat : 2352 (java) S 2341 2344 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43791748 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714439345184 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2354] ppid=2341 vsize=10659088 memory=279656460941156 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2354/stat : 2354 (java) S 2341 2344 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43791749 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714438292336 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2355] ppid=2341 vsize=10659088 memory=279656460853000 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2355/stat : 2355 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791751 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714437240656 139714947901339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2356] ppid=2341 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2344/task/2356/stat : 2356 (java) R 2341 2344 1778 0 -1 4202560 849 0 0 0 5 0 0 0 20 0 15 0 43791751 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714436175504 139714927237601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2357] ppid=2341 vsize=10659088 memory=67 CPUtime=0.07 cores=0,2,4,6
/proc/2344/task/2357/stat : 2357 (java) R 2341 2344 1778 0 -1 4202560 932 0 0 0 7 0 0 0 20 0 15 0 43791751 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714435116304 139714932172721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2358] ppid=2341 vsize=10659088 memory=139828328179328 CPUtime=0.13 cores=0,2,4,6
/proc/2344/task/2358/stat : 2358 (java) R 2341 2344 1778 0 -1 1077944384 1093 0 0 0 13 0 0 0 20 0 15 0 43791751 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714434083440 139714947893890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2359] ppid=2341 vsize=10659088 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2359/stat : 2359 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791751 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714433030880 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2360] ppid=2341 vsize=10659088 memory=139828328179328 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43791752 10914906112 13199 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52796 KiB

[startup+0.701037 s]
/proc/loadavg: 2.26 2.08 1.97 8/216 2360
/proc/meminfo: memFree=20046584/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10661136 memory=185340 CPUtime=1.8 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 12817 0 0 0 174 6 0 0 20 0 15 0 43791745 10917003264 46335 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2665284 46335 3127 1 0 2627775 0
[pid=2344/tid=2346] ppid=2341 vsize=10661136 memory=2372 CPUtime=0.66 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) R 2341 2344 1778 0 -1 4202560 6010 0 0 0 62 4 0 0 20 0 15 0 43791746 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714952116432 139714931963230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10661136 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43791747 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10661136 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 43791747 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10661136 memory=9856 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 43791747 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10661136 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 43791747 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10661136 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 43791748 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2352] ppid=2341 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2352/stat : 2352 (java) S 2341 2344 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43791748 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714439345184 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2354] ppid=2341 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2354/stat : 2354 (java) S 2341 2344 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43791749 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714438292336 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2355] ppid=2341 vsize=10661136 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2355/stat : 2355 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791751 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714437240656 139714947901339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2356] ppid=2341 vsize=10661136 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/2344/task/2356/stat : 2356 (java) R 2341 2344 1778 0 -1 4202560 1666 0 0 0 34 0 0 0 20 0 15 0 43791751 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714436174752 139714929403922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2357] ppid=2341 vsize=10661136 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/2344/task/2357/stat : 2357 (java) R 2341 2344 1778 0 -1 4202560 1581 0 0 0 37 0 0 0 20 0 15 0 43791751 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714435117328 139714931379577 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2358] ppid=2341 vsize=10661136 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/2344/task/2358/stat : 2358 (java) S 2341 2344 1778 0 -1 1077944384 2081 0 0 0 39 0 0 0 20 0 15 0 43791751 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714434083440 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2359] ppid=2341 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2359/stat : 2359 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791751 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714433030880 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2360] ppid=2341 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43791752 10917003264 46335 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 185340 KiB

[startup+1.50075 s]
/proc/loadavg: 2.26 2.08 1.97 5/216 2360
/proc/meminfo: memFree=20009804/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10661136 memory=412284 CPUtime=4.34 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 17539 0 0 0 415 19 0 0 20 0 15 0 43791745 10917003264 103071 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2665284 103071 3145 1 0 2627775 0
[pid=2344/tid=2346] ppid=2341 vsize=10661136 memory=267392 CPUtime=1.35 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) R 2341 2344 1778 0 -1 4202560 6206 0 0 0 129 6 0 0 20 0 15 0 43791746 10917003264 103071 33554432000 4194304 4196468 140733004351824 139714952115984 139714570055460 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10661136 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 49 0 0 0 7 2 0 0 20 0 15 0 43791747 10917003264 103071 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10661136 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 56 0 0 0 6 2 0 0 20 0 15 0 43791747 10917003264 103071 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10661136 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 57 0 0 0 7 2 0 0 20 0 15 0 43791747 10917003264 103071 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10661136 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 50 0 0 0 6 2 0 0 20 0 15 0 43791747 10917003264 103071 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10661136 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 43791748 10917003264 103071 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0

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

[pid=2344/tid=2360] ppid=2341 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43791752 10917003264 272901 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 1091604 KiB

[startup+4.80103 s]
/proc/loadavg: 2.26 2.08 1.97 3/216 2360
/proc/meminfo: memFree=19129744/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10727700 memory=1098428 CPUtime=14.42 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 49407 0 0 0 1378 64 0 0 20 0 16 0 43791745 10985164800 274607 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2681925 274607 3178 1 0 2644416 0
[pid=2344/tid=2346] ppid=2341 vsize=10727700 memory=0 CPUtime=2.52 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) R 2341 2344 1778 0 -1 4202560 7509 0 0 0 242 10 0 0 20 0 16 0 43791746 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714952121160 139714572859834 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10727700 memory=0 CPUtime=1.63 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 5177 0 0 0 150 13 0 0 20 0 16 0 43791747 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10727700 memory=1094968 CPUtime=1.56 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 4706 0 0 0 145 11 0 0 20 0 16 0 43791747 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10727700 memory=0 CPUtime=1.64 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 5167 0 0 0 151 13 0 0 20 0 16 0 43791747 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10727700 memory=279656461027840 CPUtime=1.58 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 6562 0 0 0 146 12 0 0 20 0 16 0 43791747 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10727700 memory=5787213827147130983 CPUtime=0.57 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 2812 0 0 0 57 0 0 0 20 0 16 0 43791748 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2352] ppid=2341 vsize=10727700 memory=6293050847276651881 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2352/stat : 2352 (java) S 2341 2344 1778 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 43791748 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714439345184 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2354] ppid=2341 vsize=10727700 memory=7810487918915055718 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2354/stat : 2354 (java) S 2341 2344 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43791749 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714438292352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2355] ppid=2341 vsize=10727700 memory=5787213827131598673 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2355/stat : 2355 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43791751 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714437240656 139714947901339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2356] ppid=2341 vsize=10727700 memory=5787213827130353767 CPUtime=2.05 cores=0,2,4,6
/proc/2344/task/2356/stat : 2356 (java) R 2341 2344 1778 0 -1 4202560 5061 0 0 0 205 0 0 0 20 0 16 0 43791751 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714436188224 139714925139440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2357] ppid=2341 vsize=10727700 memory=7307778017077716072 CPUtime=2.02 cores=0,2,4,6
/proc/2344/task/2357/stat : 2357 (java) R 2341 2344 1778 0 -1 4202560 6449 0 0 0 202 0 0 0 20 0 16 0 43791751 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714435115792 139714940172192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2358] ppid=2341 vsize=10727700 memory=7517749592333970531 CPUtime=0.76 cores=0,2,4,6
/proc/2344/task/2358/stat : 2358 (java) S 2341 2344 1778 0 -1 1077944384 4567 0 0 0 75 1 0 0 20 0 16 0 43791751 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714434083440 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2359] ppid=2341 vsize=10727700 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2359/stat : 2359 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43791751 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714433030880 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2360] ppid=2341 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 43791752 10985164800 274607 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 14.42 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1098428 KiB

[startup+5.60081 s]
/proc/loadavg: 2.26 2.08 1.97 5/217 2362
/proc/meminfo: memFree=19125652/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10727700 memory=1095444 CPUtime=15.95 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 50770 0 0 0 1530 65 0 0 20 0 16 0 43791745 10985164800 273861 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2681925 273861 3185 1 0 2644416 0
[pid=2344/tid=2346] ppid=2341 vsize=10727700 memory=8112282956445269571 CPUtime=3.31 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) R 2341 2344 1778 0 -1 4202560 7523 0 0 0 321 10 0 0 20 0 16 0 43791746 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714952119472 139714573443861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10727700 memory=1836 CPUtime=1.63 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 5177 0 0 0 150 13 0 0 20 0 16 0 43791747 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10727700 memory=792 CPUtime=1.56 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 4706 0 0 0 145 11 0 0 20 0 16 0 43791747 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10727700 memory=1960 CPUtime=1.64 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 5167 0 0 0 151 13 0 0 20 0 16 0 43791747 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10727700 memory=5380 CPUtime=1.58 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 6562 0 0 0 146 12 0 0 20 0 16 0 43791747 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10727700 memory=4616 CPUtime=0.57 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 2812 0 0 0 57 0 0 0 20 0 16 0 43791748 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2352] ppid=2341 vsize=10727700 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2352/stat : 2352 (java) S 2341 2344 1778 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 43791748 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714439345184 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2354] ppid=2341 vsize=10727700 memory=11964 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2354/stat : 2354 (java) S 2341 2344 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43791749 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714438292352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2355] ppid=2341 vsize=10727700 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2355/stat : 2355 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43791751 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714437240656 139714947901339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2356] ppid=2341 vsize=10727700 memory=8384 CPUtime=2.44 cores=0,2,4,6
/proc/2344/task/2356/stat : 2356 (java) S 2341 2344 1778 0 -1 1077944384 5634 0 0 0 244 0 0 0 20 0 16 0 43791751 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714436189040 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2357] ppid=2341 vsize=10727700 memory=1012 CPUtime=2.34 cores=0,2,4,6
/proc/2344/task/2357/stat : 2357 (java) S 2341 2344 1778 0 -1 1077944384 6925 0 0 0 234 0 0 0 20 0 16 0 43791751 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714435136240 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2358] ppid=2341 vsize=10727700 memory=1444 CPUtime=0.79 cores=0,2,4,6
/proc/2344/task/2358/stat : 2358 (java) S 2341 2344 1778 0 -1 1077944384 4792 0 0 0 78 1 0 0 20 0 16 0 43791751 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714434083440 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2359] ppid=2341 vsize=10727700 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2359/stat : 2359 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43791751 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714433030880 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2360] ppid=2341 vsize=10727700 memory=4640204396462166116 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 43791752 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2362] ppid=2341 vsize=10727700 memory=3876 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2362/stat : 2362 (java) S 2341 2344 1778 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 43792213 10985164800 273861 33554432000 4194304 4196468 140733004351824 139714428826544 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 15.95 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1095444 KiB

[startup+5.80079 s]
/proc/loadavg: 2.26 2.08 1.97 5/217 2362
/proc/meminfo: memFree=19125652/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10860828 memory=1095600 CPUtime=16.16 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 50889 0 0 0 1551 65 0 0 20 0 16 0 43791745 11121487872 273900 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2715207 273900 3187 1 0 2677698 0
[pid=2344/tid=2346] ppid=2341 vsize=10860828 memory=6944656575208382560 CPUtime=3.48 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) S 2341 2344 1778 0 -1 1077944384 7543 0 0 0 338 10 0 0 20 0 16 0 43791746 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714952123424 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10860828 memory=6944656592387989600 CPUtime=1.63 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 5177 0 0 0 150 13 0 0 20 0 16 0 43791747 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10860828 memory=-2895008908443415148 CPUtime=1.56 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 4706 0 0 0 145 11 0 0 20 0 16 0 43791747 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10860828 memory=33 CPUtime=1.64 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 5167 0 0 0 151 13 0 0 20 0 16 0 43791747 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10860828 memory=1399103955520229747 CPUtime=1.58 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 6562 0 0 0 146 12 0 0 20 0 16 0 43791747 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10860828 memory=-9181546051567709136 CPUtime=0.57 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 2812 0 0 0 57 0 0 0 20 0 16 0 43791748 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2352] ppid=2341 vsize=10860828 memory=7100839870005288300 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2352/stat : 2352 (java) S 2341 2344 1778 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 43791748 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714439345184 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2354] ppid=2341 vsize=10860828 memory=5855080384938146205 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2354/stat : 2354 (java) S 2341 2344 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43791749 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714438292352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2355] ppid=2341 vsize=10860828 memory=7962233748357261899 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2355/stat : 2355 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714437240656 139714947901339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2356] ppid=2341 vsize=10860828 memory=8536313005988881035 CPUtime=2.44 cores=0,2,4,6
/proc/2344/task/2356/stat : 2356 (java) S 2341 2344 1778 0 -1 1077944384 5644 0 0 0 244 0 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714436189040 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2357] ppid=2341 vsize=10860828 memory=-5082702989052053089 CPUtime=2.37 cores=0,2,4,6
/proc/2344/task/2357/stat : 2357 (java) S 2341 2344 1778 0 -1 1077944384 6950 0 0 0 237 0 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714435136240 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2358] ppid=2341 vsize=10860828 memory=7521667165282855009 CPUtime=0.79 cores=0,2,4,6
/proc/2344/task/2358/stat : 2358 (java) S 2341 2344 1778 0 -1 1077944384 4796 0 0 0 78 1 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714434083440 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2359] ppid=2341 vsize=10860828 memory=6935653653924630608 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2359/stat : 2359 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714433030880 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2360] ppid=2341 vsize=10860828 memory=6369024803065714273 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 43791752 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 16.16 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1095600 KiB

[startup+5.90076 s]
/proc/loadavg: 2.26 2.08 1.97 5/217 2362
/proc/meminfo: memFree=19125652/32770624 swapFree=67108860/67108860
[pid=2344] ppid=2341 vsize=10860828 memory=1095600 CPUtime=16.16 cores=0,2,4,6
/proc/2344/stat : 2344 (java) S 2341 2344 1778 0 -1 1077944320 50889 0 0 0 1551 65 0 0 20 0 16 0 43791745 11121487872 273900 33554432000 4194304 4196468 140733004351824 140733004334368 139714947882743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
/proc/2344/statm: 2715207 273900 3187 1 0 2677698 0
[pid=2344/tid=2346] ppid=2341 vsize=10860828 memory=1094968 CPUtime=3.48 cores=0,2,4,6
/proc/2344/task/2346/stat : 2346 (java) S 2341 2344 1778 0 -1 1077944384 7543 0 0 0 338 10 0 0 20 0 16 0 43791746 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714952123424 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2347] ppid=2341 vsize=10860828 memory=827220 CPUtime=1.63 cores=0,2,4,6
/proc/2344/task/2347/stat : 2347 (java) S 2341 2344 1778 0 -1 1077944384 5177 0 0 0 150 13 0 0 20 0 16 0 43791747 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714884574352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2348] ppid=2341 vsize=10860828 memory=279656460945760 CPUtime=1.56 cores=0,2,4,6
/proc/2344/task/2348/stat : 2348 (java) S 2341 2344 1778 0 -1 1077944384 4706 0 0 0 145 11 0 0 20 0 16 0 43791747 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714554096656 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2349] ppid=2341 vsize=10860828 memory=279656461227248 CPUtime=1.64 cores=0,2,4,6
/proc/2344/task/2349/stat : 2349 (java) S 2341 2344 1778 0 -1 1077944384 5167 0 0 0 151 13 0 0 20 0 16 0 43791747 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714553043856 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2350] ppid=2341 vsize=10860828 memory=0 CPUtime=1.58 cores=0,2,4,6
/proc/2344/task/2350/stat : 2350 (java) S 2341 2344 1778 0 -1 1077944384 6562 0 0 0 146 12 0 0 20 0 16 0 43791747 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714551991056 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2351] ppid=2341 vsize=10860828 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/2344/task/2351/stat : 2351 (java) S 2341 2344 1778 0 -1 1077944384 2812 0 0 0 57 0 0 0 20 0 16 0 43791748 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714440399216 139714947893890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2352] ppid=2341 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2352/stat : 2352 (java) S 2341 2344 1778 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 43791748 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714439345184 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2354] ppid=2341 vsize=10860828 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2354/stat : 2354 (java) S 2341 2344 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43791749 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714438292352 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2355] ppid=2341 vsize=10860828 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2355/stat : 2355 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714437240656 139714947901339 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2356] ppid=2341 vsize=10860828 memory=-2843871824406369694 CPUtime=2.44 cores=0,2,4,6
/proc/2344/task/2356/stat : 2356 (java) S 2341 2344 1778 0 -1 1077944384 5644 0 0 0 244 0 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714436189040 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2357] ppid=2341 vsize=10860828 memory=4140 CPUtime=2.37 cores=0,2,4,6
/proc/2344/task/2357/stat : 2357 (java) S 2341 2344 1778 0 -1 1077944384 6950 0 0 0 237 0 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714435136240 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2358] ppid=2341 vsize=10860828 memory=14832 CPUtime=0.79 cores=0,2,4,6
/proc/2344/task/2358/stat : 2358 (java) S 2341 2344 1778 0 -1 1077944384 4796 0 0 0 78 1 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714434083440 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2359] ppid=2341 vsize=10860828 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2359/stat : 2359 (java) S 2341 2344 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43791751 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714433030880 139714947892949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
[pid=2344/tid=2360] ppid=2341 vsize=10860828 memory=1095444 CPUtime=0 cores=0,2,4,6
/proc/2344/task/2360/stat : 2360 (java) S 2341 2344 1778 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 43791752 11121487872 273900 33554432000 4194304 4196468 140733004351824 139714431978160 139714947893890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 24068096 140733004354673 140733004354825 140733004354825 140733004357583 0
Current children cumulated CPU time: 16.16 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1095600 KiB

Child status: 0
Real time (s): 5.98944
CPU time (s): 16.1916
CPU user time (s): 15.525
CPU system time (s): 0.666618
CPU usage (%): 270.336
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 1098912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.525
system time used= 0.666618
maximum resident set size= 1098948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50970
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= 2778
involuntary context switches= 109


# summary of solver processes directly reported to runsolver:
#   pid: 2344
#   total CPU time (s): 16.1916
#   total CPU user time (s): 15.525
#   total CPU system time (s): 0.666618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06141 second user time and 0.095638 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 14:24:46
IDJOB=4291848
IDBENCH=141187
IDSOLVER=2742
FILE ID=node104/4291848-1532262286
RUNJOBID= node104-1532259870-1809
PBS_JOBID= 21018962
Free space on /tmp= 57240 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f08_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291848-1532262286/watcher-4291848-1532262286 -o /tmp/evaluation-result-4291848-1532262286/solver-4291848-1532262286 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1809 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291848-1532262286.xml

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

MD5SUM BENCH= 2cf96eb4ef0a34305468f9a178fec6f7
RANDOM SEED=1070017395

node104.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.11
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.11
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.11
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.11
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:        20213524 kB
MemAvailable:   30674548 kB
Buffers:          237192 kB
Cached:         10432668 kB
SwapCached:            0 kB
Active:          3078868 kB
Inactive:        8908172 kB
Active(anon):    1319980 kB
Inactive(anon):    17088 kB
Active(file):    1758888 kB
Inactive(file):  8891084 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2604 kB
Writeback:             0 kB
AnonPages:       1227856 kB
Mapped:            47684 kB
Shmem:             17036 kB
Slab:             267552 kB
SReclaimable:     239512 kB
SUnreclaim:        28040 kB
KernelStack:        3840 kB
PageTables:         7980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3014840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 14:24:52