Trace number 4404088

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-20OPT139 158.432 40.1598

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark248.551
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
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-4404088-1568991408.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404088-1568991408.xml, -tl, 2400s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	c parse instance...
1.58/0.72	c solve instance...
1.93/0.83	o 171 
1.93/0.86	o 168 
3.48/1.23	o 158 
9.44/2.70	o 157 
11.08/3.17	o 156 
13.42/3.72	o 154 
13.42/3.73	o 151 
13.42/3.74	o 150 
13.42/3.76	o 149 
13.81/3.85	o 147 
13.81/3.86	o 146 
13.81/3.86	o 145 
13.81/3.88	o 143 
14.17/3.91	o 141 
20.92/5.62	o 140 
108.08/27.50	o 139 
158.26/40.15	s OPTIMUM FOUND
158.26/40.15	v <instantiation>
158.26/40.15	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>
158.26/40.15	v 	<values>0 0 8 0 16 1 3 1 13 8 4 30 25 24 34 37 18 41 14 18 65 49 51 24 47 17 55 41 33 50 81 52 42 60 89 74 97 60 56 74 123 93 116 79 79 84 106 103 69 113 97 115 103 83 110 124 115 121 131 129 127 139 </values>
158.26/40.15	v </instantiation>

Verifier Data

OK	139

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404088-1568991408/watcher-4404088-1568991408 -o /tmp/evaluation-result-4404088-1568991408/solver-4404088-1568991408 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568990731-2770 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1431586213 HOME/instance-4404088-1568991408.xml 

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

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

solver pid=4898, runsolver pid=4895

[startup+0.100058 s]*
/proc/loadavg: 8.53 7.55 4.74 7/233 4914
/proc/meminfo: memFree=5783836/32770624 swapFree=67002128/67108860
[pid=4898] ppid=4895 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4898/stat : 4898 (xcsp3-exec) S 4895 4898 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475302339 115843072 362 33554432000 4194304 5098028 140737434694176 140737434692280 139654252286588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38178816 140737434702714 140737434702957 140737434702957 140737434705866 0
/proc/4898/statm: 28282 362 304 221 0 87 0
[pid=4900] ppid=4898 vsize=15144776 memory=28928 CPUtime=0.13 cores=0,2,4,6
/proc/4900/stat : 4900 (java) S 4898 4898 2739 0 -1 1077944320 5698 0 0 0 12 1 0 0 20 0 15 0 475302340 15508250624 7232 33554432000 4194304 4196468 140724260409440 140724260391984 139916082233079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
/proc/4900/statm: 3786194 7232 3120 1 0 3748377 0
[pid=4900/tid=4901] ppid=4898 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/4900/task/4901/stat : 4901 (java) R 4898 4898 2739 0 -1 4202560 3622 0 0 0 9 0 0 0 20 0 15 0 475302340 15508250624 7232 33554432000 4194304 4196468 140724260409440 139916086466728 139916082255005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4902] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4902/stat : 4902 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15508250624 7232 33554432000 4194304 4196468 140724260409440 139916010273424 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4903] ppid=4898 vsize=15144776 memory=288370589573289600 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4903/stat : 4903 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915673594384 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4904] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4904/stat : 4904 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915672541584 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4905] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4905/stat : 4905 (java) S 4898 4898 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475302341 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915671488784 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4906] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4906/stat : 4906 (java) S 4898 4898 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475302342 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915618028400 139916082244226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4907] ppid=4898 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4907/stat : 4907 (java) S 4898 4898 2739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475302343 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915616974368 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4908] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4908/stat : 4908 (java) S 4898 4898 2739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475302343 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915615921520 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4909] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4909/stat : 4909 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475302345 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915614869840 139916082251675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4910] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4910/stat : 4910 (java) R 4898 4898 2739 0 -1 4202560 322 0 0 0 0 0 0 0 20 0 15 0 475302345 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915613817200 139916067837015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4911] ppid=4898 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4911/stat : 4911 (java) R 4898 4898 2739 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 475302345 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915612764400 139916082244226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4912] ppid=4898 vsize=15144776 memory=140213421577856 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4912/stat : 4912 (java) R 4898 4898 2739 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 475302345 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915611711600 139916061042106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4913] ppid=4898 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4913/stat : 4913 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475302345 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915610659040 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4914] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4914/stat : 4914 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302346 15508250624 7232 33554432000 4194304 4196468 140724260409440 139915609607344 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30376 KiB

