Trace number 4399287

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-16OPT75 176.326 44.6562

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399287-1568698060.xml"  -tl '2520s' -p 4
0.14/0.17	c Choco e747e1e
0.14/0.18	c [HOME/instance-4399287-1568698060.xml, -tl, 2520s, -p, 4]
0.14/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.64/0.71	c solve instance...
2.36/0.90	o 90 
2.36/0.92	o 85 
2.36/0.96	o 84 
2.36/0.98	o 82 
2.36/0.99	o 81 
2.72/1.01	o 80 
9.42/2.74	o 79 
14.17/3.99	o 78 
36.43/9.53	o 77 
101.71/25.92	o 76 
155.43/39.45	o 75 
176.12/44.64	s OPTIMUM FOUND
176.12/44.64	v <instantiation>
176.12/44.64	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>
176.12/44.64	v 	<values>0 0 0 0 6 5 6 11 15 12 7 16 12 15 20 13 7 26 22 32 22 26 14 29 12 17 26 29 24 32 43 42 23 24 39 25 39 42 48 34 43 47 39 34 53 55 47 56 60 64 61 61 53 55 56 66 63 63 64 73 66 75 </values>
176.12/44.64	v </instantiation>

Verifier Data

OK	75

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14681 MiB free)
  memory of node 1: 16384 MiB (15277 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399287-1568698060/watcher-4399287-1568698060 -o /tmp/evaluation-result-4399287-1568698060/solver-4399287-1568698060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1993497338 HOME/instance-4399287-1568698060.xml 

running on 4 cores: 1,3,5,7

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

solver pid=23702, runsolver pid=23699

[startup+0.100058 s]*
/proc/loadavg: 8.59 8.52 8.24 7/234 23718
/proc/meminfo: memFree=30659940/32770624 swapFree=66922424/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 19836 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445743920 115843072 363 33554432000 4194304 5098028 140726212020816 140726212018920 139825370129020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33787904 140726212027258 140726212027501 140726212027501 140726212030410 0
/proc/23702/statm: 28282 363 304 221 0 87 0
[pid=23704] ppid=23702 vsize=15144776 memory=30348 CPUtime=0.14 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 19836 0 -1 1077944320 5530 0 0 0 13 1 0 0 20 0 15 0 445743920 15508250624 7587 33554432000 4194304 4196468 140730681556256 140730681538800 139695392468727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
/proc/23704/statm: 3786194 7587 3184 1 0 3748377 0
[pid=23704/tid=23705] ppid=23702 vsize=15144776 memory=7100839878744900722 CPUtime=0.09 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 19836 0 -1 4202560 3403 0 0 0 9 0 0 0 20 0 15 0 445743921 15508250624 7587 33554432000 4194304 4196468 140730681556256 139695396699728 139695385185879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23706] ppid=23702 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445743921 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694984584336 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23707] ppid=23702 vsize=15144776 memory=139770216052352 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694983531536 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23708] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694982478736 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23709] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694981425936 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23710] ppid=23702 vsize=15144776 memory=139770216052352 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743923 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694860859760 139695392479874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23711] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445743923 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694859805728 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23712] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445743923 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694858752880 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23713] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445743926 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694857701200 139695392487323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23714] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 19836 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 445743926 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694856649584 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23715] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 19836 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 15 0 445743926 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694855596784 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23716] ppid=23702 vsize=15144776 memory=139770216052352 CPUtime=0.02 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) R 23702 23702 19836 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 445743926 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694854543984 139695392480662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23717] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445743926 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694853491424 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23718] ppid=23702 vsize=15144776 memory=139770216052352 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445743926 15508250624 7587 33554432000 4194304 4196468 140730681556256 139694852438704 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31800 KiB

