Trace number 4404087

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
choco-solver 2019-09-20OPT75 243.718 61.6123

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-46-08.xml
MD5SUM1a36b9c979418634ede1d2fbb3d1d330
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark84.9466
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size347
Distribution of domain sizes[{"size":1,"count":1},{"size":347,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":5},{"degree":8,"count":40},{"degree":9,"count":9},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":131},{"arity":60,"count":4}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404087-1568991421.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404087-1568991421.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.57/0.73	c solve instance...
2.32/0.93	o 90 
2.32/0.99	o 85 
2.32/1.00	o 84 
2.68/1.06	o 82 
2.68/1.09	o 81 
3.03/1.12	o 80 
12.91/3.64	o 79 
16.45/4.53	o 78 
18.02/4.95	o 77 
45.44/11.82	o 76 
235.74/59.65	o 75 
243.69/61.60	s OPTIMUM FOUND
243.69/61.60	v <instantiation>
243.69/61.60	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
243.69/61.60	v 	<values>0 0 0 0 6 5 6 11 15 23 7 16 12 15 20 12 7 26 22 29 13 26 14 30 12 17 26 32 25 33 43 64 24 22 39 25 39 42 48 34 43 47 39 34 53 55 47 56 60 64 61 62 53 56 56 66 63 63 65 73 68 75 </values>
243.69/61.60	v </instantiation>

Verifier Data

OK	75

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404087-1568991421/watcher-4404087-1568991421 -o /var/tmp/evaluation-result-4404087-1568991421/solver-4404087-1568991421 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568988386-31612 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 299431637 HOME/instance-4404087-1568991421.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
Current StackSize limit: 8192 KiB

solver pid=5468, runsolver pid=5465

[startup+0.100087 s]*
/proc/loadavg: 8.09 8.35 8.13 7/233 5484
/proc/meminfo: memFree=2525308/32770624 swapFree=66976740/67108860
[pid=5468] ppid=5465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5468/stat : 5468 (xcsp3-exec) S 5465 5468 31580 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475082170 115843072 364 33554432000 4194304 5098028 140735393786192 140735393784296 140319798964860 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13012992 140735393792855 140735393793113 140735393793113 140735393796038 0
/proc/5468/statm: 28282 364 305 221 0 87 0
[pid=5470] ppid=5468 vsize=15144776 memory=29668 CPUtime=0.13 cores=1,3,5,7
/proc/5470/stat : 5470 (java) S 5468 5468 31580 0 -1 1077944320 5877 0 0 0 12 1 0 0 20 0 15 0 475082170 15508250624 7417 33554432000 4194304 4196468 140730121993616 140730121976160 140670748630775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
/proc/5470/statm: 3786194 7417 3126 1 0 3748377 0
[pid=5470/tid=5471] ppid=5468 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/5470/task/5471/stat : 5471 (java) S 5468 5468 31580 0 -1 1077944384 3748 0 0 0 9 0 0 0 20 0 15 0 475082170 15508250624 7483 33554432000 4194304 4196468 140730121993616 140670752860128 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5472] ppid=5468 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5472/stat : 5472 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15508250624 7483 33554432000 4194304 4196468 140730121993616 140670716189072 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5473] ppid=5468 vsize=15144776 memory=139931500570240 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5473/stat : 5473 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15508250624 7483 33554432000 4194304 4196468 140730121993616 140670340360464 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5474] ppid=5468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5474/stat : 5474 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15508250624 7483 33554432000 4194304 4196468 140730121993616 140670339308176 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5475] ppid=5468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5475/stat : 5475 (java) S 5468 5468 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082171 15508250624 7483 33554432000 4194304 4196468 140730121993616 140670338255376 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5476] ppid=5468 vsize=15144776 memory=139931500570240 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5476/stat : 5476 (java) S 5468 5468 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082172 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669713623664 140670748641922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5477] ppid=5468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5477/stat : 5477 (java) S 5468 5468 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475082173 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669712569632 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5478] ppid=5468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5478/stat : 5478 (java) S 5468 5468 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475082173 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669711517296 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5479] ppid=5468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5479/stat : 5479 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475082175 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669710465616 140670748649371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5480] ppid=5468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5480/stat : 5480 (java) R 5468 5468 31580 0 -1 4202560 340 0 0 0 0 0 0 0 20 0 15 0 475082175 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669616710976 140670725875520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5481] ppid=5468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5481/stat : 5481 (java) R 5468 5468 31580 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 475082175 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669615659088 140670748640981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5482] ppid=5468 vsize=15144776 memory=139931500570240 CPUtime=0.02 cores=1,3,5,7
/proc/5470/task/5482/stat : 5482 (java) S 5468 5468 31580 0 -1 1077944384 404 0 0 0 2 0 0 0 20 0 15 0 475082176 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669614606704 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5483] ppid=5468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5483/stat : 5483 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475082176 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669613554144 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5484] ppid=5468 vsize=15144776 memory=139931500570240 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5484/stat : 5484 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082176 15508250624 7483 33554432000 4194304 4196468 140730121993616 140669612501936 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31124 KiB

