Trace number 4393330

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-06-14OPT65 44.8404 11.8378

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 benchmark44.8404
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-4393330-1568319892.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393330-1568319892.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.35/0.70	c solve instance...
2.05/0.85	o 83 
2.05/0.86	o 81 
2.05/0.87	o 78 
2.39/0.91	o 77 
2.39/0.91	o 76 
2.39/0.93	o 75 
2.39/0.94	o 74 
2.39/0.96	o 73 
2.39/0.98	o 72 
2.78/1.03	o 71 
2.78/1.04	o 70 
2.78/1.05	o 69 
3.54/1.28	o 68 
3.90/1.38	o 67 
4.69/1.51	o 66 
23.27/6.47	o 65 
44.71/11.82	s OPTIMUM FOUND
44.71/11.82	v <instantiation>
44.71/11.82	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>
44.71/11.82	v 	<values>0 0 0 0 6 10 10 5 4 6 16 8 7 19 7 40 9 17 10 8 8 13 15 45 9 18 20 14 25 36 27 39 27 20 21 28 36 28 27 17 25 37 46 27 44 40 34 53 40 48 49 47 42 54 55 36 54 56 55 56 61 65 </values>
44.71/11.82	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 (11097 MiB free)
  memory of node 1: 16384 MiB (13770 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393330-1568319892/watcher-4393330-1568319892 -o /tmp/evaluation-result-4393330-1568319892/solver-4393330-1568319892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11622 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 79117480 HOME/instance-4393330-1568319892.xml 

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

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


[startup+0.100057 s]*
/proc/loadavg: 8.90 8.62 8.08 7/235 19067
/proc/meminfo: memFree=25449508/32770624 swapFree=66952812/67108860
[pid=19051] ppid=19048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (xcsp3-exec) S 19048 19051 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407931169 115843072 363 33554432000 4194304 5098028 140721979434704 140721979432808 140256117011068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23281664 140721979442044 140721979442285 140721979442285 140721979445194 0
/proc/19051/statm: 28282 363 304 221 0 87 0
[pid=19053] ppid=19051 vsize=15144768 memory=28868 CPUtime=0.13 cores=0,2,4,6
/proc/19053/stat : 19053 (java) S 19051 19051 11591 0 -1 1077944320 5687 0 0 0 12 1 0 0 20 0 15 0 407931169 15508242432 7217 33554432000 4194304 4196468 140727679757008 140727679739552 140478092951287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
/proc/19053/statm: 3786192 7217 3118 1 0 3748377 0
[pid=19053/tid=19054] ppid=19051 vsize=15144768 memory=7100839861464564850 CPUtime=0.08 cores=0,2,4,6
/proc/19053/task/19054/stat : 19054 (java) R 19051 19051 11591 0 -1 4202560 3577 0 0 0 8 0 0 0 20 0 15 0 407931169 15508242432 7283 33554432000 4194304 4196468 140727679757008 140478097175696 140477726819431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19055] ppid=19051 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19055/stat : 19055 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477685750288 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19056] ppid=19051 vsize=15144768 memory=140321834960512 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19056/stat : 19056 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477684697744 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19057] ppid=19051 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19057/stat : 19057 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477683644688 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19058] ppid=19051 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19058/stat : 19058 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477682592144 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19059] ppid=19051 vsize=15144768 memory=140321834960512 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19059/stat : 19059 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931172 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477167803120 140478092962434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19060] ppid=19051 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19060/stat : 19060 (java) S 19051 19051 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407931172 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477166749344 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19061] ppid=19051 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19061/stat : 19061 (java) S 19051 19051 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407931172 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477165696240 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19062] ppid=19051 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19062/stat : 19062 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407931175 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477164644816 140478092969883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19063] ppid=19051 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19063/stat : 19063 (java) R 19051 19051 11591 0 -1 4202560 342 0 0 0 0 0 0 0 20 0 15 0 407931175 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477163583424 140478070784144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19064] ppid=19051 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19064/stat : 19064 (java) R 19051 19051 11591 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 407931175 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477162539472 140478092961493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19065] ppid=19051 vsize=15144768 memory=140321834960512 CPUtime=0.02 cores=0,2,4,6
/proc/19053/task/19065/stat : 19065 (java) R 19051 19051 11591 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 407931175 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477161486448 140478077031774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19066] ppid=19051 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19066/stat : 19066 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407931175 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477160434016 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19067] ppid=19051 vsize=15144768 memory=140321834960512 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19067/stat : 19067 (java) S 19051 19051 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407931175 15508242432 7283 33554432000 4194304 4196468 140727679757008 140477159382064 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30320 KiB