[startup+0.21105 s]*
/proc/loadavg: 8.59 8.52 8.24 6/234 23722
/proc/meminfo: memFree=30646288/32770624 swapFree=66922424/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 19836 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445743920 115843072 363 33554432000 4194304 5098028 140726212020816 140726212018920 139825370129020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33787904 140726212027258 140726212027501 140726212027501 140726212030410 0
/proc/23702/statm: 28282 363 304 221 0 87 0
[pid=23704] ppid=23702 vsize=15144776 memory=40940 CPUtime=0.34 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 19836 0 -1 1077944320 8907 0 0 0 32 2 0 0 20 0 15 0 445743920 15508250624 10235 33554432000 4194304 4196468 140730681556256 140730681538800 139695392468727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
/proc/23704/statm: 3786194 10235 3318 1 0 3748377 0
[pid=23704/tid=23705] ppid=23702 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 19836 0 -1 4202560 6203 0 0 0 18 2 0 0 20 0 15 0 445743921 15508250624 10235 33554432000 4194304 4196468 140730681556256 139695396703712 139695376512357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23706] ppid=23702 vsize=15144776 memory=2810770 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445743921 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694984584336 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23707] ppid=23702 vsize=15144776 memory=139770219356313 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694983531536 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23708] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694982478736 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23709] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694981425936 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23710] ppid=23702 vsize=15144776 memory=139770216052352 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445743923 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694860859760 139695392479874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23711] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445743923 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694859805728 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23712] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445743923 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694858752880 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23713] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445743926 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694857701200 139695392487323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23714] ppid=23702 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 19836 0 -1 1077944384 332 0 0 0 1 0 0 0 20 0 15 0 445743926 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694856649584 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23715] ppid=23702 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 19836 0 -1 1077944384 301 0 0 0 3 0 0 0 20 0 15 0 445743926 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694855596784 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23716] ppid=23702 vsize=15144776 memory=139770216052352 CPUtime=0.08 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 19836 0 -1 1077944384 763 0 0 0 8 0 0 0 20 0 15 0 445743926 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694854543984 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23717] ppid=23702 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445743926 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694853491424 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23718] ppid=23702 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445743926 15508250624 10235 33554432000 4194304 4196468 140730681556256 139694852438704 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42392 KiB

[startup+0.310898 s]*
/proc/loadavg: 8.59 8.52 8.24 8/234 23722
/proc/meminfo: memFree=30639368/32770624 swapFree=66922424/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 19836 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445743920 115843072 363 33554432000 4194304 5098028 140726212020816 140726212018920 139825370129020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33787904 140726212027258 140726212027501 140726212027501 140726212030410 0
/proc/23702/statm: 28282 363 304 221 0 87 0
[pid=23704] ppid=23702 vsize=15149032 memory=50688 CPUtime=0.54 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 19836 0 -1 1077944320 10450 0 0 0 51 3 0 0 20 0 15 0 445743920 15512608768 12672 33554432000 4194304 4196468 140730681556256 140730681538800 139695392468727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
/proc/23704/statm: 3787258 12672 3376 1 0 3748377 0
[pid=23704/tid=23705] ppid=23702 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 19836 0 -1 4202560 7387 0 0 0 28 2 0 0 20 0 15 0 445743921 15512608768 12672 33554432000 4194304 4196468 140730681556256 139695396699840 139695376549214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23706] ppid=23702 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445743921 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694984584336 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23707] ppid=23702 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694983531536 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23708] ppid=23702 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694982478736 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23709] ppid=23702 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694981425936 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23710] ppid=23702 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445743923 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694860859760 139695392479874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23711] ppid=23702 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445743923 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694859805728 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23712] ppid=23702 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445743923 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694858752880 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23713] ppid=23702 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445743926 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694857701200 139695392487323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23714] ppid=23702 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 19836 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 445743926 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694856649584 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23715] ppid=23702 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 19836 0 -1 1077944384 428 0 0 0 6 0 0 0 20 0 15 0 445743926 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694855596784 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23716] ppid=23702 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 19836 0 -1 1077944384 927 0 0 0 12 0 0 0 20 0 15 0 445743926 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694854543984 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23717] ppid=23702 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445743926 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694853491424 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23718] ppid=23702 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445743926 15512608768 12672 33554432000 4194304 4196468 140730681556256 139694852438704 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52140 KiB

