Trace number 4400490

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-16OPT65 59.4035 15.2769

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-26-09.xml
MD5SUM54f28c2036fc278050695a3bd6f2d6a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark37.1418
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size363
Distribution of domain sizes[{"size":1,"count":1},{"size":363,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":8},{"degree":6,"count":19},{"degree":7,"count":16},{"degree":8,"count":10},{"degree":9,"count":5}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":112},{"arity":41,"count":1},{"arity":45,"count":2},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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-4400490-1568694395.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400490-1568694395.xml, -tl, 2400s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.65/0.71	c solve instance...
2.01/0.84	o 83 
2.01/0.89	o 81 
2.01/0.90	o 78 
2.34/0.90	o 77 
2.34/0.94	o 76 
2.34/0.95	o 75 
2.34/0.96	o 74 
2.34/0.98	o 73 
2.71/1.01	o 72 
2.71/1.05	o 71 
2.71/1.05	o 70 
2.71/1.06	o 69 
3.45/1.27	o 68 
3.85/1.32	o 67 
4.22/1.47	o 66 
17.75/4.88	o 65 
59.12/15.26	s OPTIMUM FOUND
59.12/15.26	v <instantiation>
59.12/15.26	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>
59.12/15.26	v 	<values>0 0 0 0 5 10 10 5 4 5 16 7 7 20 9 35 9 16 7 10 10 12 37 45 10 21 20 12 19 34 26 39 25 37 19 31 36 31 26 16 26 35 43 27 44 40 34 53 40 41 49 47 43 54 55 50 54 56 55 56 61 65 </values>
59.12/15.26	v </instantiation>

Verifier Data

OK	65

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400490-1568694395/watcher-4400490-1568694395 -o /tmp/evaluation-result-4400490-1568694395/solver-4400490-1568694395 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22970 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 574198604 HOME/instance-4400490-1568694395.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 8.25 4.46 2.62 12/233 24481
/proc/meminfo: memFree=28300076/32770624 swapFree=66959728/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (xcsp3-exec) S 24458 24461 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445379657 115843072 363 33554432000 4194304 5098028 140728552630896 140728552629000 140250319221372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39460864 140728552633211 140728552633453 140728552633453 140728552636362 0
/proc/24461/statm: 28282 363 304 221 0 87 0
[pid=24463] ppid=24461 vsize=15144776 memory=30200 CPUtime=0.13 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24461 22939 0 -1 1077944320 5960 0 0 0 12 1 0 0 20 0 15 0 445379657 15508250624 7550 33554432000 4194304 4196468 140736897933024 140736897915568 139756563308279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
/proc/24463/statm: 3786194 7550 3148 1 0 3748377 0
[pid=24463/tid=24468] ppid=24461 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) R 24461 24461 22939 0 -1 4202560 3873 0 0 0 8 1 0 0 20 0 15 0 445379657 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756567538688 139756555545406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24469] ppid=24461 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756155824400 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24470] ppid=24461 vsize=15144776 memory=139708075378304 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756154771856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24471] ppid=24461 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756153719312 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24472] ppid=24461 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24461 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379658 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756152666768 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24473] ppid=24461 vsize=15144776 memory=139708075378304 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24461 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379659 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756099070448 139756563319426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24474] ppid=24461 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24461 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445379660 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756098016672 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24475] ppid=24461 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24461 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445379660 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756096964080 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24476] ppid=24461 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379662 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756095912656 139756563326875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24477] ppid=24461 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) R 24461 24461 22939 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 445379662 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756094859248 139756563319426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24478] ppid=24461 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) R 24461 24461 22939 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 15 0 445379662 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756093806800 139756542963089 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24479] ppid=24461 vsize=15144776 memory=139708075378304 CPUtime=0.02 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24461 22939 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 445379662 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756092754160 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24480] ppid=24461 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379663 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756091701856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24481] ppid=24461 vsize=15144776 memory=139708075378304 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379663 15508250624 7550 33554432000 4194304 4196468 140736897933024 139756090649392 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31652 KiB