[startup+0.212293 s]*
/proc/loadavg: 8.90 8.62 8.08 7/235 19067
/proc/meminfo: memFree=25435796/32770624 swapFree=66952812/67108860
[pid=19051] ppid=19048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (xcsp3-exec) S 19048 19051 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407931169 115843072 363 33554432000 4194304 5098028 140721979434704 140721979432808 140256117011068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23281664 140721979442044 140721979442285 140721979442285 140721979445194 0
/proc/19051/statm: 28282 363 304 221 0 87 0
[pid=19053] ppid=19051 vsize=15144768 memory=40920 CPUtime=0.35 cores=0,2,4,6
/proc/19053/stat : 19053 (java) S 19051 19051 11591 0 -1 1077944320 9481 0 0 0 32 3 0 0 20 0 15 0 407931169 15508242432 10230 33554432000 4194304 4196468 140727679757008 140727679739552 140478092951287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
/proc/19053/statm: 3786192 10230 3282 1 0 3748377 0
[pid=19053/tid=19054] ppid=19051 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/19053/task/19054/stat : 19054 (java) R 19051 19051 11591 0 -1 4202560 6625 0 0 0 18 2 0 0 20 0 15 0 407931169 15508242432 10230 33554432000 4194304 4196468 140727679757008 140478097189104 140478092963222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19055] ppid=19051 vsize=15144768 memory=13655 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19055/stat : 19055 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477685750288 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19056] ppid=19051 vsize=15144768 memory=140321834976385 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19056/stat : 19056 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477684697744 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19057] ppid=19051 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19057/stat : 19057 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477683644688 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19058] ppid=19051 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19058/stat : 19058 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477682592144 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19059] ppid=19051 vsize=15144768 memory=140321834960512 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19059/stat : 19059 (java) S 19051 19051 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407931172 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477167803120 140478092962434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19060] ppid=19051 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19060/stat : 19060 (java) S 19051 19051 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407931172 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477166749344 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19061] ppid=19051 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19061/stat : 19061 (java) S 19051 19051 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407931172 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477165696240 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19062] ppid=19051 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19062/stat : 19062 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407931175 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477164644816 140478092969883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19063] ppid=19051 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19053/task/19063/stat : 19063 (java) S 19051 19051 11591 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 407931175 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477163591920 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19064] ppid=19051 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19053/task/19064/stat : 19064 (java) S 19051 19051 11591 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 407931175 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477162539376 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19065] ppid=19051 vsize=15144768 memory=140321834960512 CPUtime=0.08 cores=0,2,4,6
/proc/19053/task/19065/stat : 19065 (java) S 19051 19051 11591 0 -1 1077944384 777 0 0 0 8 0 0 0 20 0 15 0 407931175 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477161486320 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19066] ppid=19051 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19066/stat : 19066 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407931175 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477160434016 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19067] ppid=19051 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19067/stat : 19067 (java) S 19051 19051 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407931175 15508242432 10230 33554432000 4194304 4196468 140727679757008 140477159382064 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42372 KiB

