Trace number 4390891

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
AbsCon 2019-07-23OPT0 4.10661 2.43247

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-03-350-100.xml
MD5SUM2ec8df38dc21edc74720c494de453c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.11825
Satisfiable
(Un)Satisfiability was proved
Number of variables1051
Number of constraints7
Number of domains2
Minimum domain size2
Maximum domain size351
Distribution of domain sizes[{"size":2,"count":1050},{"size":351,"count":1}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":1051}]
Minimum constraint arity350
Maximum constraint arity1050
Distribution of constraint arities[{"arity":350,"count":3},{"arity":701,"count":3},{"arity":1050,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

2.62/1.91	
2.62/1.91	AbsCon 2 
2.62/1.93	
2.89/2.07	  Instance
2.89/2.07	    name=instance-4390891-1568380545, framework=COP, bounds=-infty..+infty
2.89/2.07	
2.89/2.07	  Loading variables...
3.17/2.13	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@5e295b10
3.17/2.16	  Loading constraints...[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@7e0bfa5d
3.17/2.17	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@23d3360e
3.17/2.17	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@3a5ad420
3.17/2.18	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@3a5ad420
3.17/2.18	[Lorg.xcsp.parser.entries.XVariables$XVarInteger;@77a5fb5d
3.46/2.25	
3.46/2.25	
3.46/2.25	  Domains
3.46/2.25	    nTypes=2, nValues=2451, sizes=[2#1050,351#1]
3.46/2.25	  Variables
3.46/2.25	    count=1051, degrees=[4#1,5#4,6#698,7#348]
3.46/2.25	  Objectives
3.46/2.25	    way=min, type=ObjVarLE
3.46/2.25	  Constraints
3.46/2.25	    count=358, nSpecific=358, arities=[1#1,6#349,350#3,700#2,701#3]
3.46/2.25	    distribution=[LexicographicLe#351,ObjVarLE#1,SumScalarBooleanLEVar#3,SumSimpleEQ#3]
3.46/2.25	    wck=0.374, cpu=2.222, mem=34M439
3.46/2.26	  Solver SolverBacktrack being built...
3.46/2.26	
3.78/2.30	
3.78/2.30	  Solver
3.78/2.30	    guaranteedGAC=true
3.78/2.30	    wck=0.42, cpu=2.266, mem=47M724
3.78/2.32	
3.78/2.32	  Preprocessing
3.78/2.32	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.78/2.32	    wck=0.017, cpu=2.286, mem=50M367
3.78/2.32	
3.99/2.41	o 0
3.99/2.42	    num=0, depth=1052..1050, filters=6, ccks=358, wck=0.123, mem=50M367
3.99/2.42	    decisions=451, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=1, bestBound=0
3.99/2.42	    
3.99/2.42	  Global
3.99/2.42	    filters=6, ccks=358
3.99/2.42	    Stop=FULL_EXPLORATION, wrong=0, bestBound=0, bestBoundWck=0.528, bestBoundCpu=2.373, foundSolutions=1, firstSolCpu=2.373
3.99/2.42	    wck=0.544, cpu=2.39, mem=50M367
3.99/2.42	
3.99/2.42	v <instantiation id='sol1' type='solution' cost='0'>  <list> z x[][] </list>  <values> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>  </instantiation>
3.99/2.42	s OPTIMUM FOUND
3.99/2.42	
3.99/2.42	d WRONG_DECISIONS 0

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390891-1568380545/watcher-4390891-1568380545 -o /tmp/evaluation-result-4390891-1568380545/solver-4390891-1568380545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390891-1568380545.xml -cm 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30629, runsolver pid=30626

[startup+0.100133 s]*
/proc/loadavg: 0.72 0.19 0.10 4/228 30644
/proc/meminfo: memFree=31186700/32770624 swapFree=66981380/67108860
[pid=30629] ppid=30626 vsize=10659884 memory=26268 CPUtime=0.14 cores=0,2,4,6
/proc/30629/stat : 30629 (java) S 30626 30629 30397 0 -1 1077944320 5578 0 0 0 13 1 0 0 20 0 15 0 414317202 10915721216 6567 33554432000 4194304 4196468 140729861208848 140729861191392 140644169641719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
/proc/30629/statm: 2664971 6567 2910 1 0 2627468 0
[pid=30629/tid=30631] ppid=30626 vsize=10659884 memory=-8341684059578994561 CPUtime=0.09 cores=0,2,4,6
/proc/30629/task/30631/stat : 30631 (java) R 30626 30629 30397 0 -1 4202560 3273 0 0 0 9 0 0 0 20 0 15 0 414317203 10915721216 6567 33554432000 4194304 4196468 140729861208848 140644173863840 140644153722206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30632] ppid=30626 vsize=10659884 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30632/stat : 30632 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 6567 33554432000 4194304 4196468 140729861208848 140644141484560 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30633] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30633/stat : 30633 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643775384208 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30634] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30634/stat : 30634 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643774331152 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30635] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30635/stat : 30635 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643773278608 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30636] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30636/stat : 30636 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317205 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643474033392 140644169652866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30637] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30637/stat : 30637 (java) S 30626 30629 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414317205 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643472979616 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30638] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30638/stat : 30638 (java) S 30626 30629 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414317206 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643471926512 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30639] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30639/stat : 30639 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643470875088 140644169660315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30640] ppid=30626 vsize=10659884 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30629/task/30640/stat : 30640 (java) R 30626 30629 30397 0 -1 4202560 513 0 0 0 1 0 0 0 20 0 15 0 414317208 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643267504368 140644147392811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30641] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30641/stat : 30641 (java) R 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317208 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643266451824 140644169652866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30642] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0.02 cores=0,2,4,6
/proc/30629/task/30642/stat : 30642 (java) R 30626 30629 30397 0 -1 4202560 454 0 0 0 2 0 0 0 20 0 15 0 414317208 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643265395464 140644169663066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30643] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30643/stat : 30643 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643264346464 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30644] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30644/stat : 30644 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317209 10915721216 6567 33554432000 4194304 4196468 140729861208848 140643263294512 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 26268 KiB