[startup+0.210784 s]*
/proc/loadavg: 8.09 8.35 8.13 7/233 5484
/proc/meminfo: memFree=2512068/32770624 swapFree=66976740/67108860
[pid=5468] ppid=5465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5468/stat : 5468 (xcsp3-exec) S 5465 5468 31580 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475082170 115843072 364 33554432000 4194304 5098028 140735393786192 140735393784296 140319798964860 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13012992 140735393792855 140735393793113 140735393793113 140735393796038 0
/proc/5468/statm: 28282 364 305 221 0 87 0
[pid=5470] ppid=5468 vsize=15144776 memory=41736 CPUtime=0.34 cores=1,3,5,7
/proc/5470/stat : 5470 (java) S 5468 5468 31580 0 -1 1077944320 9685 0 0 0 31 3 0 0 20 0 15 0 475082170 15508250624 10434 33554432000 4194304 4196468 140730121993616 140730121976160 140670748630775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
/proc/5470/statm: 3786194 10434 3312 1 0 3748377 0
[pid=5470/tid=5471] ppid=5468 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/5470/task/5471/stat : 5471 (java) R 5468 5468 31580 0 -1 4202560 6703 0 0 0 18 2 0 0 20 0 15 0 475082170 15508250624 10434 33554432000 4194304 4196468 140730121993616 140670752869088 140670748642710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5472] ppid=5468 vsize=15144776 memory=4296933242 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5472/stat : 5472 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15508250624 10434 33554432000 4194304 4196468 140730121993616 140670716189072 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5473] ppid=5468 vsize=15144776 memory=139931500599843 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5473/stat : 5473 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15508250624 10434 33554432000 4194304 4196468 140730121993616 140670340360464 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5474] ppid=5468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5474/stat : 5474 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15508250624 10434 33554432000 4194304 4196468 140730121993616 140670339308176 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5475] ppid=5468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5475/stat : 5475 (java) S 5468 5468 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082171 15508250624 10434 33554432000 4194304 4196468 140730121993616 140670338255376 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5476] ppid=5468 vsize=15144776 memory=139931500570240 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5476/stat : 5476 (java) S 5468 5468 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475082172 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669713623664 140670748641922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5477] ppid=5468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5477/stat : 5477 (java) S 5468 5468 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475082173 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669712569632 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5478] ppid=5468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5478/stat : 5478 (java) S 5468 5468 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475082173 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669711517296 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5479] ppid=5468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5479/stat : 5479 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475082175 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669710465616 140670748649371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5480] ppid=5468 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5470/task/5480/stat : 5480 (java) S 5468 5468 31580 0 -1 1077944384 586 0 0 0 3 0 0 0 20 0 15 0 475082175 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669616711792 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5481] ppid=5468 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5470/task/5481/stat : 5481 (java) S 5468 5468 31580 0 -1 1077944384 184 0 0 0 2 0 0 0 20 0 15 0 475082175 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669615658992 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5482] ppid=5468 vsize=15144776 memory=139931500570240 CPUtime=0.08 cores=1,3,5,7
/proc/5470/task/5482/stat : 5482 (java) R 5468 5468 31580 0 -1 4202560 909 0 0 0 8 0 0 0 20 0 15 0 475082176 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669614606512 140670732711262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5483] ppid=5468 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5483/stat : 5483 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475082176 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669613554144 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5484] ppid=5468 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5484/stat : 5484 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082176 15508250624 10434 33554432000 4194304 4196468 140730121993616 140669612501936 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43192 KiB