[startup+0.310937 s]*
/proc/loadavg: 8.90 8.62 8.08 7/235 19067
/proc/meminfo: memFree=25425484/32770624 swapFree=66952812/67108860
[pid=19051] ppid=19048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (xcsp3-exec) S 19048 19051 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407931169 115843072 363 33554432000 4194304 5098028 140721979434704 140721979432808 140256117011068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23281664 140721979442044 140721979442285 140721979442285 140721979445194 0
/proc/19051/statm: 28282 363 304 221 0 87 0
[pid=19053] ppid=19051 vsize=15149024 memory=50136 CPUtime=0.54 cores=0,2,4,6
/proc/19053/stat : 19053 (java) S 19051 19051 11591 0 -1 1077944320 10914 0 0 0 50 4 0 0 20 0 15 0 407931169 15512600576 12534 33554432000 4194304 4196468 140727679757008 140727679739552 140478092951287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
/proc/19053/statm: 3787256 12534 3327 1 0 3748377 0
[pid=19053/tid=19054] ppid=19051 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/19053/task/19054/stat : 19054 (java) R 19051 19051 11591 0 -1 4202560 7822 0 0 0 27 3 0 0 20 0 15 0 407931169 15512600576 12534 33554432000 4194304 4196468 140727679757008 140478097184592 140478077031774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19055] ppid=19051 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19055/stat : 19055 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477685750288 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19056] ppid=19051 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19056/stat : 19056 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477684697744 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19057] ppid=19051 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19057/stat : 19057 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477683644688 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19058] ppid=19051 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19058/stat : 19058 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477682592144 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19059] ppid=19051 vsize=15149024 memory=-7305852742256935071 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19059/stat : 19059 (java) S 19051 19051 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407931172 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477167803120 140478092962434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19060] ppid=19051 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19060/stat : 19060 (java) S 19051 19051 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407931172 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477166749344 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19061] ppid=19051 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19061/stat : 19061 (java) S 19051 19051 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407931172 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477165696240 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19062] ppid=19051 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19062/stat : 19062 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407931175 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477164644816 140478092969883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19063] ppid=19051 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=0,2,4,6
/proc/19053/task/19063/stat : 19063 (java) S 19051 19051 11591 0 -1 1077944384 520 0 0 0 5 0 0 0 20 0 15 0 407931175 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477163591920 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19064] ppid=19051 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/19053/task/19064/stat : 19064 (java) S 19051 19051 11591 0 -1 1077944384 388 0 0 0 4 0 0 0 20 0 15 0 407931175 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477162539376 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19065] ppid=19051 vsize=15149024 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19053/task/19065/stat : 19065 (java) S 19051 19051 11591 0 -1 1077944384 879 0 0 0 13 0 0 0 20 0 15 0 407931175 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477161486320 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19066] ppid=19051 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19066/stat : 19066 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407931175 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477160434016 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19067] ppid=19051 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19067/stat : 19067 (java) S 19051 19051 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407931175 15512600576 12534 33554432000 4194304 4196468 140727679757008 140477159382064 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51588 KiB

[startup+0.700879 s]
/proc/loadavg: 8.90 8.62 8.08 9/235 19067
/proc/meminfo: memFree=25406708/32770624 swapFree=66952812/67108860
[pid=19051] ppid=19048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (xcsp3-exec) S 19048 19051 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407931169 115843072 363 33554432000 4194304 5098028 140721979434704 140721979432808 140256117011068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23281664 140721979442044 140721979442285 140721979442285 140721979445194 0
/proc/19051/statm: 28282 363 304 221 0 87 0
[pid=19053] ppid=19051 vsize=15151148 memory=87648 CPUtime=1.65 cores=0,2,4,6
/proc/19053/stat : 19053 (java) S 19051 19051 11591 0 -1 1077944320 15083 0 0 0 159 6 0 0 20 0 15 0 407931169 15514775552 21912 33554432000 4194304 4196468 140727679757008 140727679739552 140478092951287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
/proc/19053/statm: 3787787 21912 3451 1 0 3748889 0
[pid=19053/tid=19054] ppid=19051 vsize=15151148 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/19053/task/19054/stat : 19054 (java) R 19051 19051 11591 0 -1 4202560 9325 0 0 0 64 3 0 0 20 0 15 0 407931169 15514775552 21912 33554432000 4194304 4196468 140727679757008 140478097181216 140478076994917 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19055] ppid=19051 vsize=15151148 memory=38044 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19055/stat : 19055 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477685750288 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19056] ppid=19051 vsize=15151148 memory=992 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19056/stat : 19056 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477684697744 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19057] ppid=19051 vsize=15151148 memory=2044 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19057/stat : 19057 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477683644688 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19058] ppid=19051 vsize=15151148 memory=1324 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19058/stat : 19058 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407931170 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477682592144 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19059] ppid=19051 vsize=15151148 memory=11624 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19059/stat : 19059 (java) S 19051 19051 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407931172 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477167803120 140478092962434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19060] ppid=19051 vsize=15151148 memory=752 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19060/stat : 19060 (java) S 19051 19051 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407931172 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477166749344 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19061] ppid=19051 vsize=15151148 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19061/stat : 19061 (java) S 19051 19051 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407931172 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477165696240 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19062] ppid=19051 vsize=15151148 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19062/stat : 19062 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407931175 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477164644816 140478092969883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19063] ppid=19051 vsize=15151148 memory=944 CPUtime=0.24 cores=0,2,4,6
/proc/19053/task/19063/stat : 19063 (java) S 19051 19051 11591 0 -1 1077944384 1182 0 0 0 24 0 0 0 20 0 15 0 407931175 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477163591920 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19064] ppid=19051 vsize=15151148 memory=4004 CPUtime=0.27 cores=0,2,4,6
/proc/19053/task/19064/stat : 19064 (java) R 19051 19051 11591 0 -1 4202560 1112 0 0 0 27 0 0 0 20 0 15 0 407931175 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477162520944 140478073651938 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19065] ppid=19051 vsize=15151148 memory=780 CPUtime=0.42 cores=0,2,4,6
/proc/19053/task/19065/stat : 19065 (java) R 19051 19051 11591 0 -1 4202560 2155 0 0 0 42 0 0 0 20 0 15 0 407931175 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477161482048 140478092965136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19066] ppid=19051 vsize=15151148 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19066/stat : 19066 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407931175 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477160434016 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19067] ppid=19051 vsize=15151148 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19067/stat : 19067 (java) S 19051 19051 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407931175 15514775552 21912 33554432000 4194304 4196468 140727679757008 140477159382064 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 89100 KiB