[startup+0.210789 s]*
/proc/loadavg: 0.72 0.19 0.10 3/228 30644
/proc/meminfo: memFree=31179072/32770624 swapFree=66981380/67108860
[pid=30629] ppid=30626 vsize=10659884 memory=33820 CPUtime=0.33 cores=0,2,4,6
/proc/30629/stat : 30629 (java) S 30626 30629 30397 0 -1 1077944320 7157 0 0 0 32 1 0 0 20 0 15 0 414317202 10915721216 8455 33554432000 4194304 4196468 140729861208848 140729861191392 140644169641719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
/proc/30629/statm: 2664971 8455 2990 1 0 2627468 0
[pid=30629/tid=30631] ppid=30626 vsize=10659884 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/30629/task/30631/stat : 30631 (java) R 30626 30629 30397 0 -1 4202560 3935 0 0 0 20 1 0 0 20 0 15 0 414317203 10915721216 8455 33554432000 4194304 4196468 140729861208848 140644173868120 140644169663645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30632] ppid=30626 vsize=10659884 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30632/stat : 30632 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 8455 33554432000 4194304 4196468 140729861208848 140644141484560 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30633] ppid=30626 vsize=10659884 memory=288370230124066432 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30633/stat : 30633 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643775384208 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30634] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30634/stat : 30634 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643774331152 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30635] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30635/stat : 30635 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643773278608 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30636] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30636/stat : 30636 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317205 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643474033392 140644169652866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30637] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30637/stat : 30637 (java) S 30626 30629 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414317205 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643472979616 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30638] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30638/stat : 30638 (java) S 30626 30629 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414317206 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643471926512 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30639] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30639/stat : 30639 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643470875088 140644169660315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30640] ppid=30626 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30629/task/30640/stat : 30640 (java) S 30626 30629 30397 0 -1 1077944384 949 0 0 0 4 0 0 0 20 0 15 0 414317208 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643267504368 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30641] ppid=30626 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30629/task/30641/stat : 30641 (java) S 30626 30629 30397 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 15 0 414317208 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643266451824 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30642] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0.05 cores=0,2,4,6
/proc/30629/task/30642/stat : 30642 (java) S 30626 30629 30397 0 -1 1077944384 828 0 0 0 5 0 0 0 20 0 15 0 414317208 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643265398768 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30643] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30643/stat : 30643 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643264346464 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30644] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30644/stat : 30644 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317209 10915721216 8455 33554432000 4194304 4196468 140729861208848 140643263294512 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 33820 KiB