[startup+0.310561 s]*
/proc/loadavg: 8.09 8.35 8.13 8/233 5484
/proc/meminfo: memFree=2505292/32770624 swapFree=66976740/67108860
[pid=5468] ppid=5465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5468/stat : 5468 (xcsp3-exec) S 5465 5468 31580 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475082170 115843072 364 33554432000 4194304 5098028 140735393786192 140735393784296 140319798964860 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13012992 140735393792855 140735393793113 140735393793113 140735393796038 0
/proc/5468/statm: 28282 364 305 221 0 87 0
[pid=5470] ppid=5468 vsize=15149032 memory=50644 CPUtime=0.52 cores=1,3,5,7
/proc/5470/stat : 5470 (java) S 5468 5468 31580 0 -1 1077944320 10992 0 0 0 48 4 0 0 20 0 15 0 475082170 15512608768 12661 33554432000 4194304 4196468 140730121993616 140730121976160 140670748630775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
/proc/5470/statm: 3787258 12661 3363 1 0 3748377 0
[pid=5470/tid=5471] ppid=5468 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/5470/task/5471/stat : 5471 (java) R 5468 5468 31580 0 -1 4202560 7845 0 0 0 27 3 0 0 20 0 15 0 475082170 15512608768 12689 33554432000 4194304 4196468 140730121993616 140670752861888 140670732711262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5472] ppid=5468 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5472/stat : 5472 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15512608768 12689 33554432000 4194304 4196468 140730121993616 140670716189072 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5473] ppid=5468 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5473/stat : 5473 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15512608768 12689 33554432000 4194304 4196468 140730121993616 140670340360464 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5474] ppid=5468 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5474/stat : 5474 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15512608768 12689 33554432000 4194304 4196468 140730121993616 140670339308176 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5475] ppid=5468 vsize=15149032 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5475/stat : 5475 (java) S 5468 5468 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082171 15512608768 12689 33554432000 4194304 4196468 140730121993616 140670338255376 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5476] ppid=5468 vsize=15149032 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5476/stat : 5476 (java) S 5468 5468 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475082172 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669713623664 140670748641922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5477] ppid=5468 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5477/stat : 5477 (java) S 5468 5468 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475082173 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669712569632 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5478] ppid=5468 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5478/stat : 5478 (java) S 5468 5468 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475082173 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669711517296 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5479] ppid=5468 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5479/stat : 5479 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475082175 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669710465616 140670748649371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5480] ppid=5468 vsize=15149032 memory=7379236394406932632 CPUtime=0.04 cores=1,3,5,7
/proc/5470/task/5480/stat : 5480 (java) S 5468 5468 31580 0 -1 1077944384 604 0 0 0 4 0 0 0 20 0 15 0 475082175 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669616711792 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5481] ppid=5468 vsize=15149032 memory=6944656425123485561 CPUtime=0.03 cores=1,3,5,7
/proc/5470/task/5481/stat : 5481 (java) S 5468 5468 31580 0 -1 1077944384 200 0 0 0 3 0 0 0 20 0 15 0 475082175 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669615658992 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5482] ppid=5468 vsize=15149032 memory=-7739291672887926688 CPUtime=0.12 cores=1,3,5,7
/proc/5470/task/5482/stat : 5482 (java) S 5468 5468 31580 0 -1 1077944384 1057 0 0 0 12 0 0 0 20 0 15 0 475082176 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669614606704 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5483] ppid=5468 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5483/stat : 5483 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475082176 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669613554144 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5484] ppid=5468 vsize=15149032 memory=4628975428865778067 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5484/stat : 5484 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082176 15512608768 12689 33554432000 4194304 4196468 140730121993616 140669612501936 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52100 KiB