[startup+1.50088 s]
/proc/loadavg: 8.90 8.62 8.08 11/240 19104
/proc/meminfo: memFree=25277440/32770624 swapFree=66952812/67108860
[pid=19051] ppid=19048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (xcsp3-exec) S 19048 19051 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407931169 115843072 363 33554432000 4194304 5098028 140721979434704 140721979432808 140256117011068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23281664 140721979442044 140721979442285 140721979442285 140721979445194 0
/proc/19051/statm: 28282 363 304 221 0 87 0

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

/proc/19053/task/19067/stat : 19067 (java) S 19051 19051 11591 0 -1 1077944384 990 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 58763 33554432000 4194304 4196468 140727679757008 140477159382064 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19132] ppid=19051 vsize=15486016 memory=-9181546050914066336 CPUtime=3.04 cores=0,2,4,6
/proc/19053/task/19132/stat : 19132 (java) R 19051 19051 11591 0 -1 4202560 73 0 0 0 304 0 0 0 20 0 19 0 407931816 15857680384 58763 33554432000 4194304 4196468 140727679757008 140477148302776 140477736446119 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19133] ppid=19051 vsize=15486016 memory=-9062862659931694204 CPUtime=2.71 cores=0,2,4,6
/proc/19053/task/19133/stat : 19133 (java) R 19051 19051 11591 0 -1 4202560 99 0 0 0 271 0 0 0 20 0 19 0 407931816 15857680384 58763 33554432000 4194304 4196468 140727679757008 140477150408256 140477733670833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19134] ppid=19051 vsize=15486016 memory=4498404016631593313 CPUtime=2.84 cores=0,2,4,6
/proc/19053/task/19134/stat : 19134 (java) R 19051 19051 11591 0 -1 4202560 65 0 0 0 284 0 0 0 20 0 19 0 407931816 15857680384 58763 33554432000 4194304 4196468 140727679757008 140477147250592 140477733214411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19135] ppid=19051 vsize=15486016 memory=57 CPUtime=2.78 cores=0,2,4,6
/proc/19053/task/19135/stat : 19135 (java) R 19051 19051 11591 0 -1 4202560 105 0 0 0 278 0 0 0 20 0 19 0 407931816 15857680384 58763 33554432000 4194304 4196468 140727679757008 140477149356168 140477733216737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
Current children cumulated CPU time: 35.95 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 236504 KiB