[startup+0.214238 s]*
/proc/loadavg: 8.25 4.46 2.62 9/233 24481
/proc/meminfo: memFree=28286156/32770624 swapFree=66959728/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (xcsp3-exec) S 24458 24461 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445379657 115843072 363 33554432000 4194304 5098028 140728552630896 140728552629000 140250319221372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39460864 140728552633211 140728552633453 140728552633453 140728552636362 0
/proc/24461/statm: 28282 363 304 221 0 87 0
[pid=24463] ppid=24461 vsize=15144776 memory=41240 CPUtime=0.35 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24461 22939 0 -1 1077944320 9519 0 0 0 32 3 0 0 20 0 15 0 445379657 15508250624 10310 33554432000 4194304 4196468 140736897933024 140736897915568 139756563308279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
/proc/24463/statm: 3786194 10310 3303 1 0 3748377 0
[pid=24463/tid=24468] ppid=24461 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) R 24461 24461 22939 0 -1 4202560 6688 0 0 0 18 2 0 0 20 0 15 0 445379657 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756567542224 139756563320214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24469] ppid=24461 vsize=15144776 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756155824400 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24470] ppid=24461 vsize=15144776 memory=139708078731123 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756154771856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24471] ppid=24461 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756153719312 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24472] ppid=24461 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24461 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379658 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756152666768 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24473] ppid=24461 vsize=15144776 memory=139708075378304 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24461 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445379659 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756099070448 139756563319426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24474] ppid=24461 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24461 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445379660 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756098016672 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24475] ppid=24461 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24461 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445379660 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756096964080 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24476] ppid=24461 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379662 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756095912656 139756563326875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24477] ppid=24461 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24461 22939 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 445379662 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756094859248 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24478] ppid=24461 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24461 22939 0 -1 1077944384 252 0 0 0 2 0 0 0 20 0 15 0 445379662 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756093806704 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24479] ppid=24461 vsize=15144776 memory=139708075378304 CPUtime=0.08 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24461 22939 0 -1 1077944384 749 0 0 0 8 0 0 0 20 0 15 0 445379662 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756092754160 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24480] ppid=24461 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379663 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756091701856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24481] ppid=24461 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379663 15508250624 10310 33554432000 4194304 4196468 140736897933024 139756090649392 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42692 KiB

[startup+0.310717 s]*
/proc/loadavg: 8.25 4.46 2.62 10/233 24481
/proc/meminfo: memFree=28279368/32770624 swapFree=66959728/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (xcsp3-exec) S 24458 24461 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445379657 115843072 363 33554432000 4194304 5098028 140728552630896 140728552629000 140250319221372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39460864 140728552633211 140728552633453 140728552633453 140728552636362 0
/proc/24461/statm: 28282 363 304 221 0 87 0
[pid=24463] ppid=24461 vsize=15149032 memory=49772 CPUtime=0.53 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24461 22939 0 -1 1077944320 10958 0 0 0 49 4 0 0 20 0 15 0 445379657 15512608768 12443 33554432000 4194304 4196468 140736897933024 140736897915568 139756563308279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
/proc/24463/statm: 3787258 12443 3347 1 0 3748377 0
[pid=24463/tid=24468] ppid=24461 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) R 24461 24461 22939 0 -1 4202560 7921 0 0 0 27 3 0 0 20 0 15 0 445379657 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756567542064 139756547388796 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24469] ppid=24461 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756155824400 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24470] ppid=24461 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756154771856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24471] ppid=24461 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756153719312 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24472] ppid=24461 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24461 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379658 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756152666768 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24473] ppid=24461 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24461 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445379659 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756099070448 139756563319426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24474] ppid=24461 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24461 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445379660 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756098016672 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24475] ppid=24461 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24461 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445379660 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756096964080 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24476] ppid=24461 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379662 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756095912656 139756563326875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24477] ppid=24461 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) R 24461 24461 22939 0 -1 4202560 643 0 0 0 5 0 0 0 20 0 15 0 445379662 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756094859248 139756544852841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24478] ppid=24461 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24461 22939 0 -1 1077944384 257 0 0 0 3 0 0 0 20 0 15 0 445379662 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756093806704 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24479] ppid=24461 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24461 22939 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 15 0 445379662 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756092754160 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24480] ppid=24461 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379663 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756091701856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24481] ppid=24461 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379663 15512608768 12443 33554432000 4194304 4196468 140736897933024 139756090649392 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51224 KiB