[startup+0.701464 s]
/proc/loadavg: 8.09 8.35 8.13 10/233 5484
/proc/meminfo: memFree=2486976/32770624 swapFree=66976740/67108860
[pid=5468] ppid=5465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5468/stat : 5468 (xcsp3-exec) S 5465 5468 31580 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475082170 115843072 364 33554432000 4194304 5098028 140735393786192 140735393784296 140319798964860 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13012992 140735393792855 140735393793113 140735393793113 140735393796038 0
/proc/5468/statm: 28282 364 305 221 0 87 0
[pid=5470] ppid=5468 vsize=15151156 memory=86468 CPUtime=1.57 cores=1,3,5,7
/proc/5470/stat : 5470 (java) S 5468 5468 31580 0 -1 1077944320 15314 0 0 0 152 5 0 0 20 0 15 0 475082170 15514783744 21617 33554432000 4194304 4196468 140730121993616 140730121976160 140670748630775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
/proc/5470/statm: 3787789 21617 3453 1 0 3748889 0
[pid=5470/tid=5471] ppid=5468 vsize=15151156 memory=-9110635228796802480 CPUtime=0.67 cores=1,3,5,7
/proc/5470/task/5471/stat : 5471 (java) R 5468 5468 31580 0 -1 4202560 9421 0 0 0 63 4 0 0 20 0 15 0 475082170 15514783744 21617 33554432000 4194304 4196468 140730121993616 140670752868544 140670385362030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5472] ppid=5468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5472/stat : 5472 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15514783744 21617 33554432000 4194304 4196468 140730121993616 140670716189072 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5473] ppid=5468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5473/stat : 5473 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15514783744 21617 33554432000 4194304 4196468 140730121993616 140670340360464 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5474] ppid=5468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5474/stat : 5474 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082171 15514783744 21617 33554432000 4194304 4196468 140730121993616 140670339308176 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5475] ppid=5468 vsize=15151156 memory=56 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5475/stat : 5475 (java) S 5468 5468 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082171 15514783744 21617 33554432000 4194304 4196468 140730121993616 140670338255376 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5476] ppid=5468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5476/stat : 5476 (java) S 5468 5468 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475082172 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669713623664 140670748641922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5477] ppid=5468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5477/stat : 5477 (java) S 5468 5468 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475082173 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669712569632 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5478] ppid=5468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5478/stat : 5478 (java) S 5468 5468 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475082173 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669711517296 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5479] ppid=5468 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5479/stat : 5479 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475082175 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669710465616 140670748649371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5480] ppid=5468 vsize=15151156 memory=1660 CPUtime=0.23 cores=1,3,5,7
/proc/5470/task/5480/stat : 5480 (java) R 5468 5468 31580 0 -1 4202560 1245 0 0 0 23 0 0 0 20 0 15 0 475082175 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669616693360 140670732127559 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5481] ppid=5468 vsize=15151156 memory=55856 CPUtime=0.25 cores=1,3,5,7
/proc/5470/task/5481/stat : 5481 (java) R 5468 5468 31580 0 -1 4202560 994 0 0 0 25 0 0 0 20 0 15 0 475082175 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669615647792 140670730148712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5482] ppid=5468 vsize=15151156 memory=988 CPUtime=0.41 cores=1,3,5,7
/proc/5470/task/5482/stat : 5482 (java) R 5468 5468 31580 0 -1 4202560 2345 0 0 0 40 1 0 0 20 0 15 0 475082176 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669614603640 140670741730622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5483] ppid=5468 vsize=15151156 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5483/stat : 5483 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475082176 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669613554144 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5484] ppid=5468 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5484/stat : 5484 (java) S 5468 5468 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082176 15514783744 21617 33554432000 4194304 4196468 140730121993616 140669612501936 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 87924 KiB

[startup+1.50145 s]
/proc/loadavg: 8.09 8.35 8.13 14/237 5496
/proc/meminfo: memFree=2424032/32770624 swapFree=66976740/67108860
[pid=5468] ppid=5465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5468/stat : 5468 (xcsp3-exec) S 5465 5468 31580 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475082170 115843072 364 33554432000 4194304 5098028 140735393786192 140735393784296 140319798964860 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13012992 140735393792855 140735393793113 140735393793113 140735393796038 0
/proc/5468/statm: 28282 364 305 221 0 87 0

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

/proc/5470/task/5484/stat : 5484 (java) S 5468 5468 31580 0 -1 1077944384 647 0 0 0 0 0 0 0 20 0 19 0 475082176 15790579712 58701 33554432000 4194304 4196468 140730121993616 140669612501936 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5525] ppid=5468 vsize=15420488 memory=1984 CPUtime=47.14 cores=1,3,5,7
/proc/5470/task/5525/stat : 5525 (java) R 5468 5468 31580 0 -1 4202560 383 0 0 0 4714 0 0 0 20 0 19 0 475083352 15790579712 58701 33554432000 4194304 4196468 140730121993616 140669597211576 140670393576319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5526] ppid=5468 vsize=15420488 memory=2580 CPUtime=46.68 cores=1,3,5,7
/proc/5470/task/5526/stat : 5526 (java) R 5468 5468 31580 0 -1 4202560 1347 0 0 0 4668 0 0 0 20 0 19 0 475083352 15790579712 58701 33554432000 4194304 4196468 140730121993616 140669600370904 140670392251710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5527] ppid=5468 vsize=15420488 memory=1760 CPUtime=47.05 cores=1,3,5,7
/proc/5470/task/5527/stat : 5527 (java) R 5468 5468 31580 0 -1 4202560 1261 0 0 0 4705 0 0 0 20 0 19 0 475083352 15790579712 58701 33554432000 4194304 4196468 140730121993616 140669603520144 140670392193496 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5528] ppid=5468 vsize=15420488 memory=234804 CPUtime=47.18 cores=1,3,5,7
/proc/5470/task/5528/stat : 5528 (java) R 5468 5468 31580 0 -1 4202560 1096 0 0 0 4718 0 0 0 20 0 19 0 475083352 15790579712 58701 33554432000 4194304 4196468 140730121993616 140669599317912 140670392386765 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
Current children cumulated CPU time: 234.14 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 236260 KiB

