Trace number 4289833

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT (TO)677 2400.28 2349.85

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-50-30-00_c18.xml
MD5SUM80c5a80d7c962cf143a1b6c53ca701c2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints51
Number of domains2
Minimum domain size33
Maximum domain size50
Distribution of domain sizes[{"size":33,"count":50},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":50},{"arity":50,"count":1}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

32.01/15.42	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
32.01/15.42	c This is free software under the dual EPL/GNU LGPL licenses.
32.01/15.42	c See www.sat4j.org for details.
32.01/15.42	c That software uses the Rhino library from the Mozilla project.
32.01/15.42	c version 2.3.6-SNAPSHOT
32.01/15.42	c java.runtime.name	Java(TM) SE Runtime Environment
32.01/15.42	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
32.01/15.42	c java.vm.version	25.131-b11
32.01/15.42	c java.vm.vendor	Oracle Corporation
32.01/15.42	c sun.arch.data.model	64
32.01/15.42	c java.version		1.8.0_131
32.01/15.42	c os.name		Linux
32.01/15.42	c os.version		3.10.0-514.16.1.el7.x86_64
32.01/15.42	c os.arch		amd64
32.01/15.42	c Free memory 		499604488
32.01/15.42	c Max memory 		7247757312
32.01/15.42	c Total memory 		504889344
32.01/15.42	c Number of processors 	4
32.01/15.42	c c --- Begin Solver configuration ---
32.01/15.42	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
32.01/15.42	c Learn all clauses as in MiniSAT
32.01/15.42	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
32.01/15.42	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
32.01/15.42	c No reason simplification
32.01/15.42	c Glucose 2.1 dynamic restart strategy
32.01/15.42	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
32.01/15.42	c timeout=2147483s
32.01/15.42	c DB Simplification allowed=false
32.01/15.42	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
32.01/15.42	c --- End Solver configuration ---
32.01/15.42	c constraints type 
32.01/15.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
32.01/15.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16353750
32.01/15.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1469800
32.01/15.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
32.01/15.42	c 17823850 constraints processed.
485.95/455.01	o 790
1202.59/1161.72	o 677
2400.23/2349.80	c starts		: 2755
2400.23/2349.80	c conflicts		: 1655319
2400.23/2349.80	c decisions		: 227021721
2400.23/2349.80	c propagations		: 9214797494
2400.23/2349.80	c inspects		: 12250101622
2400.23/2349.80	c shortcuts		: 0
2400.23/2349.80	c learnt literals	: 0
2400.23/2349.80	c learnt binary clauses	: 2429
2400.23/2349.80	c learnt ternary clauses	: 3056
2400.23/2349.80	c learnt constraints	: 1655319
2400.23/2349.80	c ignored constraints	: 0
2400.23/2349.80	c root simplifications	: 0
2400.23/2349.80	c removed literals (reason simplification)	: 0
2400.23/2349.80	c reason swapping (by a shorter reason)	: 0
2400.23/2349.80	c Calls to reduceDB	: 84
2400.23/2349.80	c Number of update (reduction) of LBD	: 1396569
2400.23/2349.80	c Imported unit clauses	: 0
2400.23/2349.80	c number of reductions to clauses (during analyze)	: 0
2400.23/2349.80	c number of learned constraints concerned by reduction	: 0
2400.23/2349.80	c number of learning phase by resolution	: 0
2400.23/2349.80	c number of learning phase by cutting planes	: 0
2400.23/2349.80	c number of rounding to 1 operations	: 0
2400.23/2349.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.23/2349.80	c number of reductions of the coefficients by power 2 	: 0
2400.23/2349.80	c number of right shift for reduction by power 2 	: 0
2400.23/2349.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.23/2349.80	c number of ending skipping 	: 0
2400.23/2349.80	c number of internal skipping 	: 0
2400.23/2349.80	c number of derivation steps 	: 0
2400.23/2349.80	c number of skipped derivation steps 	: 0
2400.23/2349.80	c number of remaining unassigned 	: 0
2400.23/2349.80	c number of remaining assigned 	: 0
2400.23/2349.80	c speed (assignments/second)	: 3947529.6848761095
2400.23/2349.80	c non guided choices	: 65176572
2400.23/2349.80	s SATISFIABLE
2400.23/2349.81	v <instantiation type="solution">
2400.23/2349.81	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] </list>
2400.23/2349.81	v 	<values> 3 27 32 45 33 44 25 48 18 12 17 47 29 22 40 14 1 42 34 31 4 26 20 19 41 5 7 2 15 49 9 0 28 39 23 24 10 46 35 38 8 43 16 13 11 6 21 36 37 30 10 8 12 9 17 12 18 21 20 4 18 19 6 22 15 6 23 8 1 19 10 6 3 14 19 5 5 12 25 26 9 23 21 10 1 17 22 7 22 17 19 18 12 11 19 14 10 2 14 16 </values>
2400.23/2349.81	v </instantiation>
2400.23/2349.81	