[startup+0.210677 s]*
/proc/loadavg: 8.53 7.55 4.74 8/233 4914
/proc/meminfo: memFree=5770916/32770624 swapFree=67002128/67108860
[pid=4898] ppid=4895 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4898/stat : 4898 (xcsp3-exec) S 4895 4898 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475302339 115843072 362 33554432000 4194304 5098028 140737434694176 140737434692280 139654252286588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38178816 140737434702714 140737434702957 140737434702957 140737434705866 0
/proc/4898/statm: 28282 362 304 221 0 87 0
[pid=4900] ppid=4898 vsize=15144776 memory=42048 CPUtime=0.33 cores=0,2,4,6
/proc/4900/stat : 4900 (java) S 4898 4898 2739 0 -1 1077944320 9203 0 0 0 31 2 0 0 20 0 15 0 475302340 15508250624 10512 33554432000 4194304 4196468 140724260409440 140724260391984 139916082233079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
/proc/4900/statm: 3786194 10512 3303 1 0 3748377 0
[pid=4900/tid=4901] ppid=4898 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/4900/task/4901/stat : 4901 (java) R 4898 4898 2739 0 -1 4202560 6382 0 0 0 18 2 0 0 20 0 15 0 475302340 15508250624 10512 33554432000 4194304 4196468 140724260409440 139916086469840 139916066313566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4902] ppid=4898 vsize=15144776 memory=14645 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4902/stat : 4902 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15508250624 10512 33554432000 4194304 4196468 140724260409440 139916010273424 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4903] ppid=4898 vsize=15144776 memory=140213421595353 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4903/stat : 4903 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915673594384 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4904] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4904/stat : 4904 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915672541584 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4905] ppid=4898 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4905/stat : 4905 (java) S 4898 4898 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475302341 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915671488784 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4906] ppid=4898 vsize=15144776 memory=140213421577856 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4906/stat : 4906 (java) S 4898 4898 2739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475302342 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915618028400 139916082244226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4907] ppid=4898 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4907/stat : 4907 (java) S 4898 4898 2739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475302343 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915616974368 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4908] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4908/stat : 4908 (java) S 4898 4898 2739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475302343 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915615921520 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4909] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4909/stat : 4909 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475302345 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915614869840 139916082251675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4910] ppid=4898 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4910/stat : 4910 (java) S 4898 4898 2739 0 -1 1077944384 424 0 0 0 2 0 0 0 20 0 15 0 475302345 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915613817200 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4911] ppid=4898 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4911/stat : 4911 (java) S 4898 4898 2739 0 -1 1077944384 336 0 0 0 2 0 0 0 20 0 15 0 475302345 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915612764400 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4912] ppid=4898 vsize=15144776 memory=140213421577856 CPUtime=0.08 cores=0,2,4,6
/proc/4900/task/4912/stat : 4912 (java) R 4898 4898 2739 0 -1 4202560 762 0 0 0 8 0 0 0 20 0 15 0 475302345 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915611711600 139916061217791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4913] ppid=4898 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4913/stat : 4913 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475302345 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915610659040 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4914] ppid=4898 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4914/stat : 4914 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302346 15508250624 10512 33554432000 4194304 4196468 140724260409440 139915609607344 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43496 KiB