[startup+11.2009 s]
/proc/loadavg: 9.23 8.70 8.11 9/239 19135
/proc/meminfo: memFree=25239424/32770624 swapFree=66952812/67108860
[pid=19051] ppid=19048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (xcsp3-exec) S 19048 19051 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407931169 115843072 363 33554432000 4194304 5098028 140721979434704 140721979432808 140256117011068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23281664 140721979442044 140721979442285 140721979442285 140721979445194 0
/proc/19051/statm: 28282 363 304 221 0 87 0
[pid=19053] ppid=19051 vsize=15486016 memory=231008 CPUtime=42.32 cores=0,2,4,6
/proc/19053/stat : 19053 (java) S 19051 19051 11591 0 -1 1077944320 50851 0 0 0 4217 15 0 0 20 0 19 0 407931169 15857680384 57752 33554432000 4194304 4196468 140727679757008 140727679739552 140478092951287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
/proc/19053/statm: 3871504 57752 3522 1 0 3832606 0
[pid=19053/tid=19054] ppid=19051 vsize=15486016 memory=4004 CPUtime=0.69 cores=0,2,4,6
/proc/19053/task/19054/stat : 19054 (java) S 19051 19051 11591 0 -1 1077944384 9513 0 0 0 66 3 0 0 20 0 19 0 407931169 15857680384 57752 33554432000 4194304 4196468 140727679757008 140478097192064 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19055] ppid=19051 vsize=15486016 memory=780 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19055/stat : 19055 (java) S 19051 19051 11591 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477685750288 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19056] ppid=19051 vsize=15486016 memory=920 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19056/stat : 19056 (java) S 19051 19051 11591 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477684697744 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19057] ppid=19051 vsize=15486016 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19057/stat : 19057 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477683644688 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19058] ppid=19051 vsize=15486016 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19058/stat : 19058 (java) S 19051 19051 11591 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477682592144 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19059] ppid=19051 vsize=15486016 memory=2596 CPUtime=0.01 cores=0,2,4,6
/proc/19053/task/19059/stat : 19059 (java) S 19051 19051 11591 0 -1 1077944384 339 0 0 0 0 1 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477167803120 140478092962434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19060] ppid=19051 vsize=15486016 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19060/stat : 19060 (java) S 19051 19051 11591 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477166749344 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19061] ppid=19051 vsize=15486016 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19061/stat : 19061 (java) S 19051 19051 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477165696240 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19062] ppid=19051 vsize=15486016 memory=3456 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19062/stat : 19062 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477164644816 140478092969883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19063] ppid=19051 vsize=15486016 memory=658 CPUtime=3.72 cores=0,2,4,6
/proc/19053/task/19063/stat : 19063 (java) S 19051 19051 11591 0 -1 1077944384 13562 0 0 0 370 2 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477163591920 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19064] ppid=19051 vsize=15486016 memory=1195 CPUtime=3.76 cores=0,2,4,6
/proc/19053/task/19064/stat : 19064 (java) S 19051 19051 11591 0 -1 1077944384 14997 0 0 0 374 2 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477162539376 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19065] ppid=19051 vsize=15486016 memory=251 CPUtime=0.8 cores=0,2,4,6
/proc/19053/task/19065/stat : 19065 (java) S 19051 19051 11591 0 -1 1077944384 5903 0 0 0 79 1 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477161486320 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19066] ppid=19051 vsize=15486016 memory=315 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19066/stat : 19066 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477160434016 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19067] ppid=19051 vsize=15486016 memory=236649 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19067/stat : 19067 (java) S 19051 19051 11591 0 -1 1077944384 1274 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477159382064 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19132] ppid=19051 vsize=15486016 memory=1 CPUtime=4.61 cores=0,2,4,6
/proc/19053/task/19132/stat : 19132 (java) R 19051 19051 11591 0 -1 4202560 90 0 0 0 461 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477148302728 140477733216557 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19133] ppid=19051 vsize=15486016 memory=6791534058613427641 CPUtime=4.3 cores=0,2,4,6
/proc/19053/task/19133/stat : 19133 (java) R 19051 19051 11591 0 -1 4202560 348 0 0 0 430 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477150410568 140477734405958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19134] ppid=19051 vsize=15486016 memory=0 CPUtime=4.42 cores=0,2,4,6
/proc/19053/task/19134/stat : 19134 (java) R 19051 19051 11591 0 -1 4202560 324 0 0 0 442 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477147250888 140477733215330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19135] ppid=19051 vsize=15486016 memory=1452 CPUtime=4.37 cores=0,2,4,6
/proc/19053/task/19135/stat : 19135 (java) R 19051 19051 11591 0 -1 4202560 219 0 0 0 437 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477149354760 140477733217132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
Current children cumulated CPU time: 42.32 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 232460 KiB