[startup+0.708256 s]
/proc/loadavg: 8.59 8.52 8.24 9/234 23722
/proc/meminfo: memFree=30621668/32770624 swapFree=66922424/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 19836 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445743920 115843072 363 33554432000 4194304 5098028 140726212020816 140726212018920 139825370129020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33787904 140726212027258 140726212027501 140726212027501 140726212030410 0
/proc/23702/statm: 28282 363 304 221 0 87 0
[pid=23704] ppid=23702 vsize=15151156 memory=89660 CPUtime=1.64 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 19836 0 -1 1077944320 14552 0 0 0 158 6 0 0 20 0 15 0 445743920 15514783744 22415 33554432000 4194304 4196468 140730681556256 140730681538800 139695392468727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
/proc/23704/statm: 3787789 22415 3454 1 0 3748889 0
[pid=23704/tid=23705] ppid=23702 vsize=15151156 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) R 23702 23702 19836 0 -1 4202560 8869 0 0 0 65 4 0 0 20 0 15 0 445743921 15514783744 22415 33554432000 4194304 4196468 140730681556256 139695396707840 139695392490653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23706] ppid=23702 vsize=15151156 memory=32740 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445743921 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694984584336 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23707] ppid=23702 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694983531536 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23708] ppid=23702 vsize=15151156 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694982478736 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23709] ppid=23702 vsize=15151156 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445743921 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694981425936 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23710] ppid=23702 vsize=15151156 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445743923 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694860859760 139695392479874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23711] ppid=23702 vsize=15151156 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445743923 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694859805728 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23712] ppid=23702 vsize=15151156 memory=588 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445743923 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694858752880 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23713] ppid=23702 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445743926 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694857701200 139695392487323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23714] ppid=23702 vsize=15151156 memory=1056 CPUtime=0.21 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) R 23702 23702 19836 0 -1 4202560 1088 0 0 0 21 0 0 0 20 0 15 0 445743926 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694856636896 139695376861138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23715] ppid=23702 vsize=15151156 memory=11620 CPUtime=0.29 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) R 23702 23702 19836 0 -1 1077944384 1009 0 0 0 29 0 0 0 20 0 15 0 445743926 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694855586704 139695392478933 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23716] ppid=23702 vsize=15151156 memory=3992 CPUtime=0.43 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) R 23702 23702 19836 0 -1 4202560 2276 0 0 0 42 1 0 0 20 0 15 0 445743926 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694854540920 139695392480662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23717] ppid=23702 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445743926 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694853491424 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23718] ppid=23702 vsize=15151156 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445743926 15514783744 22415 33554432000 4194304 4196468 140730681556256 139694852438704 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 91112 KiB

[startup+1.50088 s]
/proc/loadavg: 8.59 8.52 8.24 9/237 23753
/proc/meminfo: memFree=30532736/32770624 swapFree=66922424/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 19836 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445743920 115843072 363 33554432000 4194304 5098028 140726212020816 140726212018920 139825370129020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33787904 140726212027258 140726212027501 140726212027501 140726212030410 0
/proc/23702/statm: 28282 363 304 221 0 87 0

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