[startup+0.310381 s]*
/proc/loadavg: 0.72 0.19 0.10 3/228 30644
/proc/meminfo: memFree=31170944/32770624 swapFree=66981380/67108860
[pid=30629] ppid=30626 vsize=10659884 memory=39216 CPUtime=0.47 cores=0,2,4,6
/proc/30629/stat : 30629 (java) S 30626 30629 30397 0 -1 1077944320 9719 0 0 0 44 3 0 0 20 0 15 0 414317202 10915721216 9804 33554432000 4194304 4196468 140729861208848 140729861191392 140644169641719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
/proc/30629/statm: 2664971 9804 3003 1 0 2627468 0
[pid=30629/tid=30631] ppid=30626 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30629/task/30631/stat : 30631 (java) R 30626 30629 30397 0 -1 4202560 6382 0 0 0 28 2 0 0 20 0 15 0 414317203 10915721216 9804 33554432000 4194304 4196468 140729861208848 140644173874128 140644153722206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30632] ppid=30626 vsize=10659884 memory=4297963160 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30632/stat : 30632 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 9804 33554432000 4194304 4196468 140729861208848 140644141484560 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30633] ppid=30626 vsize=10659884 memory=288370230124066432 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30633/stat : 30633 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643775384208 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30634] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30634/stat : 30634 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643774331152 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30635] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30635/stat : 30635 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643773278608 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30636] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30636/stat : 30636 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317205 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643474033392 140644169652866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30637] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30637/stat : 30637 (java) S 30626 30629 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414317205 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643472979616 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30638] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30638/stat : 30638 (java) S 30626 30629 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414317206 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643471926512 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30639] ppid=30626 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30639/stat : 30639 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643470875088 140644169660315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30640] ppid=30626 vsize=10659884 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30629/task/30640/stat : 30640 (java) S 30626 30629 30397 0 -1 1077944384 996 0 0 0 5 0 0 0 20 0 15 0 414317208 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643267504368 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30641] ppid=30626 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30629/task/30641/stat : 30641 (java) S 30626 30629 30397 0 -1 1077944384 102 0 0 0 2 0 0 0 20 0 15 0 414317208 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643266451824 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30642] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0.07 cores=0,2,4,6
/proc/30629/task/30642/stat : 30642 (java) S 30626 30629 30397 0 -1 1077944384 880 0 0 0 7 0 0 0 20 0 15 0 414317208 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643265398768 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30643] ppid=30626 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30643/stat : 30643 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643264346464 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30644] ppid=30626 vsize=10659884 memory=139853972354688 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30644/stat : 30644 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317209 10915721216 9804 33554432000 4194304 4196468 140729861208848 140643263294512 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39216 KiB