[startup+0.707311 s]
/proc/loadavg: 8.25 4.46 2.62 12/233 24485
/proc/meminfo: memFree=28245172/32770624 swapFree=66959728/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (xcsp3-exec) S 24458 24461 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445379657 115843072 363 33554432000 4194304 5098028 140728552630896 140728552629000 140250319221372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39460864 140728552633211 140728552633453 140728552633453 140728552636362 0
/proc/24461/statm: 28282 363 304 221 0 87 0
[pid=24463] ppid=24461 vsize=15151156 memory=89812 CPUtime=1.65 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24461 22939 0 -1 1077944320 15132 0 0 0 159 6 0 0 20 0 15 0 445379657 15514783744 22453 33554432000 4194304 4196468 140736897933024 140736897915568 139756563308279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
/proc/24463/statm: 3787789 22453 3456 1 0 3748889 0
[pid=24463/tid=24468] ppid=24461 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) R 24461 24461 22939 0 -1 4202560 9324 0 0 0 64 4 0 0 20 0 15 0 445379657 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756567541552 139756563330205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24469] ppid=24461 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756155824400 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24470] ppid=24461 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756154771856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24471] ppid=24461 vsize=15151156 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379658 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756153719312 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24472] ppid=24461 vsize=15151156 memory=48260 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24461 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445379658 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756152666768 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24473] ppid=24461 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24461 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445379659 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756099070448 139756563319426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24474] ppid=24461 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24461 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445379660 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756098016672 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24475] ppid=24461 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24461 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445379660 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756096964080 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24476] ppid=24461 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379662 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756095912656 139756563326875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24477] ppid=24461 vsize=15151156 memory=1720 CPUtime=0.28 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) R 24461 24461 22939 0 -1 4202560 1391 0 0 0 28 0 0 0 20 0 15 0 445379662 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756094840160 139756546808360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24478] ppid=24461 vsize=15151156 memory=10604 CPUtime=0.23 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) R 24461 24461 22939 0 -1 4202560 924 0 0 0 23 0 0 0 20 0 15 0 445379662 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756093798624 139756542570246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24479] ppid=24461 vsize=15151156 memory=4160 CPUtime=0.42 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) R 24461 24461 22939 0 -1 4202560 2187 0 0 0 42 0 0 0 20 0 15 0 445379662 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756092751096 139756542282885 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24480] ppid=24461 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445379663 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756091701856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24481] ppid=24461 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445379663 15514783744 22453 33554432000 4194304 4196468 140736897933024 139756090649392 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 91264 KiB

[startup+1.5008 s]
/proc/loadavg: 8.25 4.46 2.62 11/237 24525
/proc/meminfo: memFree=28112464/32770624 swapFree=66959728/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (xcsp3-exec) S 24458 24461 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445379657 115843072 363 33554432000 4194304 5098028 140728552630896 140728552629000 140250319221372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39460864 140728552633211 140728552633453 140728552633453 140728552636362 0
/proc/24461/statm: 28282 363 304 221 0 87 0

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