[startup+0.310688 s]*
/proc/loadavg: 8.53 7.55 4.74 6/233 4914
/proc/meminfo: memFree=5762888/32770624 swapFree=67002128/67108860
[pid=4898] ppid=4895 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4898/stat : 4898 (xcsp3-exec) S 4895 4898 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475302339 115843072 362 33554432000 4194304 5098028 140737434694176 140737434692280 139654252286588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38178816 140737434702714 140737434702957 140737434702957 140737434705866 0
/proc/4898/statm: 28282 362 304 221 0 87 0
[pid=4900] ppid=4898 vsize=15149032 memory=50680 CPUtime=0.51 cores=0,2,4,6
/proc/4900/stat : 4900 (java) S 4898 4898 2739 0 -1 1077944320 10539 0 0 0 48 3 0 0 20 0 15 0 475302340 15512608768 12670 33554432000 4194304 4196468 140724260409440 140724260391984 139916082233079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
/proc/4900/statm: 3787258 12670 3338 1 0 3748377 0
[pid=4900/tid=4901] ppid=4898 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/4900/task/4901/stat : 4901 (java) R 4898 4898 2739 0 -1 4202560 7575 0 0 0 28 2 0 0 20 0 15 0 475302340 15512608768 12741 33554432000 4194304 4196468 140724260409440 139916086466864 139916066313566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4902] ppid=4898 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4902/stat : 4902 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15512608768 12741 33554432000 4194304 4196468 140724260409440 139916010273424 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4903] ppid=4898 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4903/stat : 4903 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915673594384 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4904] ppid=4898 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4904/stat : 4904 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915672541584 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4905] ppid=4898 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4905/stat : 4905 (java) S 4898 4898 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475302341 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915671488784 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4906] ppid=4898 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4906/stat : 4906 (java) S 4898 4898 2739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475302342 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915618028400 139916082244226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4907] ppid=4898 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4907/stat : 4907 (java) S 4898 4898 2739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475302343 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915616974368 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4908] ppid=4898 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4908/stat : 4908 (java) S 4898 4898 2739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475302343 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915615921520 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4909] ppid=4898 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4909/stat : 4909 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475302345 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915614869840 139916082251675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4910] ppid=4898 vsize=15149032 memory=-8412656567168561567 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4910/stat : 4910 (java) S 4898 4898 2739 0 -1 1077944384 438 0 0 0 2 0 0 0 20 0 15 0 475302345 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915613817200 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4911] ppid=4898 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4900/task/4911/stat : 4911 (java) S 4898 4898 2739 0 -1 1077944384 374 0 0 0 4 0 0 0 20 0 15 0 475302345 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915612764400 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4912] ppid=4898 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4900/task/4912/stat : 4912 (java) S 4898 4898 2739 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 15 0 475302345 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915611711600 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4913] ppid=4898 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4913/stat : 4913 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475302345 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915610659040 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4914] ppid=4898 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4914/stat : 4914 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302346 15512608768 12741 33554432000 4194304 4196468 140724260409440 139915609607344 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52128 KiB

[startup+0.701878 s]
/proc/loadavg: 8.53 7.55 4.74 9/233 4914
/proc/meminfo: memFree=5745832/32770624 swapFree=67002128/67108860
[pid=4898] ppid=4895 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4898/stat : 4898 (xcsp3-exec) S 4895 4898 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475302339 115843072 362 33554432000 4194304 5098028 140737434694176 140737434692280 139654252286588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38178816 140737434702714 140737434702957 140737434702957 140737434705866 0
/proc/4898/statm: 28282 362 304 221 0 87 0
[pid=4900] ppid=4898 vsize=15151156 memory=86556 CPUtime=1.58 cores=0,2,4,6
/proc/4900/stat : 4900 (java) S 4898 4898 2739 0 -1 1077944320 14790 0 0 0 152 6 0 0 20 0 15 0 475302340 15514783744 21639 33554432000 4194304 4196468 140724260409440 140724260391984 139916082233079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
/proc/4900/statm: 3787789 21639 3452 1 0 3748889 0
[pid=4900/tid=4901] ppid=4898 vsize=15151156 memory=-3704326594973231466 CPUtime=0.67 cores=0,2,4,6
/proc/4900/task/4901/stat : 4901 (java) R 4898 4898 2739 0 -1 4202560 9068 0 0 0 64 3 0 0 20 0 15 0 475302340 15514783744 21639 33554432000 4194304 4196468 140724260409440 139916086469888 139916082245014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4902] ppid=4898 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4902/stat : 4902 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15514783744 21639 33554432000 4194304 4196468 140724260409440 139916010273424 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4903] ppid=4898 vsize=15151156 memory=3617 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4903/stat : 4903 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915673594384 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4904] ppid=4898 vsize=15151156 memory=740 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4904/stat : 4904 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302341 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915672541584 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4905] ppid=4898 vsize=15151156 memory=1052 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4905/stat : 4905 (java) S 4898 4898 2739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475302341 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915671488784 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4906] ppid=4898 vsize=15151156 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4906/stat : 4906 (java) S 4898 4898 2739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475302342 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915618028400 139916082244226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4907] ppid=4898 vsize=15151156 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4907/stat : 4907 (java) S 4898 4898 2739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475302343 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915616974368 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4908] ppid=4898 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4908/stat : 4908 (java) S 4898 4898 2739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475302343 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915615921520 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4909] ppid=4898 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4909/stat : 4909 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475302345 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915614869840 139916082251675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4910] ppid=4898 vsize=15151156 memory=1160 CPUtime=0.21 cores=0,2,4,6
/proc/4900/task/4910/stat : 4910 (java) S 4898 4898 2739 0 -1 1077944384 1171 0 0 0 21 0 0 0 20 0 15 0 475302345 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915613817200 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4911] ppid=4898 vsize=15151156 memory=1716 CPUtime=0.24 cores=0,2,4,6
/proc/4900/task/4911/stat : 4911 (java) R 4898 4898 2739 0 -1 4202560 1079 0 0 0 24 0 0 0 20 0 15 0 475302345 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915612751632 139916082254426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4912] ppid=4898 vsize=15151156 memory=1096 CPUtime=0.42 cores=0,2,4,6
/proc/4900/task/4912/stat : 4912 (java) R 4898 4898 2739 0 -1 1077944384 2167 0 0 0 41 1 0 0 20 0 15 0 475302345 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915611711600 139916082244226 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4913] ppid=4898 vsize=15151156 memory=6128 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4913/stat : 4913 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475302345 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915610659040 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4914] ppid=4898 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4914/stat : 4914 (java) S 4898 4898 2739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475302346 15514783744 21639 33554432000 4194304 4196468 140724260409440 139915609607344 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 88004 KiB