[startup+0.700778 s]
/proc/loadavg: 0.72 0.19 0.10 3/228 30644
/proc/meminfo: memFree=31145536/32770624 swapFree=66981380/67108860
[pid=30629] ppid=30626 vsize=10661932 memory=61056 CPUtime=1.11 cores=0,2,4,6
/proc/30629/stat : 30629 (java) S 30626 30629 30397 0 -1 1077944320 13467 0 0 0 105 6 0 0 20 0 15 0 414317202 10917818368 15264 33554432000 4194304 4196468 140729861208848 140729861191392 140644169641719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
/proc/30629/statm: 2665483 15264 3073 1 0 2627980 0
[pid=30629/tid=30631] ppid=30626 vsize=10661932 memory=271434484058891 CPUtime=0.68 cores=0,2,4,6
/proc/30629/task/30631/stat : 30631 (java) R 30626 30629 30397 0 -1 4202560 8904 0 0 0 64 4 0 0 20 0 15 0 414317203 10917818368 15264 33554432000 4194304 4196468 140729861208848 140644173874080 140644057582995 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30632] ppid=30626 vsize=10661932 memory=3158301 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30632/stat : 30632 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10917818368 15264 33554432000 4194304 4196468 140729861208848 140644141484560 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30633] ppid=30626 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30633/stat : 30633 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317204 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643775384208 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30634] ppid=30626 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30634/stat : 30634 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643774331152 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30635] ppid=30626 vsize=10661932 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30635/stat : 30635 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643773278608 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30636] ppid=30626 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30636/stat : 30636 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317205 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643474033392 140644169652866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30637] ppid=30626 vsize=10661932 memory=-3535359994705171041 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30637/stat : 30637 (java) S 30626 30629 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414317205 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643472979616 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30638] ppid=30626 vsize=10661932 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30638/stat : 30638 (java) S 30626 30629 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414317206 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643471926512 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30639] ppid=30626 vsize=10661932 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30639/stat : 30639 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643470875088 140644169660315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30640] ppid=30626 vsize=10661932 memory=6944656592455360604 CPUtime=0.12 cores=0,2,4,6
/proc/30629/task/30640/stat : 30640 (java) S 30626 30629 30397 0 -1 1077944384 1360 0 0 0 12 0 0 0 20 0 15 0 414317208 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643267504368 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30641] ppid=30626 vsize=10661932 memory=6944656592455360604 CPUtime=0.09 cores=0,2,4,6
/proc/30629/task/30641/stat : 30641 (java) S 30626 30629 30397 0 -1 1077944384 431 0 0 0 9 0 0 0 20 0 15 0 414317208 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643266451824 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30642] ppid=30626 vsize=10661932 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30629/task/30642/stat : 30642 (java) S 30626 30629 30397 0 -1 1077944384 1411 0 0 0 18 0 0 0 20 0 15 0 414317208 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643265398768 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30643] ppid=30626 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30643/stat : 30643 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643264346464 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30644] ppid=30626 vsize=10661932 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30644/stat : 30644 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317209 10917818368 15264 33554432000 4194304 4196468 140729861208848 140643263294512 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 61056 KiB