[startup+11.6009 s]
/proc/loadavg: 9.23 8.70 8.11 9/239 19135
/proc/meminfo: memFree=25239424/32770624 swapFree=66952812/67108860
[pid=19051] ppid=19048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (xcsp3-exec) S 19048 19051 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407931169 115843072 363 33554432000 4194304 5098028 140721979434704 140721979432808 140256117011068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23281664 140721979442044 140721979442285 140721979442285 140721979445194 0
/proc/19051/statm: 28282 363 304 221 0 87 0
[pid=19053] ppid=19051 vsize=15486016 memory=231008 CPUtime=43.91 cores=0,2,4,6
/proc/19053/stat : 19053 (java) S 19051 19051 11591 0 -1 1077944320 50877 0 0 0 4376 15 0 0 20 0 19 0 407931169 15857680384 57752 33554432000 4194304 4196468 140727679757008 140727679739552 140478092951287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
/proc/19053/statm: 3871504 57752 3522 1 0 3832606 0
[pid=19053/tid=19054] ppid=19051 vsize=15486016 memory=17668 CPUtime=0.69 cores=0,2,4,6
/proc/19053/task/19054/stat : 19054 (java) S 19051 19051 11591 0 -1 1077944384 9513 0 0 0 66 3 0 0 20 0 19 0 407931169 15857680384 57752 33554432000 4194304 4196468 140727679757008 140478097192064 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19055] ppid=19051 vsize=15486016 memory=19876 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19055/stat : 19055 (java) S 19051 19051 11591 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477685750288 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19056] ppid=19051 vsize=15486016 memory=22084 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19056/stat : 19056 (java) S 19051 19051 11591 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477684697744 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19057] ppid=19051 vsize=15486016 memory=24292 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19057/stat : 19057 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477683644688 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19058] ppid=19051 vsize=15486016 memory=26500 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19058/stat : 19058 (java) S 19051 19051 11591 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477682592144 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19059] ppid=19051 vsize=15486016 memory=752 CPUtime=0.01 cores=0,2,4,6
/proc/19053/task/19059/stat : 19059 (java) S 19051 19051 11591 0 -1 1077944384 341 0 0 0 0 1 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477167803120 140478092962434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19060] ppid=19051 vsize=15486016 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19060/stat : 19060 (java) S 19051 19051 11591 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477166749344 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19061] ppid=19051 vsize=15486016 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19061/stat : 19061 (java) S 19051 19051 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477165696240 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19062] ppid=19051 vsize=15486016 memory=944 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19062/stat : 19062 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477164644816 140478092969883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19063] ppid=19051 vsize=15486016 memory=4004 CPUtime=3.72 cores=0,2,4,6
/proc/19053/task/19063/stat : 19063 (java) S 19051 19051 11591 0 -1 1077944384 13574 0 0 0 370 2 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477163591920 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19064] ppid=19051 vsize=15486016 memory=780 CPUtime=3.76 cores=0,2,4,6
/proc/19053/task/19064/stat : 19064 (java) S 19051 19051 11591 0 -1 1077944384 14997 0 0 0 374 2 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477162539376 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19065] ppid=19051 vsize=15486016 memory=2832 CPUtime=0.8 cores=0,2,4,6
/proc/19053/task/19065/stat : 19065 (java) S 19051 19051 11591 0 -1 1077944384 5903 0 0 0 79 1 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477161486320 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19066] ppid=19051 vsize=15486016 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19066/stat : 19066 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477160434016 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19067] ppid=19051 vsize=15486016 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19067/stat : 19067 (java) S 19051 19051 11591 0 -1 1077944384 1274 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477159382064 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19132] ppid=19051 vsize=15486016 memory=5868 CPUtime=5 cores=0,2,4,6
/proc/19053/task/19132/stat : 19132 (java) R 19051 19051 11591 0 -1 4202560 93 0 0 0 500 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477148302728 140477733216816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19133] ppid=19051 vsize=15486016 memory=14012 CPUtime=4.7 cores=0,2,4,6
/proc/19053/task/19133/stat : 19133 (java) R 19051 19051 11591 0 -1 4202560 351 0 0 0 470 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477150410568 140477733215410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19134] ppid=19051 vsize=15486016 memory=20748 CPUtime=4.82 cores=0,2,4,6
/proc/19053/task/19134/stat : 19134 (java) R 19051 19051 11591 0 -1 4202560 325 0 0 0 482 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477147250888 140477733216557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19135] ppid=19051 vsize=15486016 memory=12024 CPUtime=4.77 cores=0,2,4,6
/proc/19053/task/19135/stat : 19135 (java) R 19051 19051 11591 0 -1 4202560 224 0 0 0 477 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477149354760 140477734406103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
Current children cumulated CPU time: 43.91 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 232460 KiB