Verifier Data

OK	677

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 (925 MiB free)
  memory of node 1: 16384 MiB (8802 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289833-1532270929/watcher-4289833-1532270929 -o /tmp/evaluation-result-4289833-1532270929/solver-4289833-1532270929 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289833-1532270929.xml 

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

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=5721, runsolver pid=5718
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 2.16 2.35 2.60 4/216 5736
/proc/meminfo: memFree=9942976/32770624 swapFree=67108860/67108860
[pid=5721] ppid=5718 vsize=10659012 memory=31520 CPUtime=0.13 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5718 5721 3751 0 -1 1077944320 6429 0 0 0 11 2 0 0 20 0 15 0 44655809 10914828288 7880 33554432000 4194304 4196468 140731905206832 140731905189376 139872055385847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
/proc/5721/statm: 2664753 7880 2817 1 0 2627263 0
[pid=5721/tid=5723] ppid=5718 vsize=10659012 memory=-8681635479929320640 CPUtime=0.09 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5718 5721 3751 0 -1 4202560 4272 0 0 0 8 1 0 0 20 0 15 0 44655809 10914828288 7880 33554432000 4194304 4196468 140731905206832 139872059608880 139872055407773 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5724] ppid=5718 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655810 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871992077328 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5725] ppid=5718 vsize=10659012 memory=140310523463296 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655810 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871991024784 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5726] ppid=5718 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655810 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655810 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10659012 memory=140310523463296 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655812 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5729] ppid=5718 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5718 5721 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44655812 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871291114656 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5730] ppid=5718 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5718 5721 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44655812 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871290061552 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5731] ppid=5718 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871289010128 139872055404443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5732] ppid=5718 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) R 5718 5721 3751 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 44655815 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871287958256 139872055396994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5733] ppid=5718 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) R 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871286905712 139872055407194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5734] ppid=5718 vsize=10659012 memory=140310523463296 CPUtime=0.02 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) R 5718 5721 3751 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 44655815 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871285852656 139872034657632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5735] ppid=5718 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871284800352 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5736] ppid=5718 vsize=10659012 memory=140310523463296 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655815 10914828288 7880 33554432000 4194304 4196468 140731905206832 139871283747376 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31520 KiB

[startup+0.210556 s]*
/proc/loadavg: 2.16 2.35 2.60 4/216 5736
/proc/meminfo: memFree=9932556/32770624 swapFree=67108860/67108860
[pid=5721] ppid=5718 vsize=10659012 memory=42240 CPUtime=0.33 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5718 5721 3751 0 -1 1077944320 7655 0 0 0 31 2 0 0 20 0 15 0 44655809 10914828288 10560 33554432000 4194304 4196468 140731905206832 140731905189376 139872055385847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
/proc/5721/statm: 2664753 10560 3007 1 0 2627263 0
[pid=5721/tid=5723] ppid=5718 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5718 5721 3751 0 -1 4202560 4610 0 0 0 19 1 0 0 20 0 15 0 44655809 10914828288 10560 33554432000 4194304 4196468 140731905206832 139872059617872 139872039429477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5724] ppid=5718 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655810 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871992077328 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5725] ppid=5718 vsize=10659012 memory=140310523486879 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655810 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871991024784 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5726] ppid=5718 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655810 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655810 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10659012 memory=140310523463296 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655812 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5729] ppid=5718 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5718 5721 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44655812 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871291114656 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5730] ppid=5718 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5718 5721 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44655812 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871290061552 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5731] ppid=5718 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871289010128 139872055404443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5732] ppid=5718 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) R 5718 5721 3751 0 -1 1077944384 759 0 0 0 2 0 0 0 20 0 15 0 44655815 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871287958256 139872055396994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5733] ppid=5718 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5718 5721 3751 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 15 0 44655815 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871286905712 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5734] ppid=5718 vsize=10659012 memory=140310523463296 CPUtime=0.07 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) R 5718 5721 3751 0 -1 4202560 671 0 0 0 7 0 0 0 20 0 15 0 44655815 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871285852656 139872034370548 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5735] ppid=5718 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871284800352 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5736] ppid=5718 vsize=10659012 memory=140310523463296 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655815 10914828288 10560 33554432000 4194304 4196468 140731905206832 139871283747376 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42240 KiB