[startup+60.8015 s]
/proc/loadavg: 8.13 8.33 8.14 11/238 5536
/proc/meminfo: memFree=2319488/32770624 swapFree=66976740/67108860
[pid=5468] ppid=5465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5468/stat : 5468 (xcsp3-exec) S 5465 5468 31580 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475082170 115843072 364 33554432000 4194304 5098028 140735393786192 140735393784296 140319798964860 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13012992 140735393792855 140735393793113 140735393793113 140735393796038 0
/proc/5468/statm: 28282 364 305 221 0 87 0
[pid=5470] ppid=5468 vsize=15420488 memory=234552 CPUtime=240.5 cores=1,3,5,7
/proc/5470/stat : 5470 (java) S 5468 5468 31580 0 -1 1077944320 68876 0 0 0 24033 17 0 0 20 0 19 0 475082170 15790579712 58638 33554432000 4194304 4196468 140730121993616 140730121976160 140670748630775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
/proc/5470/statm: 3855122 58638 3536 1 0 3816222 0
[pid=5470/tid=5471] ppid=5468 vsize=15420488 memory=8112282956445269571 CPUtime=0.72 cores=1,3,5,7
/proc/5470/task/5471/stat : 5471 (java) S 5468 5468 31580 0 -1 1077944384 10119 0 0 0 68 4 0 0 20 0 19 0 475082170 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670752871552 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5472] ppid=5468 vsize=15420488 memory=234536 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5472/stat : 5472 (java) S 5468 5468 31580 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670716189072 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5473] ppid=5468 vsize=15420488 memory=30012 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5473/stat : 5473 (java) S 5468 5468 31580 0 -1 1077944384 610 0 0 0 0 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670340360464 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5474] ppid=5468 vsize=15420488 memory=14048 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5474/stat : 5474 (java) S 5468 5468 31580 0 -1 1077944384 1430 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670339308176 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5475] ppid=5468 vsize=15420488 memory=1716 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5475/stat : 5475 (java) S 5468 5468 31580 0 -1 1077944384 1024 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670338255376 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5476] ppid=5468 vsize=15420488 memory=10604 CPUtime=0.02 cores=1,3,5,7
/proc/5470/task/5476/stat : 5476 (java) S 5468 5468 31580 0 -1 1077944384 1092 0 0 0 1 1 0 0 20 0 19 0 475082172 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669713623664 140670748641922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5477] ppid=5468 vsize=15420488 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5477/stat : 5477 (java) S 5468 5468 31580 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 475082173 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669712569696 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5478] ppid=5468 vsize=15420488 memory=776 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5478/stat : 5478 (java) S 5468 5468 31580 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 475082173 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669711517312 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5479] ppid=5468 vsize=15420488 memory=234804 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5479/stat : 5479 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669710465616 140670748649371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5480] ppid=5468 vsize=15420488 memory=1456 CPUtime=3.43 cores=1,3,5,7
/proc/5470/task/5480/stat : 5480 (java) S 5468 5468 31580 0 -1 1077944384 19775 0 0 0 341 2 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669616711792 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5481] ppid=5468 vsize=15420488 memory=234804 CPUtime=3.2 cores=1,3,5,7
/proc/5470/task/5481/stat : 5481 (java) S 5468 5468 31580 0 -1 1077944384 13894 0 0 0 319 1 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669615658992 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5482] ppid=5468 vsize=15420488 memory=776 CPUtime=0.84 cores=1,3,5,7
/proc/5470/task/5482/stat : 5482 (java) S 5468 5468 31580 0 -1 1077944384 10576 0 0 0 82 2 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669614606704 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5483] ppid=5468 vsize=15420488 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5483/stat : 5483 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669613554144 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5484] ppid=5468 vsize=15420488 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5484/stat : 5484 (java) S 5468 5468 31580 0 -1 1077944384 647 0 0 0 0 0 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669612501936 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5532] ppid=5468 vsize=15420488 memory=1060 CPUtime=1.15 cores=1,3,5,7
/proc/5470/task/5532/stat : 5532 (java) R 5468 5468 31580 0 -1 4202560 41 0 0 0 115 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669599320824 140670392387054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5533] ppid=5468 vsize=15420488 memory=2828 CPUtime=1.13 cores=1,3,5,7
/proc/5470/task/5533/stat : 5533 (java) R 5468 5468 31580 0 -1 4202560 29 0 0 0 113 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669600375512 140670392424219 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5534] ppid=5468 vsize=15420488 memory=1216 CPUtime=1.14 cores=1,3,5,7
/proc/5470/task/5534/stat : 5534 (java) R 5468 5468 31580 0 -1 4202560 21 0 0 0 114 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669603527624 140670392194650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5535] ppid=5468 vsize=15420488 memory=8112282956445269571 CPUtime=1.13 cores=1,3,5,7
/proc/5470/task/5535/stat : 5535 (java) R 5468 5468 31580 0 -1 4202560 17 0 0 0 113 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669597213336 140670392513946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
Current children cumulated CPU time: 240.5 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 236008 KiB