/proc/24463/task/24481/stat : 24481 (java) S 24461 24461 22939 0 -1 1077944384 947 0 0 0 0 0 0 0 20 0 19 0 445379663 15857688576 56413 33554432000 4194304 4196468 140736897933024 139756090649392 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24566] ppid=24461 vsize=15486024 memory=7230640610566629998 CPUtime=7.44 cores=0,2,4,6
/proc/24463/task/24566/stat : 24566 (java) R 24461 24461 22939 0 -1 4202560 126 0 0 0 744 0 0 0 20 0 19 0 445380145 15857688576 56413 33554432000 4194304 4196468 140736897933024 139756013284568 139756179686260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24567] ppid=24461 vsize=15486024 memory=7230922085543340904 CPUtime=7.61 cores=0,2,4,6
/proc/24463/task/24567/stat : 24567 (java) R 24461 24461 22939 0 -1 4202560 530 0 0 0 761 0 0 0 20 0 19 0 445380145 15857688576 56413 33554432000 4194304 4196468 140736897933024 139756006978024 139756179466345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24568] ppid=24461 vsize=15486024 memory=7229522420226810983 CPUtime=7.74 cores=0,2,4,6
/proc/24463/task/24568/stat : 24568 (java) R 24461 24461 22939 0 -1 4202560 386 0 0 0 774 0 0 0 20 0 19 0 445380145 15857688576 56413 33554432000 4194304 4196468 140736897933024 139756010128024 139756179895327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24569] ppid=24461 vsize=15486024 memory=6942130954267223659 CPUtime=7.59 cores=0,2,4,6
/proc/24463/task/24569/stat : 24569 (java) R 24461 24461 22939 0 -1 4202560 214 0 0 0 759 0 0 0 20 0 19 0 445380145 15857688576 56413 33554432000 4194304 4196468 140736897933024 139756011180456 139756179685917 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
Current children cumulated CPU time: 49.57 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 227104 KiB

[startup+14.4013 s]
/proc/loadavg: 8.81 4.71 2.72 9/237 24573
/proc/meminfo: memFree=28051516/32770624 swapFree=66959728/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (xcsp3-exec) S 24458 24461 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445379657 115843072 363 33554432000 4194304 5098028 140728552630896 140728552629000 140250319221372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39460864 140728552633211 140728552633453 140728552633453 140728552636362 0
/proc/24461/statm: 28282 363 304 221 0 87 0
[pid=24463] ppid=24461 vsize=15486024 memory=227708 CPUtime=55.93 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24461 22939 0 -1 1077944320 43294 0 0 0 5582 11 0 0 20 0 19 0 445379657 15857688576 56927 33554432000 4194304 4196468 140736897933024 140736897915568 139756563308279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
/proc/24463/statm: 3871506 56927 3522 1 0 3832606 0
[pid=24463/tid=24468] ppid=24461 vsize=15486024 memory=14048 CPUtime=0.7 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24461 22939 0 -1 1077944384 9573 0 0 0 66 4 0 0 20 0 19 0 445379657 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756567549056 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24469] ppid=24461 vsize=15486024 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24461 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756155824400 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24470] ppid=24461 vsize=15486024 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756154771856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24471] ppid=24461 vsize=15486024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24461 22939 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756153719312 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24472] ppid=24461 vsize=15486024 memory=7308043029411358056 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24461 22939 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756152666768 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24473] ppid=24461 vsize=15486024 memory=48260 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24461 22939 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 19 0 445379659 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756099070448 139756563319426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24474] ppid=24461 vsize=15486024 memory=988 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24461 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445379660 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756098016672 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24475] ppid=24461 vsize=15486024 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24461 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445379660 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756096964080 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24476] ppid=24461 vsize=15486024 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756095912656 139756563326875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24477] ppid=24461 vsize=15486024 memory=580 CPUtime=3.52 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24461 22939 0 -1 1077944384 9915 0 0 0 351 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756094859248 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24478] ppid=24461 vsize=15486024 memory=1720 CPUtime=3.38 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24461 22939 0 -1 1077944384 8788 0 0 0 337 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756093806704 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24479] ppid=24461 vsize=15486024 memory=10604 CPUtime=0.81 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24461 22939 0 -1 1077944384 7674 0 0 0 80 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756092754160 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24480] ppid=24461 vsize=15486024 memory=4160 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379663 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756091701856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24481] ppid=24461 vsize=15486024 memory=776 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24461 22939 0 -1 1077944384 969 0 0 0 0 0 0 0 20 0 19 0 445379663 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756090649392 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24566] ppid=24461 vsize=15486024 memory=2207 CPUtime=9.03 cores=0,2,4,6
/proc/24463/task/24566/stat : 24566 (java) R 24461 24461 22939 0 -1 4202560 199 0 0 0 903 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756013284568 139756179237659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24567] ppid=24461 vsize=15486024 memory=1047 CPUtime=9.21 cores=0,2,4,6
/proc/24463/task/24567/stat : 24567 (java) R 24461 24461 22939 0 -1 4202560 666 0 0 0 921 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756006978024 139756179237505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24568] ppid=24461 vsize=15486024 memory=16084 CPUtime=9.33 cores=0,2,4,6
/proc/24463/task/24568/stat : 24568 (java) R 24461 24461 22939 0 -1 4202560 610 0 0 0 933 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756010128104 139756179895071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24569] ppid=24461 vsize=15486024 memory=158 CPUtime=9.16 cores=0,2,4,6
/proc/24463/task/24569/stat : 24569 (java) R 24461 24461 22939 0 -1 4202560 506 0 0 0 916 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756011181288 139756181505441 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
Current children cumulated CPU time: 55.93 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 229160 KiB