/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 19836 0 -1 1077944384 1136 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694852438704 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23938] ppid=23702 vsize=15486024 memory=3992 CPUtime=3.74 cores=1,3,5,7
/proc/23704/task/23938/stat : 23938 (java) R 23702 23702 19836 0 -1 4202560 52 0 0 0 374 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694842404264 139695036355597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23939] ppid=23702 vsize=15486024 memory=2828 CPUtime=3.67 cores=1,3,5,7
/proc/23704/task/23939/stat : 23939 (java) R 23702 23702 19836 0 -1 4202560 407 0 0 0 367 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694841354968 139695036144919 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23940] ppid=23702 vsize=15486024 memory=1000 CPUtime=3.74 cores=1,3,5,7
/proc/23704/task/23940/stat : 23940 (java) R 23702 23702 19836 0 -1 4202560 302 0 0 0 374 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694837149784 139695036105823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23941] ppid=23702 vsize=15486024 memory=1560 CPUtime=3.73 cores=1,3,5,7
/proc/23704/task/23941/stat : 23941 (java) R 23702 23702 19836 0 -1 4202560 151 0 0 0 373 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694843457496 139695036391663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
Current children cumulated CPU time: 170.54 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 236492 KiB

[startup+44.0009 s]*
/proc/loadavg: 8.57 8.53 8.26 10/238 23945
/proc/meminfo: memFree=30436024/32770624 swapFree=66922424/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 19836 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445743920 115843072 363 33554432000 4194304 5098028 140726212020816 140726212018920 139825370129020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33787904 140726212027258 140726212027501 140726212027501 140726212030410 0
/proc/23702/statm: 28282 363 304 221 0 87 0
[pid=23704] ppid=23702 vsize=15486024 memory=235040 CPUtime=173.76 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 19836 0 -1 1077944320 66883 0 0 0 17359 17 0 0 20 0 19 0 445743920 15857688576 58760 33554432000 4194304 4196468 140730681556256 140730681538800 139695392468727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
/proc/23704/statm: 3871506 58760 3532 1 0 3832606 0
[pid=23704/tid=23705] ppid=23702 vsize=15486024 memory=8317482817917895235 CPUtime=0.71 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) S 23702 23702 19836 0 -1 1077944384 9438 0 0 0 67 4 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139695396709504 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23706] ppid=23702 vsize=15486024 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 19836 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694984584336 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23707] ppid=23702 vsize=15486024 memory=7733914596211716718 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 19836 0 -1 1077944384 713 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694983531536 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23708] ppid=23702 vsize=15486024 memory=7445684220077044079 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 19836 0 -1 1077944384 1096 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694982478736 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23709] ppid=23702 vsize=15486024 memory=6371278879229110386 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 19836 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694981425936 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23710] ppid=23702 vsize=15486024 memory=6371278879229110386 CPUtime=0.01 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 19836 0 -1 1077944384 808 0 0 0 0 1 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694860859760 139695392479874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23711] ppid=23702 vsize=15486024 memory=7158309242411771495 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 19836 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694859805792 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23712] ppid=23702 vsize=15486024 memory=7452456206832460633 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 19836 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694858752896 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23713] ppid=23702 vsize=15486024 memory=7305792226031463277 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694857701200 139695392487323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23714] ppid=23702 vsize=15486024 memory=7589556308510092692 CPUtime=3.07 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 19836 0 -1 1077944384 16619 0 0 0 304 3 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694856649584 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23715] ppid=23702 vsize=15486024 memory=0 CPUtime=3.11 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 19836 0 -1 1077944384 16602 0 0 0 310 1 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694855596784 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23716] ppid=23702 vsize=15486024 memory=279540229966704 CPUtime=0.81 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 19836 0 -1 1077944384 8877 0 0 0 79 2 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694854543984 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23717] ppid=23702 vsize=15486024 memory=-4866522518848036719 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694853491424 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23718] ppid=23702 vsize=15486024 memory=1414351094373835085 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 19836 0 -1 1077944384 1136 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694852438704 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23938] ppid=23702 vsize=15486024 memory=-7027408097459412384 CPUtime=4.55 cores=1,3,5,7
/proc/23704/task/23938/stat : 23938 (java) R 23702 23702 19836 0 -1 4202560 52 0 0 0 455 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694842404264 139695036564219 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23939] ppid=23702 vsize=15486024 memory=-7457052372387209120 CPUtime=4.47 cores=1,3,5,7
/proc/23704/task/23939/stat : 23939 (java) R 23702 23702 19836 0 -1 4202560 411 0 0 0 447 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694841354968 139695036605844 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23940] ppid=23702 vsize=15486024 memory=8996927245743126058 CPUtime=4.55 cores=1,3,5,7
/proc/23704/task/23940/stat : 23940 (java) R 23702 23702 19836 0 -1 4202560 302 0 0 0 455 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694837149784 139695035744218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23941] ppid=23702 vsize=15486024 memory=6656426216303648864 CPUtime=4.54 cores=1,3,5,7
/proc/23704/task/23941/stat : 23941 (java) R 23702 23702 19836 0 -1 4202560 151 0 0 0 454 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694843457496 139695035744480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
Current children cumulated CPU time: 173.76 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 236492 KiB