[startup+1.50084 s]
/proc/loadavg: 8.53 7.55 4.74 12/237 4926
/proc/meminfo: memFree=5684716/32770624 swapFree=67002128/67108860
[pid=4898] ppid=4895 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4898/stat : 4898 (xcsp3-exec) S 4895 4898 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475302339 115843072 362 33554432000 4194304 5098028 140737434694176 140737434692280 139654252286588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38178816 140737434702714 140737434702957 140737434702957 140737434705866 0
/proc/4898/statm: 28282 362 304 221 0 87 0

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

/proc/4900/task/4914/stat : 4914 (java) S 4898 4898 2739 0 -1 1077944384 374 0 0 0 0 0 0 0 20 0 19 0 475302346 15790579712 58074 33554432000 4194304 4196468 140724260409440 139915609607344 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4982] ppid=4898 vsize=15420488 memory=14068 CPUtime=11.65 cores=0,2,4,6
/proc/4900/task/4982/stat : 4982 (java) R 4898 4898 2739 0 -1 4202560 245 0 0 0 1165 0 0 0 20 0 19 0 475305090 15790579712 58074 33554432000 4194304 4196468 140724260409440 139914627595416 139915697009581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4983] ppid=4898 vsize=15420488 memory=2120 CPUtime=11.67 cores=0,2,4,6
/proc/4900/task/4983/stat : 4983 (java) R 4898 4898 2739 0 -1 4202560 464 0 0 0 1167 0 0 0 20 0 19 0 475305090 15790579712 58074 33554432000 4194304 4196468 140724260409440 139914937978992 139915695558821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4984] ppid=4898 vsize=15420488 memory=280426603476096 CPUtime=11.48 cores=0,2,4,6
/proc/4900/task/4984/stat : 4984 (java) R 4898 4898 2739 0 -1 4202560 696 0 0 0 1148 0 0 0 20 0 19 0 475305090 15790579712 58074 33554432000 4194304 4196468 140724260409440 139914626543336 139915696802735 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4985] ppid=4898 vsize=15420488 memory=1560 CPUtime=11.66 cores=0,2,4,6
/proc/4900/task/4985/stat : 4985 (java) R 4898 4898 2739 0 -1 4202560 404 0 0 0 1166 0 0 0 20 0 19 0 475305090 15790579712 58074 33554432000 4194304 4196468 140724260409440 139914936925704 139915697009608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
Current children cumulated CPU time: 154.65 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 233744 KiB