[startup+14.8013 s]
/proc/loadavg: 8.81 4.71 2.72 9/237 24573
/proc/meminfo: memFree=28051516/32770624 swapFree=66959728/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (xcsp3-exec) S 24458 24461 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445379657 115843072 363 33554432000 4194304 5098028 140728552630896 140728552629000 140250319221372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39460864 140728552633211 140728552633453 140728552633453 140728552636362 0
/proc/24461/statm: 28282 363 304 221 0 87 0
[pid=24463] ppid=24461 vsize=15486024 memory=227708 CPUtime=57.53 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24461 22939 0 -1 1077944320 43326 0 0 0 5742 11 0 0 20 0 19 0 445379657 15857688576 56927 33554432000 4194304 4196468 140736897933024 140736897915568 139756563308279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
/proc/24463/statm: 3871506 56927 3522 1 0 3832606 0
[pid=24463/tid=24468] ppid=24461 vsize=15486024 memory=107242313485034 CPUtime=0.7 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24461 22939 0 -1 1077944384 9573 0 0 0 66 4 0 0 20 0 19 0 445379657 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756567549056 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24469] ppid=24461 vsize=15486024 memory=107242313485034 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24461 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756155824400 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24470] ppid=24461 vsize=15486024 memory=107242313484778 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756154771856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24471] ppid=24461 vsize=15486024 memory=107242313484778 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24461 22939 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756153719312 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24472] ppid=24461 vsize=15486024 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24461 22939 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756152666768 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24473] ppid=24461 vsize=15486024 memory=832 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24461 22939 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 19 0 445379659 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756099070448 139756563319426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24474] ppid=24461 vsize=15486024 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24461 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445379660 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756098016672 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24475] ppid=24461 vsize=15486024 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24461 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445379660 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756096964080 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24476] ppid=24461 vsize=15486024 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756095912656 139756563326875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24477] ppid=24461 vsize=15486024 memory=1760 CPUtime=3.52 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24461 22939 0 -1 1077944384 9915 0 0 0 351 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756094859248 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24478] ppid=24461 vsize=15486024 memory=111636 CPUtime=3.38 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24461 22939 0 -1 1077944384 8788 0 0 0 337 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756093806704 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24479] ppid=24461 vsize=15486024 memory=800 CPUtime=0.81 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24461 22939 0 -1 1077944384 7674 0 0 0 80 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756092754160 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24480] ppid=24461 vsize=15486024 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379663 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756091701856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24481] ppid=24461 vsize=15486024 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24461 22939 0 -1 1077944384 969 0 0 0 0 0 0 0 20 0 19 0 445379663 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756090649392 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24566] ppid=24461 vsize=15486024 memory=924 CPUtime=9.43 cores=0,2,4,6
/proc/24463/task/24566/stat : 24566 (java) R 24461 24461 22939 0 -1 4202560 199 0 0 0 943 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756013284568 139756179244644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24567] ppid=24461 vsize=15486024 memory=303430223234596890 CPUtime=9.61 cores=0,2,4,6
/proc/24463/task/24567/stat : 24567 (java) R 24461 24461 22939 0 -1 4202560 696 0 0 0 961 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756006978024 139756181504438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24568] ppid=24461 vsize=15486024 memory=297237782420783418 CPUtime=9.73 cores=0,2,4,6
/proc/24463/task/24568/stat : 24568 (java) R 24461 24461 22939 0 -1 4202560 612 0 0 0 973 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756010128104 139756179392790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24569] ppid=24461 vsize=15486024 memory=15261432686053804 CPUtime=9.56 cores=0,2,4,6
/proc/24463/task/24569/stat : 24569 (java) R 24461 24461 22939 0 -1 4202560 506 0 0 0 956 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756011181288 139756179236403 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
Current children cumulated CPU time: 57.53 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 229160 KiB