[startup+44.4009 s]
/proc/loadavg: 8.57 8.53 8.26 10/238 23945
/proc/meminfo: memFree=30436024/32770624 swapFree=66922424/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 19836 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445743920 115843072 363 33554432000 4194304 5098028 140726212020816 140726212018920 139825370129020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33787904 140726212027258 140726212027501 140726212027501 140726212030410 0
/proc/23702/statm: 28282 363 304 221 0 87 0
[pid=23704] ppid=23702 vsize=15486024 memory=235040 CPUtime=175.32 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 19836 0 -1 1077944320 67024 0 0 0 17515 17 0 0 20 0 19 0 445743920 15857688576 58760 33554432000 4194304 4196468 140730681556256 140730681538800 139695392468727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
/proc/23704/statm: 3871506 58760 3532 1 0 3832606 0
[pid=23704/tid=23705] ppid=23702 vsize=15486024 memory=1000 CPUtime=0.71 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) S 23702 23702 19836 0 -1 1077944384 9438 0 0 0 67 4 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139695396709504 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23706] ppid=23702 vsize=15486024 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 19836 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694984584336 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23707] ppid=23702 vsize=15486024 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 19836 0 -1 1077944384 713 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694983531536 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23708] ppid=23702 vsize=15486024 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 19836 0 -1 1077944384 1096 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694982478736 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23709] ppid=23702 vsize=15486024 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 19836 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694981425936 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23710] ppid=23702 vsize=15486024 memory=2116 CPUtime=0.01 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 19836 0 -1 1077944384 808 0 0 0 0 1 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694860859760 139695392479874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23711] ppid=23702 vsize=15486024 memory=13036 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 19836 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694859805792 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23712] ppid=23702 vsize=15486024 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 19836 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694858752896 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23713] ppid=23702 vsize=15486024 memory=234836 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694857701200 139695392487323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23714] ppid=23702 vsize=15486024 memory=14136632290838955 CPUtime=3.07 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 19836 0 -1 1077944384 16619 0 0 0 304 3 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694856649584 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23715] ppid=23702 vsize=15486024 memory=3339819 CPUtime=3.11 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 19836 0 -1 1077944384 16602 0 0 0 310 1 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694855596784 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23716] ppid=23702 vsize=15486024 memory=7956569059449137258 CPUtime=0.81 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 19836 0 -1 1077944384 9012 0 0 0 79 2 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694854543984 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23717] ppid=23702 vsize=15486024 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694853491424 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23718] ppid=23702 vsize=15486024 memory=7523071198212214892 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 19836 0 -1 1077944384 1136 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694852438704 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23938] ppid=23702 vsize=15486024 memory=6220993253238723945 CPUtime=4.94 cores=1,3,5,7
/proc/23704/task/23938/stat : 23938 (java) R 23702 23702 19836 0 -1 4202560 54 0 0 0 494 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694842404264 139695039296470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23939] ppid=23702 vsize=15486024 memory=0 CPUtime=4.86 cores=1,3,5,7
/proc/23704/task/23939/stat : 23939 (java) R 23702 23702 19836 0 -1 4202560 414 0 0 0 486 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694841354776 139695039297431 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23940] ppid=23702 vsize=15486024 memory=139770114195648 CPUtime=4.93 cores=1,3,5,7
/proc/23704/task/23940/stat : 23940 (java) R 23702 23702 19836 0 -1 4202560 302 0 0 0 493 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694837149784 139695036425061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23941] ppid=23702 vsize=15486024 memory=139770115009904 CPUtime=4.92 cores=1,3,5,7
/proc/23704/task/23941/stat : 23941 (java) R 23702 23702 19836 0 -1 4202560 152 0 0 0 492 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694843457496 139695036605844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
Current children cumulated CPU time: 175.32 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 236492 KiB