[startup+61.2015 s]
/proc/loadavg: 8.13 8.33 8.14 9/237 5536
/proc/meminfo: memFree=2319504/32770624 swapFree=66976740/67108860
[pid=5468] ppid=5465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5468/stat : 5468 (xcsp3-exec) S 5465 5468 31580 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475082170 115843072 364 33554432000 4194304 5098028 140735393786192 140735393784296 140319798964860 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13012992 140735393792855 140735393793113 140735393793113 140735393796038 0
/proc/5468/statm: 28282 364 305 221 0 87 0
[pid=5470] ppid=5468 vsize=15420488 memory=234552 CPUtime=242.09 cores=1,3,5,7
/proc/5470/stat : 5470 (java) S 5468 5468 31580 0 -1 1077944320 68878 0 0 0 24192 17 0 0 20 0 19 0 475082170 15790579712 58638 33554432000 4194304 4196468 140730121993616 140730121976160 140670748630775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
/proc/5470/statm: 3855122 58638 3536 1 0 3816222 0
[pid=5470/tid=5471] ppid=5468 vsize=15420488 memory=1760 CPUtime=0.72 cores=1,3,5,7
/proc/5470/task/5471/stat : 5471 (java) S 5468 5468 31580 0 -1 1077944384 10119 0 0 0 68 4 0 0 20 0 19 0 475082170 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670752871552 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5472] ppid=5468 vsize=15420488 memory=111636 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5472/stat : 5472 (java) S 5468 5468 31580 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670716189072 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5473] ppid=5468 vsize=15420488 memory=234536 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5473/stat : 5473 (java) S 5468 5468 31580 0 -1 1077944384 610 0 0 0 0 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670340360464 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5474] ppid=5468 vsize=15420488 memory=1456 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5474/stat : 5474 (java) S 5468 5468 31580 0 -1 1077944384 1430 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670339308176 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5475] ppid=5468 vsize=15420488 memory=234804 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5475/stat : 5475 (java) S 5468 5468 31580 0 -1 1077944384 1024 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670338255376 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5476] ppid=5468 vsize=15420488 memory=3428 CPUtime=0.02 cores=1,3,5,7
/proc/5470/task/5476/stat : 5476 (java) S 5468 5468 31580 0 -1 1077944384 1092 0 0 0 1 1 0 0 20 0 19 0 475082172 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669713623664 140670748641922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5477] ppid=5468 vsize=15420488 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5477/stat : 5477 (java) S 5468 5468 31580 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 475082173 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669712569696 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5478] ppid=5468 vsize=15420488 memory=4176332 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5478/stat : 5478 (java) S 5468 5468 31580 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 475082173 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669711517312 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5479] ppid=5468 vsize=15420488 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5479/stat : 5479 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669710465616 140670748649371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5480] ppid=5468 vsize=15420488 memory=2980 CPUtime=3.43 cores=1,3,5,7
/proc/5470/task/5480/stat : 5480 (java) S 5468 5468 31580 0 -1 1077944384 19775 0 0 0 341 2 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669616711792 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5481] ppid=5468 vsize=15420488 memory=1456 CPUtime=3.2 cores=1,3,5,7
/proc/5470/task/5481/stat : 5481 (java) S 5468 5468 31580 0 -1 1077944384 13894 0 0 0 319 1 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669615658992 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5482] ppid=5468 vsize=15420488 memory=234804 CPUtime=0.84 cores=1,3,5,7
/proc/5470/task/5482/stat : 5482 (java) S 5468 5468 31580 0 -1 1077944384 10576 0 0 0 82 2 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669614606704 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5483] ppid=5468 vsize=15420488 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5483/stat : 5483 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669613554144 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5484] ppid=5468 vsize=15420488 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5484/stat : 5484 (java) S 5468 5468 31580 0 -1 1077944384 648 0 0 0 0 0 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669612501936 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5532] ppid=5468 vsize=15420488 memory=55856 CPUtime=1.55 cores=1,3,5,7
/proc/5470/task/5532/stat : 5532 (java) R 5468 5468 31580 0 -1 4202560 41 0 0 0 155 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669599320824 140670392036456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5533] ppid=5468 vsize=15420488 memory=988 CPUtime=1.52 cores=1,3,5,7
/proc/5470/task/5533/stat : 5533 (java) R 5468 5468 31580 0 -1 4202560 30 0 0 0 152 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669600375512 140670393576693 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5534] ppid=5468 vsize=15420488 memory=2008 CPUtime=1.54 cores=1,3,5,7
/proc/5470/task/5534/stat : 5534 (java) R 5468 5468 31580 0 -1 4202560 21 0 0 0 154 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669603527624 140670390364960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5535] ppid=5468 vsize=15420488 memory=1436 CPUtime=1.53 cores=1,3,5,7
/proc/5470/task/5535/stat : 5535 (java) R 5468 5468 31580 0 -1 4202560 17 0 0 0 153 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669597213336 140670391668904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
Current children cumulated CPU time: 242.09 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 236008 KiB