[startup+15.2013 s]
/proc/loadavg: 8.83 4.78 2.76 9/237 24573
/proc/meminfo: memFree=28049468/32770624 swapFree=66959728/67108860
[pid=24461] ppid=24458 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/24461/stat : 24461 (xcsp3-exec) S 24458 24461 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445379657 115843072 363 33554432000 4194304 5098028 140728552630896 140728552629000 140250319221372 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39460864 140728552633211 140728552633453 140728552633453 140728552636362 0
/proc/24461/statm: 28282 363 304 221 0 87 0
[pid=24463] ppid=24461 vsize=15486024 memory=227708 CPUtime=59.12 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24461 22939 0 -1 1077944320 43331 0 0 0 5901 11 0 0 20 0 19 0 445379657 15857688576 56927 33554432000 4194304 4196468 140736897933024 140736897915568 139756563308279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
/proc/24463/statm: 3871506 56927 3522 1 0 3832606 0
[pid=24463/tid=24468] ppid=24461 vsize=15486024 memory=29417 CPUtime=0.7 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24461 22939 0 -1 1077944384 9573 0 0 0 66 4 0 0 20 0 19 0 445379657 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756567549056 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24469] ppid=24461 vsize=15486024 memory=1 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24461 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756155824400 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24470] ppid=24461 vsize=15486024 memory=664971934029340515 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24461 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756154771856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24471] ppid=24461 vsize=15486024 memory=7679927811743456362 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24461 22939 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756153719312 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24472] ppid=24461 vsize=15486024 memory=-7740096080597194087 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24461 22939 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 445379658 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756152666768 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24473] ppid=24461 vsize=15486024 memory=6944656592385698452 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24461 22939 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 19 0 445379659 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756099070448 139756563319426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24474] ppid=24461 vsize=15486024 memory=6944652027076318631 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24461 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445379660 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756098016672 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24475] ppid=24461 vsize=15486024 memory=6944652027076318631 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24461 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445379660 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756096964080 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24476] ppid=24461 vsize=15486024 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756095912656 139756563326875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24477] ppid=24461 vsize=15486024 memory=-7812800578125854342 CPUtime=3.52 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24461 22939 0 -1 1077944384 9915 0 0 0 351 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756094859248 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24478] ppid=24461 vsize=15486024 memory=-8386972834861517941 CPUtime=3.38 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24461 22939 0 -1 1077944384 8788 0 0 0 337 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756093806704 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24479] ppid=24461 vsize=15486024 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24461 22939 0 -1 1077944384 7674 0 0 0 80 1 0 0 20 0 19 0 445379662 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756092754160 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24480] ppid=24461 vsize=15486024 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24461 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445379663 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756091701856 139756563318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24481] ppid=24461 vsize=15486024 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24461 22939 0 -1 1077944384 969 0 0 0 0 0 0 0 20 0 19 0 445379663 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756090649392 139756563319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24566] ppid=24461 vsize=15486024 memory=7518026621751088994 CPUtime=9.83 cores=0,2,4,6
/proc/24463/task/24566/stat : 24566 (java) R 24461 24461 22939 0 -1 4202560 199 0 0 0 983 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756013284568 139756179686300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24567] ppid=24461 vsize=15486024 memory=28 CPUtime=10.01 cores=0,2,4,6
/proc/24463/task/24567/stat : 24567 (java) R 24461 24461 22939 0 -1 4202560 698 0 0 0 1001 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756006978024 139756179685416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24568] ppid=24461 vsize=15486024 memory=279415943970720 CPUtime=10.13 cores=0,2,4,6
/proc/24463/task/24568/stat : 24568 (java) R 24461 24461 22939 0 -1 4202560 612 0 0 0 1013 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756010128104 139756181505589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
[pid=24463/tid=24569] ppid=24461 vsize=15486024 memory=139707971987632 CPUtime=9.95 cores=0,2,4,6
/proc/24463/task/24569/stat : 24569 (java) R 24461 24461 22939 0 -1 4202560 506 0 0 0 995 0 0 0 20 0 19 0 445380145 15857688576 56927 33554432000 4194304 4196468 140736897933024 139756011181288 139756179898013 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32899072 140736897934319 140736897934490 140736897934490 140736897937359 0
Current children cumulated CPU time: 59.12 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 229160 KiB