[startup+1.5008 s]
/proc/loadavg: 0.72 0.19 0.10 3/228 30644
/proc/meminfo: memFree=31129488/32770624 swapFree=66981380/67108860
[pid=30629] ppid=30626 vsize=10663980 memory=75136 CPUtime=2.01 cores=0,2,4,6
/proc/30629/stat : 30629 (java) S 30626 30629 30397 0 -1 1077944320 17686 0 0 0 195 6 0 0 20 0 15 0 414317202 10919915520 18784 33554432000 4194304 4196468 140729861208848 140729861191392 140644169641719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
/proc/30629/statm: 2665995 18784 3092 1 0 2628492 0
[pid=30629/tid=30631] ppid=30626 vsize=10663980 memory=2996107 CPUtime=1.48 cores=0,2,4,6
/proc/30629/task/30631/stat : 30631 (java) R 30626 30629 30397 0 -1 4202560 12016 0 0 0 143 5 0 0 20 0 15 0 414317203 10919915520 18784 33554432000 4194304 4196468 140729861208848 140644173864080 140644152828549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30632] ppid=30626 vsize=10663980 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30632/stat : 30632 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10919915520 18784 33554432000 4194304 4196468 140729861208848 140644141484560 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30633] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30633/stat : 30633 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317204 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643775384208 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30634] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30634/stat : 30634 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643774331152 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30635] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30635/stat : 30635 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643773278608 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30636] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30636/stat : 30636 (java) S 30626 30629 30397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 414317205 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643474033392 140644169652866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30637] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30637/stat : 30637 (java) S 30626 30629 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414317205 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643472979616 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30638] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30638/stat : 30638 (java) S 30626 30629 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414317206 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643471926512 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30639] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30639/stat : 30639 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643470875088 140644169660315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30640] ppid=30626 vsize=10663980 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/30629/task/30640/stat : 30640 (java) S 30626 30629 30397 0 -1 1077944384 1696 0 0 0 15 0 0 0 20 0 15 0 414317208 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643267504368 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30641] ppid=30626 vsize=10663980 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/30629/task/30641/stat : 30641 (java) S 30626 30629 30397 0 -1 1077944384 1177 0 0 0 17 0 0 0 20 0 15 0 414317208 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643266451824 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30642] ppid=30626 vsize=10663980 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30629/task/30642/stat : 30642 (java) S 30626 30629 30397 0 -1 1077944384 1413 0 0 0 18 0 0 0 20 0 15 0 414317208 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643265398768 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30643] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30643/stat : 30643 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643264346464 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30644] ppid=30626 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30644/stat : 30644 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317209 10919915520 18784 33554432000 4194304 4196468 140729861208848 140643263294512 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
Current children cumulated CPU time: 2.01 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 75136 KiB

[startup+2.43242 s]
# the end of solver process 30629 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.96809 s, system=0.138516 s

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

[startup+1.60091 s]
/proc/loadavg: 0.72 0.19 0.10 3/228 30644
/proc/meminfo: memFree=31129488/32770624 swapFree=66981380/67108860
[pid=30629] ppid=30626 vsize=10666028 memory=75944 CPUtime=2.12 cores=0,2,4,6
/proc/30629/stat : 30629 (java) S 30626 30629 30397 0 -1 1077944320 17938 0 0 0 206 6 0 0 20 0 15 0 414317202 10922012672 18986 33554432000 4194304 4196468 140729861208848 140729861191392 140644169641719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
/proc/30629/statm: 2666507 18986 3092 1 0 2629004 0
[pid=30629/tid=30631] ppid=30626 vsize=10666028 memory=-8473367160242330259 CPUtime=1.58 cores=0,2,4,6
/proc/30629/task/30631/stat : 30631 (java) R 30626 30629 30397 0 -1 4202560 12259 0 0 0 153 5 0 0 20 0 15 0 414317203 10922012672 18986 33554432000 4194304 4196468 140729861208848 140644173864080 140644153722206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30632] ppid=30626 vsize=10666028 memory=-8171376296011865461 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30632/stat : 30632 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10922012672 18986 33554432000 4194304 4196468 140729861208848 140644141484560 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30633] ppid=30626 vsize=10666028 memory=-5792065019343307568 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30633/stat : 30633 (java) S 30626 30629 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414317204 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643775384208 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30634] ppid=30626 vsize=10666028 memory=-2537689246120445521 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30634/stat : 30634 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643774331152 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30635] ppid=30626 vsize=10666028 memory=-7750001083477550754 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30635/stat : 30635 (java) S 30626 30629 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414317204 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643773278608 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30636] ppid=30626 vsize=10666028 memory=4280458430986965150 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30636/stat : 30636 (java) S 30626 30629 30397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 414317205 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643474033392 140644169652866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30637] ppid=30626 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30637/stat : 30637 (java) S 30626 30629 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414317205 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643472979616 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30638] ppid=30626 vsize=10666028 memory=139853972364753 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30638/stat : 30638 (java) S 30626 30629 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414317206 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643471926512 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30639] ppid=30626 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30639/stat : 30639 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643470875088 140644169660315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30640] ppid=30626 vsize=10666028 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/30629/task/30640/stat : 30640 (java) S 30626 30629 30397 0 -1 1077944384 1705 0 0 0 16 0 0 0 20 0 15 0 414317208 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643267504368 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30641] ppid=30626 vsize=10666028 memory=279707732029448 CPUtime=0.17 cores=0,2,4,6
/proc/30629/task/30641/stat : 30641 (java) S 30626 30629 30397 0 -1 1077944384 1177 0 0 0 17 0 0 0 20 0 15 0 414317208 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643266451824 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30642] ppid=30626 vsize=10666028 memory=279707732162512 CPUtime=0.18 cores=0,2,4,6
/proc/30629/task/30642/stat : 30642 (java) S 30626 30629 30397 0 -1 1077944384 1413 0 0 0 18 0 0 0 20 0 15 0 414317208 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643265398768 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30643] ppid=30626 vsize=10666028 memory=15479062137908 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30643/stat : 30643 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317208 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643264346464 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30644] ppid=30626 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30644/stat : 30644 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414317209 10922012672 18986 33554432000 4194304 4196468 140729861208848 140643263294512 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 75944 KiB