[startup+0.310447 s]*
/proc/loadavg: 2.16 2.35 2.60 3/216 5736
/proc/meminfo: memFree=9924988/32770624 swapFree=67108860/67108860
[pid=5721] ppid=5718 vsize=10659088 memory=47104 CPUtime=0.52 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5718 5721 3751 0 -1 1077944320 8557 0 0 0 49 3 0 0 20 0 15 0 44655809 10914906112 11776 33554432000 4194304 4196468 140731905206832 140731905189376 139872055385847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
/proc/5721/statm: 2664772 11776 3050 1 0 2627263 0
[pid=5721/tid=5723] ppid=5718 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5718 5721 3751 0 -1 4202560 5313 0 0 0 28 2 0 0 20 0 15 0 44655809 10914906112 11776 33554432000 4194304 4196468 140731905206832 139872059623120 139872039466334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5724] ppid=5718 vsize=10659088 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655810 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871992077328 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5725] ppid=5718 vsize=10659088 memory=140310523547385 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655810 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871991024784 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5726] ppid=5718 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655810 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655810 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10659088 memory=140310523463296 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655812 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5729] ppid=5718 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5718 5721 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44655812 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871291114656 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5730] ppid=5718 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5718 5721 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44655812 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871290061552 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5731] ppid=5718 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871289010128 139872055404443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5732] ppid=5718 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5718 5721 3751 0 -1 1077944384 849 0 0 0 4 0 0 0 20 0 15 0 44655815 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871287958256 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5733] ppid=5718 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5718 5721 3751 0 -1 1077944384 304 0 0 0 4 0 0 0 20 0 15 0 44655815 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871286905712 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5734] ppid=5718 vsize=10659088 memory=140310523463296 CPUtime=0.11 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) R 5718 5721 3751 0 -1 4202560 723 0 0 0 11 0 0 0 20 0 15 0 44655815 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871285852656 139872034324650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5735] ppid=5718 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871284800352 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5736] ppid=5718 vsize=10659088 memory=140310523463296 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655815 10914906112 11776 33554432000 4194304 4196468 140731905206832 139871283747376 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47104 KiB

[startup+0.701637 s]
/proc/loadavg: 2.16 2.35 2.60 5/216 5736
/proc/meminfo: memFree=9893160/32770624 swapFree=67108860/67108860
[pid=5721] ppid=5718 vsize=10659088 memory=127964 CPUtime=1.76 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5718 5721 3751 0 -1 1077944320 17020 0 0 0 172 4 0 0 20 0 15 0 44655809 10914906112 31991 33554432000 4194304 4196468 140731905206832 140731905189376 139872055385847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
/proc/5721/statm: 2664772 31991 3106 1 0 2627263 0
[pid=5721/tid=5723] ppid=5718 vsize=10659088 memory=18460 CPUtime=0.67 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5718 5721 3751 0 -1 4202560 5582 0 0 0 65 2 0 0 20 0 15 0 44655809 10914906112 31991 33554432000 4194304 4196468 140731905206832 139872059603064 139871669827796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5724] ppid=5718 vsize=10659088 memory=10156 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655810 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871992077328 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5725] ppid=5718 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655810 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871991024784 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5726] ppid=5718 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655810 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655810 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44655812 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5729] ppid=5718 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5718 5721 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44655812 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871291114656 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5730] ppid=5718 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5718 5721 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44655812 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871290061552 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5731] ppid=5718 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871289010128 139872055404443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5732] ppid=5718 vsize=10659088 memory=6081105704601809001 CPUtime=0.4 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) R 5718 5721 3751 0 -1 4202560 4353 0 0 0 40 0 0 0 20 0 15 0 44655815 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871287942808 139872036930047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5733] ppid=5718 vsize=10659088 memory=6004820471124940137 CPUtime=0.39 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) R 5718 5721 3751 0 -1 4202560 3922 0 0 0 39 0 0 0 20 0 15 0 44655815 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871286886520 139872047675296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5734] ppid=5718 vsize=10659088 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5718 5721 3751 0 -1 1077944384 1797 0 0 0 25 0 0 0 20 0 15 0 44655815 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871285852656 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5735] ppid=5718 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655815 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871284800352 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5736] ppid=5718 vsize=10659088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5718 5721 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655815 10914906112 31991 33554432000 4194304 4196468 140731905206832 139871283747376 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 127964 KiB