[startup+39.6008 s]
/proc/loadavg: 8.73 7.73 4.92 9/237 4985
/proc/meminfo: memFree=5580436/32770624 swapFree=67002128/67108860
[pid=4898] ppid=4895 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4898/stat : 4898 (xcsp3-exec) S 4895 4898 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475302339 115843072 362 33554432000 4194304 5098028 140737434694176 140737434692280 139654252286588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38178816 140737434702714 140737434702957 140737434702957 140737434705866 0
/proc/4898/statm: 28282 362 304 221 0 87 0
[pid=4900] ppid=4898 vsize=15420488 memory=232360 CPUtime=156.23 cores=0,2,4,6
/proc/4900/stat : 4900 (java) S 4898 4898 2739 0 -1 1077944320 66939 0 0 0 15607 16 0 0 20 0 19 0 475302340 15790579712 58090 33554432000 4194304 4196468 140724260409440 140724260391984 139916082233079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
/proc/4900/statm: 3855122 58090 3531 1 0 3816222 0
[pid=4900/tid=4901] ppid=4898 vsize=15420488 memory=984 CPUtime=0.71 cores=0,2,4,6
/proc/4900/task/4901/stat : 4901 (java) S 4898 4898 2739 0 -1 1077944384 9495 0 0 0 68 3 0 0 20 0 19 0 475302340 15790579712 58090 33554432000 4194304 4196468 140724260409440 139916086473856 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4902] ppid=4898 vsize=15420488 memory=8112282956445269571 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4902/stat : 4902 (java) S 4898 4898 2739 0 -1 1077944384 4041 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 58090 33554432000 4194304 4196468 140724260409440 139916010273424 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4903] ppid=4898 vsize=15420488 memory=1416 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4903/stat : 4903 (java) S 4898 4898 2739 0 -1 1077944384 690 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915673594384 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4904] ppid=4898 vsize=15420488 memory=1556 CPUtime=0.01 cores=0,2,4,6
/proc/4900/task/4904/stat : 4904 (java) S 4898 4898 2739 0 -1 1077944384 1271 0 0 0 1 0 0 0 20 0 19 0 475302341 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915672541584 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4905] ppid=4898 vsize=15420488 memory=740 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4905/stat : 4905 (java) S 4898 4898 2739 0 -1 1077944384 877 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915671488784 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4906] ppid=4898 vsize=15420488 memory=1052 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4906/stat : 4906 (java) S 4898 4898 2739 0 -1 1077944384 1320 0 0 0 2 0 0 0 20 0 19 0 475302342 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915618028400 139916082244226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4907] ppid=4898 vsize=15420488 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4907/stat : 4907 (java) S 4898 4898 2739 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 475302343 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915616974432 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4908] ppid=4898 vsize=15420488 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4908/stat : 4908 (java) S 4898 4898 2739 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 19 0 475302343 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915615921536 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4909] ppid=4898 vsize=15420488 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4909/stat : 4909 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475302345 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915614869840 139916082251675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4910] ppid=4898 vsize=15420488 memory=776 CPUtime=2.73 cores=0,2,4,6
/proc/4900/task/4910/stat : 4910 (java) S 4898 4898 2739 0 -1 1077944384 19316 0 0 0 270 3 0 0 20 0 19 0 475302345 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915613817200 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4911] ppid=4898 vsize=15420488 memory=1160 CPUtime=2.8 cores=0,2,4,6
/proc/4900/task/4911/stat : 4911 (java) S 4898 4898 2739 0 -1 1077944384 13991 0 0 0 279 1 0 0 20 0 19 0 475302345 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915612764400 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4912] ppid=4898 vsize=15420488 memory=1716 CPUtime=0.8 cores=0,2,4,6
/proc/4900/task/4912/stat : 4912 (java) S 4898 4898 2739 0 -1 1077944384 6606 0 0 0 79 1 0 0 20 0 19 0 475302345 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915611711600 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4913] ppid=4898 vsize=15420488 memory=1096 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4913/stat : 4913 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475302345 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915610659040 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4914] ppid=4898 vsize=15420488 memory=6128 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4914/stat : 4914 (java) S 4898 4898 2739 0 -1 1077944384 374 0 0 0 0 0 0 0 20 0 19 0 475302346 15790579712 58090 33554432000 4194304 4196468 140724260409440 139915609607344 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4982] ppid=4898 vsize=15420488 memory=14012 CPUtime=12.05 cores=0,2,4,6
/proc/4900/task/4982/stat : 4982 (java) R 4898 4898 2739 0 -1 4202560 249 0 0 0 1205 0 0 0 20 0 19 0 475305090 15790579712 58090 33554432000 4194304 4196468 140724260409440 139914627595576 139915697450406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4983] ppid=4898 vsize=15420488 memory=27572 CPUtime=12.04 cores=0,2,4,6
/proc/4900/task/4983/stat : 4983 (java) R 4898 4898 2739 0 -1 4202560 500 0 0 0 1204 0 0 0 20 0 19 0 475305090 15790579712 58090 33554432000 4194304 4196468 140724260409440 139914937978544 139915696088577 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4984] ppid=4898 vsize=15420488 memory=14068 CPUtime=11.86 cores=0,2,4,6
/proc/4900/task/4984/stat : 4984 (java) R 4898 4898 2739 0 -1 4202560 699 0 0 0 1186 0 0 0 20 0 19 0 475305090 15790579712 58090 33554432000 4194304 4196468 140724260409440 139914626543848 139915696636400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4985] ppid=4898 vsize=15420488 memory=2120 CPUtime=12.03 cores=0,2,4,6
/proc/4900/task/4985/stat : 4985 (java) R 4898 4898 2739 0 -1 4202560 408 0 0 0 1203 0 0 0 20 0 19 0 475305090 15790579712 58090 33554432000 4194304 4196468 140724260409440 139914936925248 139915697375902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
Current children cumulated CPU time: 156.23 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 233808 KiB