[startup+61.6015 s]
/proc/loadavg: 8.13 8.33 8.14 9/237 5536
/proc/meminfo: memFree=2319504/32770624 swapFree=66976740/67108860
[pid=5468] ppid=5465 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5468/stat : 5468 (xcsp3-exec) S 5465 5468 31580 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475082170 115843072 364 33554432000 4194304 5098028 140735393786192 140735393784296 140319798964860 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13012992 140735393792855 140735393793113 140735393793113 140735393796038 0
/proc/5468/statm: 28282 364 305 221 0 87 0
[pid=5470] ppid=5468 vsize=15420488 memory=234552 CPUtime=243.69 cores=1,3,5,7
/proc/5470/stat : 5470 (java) S 5468 5468 31580 0 -1 1077944320 68879 0 0 0 24352 17 0 0 20 0 19 0 475082170 15790579712 58638 33554432000 4194304 4196468 140730121993616 140730121976160 140670748630775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
/proc/5470/statm: 3855122 58638 3536 1 0 3816222 0
[pid=5470/tid=5471] ppid=5468 vsize=15420488 memory=1772 CPUtime=0.72 cores=1,3,5,7
/proc/5470/task/5471/stat : 5471 (java) S 5468 5468 31580 0 -1 1077944384 10119 0 0 0 68 4 0 0 20 0 19 0 475082170 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670752871552 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5472] ppid=5468 vsize=15420488 memory=816 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5472/stat : 5472 (java) S 5468 5468 31580 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670716189072 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5473] ppid=5468 vsize=15420488 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5473/stat : 5473 (java) S 5468 5468 31580 0 -1 1077944384 610 0 0 0 0 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670340360464 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5474] ppid=5468 vsize=15420488 memory=2008 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5474/stat : 5474 (java) S 5468 5468 31580 0 -1 1077944384 1430 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670339308176 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5475] ppid=5468 vsize=15420488 memory=1436 CPUtime=0.01 cores=1,3,5,7
/proc/5470/task/5475/stat : 5475 (java) S 5468 5468 31580 0 -1 1077944384 1024 0 0 0 1 0 0 0 20 0 19 0 475082171 15790579712 58638 33554432000 4194304 4196468 140730121993616 140670338255376 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5476] ppid=5468 vsize=15420488 memory=580 CPUtime=0.02 cores=1,3,5,7
/proc/5470/task/5476/stat : 5476 (java) S 5468 5468 31580 0 -1 1077944384 1092 0 0 0 1 1 0 0 20 0 19 0 475082172 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669713623664 140670748641922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5477] ppid=5468 vsize=15420488 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5477/stat : 5477 (java) S 5468 5468 31580 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 475082173 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669712569696 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5478] ppid=5468 vsize=15420488 memory=10604 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5478/stat : 5478 (java) S 5468 5468 31580 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 475082173 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669711517312 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5479] ppid=5468 vsize=15420488 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5479/stat : 5479 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669710465616 140670748649371 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5480] ppid=5468 vsize=15420488 memory=776 CPUtime=3.43 cores=1,3,5,7
/proc/5470/task/5480/stat : 5480 (java) S 5468 5468 31580 0 -1 1077944384 19775 0 0 0 341 2 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669616711792 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5481] ppid=5468 vsize=15420488 memory=1564 CPUtime=3.2 cores=1,3,5,7
/proc/5470/task/5481/stat : 5481 (java) S 5468 5468 31580 0 -1 1077944384 13894 0 0 0 319 1 0 0 20 0 19 0 475082175 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669615658992 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5482] ppid=5468 vsize=15420488 memory=6088 CPUtime=0.84 cores=1,3,5,7
/proc/5470/task/5482/stat : 5482 (java) S 5468 5468 31580 0 -1 1077944384 10576 0 0 0 82 2 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669614606704 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5483] ppid=5468 vsize=15420488 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5483/stat : 5483 (java) S 5468 5468 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669613554144 140670748640981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5484] ppid=5468 vsize=15420488 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/5470/task/5484/stat : 5484 (java) S 5468 5468 31580 0 -1 1077944384 648 0 0 0 0 0 0 0 20 0 19 0 475082176 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669612501936 140670748641922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5532] ppid=5468 vsize=15420488 memory=1216 CPUtime=1.95 cores=1,3,5,7
/proc/5470/task/5532/stat : 5532 (java) R 5468 5468 31580 0 -1 4202560 41 0 0 0 195 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669599320824 140670392252426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5533] ppid=5468 vsize=15420488 memory=984 CPUtime=1.91 cores=1,3,5,7
/proc/5470/task/5533/stat : 5533 (java) R 5468 5468 31580 0 -1 4202560 31 0 0 0 191 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669600375512 140670390364980 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5534] ppid=5468 vsize=15420488 memory=14004 CPUtime=1.94 cores=1,3,5,7
/proc/5470/task/5534/stat : 5534 (java) R 5468 5468 31580 0 -1 4202560 21 0 0 0 194 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669603527624 140670394282142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
[pid=5470/tid=5535] ppid=5468 vsize=15420488 memory=30012 CPUtime=1.93 cores=1,3,5,7
/proc/5470/task/5535/stat : 5535 (java) R 5468 5468 31580 0 -1 4202560 17 0 0 0 193 0 0 0 20 0 19 0 475088135 15790579712 58638 33554432000 4194304 4196468 140730121993616 140669597213336 140670392424352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12357632 140730121995227 140730121995402 140730121995402 140730121998287 0
Current children cumulated CPU time: 243.69 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 236008 KiB