[startup+44.6009 s]
/proc/loadavg: 8.57 8.53 8.26 10/238 23945
/proc/meminfo: memFree=30436024/32770624 swapFree=66922424/67108860
[pid=23702] ppid=23699 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23702/stat : 23702 (xcsp3-exec) S 23699 23702 19836 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445743920 115843072 363 33554432000 4194304 5098028 140726212020816 140726212018920 139825370129020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 33787904 140726212027258 140726212027501 140726212027501 140726212030410 0
/proc/23702/statm: 28282 363 304 221 0 87 0
[pid=23704] ppid=23702 vsize=15486024 memory=235040 CPUtime=176.12 cores=1,3,5,7
/proc/23704/stat : 23704 (java) S 23702 23702 19836 0 -1 1077944320 67030 0 0 0 17595 17 0 0 20 0 19 0 445743920 15857688576 58760 33554432000 4194304 4196468 140730681556256 140730681538800 139695392468727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
/proc/23704/statm: 3871506 58760 3532 1 0 3832606 0
[pid=23704/tid=23705] ppid=23702 vsize=15486024 memory=14136632290838955 CPUtime=0.71 cores=1,3,5,7
/proc/23704/task/23705/stat : 23705 (java) S 23702 23702 19836 0 -1 1077944384 9438 0 0 0 67 4 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139695396709504 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23706] ppid=23702 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23706/stat : 23706 (java) S 23702 23702 19836 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694984584336 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23707] ppid=23702 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23707/stat : 23707 (java) S 23702 23702 19836 0 -1 1077944384 713 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694983531536 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23708] ppid=23702 vsize=15486024 memory=2276 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23708/stat : 23708 (java) S 23702 23702 19836 0 -1 1077944384 1096 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694982478736 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23709] ppid=23702 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23709/stat : 23709 (java) S 23702 23702 19836 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 19 0 445743921 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694981425936 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23710] ppid=23702 vsize=15486024 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23704/task/23710/stat : 23710 (java) S 23702 23702 19836 0 -1 1077944384 808 0 0 0 0 1 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694860859760 139695392479874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23711] ppid=23702 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23711/stat : 23711 (java) S 23702 23702 19836 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694859805792 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23712] ppid=23702 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23712/stat : 23712 (java) S 23702 23702 19836 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 19 0 445743923 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694858752896 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23713] ppid=23702 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23713/stat : 23713 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694857701200 139695392487323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23714] ppid=23702 vsize=15486024 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/23704/task/23714/stat : 23714 (java) S 23702 23702 19836 0 -1 1077944384 16619 0 0 0 304 3 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694856649584 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23715] ppid=23702 vsize=15486024 memory=0 CPUtime=3.11 cores=1,3,5,7
/proc/23704/task/23715/stat : 23715 (java) S 23702 23702 19836 0 -1 1077944384 16602 0 0 0 310 1 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694855596784 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23716] ppid=23702 vsize=15486024 memory=7523078916416758352 CPUtime=0.81 cores=1,3,5,7
/proc/23704/task/23716/stat : 23716 (java) S 23702 23702 19836 0 -1 1077944384 9012 0 0 0 79 2 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694854543984 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23717] ppid=23702 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23717/stat : 23717 (java) S 23702 23702 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694853491424 139695392478933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23718] ppid=23702 vsize=15486024 memory=4783494139404706144 CPUtime=0 cores=1,3,5,7
/proc/23704/task/23718/stat : 23718 (java) S 23702 23702 19836 0 -1 1077944384 1136 0 0 0 0 0 0 0 20 0 19 0 445743926 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694852438704 139695392479874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23938] ppid=23702 vsize=15486024 memory=8475934422147845324 CPUtime=5.14 cores=1,3,5,7
/proc/23704/task/23938/stat : 23938 (java) R 23702 23702 19836 0 -1 4202560 54 0 0 0 514 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694842404264 139695036564434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23939] ppid=23702 vsize=15486024 memory=6944656425122700657 CPUtime=5.05 cores=1,3,5,7
/proc/23704/task/23939/stat : 23939 (java) R 23702 23702 19836 0 -1 4202560 420 0 0 0 505 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694841354776 139695036144847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23940] ppid=23702 vsize=15486024 memory=-6948055166404804227 CPUtime=5.13 cores=1,3,5,7
/proc/23704/task/23940/stat : 23940 (java) R 23702 23702 19836 0 -1 4202560 302 0 0 0 513 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694837149784 139695036395342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
[pid=23704/tid=23941] ppid=23702 vsize=15486024 memory=6944656592455360604 CPUtime=5.12 cores=1,3,5,7
/proc/23704/task/23941/stat : 23941 (java) R 23702 23702 19836 0 -1 4202560 152 0 0 0 512 0 0 0 20 0 19 0 445747866 15857688576 58760 33554432000 4194304 4196468 140730681556256 139694843457496 139695036565090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140730681557999 140730681558170 140730681558170 140730681561039 0
Current children cumulated CPU time: 176.12 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 236492 KiB