[startup+1.5008 s]
/proc/loadavg: 2.16 2.35 2.60 6/216 5736
/proc/meminfo: memFree=9738820/32770624 swapFree=67108860/67108860
[pid=5721] ppid=5718 vsize=10659088 memory=288924 CPUtime=4.27 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5718 5721 3751 0 -1 1077944320 22329 0 0 0 417 10 0 0 20 0 15 0 44655809 10914906112 72231 33554432000 4194304 4196468 140731905206832 140731905189376 139872055385847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
/proc/5721/statm: 2664772 72231 3143 1 0 2627263 0
[pid=5721/tid=5723] ppid=5718 vsize=10659088 memory=282736 CPUtime=1.36 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5718 5721 3751 0 -1 4202560 5626 0 0 0 133 3 0 0 20 0 15 0 44655809 10914906112 72231 33554432000 4194304 4196468 140731905206832 139872059612480 139871670071918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5724] ppid=5718 vsize=10659088 memory=8112282956445269571 CPUtime=0.03 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5718 5721 3751 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 15 0 44655810 10914906112 72231 33554432000 4194304 4196468 140731905206832 139871992077328 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5725] ppid=5718 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5718 5721 3751 0 -1 1077944384 31 0 0 0 3 0 0 0 20 0 15 0 44655810 10914906112 72231 33554432000 4194304 4196468 140731905206832 139871991024784 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5726] ppid=5718 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 71 0 0 0 5 1 0 0 20 0 15 0 44655810 10914906112 72231 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10659088 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 231 0 0 0 8 1 0 0 20 0 15 0 44655810 10914906112 72231 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44655812 10914906112 72231 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0

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