Child status: 0
Real time (s): 61.6123
CPU time (s): 243.718
CPU user time (s): 243.53
CPU system time (s): 0.187897
CPU usage (%): 395.568
Max. virtual memory (cumulated for all children) (KiB): 15533616
Max. memory (cumulated for all children) (KiB): 236260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.53
system time used= 0.187897
maximum resident set size= 234808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69939
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5293
involuntary context switches= 5426


# summary of solver processes directly reported to runsolver:
#   pid: 5468
#   total CPU time (s): 243.718
#   total CPU user time (s): 243.53
#   total CPU system time (s): 0.187897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.427732 second user time and 0.655546 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 16:56:20
IDJOB=4404087
IDBENCH=128523
IDSOLVER=2864
FILE ID=node124/4404087-1568991421
RUNJOBID= node124-1568988386-31612
PBS_JOBID= 21704644
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-46-08.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404087-1568991421/watcher-4404087-1568991421 -o /var/tmp/evaluation-result-4404087-1568991421/solver-4404087-1568991421 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568988386-31612 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 299431637 HOME/instance-4404087-1568991421.xml

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

MD5SUM BENCH= 1a36b9c979418634ede1d2fbb3d1d330
RANDOM SEED=299431637

node124.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.47
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.47
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.47
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.47
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:         2542172 kB
MemAvailable:   27652740 kB
Buffers:          155620 kB
Cached:         24884392 kB
SwapCached:        28940 kB
Active:         16595564 kB
Inactive:       12643552 kB
Active(anon):    4166376 kB
Inactive(anon):    81972 kB
Active(file):   12429188 kB
Inactive(file): 12561580 kB
Unevictable:      108088 kB
Mlocked:          108088 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             26448 kB
Writeback:             0 kB
AnonPages:       4279092 kB
Mapped:            65684 kB
Shmem:             40884 kB
Slab:             578312 kB
SReclaimable:     548260 kB
SUnreclaim:        30052 kB
KernelStack:        3824 kB
PageTables:        14176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5375924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4157440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node124 at 2019-09-20 16:57:22