[startup+11.8009 s]
/proc/loadavg: 9.23 8.70 8.11 9/239 19135
/proc/meminfo: memFree=25239424/32770624 swapFree=66952812/67108860
[pid=19051] ppid=19048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (xcsp3-exec) S 19048 19051 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407931169 115843072 363 33554432000 4194304 5098028 140721979434704 140721979432808 140256117011068 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23281664 140721979442044 140721979442285 140721979442285 140721979445194 0
/proc/19051/statm: 28282 363 304 221 0 87 0
[pid=19053] ppid=19051 vsize=15486016 memory=231008 CPUtime=44.71 cores=0,2,4,6
/proc/19053/stat : 19053 (java) S 19051 19051 11591 0 -1 1077944320 50877 0 0 0 4456 15 0 0 20 0 19 0 407931169 15857680384 57752 33554432000 4194304 4196468 140727679757008 140727679739552 140478092951287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
/proc/19053/statm: 3871504 57752 3522 1 0 3832606 0
[pid=19053/tid=19054] ppid=19051 vsize=15486016 memory=235152 CPUtime=0.69 cores=0,2,4,6
/proc/19053/task/19054/stat : 19054 (java) S 19051 19051 11591 0 -1 1077944384 9513 0 0 0 66 3 0 0 20 0 19 0 407931169 15857680384 57752 33554432000 4194304 4196468 140727679757008 140478097192064 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19055] ppid=19051 vsize=15486016 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19055/stat : 19055 (java) S 19051 19051 11591 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477685750288 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19056] ppid=19051 vsize=15486016 memory=8317482817917895235 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19056/stat : 19056 (java) S 19051 19051 11591 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477684697744 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19057] ppid=19051 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19057/stat : 19057 (java) S 19051 19051 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477683644688 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19058] ppid=19051 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19058/stat : 19058 (java) S 19051 19051 11591 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 407931170 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477682592144 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19059] ppid=19051 vsize=15486016 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19053/task/19059/stat : 19059 (java) S 19051 19051 11591 0 -1 1077944384 341 0 0 0 0 1 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477167803120 140478092962434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19060] ppid=19051 vsize=15486016 memory=2273 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19060/stat : 19060 (java) S 19051 19051 11591 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477166749344 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19061] ppid=19051 vsize=15486016 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19061/stat : 19061 (java) S 19051 19051 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407931172 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477165696240 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19062] ppid=19051 vsize=15486016 memory=2492 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19062/stat : 19062 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477164644816 140478092969883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19063] ppid=19051 vsize=15486016 memory=1764 CPUtime=3.72 cores=0,2,4,6
/proc/19053/task/19063/stat : 19063 (java) S 19051 19051 11591 0 -1 1077944384 13574 0 0 0 370 2 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477163591920 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19064] ppid=19051 vsize=15486016 memory=111636 CPUtime=3.76 cores=0,2,4,6
/proc/19053/task/19064/stat : 19064 (java) S 19051 19051 11591 0 -1 1077944384 14997 0 0 0 374 2 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477162539376 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19065] ppid=19051 vsize=15486016 memory=804 CPUtime=0.8 cores=0,2,4,6
/proc/19053/task/19065/stat : 19065 (java) S 19051 19051 11591 0 -1 1077944384 5903 0 0 0 79 1 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477161486320 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19066] ppid=19051 vsize=15486016 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19066/stat : 19066 (java) S 19051 19051 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477160434016 140478092961493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19067] ppid=19051 vsize=15486016 memory=3612 CPUtime=0 cores=0,2,4,6
/proc/19053/task/19067/stat : 19067 (java) S 19051 19051 11591 0 -1 1077944384 1274 0 0 0 0 0 0 0 20 0 19 0 407931175 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477159382064 140478092962434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19132] ppid=19051 vsize=15486016 memory=38044 CPUtime=5.2 cores=0,2,4,6
/proc/19053/task/19132/stat : 19132 (java) R 19051 19051 11591 0 -1 4202560 93 0 0 0 520 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477148302728 140477736450343 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19133] ppid=19051 vsize=15486016 memory=992 CPUtime=4.9 cores=0,2,4,6
/proc/19053/task/19133/stat : 19133 (java) R 19051 19051 11591 0 -1 4202560 351 0 0 0 490 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477150410568 140477733214440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19134] ppid=19051 vsize=15486016 memory=2044 CPUtime=5.02 cores=0,2,4,6
/proc/19053/task/19134/stat : 19134 (java) R 19051 19051 11591 0 -1 4202560 325 0 0 0 502 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477147250888 140477733051294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
[pid=19053/tid=19135] ppid=19051 vsize=15486016 memory=1452 CPUtime=4.97 cores=0,2,4,6
/proc/19053/task/19135/stat : 19135 (java) R 19051 19051 11591 0 -1 4202560 224 0 0 0 497 0 0 0 20 0 19 0 407931816 15857680384 57752 33554432000 4194304 4196468 140727679757008 140477149354760 140477733218032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140727679763439 140727679763610 140727679763610 140727679766479 0
Current children cumulated CPU time: 44.71 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 232460 KiB