[startup+40.0008 s]*
/proc/loadavg: 8.73 7.73 4.92 9/237 4985
/proc/meminfo: memFree=5580804/32770624 swapFree=67002128/67108860
[pid=4898] ppid=4895 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4898/stat : 4898 (xcsp3-exec) S 4895 4898 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475302339 115843072 362 33554432000 4194304 5098028 140737434694176 140737434692280 139654252286588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38178816 140737434702714 140737434702957 140737434702957 140737434705866 0
/proc/4898/statm: 28282 362 304 221 0 87 0
[pid=4900] ppid=4898 vsize=15420488 memory=231340 CPUtime=157.86 cores=0,2,4,6
/proc/4900/stat : 4900 (java) S 4898 4898 2739 0 -1 1077944320 68723 0 0 0 15769 17 0 0 20 0 19 0 475302340 15790579712 57835 33554432000 4194304 4196468 140724260409440 140724260391984 139916082233079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
/proc/4900/statm: 3855122 57835 3531 1 0 3816222 0
[pid=4900/tid=4901] ppid=4898 vsize=15420488 memory=1398722017469774279 CPUtime=0.71 cores=0,2,4,6
/proc/4900/task/4901/stat : 4901 (java) S 4898 4898 2739 0 -1 1077944384 9495 0 0 0 68 3 0 0 20 0 19 0 475302340 15790579712 57835 33554432000 4194304 4196468 140724260409440 139916086473856 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4902] ppid=4898 vsize=15420488 memory=14863 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4902/stat : 4902 (java) S 4898 4898 2739 0 -1 1077944384 5048 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 57835 33554432000 4194304 4196468 140724260409440 139916010273424 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4903] ppid=4898 vsize=15420488 memory=22632 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4903/stat : 4903 (java) S 4898 4898 2739 0 -1 1077944384 748 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915673594384 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4904] ppid=4898 vsize=15420488 memory=-1807685287725067395 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4904/stat : 4904 (java) S 4898 4898 2739 0 -1 1077944384 1361 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915672541584 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4905] ppid=4898 vsize=15420488 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4905/stat : 4905 (java) S 4898 4898 2739 0 -1 1077944384 1341 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915671488784 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4906] ppid=4898 vsize=15420488 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4906/stat : 4906 (java) S 4898 4898 2739 0 -1 1077944384 1476 0 0 0 2 0 0 0 20 0 19 0 475302342 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915618028400 139916082244226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4907] ppid=4898 vsize=15420488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4907/stat : 4907 (java) S 4898 4898 2739 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 475302343 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915616974432 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4908] ppid=4898 vsize=15420488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4908/stat : 4908 (java) S 4898 4898 2739 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 19 0 475302343 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915615921536 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4909] ppid=4898 vsize=15420488 memory=7598811100138176585 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4909/stat : 4909 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915614869840 139916082251675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4910] ppid=4898 vsize=15420488 memory=11437 CPUtime=2.73 cores=0,2,4,6
/proc/4900/task/4910/stat : 4910 (java) S 4898 4898 2739 0 -1 1077944384 19316 0 0 0 270 3 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915613817200 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4911] ppid=4898 vsize=15420488 memory=3977297707323915137 CPUtime=2.8 cores=0,2,4,6
/proc/4900/task/4911/stat : 4911 (java) S 4898 4898 2739 0 -1 1077944384 13991 0 0 0 279 1 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915612764400 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4912] ppid=4898 vsize=15420488 memory=140213421585265 CPUtime=0.8 cores=0,2,4,6
/proc/4900/task/4912/stat : 4912 (java) S 4898 4898 2739 0 -1 1077944384 6606 0 0 0 79 1 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915611711600 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4913] ppid=4898 vsize=15420488 memory=7450478150532752488 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4913/stat : 4913 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915610659040 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4914] ppid=4898 vsize=15420488 memory=8025788822752027748 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4914/stat : 4914 (java) S 4898 4898 2739 0 -1 1077944384 374 0 0 0 0 0 0 0 20 0 19 0 475302346 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915609607344 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4982] ppid=4898 vsize=15420488 memory=9476 CPUtime=12.45 cores=0,2,4,6
/proc/4900/task/4982/stat : 4982 (java) R 4898 4898 2739 0 -1 4202560 253 0 0 0 1245 0 0 0 20 0 19 0 475305090 15790579712 57835 33554432000 4194304 4196468 140724260409440 139914627595168 139915696448393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4983] ppid=4898 vsize=15420488 memory=7451318109099811666 CPUtime=12.44 cores=0,2,4,6
/proc/4900/task/4983/stat : 4983 (java) R 4898 4898 2739 0 -1 4202560 502 0 0 0 1244 0 0 0 20 0 19 0 475305090 15790579712 57835 33554432000 4194304 4196468 140724260409440 139914937979240 139915690321888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4984] ppid=4898 vsize=15420488 memory=3833745473449178680 CPUtime=12.25 cores=0,2,4,6
/proc/4900/task/4984/stat : 4984 (java) R 4898 4898 2739 0 -1 4202560 699 0 0 0 1225 0 0 0 20 0 19 0 475305090 15790579712 57835 33554432000 4194304 4196468 140724260409440 139914626543848 139915695673208 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4985] ppid=4898 vsize=15420488 memory=1 CPUtime=12.43 cores=0,2,4,6
/proc/4900/task/4985/stat : 4985 (java) R 4898 4898 2739 0 -1 4202560 411 0 0 0 1243 0 0 0 20 0 19 0 475305090 15790579712 57835 33554432000 4194304 4196468 140724260409440 139914936929424 139915697364968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
Current children cumulated CPU time: 157.86 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 232788 KiB