/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 17253 0 0 0 1357 104 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10725652 memory=0 CPUtime=14.62 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 40363 0 0 0 1356 106 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10725652 memory=5295220 CPUtime=3.84 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 15964 0 0 0 380 4 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5729] ppid=5718 vsize=10725652 memory=5295220 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5718 5721 3751 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871291114720 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5730] ppid=5718 vsize=10725652 memory=140312286593478 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5718 5721 3751 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871290061568 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5731] ppid=5718 vsize=10725652 memory=5295220 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871289010128 139872055404443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5732] ppid=5718 vsize=10725652 memory=230803 CPUtime=2.82 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5718 5721 3751 0 -1 1077944384 18829 0 0 0 280 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871287958256 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5733] ppid=5718 vsize=10725652 memory=5295220 CPUtime=2.37 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5718 5721 3751 0 -1 1077944384 13973 0 0 0 235 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871286905712 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5734] ppid=5718 vsize=10725652 memory=5295220 CPUtime=0.46 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5718 5721 3751 0 -1 1077944384 5502 0 0 0 44 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871285852656 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5735] ppid=5718 vsize=10725652 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871284800352 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5736] ppid=5718 vsize=10725652 memory=5295196 CPUtime=1.4 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5718 5721 3751 0 -1 1077944384 2284 0 0 0 59 81 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871283747376 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5737] ppid=5718 vsize=10725652 memory=5295196 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5718 5721 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44657358 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871282693168 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
Current children cumulated CPU time: 2312.73 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 5295220 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.10 2.13 3/217 5910
/proc/meminfo: memFree=4511400/32770624 swapFree=67108860/67108860
[pid=5721] ppid=5718 vsize=10725652 memory=5295220 CPUtime=2372.77 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5718 5721 3751 0 -1 1077944320 318084 0 0 0 236749 528 0 0 20 0 16 0 44655809 10983067648 1323805 33554432000 4194304 4196468 140731905206832 140731905189376 139872055385847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
/proc/5721/statm: 2681413 1323805 3189 1 0 2643904 0
[pid=5721/tid=5723] ppid=5718 vsize=10725652 memory=2340 CPUtime=2303.36 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5718 5721 3751 0 -1 4202560 155557 0 0 0 230300 36 0 0 20 0 16 0 44655809 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139872059624912 139871672558605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5724] ppid=5718 vsize=10725652 memory=5295220 CPUtime=14.56 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5718 5721 3751 0 -1 1077944384 22172 0 0 0 1361 95 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871992077328 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5725] ppid=5718 vsize=10725652 memory=5295220 CPUtime=14.58 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5718 5721 3751 0 -1 1077944384 24584 0 0 0 1356 102 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871991024784 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5726] ppid=5718 vsize=10725652 memory=0 CPUtime=14.61 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 17253 0 0 0 1357 104 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10725652 memory=5295220 CPUtime=14.62 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 40363 0 0 0 1356 106 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10725652 memory=5295220 CPUtime=3.84 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 15983 0 0 0 380 4 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5729] ppid=5718 vsize=10725652 memory=5295220 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5718 5721 3751 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871291114720 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5730] ppid=5718 vsize=10725652 memory=5295220 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5718 5721 3751 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871290061568 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5731] ppid=5718 vsize=10725652 memory=5295220 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871289010128 139872055404443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5732] ppid=5718 vsize=10725652 memory=5295220 CPUtime=2.82 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5718 5721 3751 0 -1 1077944384 18856 0 0 0 280 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871287958256 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5733] ppid=5718 vsize=10725652 memory=5295220 CPUtime=2.37 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5718 5721 3751 0 -1 1077944384 13979 0 0 0 235 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871286905712 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5734] ppid=5718 vsize=10725652 memory=8112282956445269571 CPUtime=0.46 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5718 5721 3751 0 -1 1077944384 5508 0 0 0 44 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871285852656 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5735] ppid=5718 vsize=10725652 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871284800352 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5736] ppid=5718 vsize=10725652 memory=5295220 CPUtime=1.44 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5718 5721 3751 0 -1 1077944384 2358 0 0 0 61 83 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871283747376 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5737] ppid=5718 vsize=10725652 memory=5295220 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5718 5721 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44657358 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871282693168 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
Current children cumulated CPU time: 2372.77 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 5295220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2349.6 s]
/proc/loadavg: 2.03 2.10 2.13 3/217 5911
/proc/meminfo: memFree=4511088/32770624 swapFree=67108860/67108860
[pid=5721] ppid=5718 vsize=10725652 memory=5295220 CPUtime=2400.08 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5718 5721 3751 0 -1 1077944320 321009 0 0 0 239479 529 0 0 20 0 16 0 44655809 10983067648 1323805 33554432000 4194304 4196468 140731905206832 140731905189376 139872055385847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
/proc/5721/statm: 2681413 1323805 3189 1 0 2643904 0
[pid=5721/tid=5723] ppid=5718 vsize=10725652 memory=2588 CPUtime=2330.66 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) R 5718 5721 3751 0 -1 4202560 158207 0 0 0 233029 37 0 0 20 0 16 0 44655809 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139872059624504 139871671602220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5724] ppid=5718 vsize=10725652 memory=2588 CPUtime=14.56 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5718 5721 3751 0 -1 1077944384 22172 0 0 0 1361 95 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871992077328 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5725] ppid=5718 vsize=10725652 memory=8112282956445269571 CPUtime=14.58 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5718 5721 3751 0 -1 1077944384 24584 0 0 0 1356 102 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871991024784 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5726] ppid=5718 vsize=10725652 memory=1004 CPUtime=14.61 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 17253 0 0 0 1357 104 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10725652 memory=1952 CPUtime=14.62 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 40363 0 0 0 1356 106 0 0 20 0 16 0 44655810 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10725652 memory=1704 CPUtime=3.84 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 15993 0 0 0 380 4 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5729] ppid=5718 vsize=10725652 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5718 5721 3751 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871291114720 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5730] ppid=5718 vsize=10725652 memory=15124 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5718 5721 3751 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 44655812 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871290061568 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5731] ppid=5718 vsize=10725652 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871289010128 139872055404443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5732] ppid=5718 vsize=10725652 memory=2408 CPUtime=2.82 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5718 5721 3751 0 -1 1077944384 18864 0 0 0 280 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871287958256 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5733] ppid=5718 vsize=10725652 memory=4616 CPUtime=2.37 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5718 5721 3751 0 -1 1077944384 13982 0 0 0 235 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871286905712 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5734] ppid=5718 vsize=10725652 memory=14004 CPUtime=0.46 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5718 5721 3751 0 -1 1077944384 5726 0 0 0 44 2 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871285852656 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5735] ppid=5718 vsize=10725652 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871284800352 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5736] ppid=5718 vsize=10725652 memory=15872 CPUtime=1.46 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5718 5721 3751 0 -1 1077944384 2394 0 0 0 62 84 0 0 20 0 16 0 44655815 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871283747376 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5737] ppid=5718 vsize=10725652 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5737/stat : 5737 (java) S 5718 5721 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44657358 10983067648 1323805 33554432000 4194304 4196468 140731905206832 139871282693168 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 5295220 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2349.85 s]
# the end of solver process 5721 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.96 s, system=5.31987 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2349.8 s]
/proc/loadavg: 2.03 2.10 2.13 3/217 5911
/proc/meminfo: memFree=4511088/32770624 swapFree=67108860/67108860
[pid=5721] ppid=5718 vsize=10925344 memory=5295500 CPUtime=2400.23 cores=1,3,5,7
/proc/5721/stat : 5721 (java) S 5718 5721 3751 0 -1 1077944320 322449 0 0 0 239494 529 0 0 20 0 17 0 44655809 11187552256 1323875 33554432000 4194304 4196468 140731905206832 140731905189376 139872055385847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
/proc/5721/statm: 2731336 1323875 3191 1 0 2693827 0
[pid=5721/tid=5723] ppid=5718 vsize=10925344 memory=10188 CPUtime=2330.81 cores=1,3,5,7
/proc/5721/task/5723/stat : 5723 (java) S 5718 5721 3751 0 -1 1077944384 158428 0 0 0 233044 37 0 0 20 0 17 0 44655809 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139872059628720 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5724] ppid=5718 vsize=10925344 memory=1788 CPUtime=14.56 cores=1,3,5,7
/proc/5721/task/5724/stat : 5724 (java) S 5718 5721 3751 0 -1 1077944384 22172 0 0 0 1361 95 0 0 20 0 17 0 44655810 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871992077328 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5725] ppid=5718 vsize=10925344 memory=644 CPUtime=14.58 cores=1,3,5,7
/proc/5721/task/5725/stat : 5725 (java) S 5718 5721 3751 0 -1 1077944384 24584 0 0 0 1356 102 0 0 20 0 17 0 44655810 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871991024784 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5726] ppid=5718 vsize=10925344 memory=952 CPUtime=14.61 cores=1,3,5,7
/proc/5721/task/5726/stat : 5726 (java) S 5718 5721 3751 0 -1 1077944384 17253 0 0 0 1357 104 0 0 20 0 17 0 44655810 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871989971728 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5727] ppid=5718 vsize=10925344 memory=8112282956445269571 CPUtime=14.62 cores=1,3,5,7
/proc/5721/task/5727/stat : 5727 (java) S 5718 5721 3751 0 -1 1077944384 40363 0 0 0 1356 106 0 0 20 0 17 0 44655810 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871988919184 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5728] ppid=5718 vsize=10925344 memory=2340 CPUtime=3.84 cores=1,3,5,7
/proc/5721/task/5728/stat : 5728 (java) S 5718 5721 3751 0 -1 1077944384 16032 0 0 0 380 4 0 0 20 0 17 0 44655812 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871292168432 139872055396994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5729] ppid=5718 vsize=10925344 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5729/stat : 5729 (java) S 5718 5721 3751 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 44655812 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871291114720 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5730] ppid=5718 vsize=10925344 memory=928 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5730/stat : 5730 (java) S 5718 5721 3751 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 44655812 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871290061568 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5731] ppid=5718 vsize=10925344 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5731/stat : 5731 (java) S 5718 5721 3751 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 17 0 44655815 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871289010128 139872055404443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5732] ppid=5718 vsize=10925344 memory=792 CPUtime=2.82 cores=1,3,5,7
/proc/5721/task/5732/stat : 5732 (java) S 5718 5721 3751 0 -1 1077944384 18999 0 0 0 280 2 0 0 20 0 17 0 44655815 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871287958256 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5733] ppid=5718 vsize=10925344 memory=1228 CPUtime=2.37 cores=1,3,5,7
/proc/5721/task/5733/stat : 5733 (java) S 5718 5721 3751 0 -1 1077944384 14136 0 0 0 235 2 0 0 20 0 17 0 44655815 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871286905712 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5734] ppid=5718 vsize=10925344 memory=8388 CPUtime=0.47 cores=1,3,5,7
/proc/5721/task/5734/stat : 5734 (java) S 5718 5721 3751 0 -1 1077944384 6156 0 0 0 45 2 0 0 20 0 17 0 44655815 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871285852656 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5735] ppid=5718 vsize=10925344 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/5721/task/5735/stat : 5735 (java) S 5718 5721 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44655815 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871284800352 139872055396053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
[pid=5721/tid=5736] ppid=5718 vsize=10925344 memory=5520 CPUtime=1.46 cores=1,3,5,7
/proc/5721/task/5736/stat : 5736 (java) S 5718 5721 3751 0 -1 1077944384 2394 0 0 0 62 84 0 0 20 0 17 0 44655815 11187552256 1323875 33554432000 4194304 4196468 140731905206832 139871283747376 139872055396994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140731905213553 140731905213705 140731905213705 140731905216463 0
Current children cumulated CPU time: 2400.23 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 5295500 KiB