[startup+2.0027 s]*
/proc/loadavg: 0.74 0.20 0.11 6/229 30645
/proc/meminfo: memFree=31050624/32770624 swapFree=66981380/67108860
[pid=30629] ppid=30626 vsize=10744136 memory=144392 CPUtime=2.89 cores=0,2,4,6
/proc/30629/stat : 30629 (java) S 30626 30629 30397 0 -1 1077944320 21870 0 0 0 278 11 0 0 20 0 16 0 414317202 11001995264 36098 33554432000 4194304 4196468 140729861208848 140729861191392 140644169641719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
/proc/30629/statm: 2686034 36098 3301 1 0 2646705 0
[pid=30629/tid=30631] ppid=30626 vsize=10744136 memory=6791534058613427641 CPUtime=1.88 cores=0,2,4,6
/proc/30629/task/30631/stat : 30631 (java) S 30626 30629 30397 0 -1 1077944384 14024 0 0 0 182 6 0 0 20 0 16 0 414317203 11001995264 36098 33554432000 4194304 4196468 140729861208848 140644173884592 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30632] ppid=30626 vsize=10744136 memory=4126316290023845779 CPUtime=0.01 cores=0,2,4,6
/proc/30629/task/30632/stat : 30632 (java) S 30626 30629 30397 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 16 0 414317204 11001995264 36098 33554432000 4194304 4196468 140729861208848 140644141484560 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30633] ppid=30626 vsize=10744136 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30629/task/30633/stat : 30633 (java) S 30626 30629 30397 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 414317204 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643775384208 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30634] ppid=30626 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30634/stat : 30634 (java) S 30626 30629 30397 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 414317204 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643774331152 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30635] ppid=30626 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30635/stat : 30635 (java) S 30626 30629 30397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 414317204 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643773278608 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30636] ppid=30626 vsize=10744136 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30629/task/30636/stat : 30636 (java) S 30626 30629 30397 0 -1 1077944384 692 0 0 0 1 0 0 0 20 0 16 0 414317205 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643474033392 140644169652866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30637] ppid=30626 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30637/stat : 30637 (java) S 30626 30629 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414317205 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643472979680 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30638] ppid=30626 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30638/stat : 30638 (java) S 30626 30629 30397 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414317206 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643471926528 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30639] ppid=30626 vsize=10744136 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30639/stat : 30639 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414317208 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643470875088 140644169660315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30640] ppid=30626 vsize=10744136 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/30629/task/30640/stat : 30640 (java) R 30626 30629 30397 0 -1 4202560 1940 0 0 0 28 0 0 0 20 0 16 0 414317208 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643267504368 140644155705696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30641] ppid=30626 vsize=10744136 memory=3472323898181169199 CPUtime=0.28 cores=0,2,4,6
/proc/30629/task/30641/stat : 30641 (java) R 30626 30629 30397 0 -1 4202560 1278 0 0 0 28 0 0 0 20 0 16 0 414317208 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643266451824 140644147236577 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30642] ppid=30626 vsize=10744136 memory=3472468133020165808 CPUtime=0.24 cores=0,2,4,6
/proc/30629/task/30642/stat : 30642 (java) R 30626 30629 30397 0 -1 1077944384 1620 0 0 0 24 0 0 0 20 0 16 0 414317208 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643265394496 140644169651925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30643] ppid=30626 vsize=10744136 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30643/stat : 30643 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414317208 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643264346464 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30644] ppid=30626 vsize=10744136 memory=3471342250293192368 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30644/stat : 30644 (java) S 30626 30629 30397 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 16 0 414317209 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643263294512 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30645] ppid=30626 vsize=10744136 memory=3472328296227418159 CPUtime=0.07 cores=0,2,4,6
/proc/30629/task/30645/stat : 30645 (java) R 30626 30629 30397 0 -1 4202560 715 0 0 0 7 0 0 0 20 0 16 0 414317394 11001995264 36098 33554432000 4194304 4196468 140729861208848 140643246628160 140643805900036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 144392 KiB