[startup+40.1108 s]
/proc/loadavg: 8.73 7.73 4.92 9/237 4985
/proc/meminfo: memFree=5580804/32770624 swapFree=67002128/67108860
[pid=4898] ppid=4895 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4898/stat : 4898 (xcsp3-exec) S 4895 4898 2739 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475302339 115843072 362 33554432000 4194304 5098028 140737434694176 140737434692280 139654252286588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38178816 140737434702714 140737434702957 140737434702957 140737434705866 0
/proc/4898/statm: 28282 362 304 221 0 87 0
[pid=4900] ppid=4898 vsize=15420488 memory=231340 CPUtime=158.26 cores=0,2,4,6
/proc/4900/stat : 4900 (java) S 4898 4898 2739 0 -1 1077944320 68723 0 0 0 15809 17 0 0 20 0 19 0 475302340 15790579712 57835 33554432000 4194304 4196468 140724260409440 140724260391984 139916082233079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
/proc/4900/statm: 3855122 57835 3531 1 0 3816222 0
[pid=4900/tid=4901] ppid=4898 vsize=15420488 memory=232360 CPUtime=0.71 cores=0,2,4,6
/proc/4900/task/4901/stat : 4901 (java) S 4898 4898 2739 0 -1 1077944384 9495 0 0 0 68 3 0 0 20 0 19 0 475302340 15790579712 57835 33554432000 4194304 4196468 140724260409440 139916086473856 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4902] ppid=4898 vsize=15420488 memory=231340 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4902/stat : 4902 (java) S 4898 4898 2739 0 -1 1077944384 5048 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 57835 33554432000 4194304 4196468 140724260409440 139916010273424 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4903] ppid=4898 vsize=15420488 memory=1448 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4903/stat : 4903 (java) S 4898 4898 2739 0 -1 1077944384 748 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915673594384 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4904] ppid=4898 vsize=15420488 memory=1448 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4904/stat : 4904 (java) S 4898 4898 2739 0 -1 1077944384 1361 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915672541584 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4905] ppid=4898 vsize=15420488 memory=6944656592455359580 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4905/stat : 4905 (java) S 4898 4898 2739 0 -1 1077944384 1341 0 0 0 2 0 0 0 20 0 19 0 475302341 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915671488784 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4906] ppid=4898 vsize=15420488 memory=504 CPUtime=0.02 cores=0,2,4,6
/proc/4900/task/4906/stat : 4906 (java) S 4898 4898 2739 0 -1 1077944384 1476 0 0 0 2 0 0 0 20 0 19 0 475302342 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915618028400 139916082244226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4907] ppid=4898 vsize=15420488 memory=232296 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4907/stat : 4907 (java) S 4898 4898 2739 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 475302343 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915616974432 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4908] ppid=4898 vsize=15420488 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4908/stat : 4908 (java) S 4898 4898 2739 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 19 0 475302343 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915615921536 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4909] ppid=4898 vsize=15420488 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4909/stat : 4909 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915614869840 139916082251675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4910] ppid=4898 vsize=15420488 memory=1448 CPUtime=2.73 cores=0,2,4,6
/proc/4900/task/4910/stat : 4910 (java) S 4898 4898 2739 0 -1 1077944384 19316 0 0 0 270 3 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915613817200 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4911] ppid=4898 vsize=15420488 memory=4180664 CPUtime=2.8 cores=0,2,4,6
/proc/4900/task/4911/stat : 4911 (java) S 4898 4898 2739 0 -1 1077944384 13991 0 0 0 279 1 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915612764400 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4912] ppid=4898 vsize=15420488 memory=1412 CPUtime=0.8 cores=0,2,4,6
/proc/4900/task/4912/stat : 4912 (java) S 4898 4898 2739 0 -1 1077944384 6606 0 0 0 79 1 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915611711600 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4913] ppid=4898 vsize=15420488 memory=232756 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4913/stat : 4913 (java) S 4898 4898 2739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475302345 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915610659040 139916082243285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4914] ppid=4898 vsize=15420488 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4900/task/4914/stat : 4914 (java) S 4898 4898 2739 0 -1 1077944384 374 0 0 0 0 0 0 0 20 0 19 0 475302346 15790579712 57835 33554432000 4194304 4196468 140724260409440 139915609607344 139916082244226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4982] ppid=4898 vsize=15420488 memory=227648 CPUtime=12.55 cores=0,2,4,6
/proc/4900/task/4982/stat : 4982 (java) R 4898 4898 2739 0 -1 4202560 253 0 0 0 1255 0 0 0 20 0 19 0 475305090 15790579712 57835 33554432000 4194304 4196468 140724260409440 139914627595168 139915696579148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4983] ppid=4898 vsize=15420488 memory=232580 CPUtime=12.54 cores=0,2,4,6
/proc/4900/task/4983/stat : 4983 (java) R 4898 4898 2739 0 -1 4202560 502 0 0 0 1254 0 0 0 20 0 19 0 475305090 15790579712 57835 33554432000 4194304 4196468 140724260409440 139914937979240 139915696579930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4984] ppid=4898 vsize=15420488 memory=280426602311024 CPUtime=12.35 cores=0,2,4,6
/proc/4900/task/4984/stat : 4984 (java) R 4898 4898 2739 0 -1 4202560 699 0 0 0 1235 0 0 0 20 0 19 0 475305090 15790579712 57835 33554432000 4194304 4196468 140724260409440 139914626543848 139915696579508 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
[pid=4900/tid=4985] ppid=4898 vsize=15420488 memory=280426603600304 CPUtime=12.53 cores=0,2,4,6
/proc/4900/task/4985/stat : 4985 (java) R 4898 4898 2739 0 -1 4202560 411 0 0 0 1253 0 0 0 20 0 19 0 475305090 15790579712 57835 33554432000 4194304 4196468 140724260409440 139914936929424 139915695673607 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16650240 140724260414447 140724260414618 140724260414618 140724260417487 0
Current children cumulated CPU time: 158.26 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 232788 KiB