Child status: 143
Real time (s): 2349.85
CPU time (s): 2400.28
CPU user time (s): 2394.96
CPU system time (s): 5.31987
CPU usage (%): 102.146
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 5295500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.96
system time used= 5.31987
maximum resident set size= 5295816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54430
involuntary context switches= 1771


# summary of solver processes directly reported to runsolver:
#   pid: 5721
#   total CPU time (s): 2400.28
#   total CPU user time (s): 2394.96
#   total CPU system time (s): 5.31987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2979 second user time and 22.0721 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 16:48:49
IDJOB=4289833
IDBENCH=141630
IDSOLVER=2742
FILE ID=node106/4289833-1532270929
RUNJOBID= node106-1532261164-3783
PBS_JOBID= 21018972
Free space on /tmp= 53028 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-50-30-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289833-1532270929/watcher-4289833-1532270929 -o /tmp/evaluation-result-4289833-1532270929/solver-4289833-1532270929 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289833-1532270929.xml

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

MD5SUM BENCH= 80c5a80d7c962cf143a1b6c53ca701c2
RANDOM SEED=1633085510

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:         9960996 kB
MemAvailable:   23683052 kB
Buffers:          245500 kB
Cached:         13566272 kB
SwapCached:            0 kB
Active:          9507124 kB
Inactive:       12599568 kB
Active(anon):    8297424 kB
Inactive(anon):    17096 kB
Active(file):    1209700 kB
Inactive(file): 12582472 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2448 kB
Writeback:             0 kB
AnonPages:       8348496 kB
Mapped:            47852 kB
Shmem:             17036 kB
Slab:             386092 kB
SReclaimable:     358344 kB
SUnreclaim:        27748 kB
KernelStack:        3760 kB
PageTables:        21276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8646652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7970816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53024 MiB
End job on node106 at 2018-07-22 17:27:59