Child status: 0
Real time (s): 44.6562
CPU time (s): 176.326
CPU user time (s): 176.144
CPU system time (s): 0.182247
CPU usage (%): 394.852
Max. virtual memory (cumulated for all children) (KiB): 15600876
Max. memory (cumulated for all children) (KiB): 236556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.144
system time used= 0.182247
maximum resident set size= 235108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5278
involuntary context switches= 4688


# summary of solver processes directly reported to runsolver:
#   pid: 23702
#   total CPU time (s): 176.326
#   total CPU user time (s): 176.144
#   total CPU system time (s): 0.182247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.292111 second user time and 0.530412 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 07:26:58
IDJOB=4399287
IDBENCH=128523
IDSOLVER=2853
FILE ID=node141/4399287-1568698060
RUNJOBID= node141-1568694133-19868
PBS_JOBID= 21703801
Free space on /tmp= 58516 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-46-08.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399287-1568698060/watcher-4399287-1568698060 -o /tmp/evaluation-result-4399287-1568698060/solver-4399287-1568698060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1993497338 HOME/instance-4399287-1568698060.xml

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

MD5SUM BENCH= 1a36b9c979418634ede1d2fbb3d1d330
RANDOM SEED=1993497338

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30678092 kB
MemAvailable:   31611336 kB
Buffers:          228216 kB
Cached:          1001380 kB
SwapCached:        77748 kB
Active:           808784 kB
Inactive:         724536 kB
Active(anon):     231752 kB
Inactive(anon):   114804 kB
Active(file):     577032 kB
Inactive(file):   609732 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922424 kB
Dirty:             26308 kB
Writeback:             0 kB
AnonPages:        347768 kB
Mapped:            56328 kB
Shmem:             34604 kB
Slab:             154996 kB
SReclaimable:     124632 kB
SUnreclaim:        30364 kB
KernelStack:        4080 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58492 MiB
End job on node141 at 2019-09-17 07:27:43