Child status: 0
Real time (s): 40.1598
CPU time (s): 158.432
CPU user time (s): 158.248
CPU system time (s): 0.183961
CPU usage (%): 394.505
Max. virtual memory (cumulated for all children) (KiB): 15535688
Max. memory (cumulated for all children) (KiB): 234256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.248
system time used= 0.183961
maximum resident set size= 236468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69868
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= 4455
involuntary context switches= 4118


# summary of solver processes directly reported to runsolver:
#   pid: 4898
#   total CPU time (s): 158.432
#   total CPU user time (s): 158.248
#   total CPU system time (s): 0.183961

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.285208 second user time and 0.45245 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 16:56:11
IDJOB=4404088
IDBENCH=128242
IDSOLVER=2864
FILE ID=node148/4404088-1568991408
RUNJOBID= node148-1568990731-2770
PBS_JOBID= 21704650
Free space on /tmp= 21636 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.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 /tmp/evaluation-result-4404088-1568991408/watcher-4404088-1568991408 -o /tmp/evaluation-result-4404088-1568991408/solver-4404088-1568991408 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568990731-2770 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1431586213 HOME/instance-4404088-1568991408.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=1431586213

node148.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.13
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.13
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.13
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.13
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:         5800164 kB
MemAvailable:   27678520 kB
Buffers:          115356 kB
Cached:         21947564 kB
SwapCached:         2796 kB
Active:         15170608 kB
Inactive:       11065564 kB
Active(anon):    4172512 kB
Inactive(anon):    47292 kB
Active(file):   10998096 kB
Inactive(file): 11018272 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       67002128 kB
Dirty:             26116 kB
Writeback:             0 kB
AnonPages:       4297004 kB
Mapped:            64736 kB
Shmem:             38452 kB
Slab:             319908 kB
SReclaimable:     290448 kB
SUnreclaim:        29460 kB
KernelStack:        4064 kB
PageTables:        14500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5279380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4171776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 21608 MiB
End job on node148 at 2019-09-20 16:56:51