[startup+2.40096 s]
/proc/loadavg: 0.74 0.20 0.11 6/229 30645
/proc/meminfo: memFree=31050624/32770624 swapFree=66981380/67108860
[pid=30629] ppid=30626 vsize=10746276 memory=152304 CPUtime=3.99 cores=0,2,4,6
/proc/30629/stat : 30629 (java) S 30626 30629 30397 0 -1 1077944320 25320 0 0 0 386 13 0 0 20 0 16 0 414317202 11004186624 38076 33554432000 4194304 4196468 140729861208848 140729861191392 140644169641719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
/proc/30629/statm: 2686569 38076 3351 1 0 2646705 0
[pid=30629/tid=30631] ppid=30626 vsize=10746276 memory=6791534058613427641 CPUtime=1.88 cores=0,2,4,6
/proc/30629/task/30631/stat : 30631 (java) S 30626 30629 30397 0 -1 1077944384 14024 0 0 0 182 6 0 0 20 0 16 0 414317203 11004186624 38076 33554432000 4194304 4196468 140729861208848 140644173884592 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30632] ppid=30626 vsize=10746276 memory=6655300316396806240 CPUtime=0.01 cores=0,2,4,6
/proc/30629/task/30632/stat : 30632 (java) S 30626 30629 30397 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 16 0 414317204 11004186624 38076 33554432000 4194304 4196468 140729861208848 140644141484560 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30633] ppid=30626 vsize=10746276 memory=-5587106306044206369 CPUtime=0.01 cores=0,2,4,6
/proc/30629/task/30633/stat : 30633 (java) S 30626 30629 30397 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 414317204 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643775384208 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30634] ppid=30626 vsize=10746276 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30634/stat : 30634 (java) S 30626 30629 30397 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 16 0 414317204 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643774331152 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30635] ppid=30626 vsize=10746276 memory=7682744562847679290 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30635/stat : 30635 (java) S 30626 30629 30397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 414317204 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643773278608 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30636] ppid=30626 vsize=10746276 memory=-9109213556524817781 CPUtime=0.01 cores=0,2,4,6
/proc/30629/task/30636/stat : 30636 (java) S 30626 30629 30397 0 -1 1077944384 692 0 0 0 1 0 0 0 20 0 16 0 414317205 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643474033392 140644169652866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30637] ppid=30626 vsize=10746276 memory=-7103146973613356224 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30637/stat : 30637 (java) S 30626 30629 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414317205 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643472979680 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30638] ppid=30626 vsize=10746276 memory=3054156605402285956 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30638/stat : 30638 (java) S 30626 30629 30397 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414317206 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643471926528 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30639] ppid=30626 vsize=10746276 memory=-7738167615158003044 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30639/stat : 30639 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414317208 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643470875088 140644169660315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30640] ppid=30626 vsize=10746276 memory=279707732308896 CPUtime=0.52 cores=0,2,4,6
/proc/30629/task/30640/stat : 30640 (java) R 30626 30629 30397 0 -1 4202560 2064 0 0 0 52 0 0 0 20 0 16 0 414317208 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643267504368 140644154767839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30641] ppid=30626 vsize=10746276 memory=279707732304400 CPUtime=0.5 cores=0,2,4,6
/proc/30629/task/30641/stat : 30641 (java) R 30626 30629 30397 0 -1 4202560 1376 0 0 0 50 0 0 0 20 0 16 0 414317208 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643266441744 140644153136152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30642] ppid=30626 vsize=10746276 memory=2110204473262676 CPUtime=0.51 cores=0,2,4,6
/proc/30629/task/30642/stat : 30642 (java) R 30626 30629 30397 0 -1 1077944384 2195 0 0 0 50 1 0 0 20 0 16 0 414317208 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643265398768 140644169652866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30643] ppid=30626 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30643/stat : 30643 (java) S 30626 30629 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414317208 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643264346464 140644169651925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30644] ppid=30626 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30629/task/30644/stat : 30644 (java) S 30626 30629 30397 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 16 0 414317209 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643263294512 140644169652866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
[pid=30629/tid=30645] ppid=30626 vsize=10746276 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/30629/task/30645/stat : 30645 (java) R 30626 30629 30397 0 -1 4202560 3368 0 0 0 44 1 0 0 20 0 16 0 414317394 11004186624 38076 33554432000 4194304 4196468 140729861208848 140643246632480 140644169653654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24064000 140729861211147 140729861211250 140729861211250 140729861214159 0
Current children cumulated CPU time: 3.99 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 152304 KiB