Child status: 0
Real time (s): 15.2769
CPU time (s): 59.4035
CPU user time (s): 59.2794
CPU system time (s): 0.124105
CPU usage (%): 388.846
Max. virtual memory (cumulated for all children) (KiB): 15600992
Max. memory (cumulated for all children) (KiB): 229160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.2794
system time used= 0.124105
maximum resident set size= 227816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3687
involuntary context switches= 1943


# summary of solver processes directly reported to runsolver:
#   pid: 24461
#   total CPU time (s): 59.4035
#   total CPU user time (s): 59.2794
#   total CPU system time (s): 0.124105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.11918 second user time and 0.209383 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:25:55
IDJOB=4400490
IDBENCH=128324
IDSOLVER=2856
FILE ID=node124/4400490-1568694395
RUNJOBID= node124-1568694194-22970
PBS_JOBID= 21703802
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-26-09.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-4400490-1568694395/watcher-4400490-1568694395 -o /tmp/evaluation-result-4400490-1568694395/solver-4400490-1568694395 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22970 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 574198604 HOME/instance-4400490-1568694395.xml

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

MD5SUM BENCH= 54f28c2036fc278050695a3bd6f2d6a5
RANDOM SEED=574198604

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:        28327168 kB
MemAvailable:   31684412 kB
Buffers:          231920 kB
Cached:          3412464 kB
SwapCached:        46376 kB
Active:          1292772 kB
Inactive:        2562628 kB
Active(anon):     162096 kB
Inactive(anon):    98000 kB
Active(file):    1130676 kB
Inactive(file):  2464628 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             52664 kB
Writeback:             0 kB
AnonPages:        244428 kB
Mapped:            61704 kB
Shmem:             40944 kB
Slab:             186016 kB
SReclaimable:     155552 kB
SUnreclaim:        30464 kB
KernelStack:        4080 kB
PageTables:         5828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1519944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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 /tmp at the end= 61760 MiB
End job on node124 at 2019-09-17 06:26:10