Child status: 0
Real time (s): 11.8378
CPU time (s): 44.8404
CPU user time (s): 44.6743
CPU system time (s): 0.16611
CPU usage (%): 378.79
Max. virtual memory (cumulated for all children) (KiB): 15602020
Max. memory (cumulated for all children) (KiB): 239732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.6743
system time used= 0.16611
maximum resident set size= 238328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52380
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= 3745
involuntary context switches= 1657


# summary of solver processes directly reported to runsolver:
#   pid: 19051
#   total CPU time (s): 44.8404
#   total CPU user time (s): 44.6743
#   total CPU system time (s): 0.16611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092825 second user time and 0.17239 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 22:24:10
IDJOB=4393330
IDBENCH=128324
IDSOLVER=2840
FILE ID=node117/4393330-1568319892
RUNJOBID= node117-1568312851-11622
PBS_JOBID= 21701132
Free space on /tmp= 58892 MiB

SOLVER NAME= choco-solver 2019-06-14
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-4393330-1568319892/watcher-4393330-1568319892 -o /tmp/evaluation-result-4393330-1568319892/solver-4393330-1568319892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11622 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 79117480 HOME/instance-4393330-1568319892.xml

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

MD5SUM BENCH= 54f28c2036fc278050695a3bd6f2d6a5
RANDOM SEED=79117480

node117.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25465564 kB
MemAvailable:   31476736 kB
Buffers:          153076 kB
Cached:          6106716 kB
SwapCached:        52484 kB
Active:          1717196 kB
Inactive:        4939116 kB
Active(anon):     343656 kB
Inactive(anon):    93852 kB
Active(file):    1373540 kB
Inactive(file):  4845264 kB
Unevictable:      107732 kB
Mlocked:          107732 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             25872 kB
Writeback:             0 kB
AnonPages:        595512 kB
Mapped:            56456 kB
Shmem:             32816 kB
Slab:             245228 kB
SReclaimable:     216408 kB
SUnreclaim:        28820 kB
KernelStack:        4192 kB
PageTables:         6444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1240140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58868 MiB
End job on node117 at 2019-09-12 22:24:22