Child status: 0
Real time (s): 2.43247
CPU time (s): 4.10661
CPU user time (s): 3.96809
CPU system time (s): 0.138516
CPU usage (%): 168.825
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 152304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.96809
system time used= 0.138516
maximum resident set size= 153304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25477
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= 2414
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 30629
#   total CPU time (s): 4.10661
#   total CPU user time (s): 3.96809
#   total CPU system time (s): 0.138516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042636 second user time and 0.061711 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 15:15:03
IDJOB=4390891
IDBENCH=122944
IDSOLVER=2832
FILE ID=node121/4390891-1568380545
RUNJOBID= node121-1568380474-30428
PBS_JOBID= 21701842
Free space on /tmp= 61040 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-03-350-100.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390891-1568380545/watcher-4390891-1568380545 -o /tmp/evaluation-result-4390891-1568380545/solver-4390891-1568380545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390891-1568380545.xml -cm

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

MD5SUM BENCH= 2ec8df38dc21edc74720c494de453c4e
RANDOM SEED=1895445107

node121.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.75
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.75
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.75
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.75
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:        31200764 kB
MemAvailable:   31541480 kB
Buffers:          144980 kB
Cached:           491412 kB
SwapCached:        18984 kB
Active:           700144 kB
Inactive:         335040 kB
Active(anon):     385032 kB
Inactive(anon):    44092 kB
Active(file):     315112 kB
Inactive(file):   290948 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981380 kB
Dirty:              9264 kB
Writeback:             0 kB
AnonPages:        508000 kB
Mapped:            46660 kB
Shmem:             21812 kB
Slab:             130044 kB
SReclaimable:     100984 kB
SUnreclaim:        29060 kB
KernelStack:        4000 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1491284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61032 MiB
End job on node121 at 2019-09-13 15:15:06