Trace number 4393329

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-14OPT97 166.61 46.7832

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark166.61
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393329-1568319884.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393329-1568319884.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.64/0.71	c solve instance...
2.01/0.81	o 120 
2.01/0.83	o 118 
3.14/1.12	o 108 
13.43/3.79	o 107 
14.32/4.05	o 104 
15.56/4.62	o 103 
22.86/6.97	o 102 
25.69/8.91	o 101 
29.91/10.12	o 100 
30.91/10.44	o 99 
37.25/12.85	o 98 
41.82/14.39	o 97 
166.51/46.77	s OPTIMUM FOUND
166.51/46.77	v <instantiation>
166.51/46.77	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>
166.51/46.77	v 	<values>0 4 0 0 18 8 10 8 5 19 15 28 27 33 11 19 48 27 35 32 19 34 52 36 42 33 43 26 40 50 42 51 62 56 78 54 49 74 41 36 57 68 65 63 50 57 54 59 68 74 62 63 83 63 66 86 65 75 90 83 92 97 </values>
166.51/46.77	v </instantiation>

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393329-1568319884/watcher-4393329-1568319884 -o /tmp/evaluation-result-4393329-1568319884/solver-4393329-1568319884 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568309633-14094 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1482366923 HOME/instance-4393329-1568319884.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=23386, runsolver pid=23383

[startup+0.100105 s]*
/proc/loadavg: 6.79 7.61 7.87 6/234 23402
/proc/meminfo: memFree=30645800/32770624 swapFree=66996296/67108860
[pid=23386] ppid=23383 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23386/stat : 23386 (xcsp3-exec) S 23383 23386 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408243108 115843072 362 33554432000 4194304 5098028 140726492520528 140726492518632 140254057300604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11894784 140726492525434 140726492525677 140726492525677 140726492528586 0
/proc/23386/statm: 28282 362 304 221 0 87 0
[pid=23388] ppid=23386 vsize=15144768 memory=28952 CPUtime=0.13 cores=1,3,5,7
/proc/23388/stat : 23388 (java) S 23386 23386 14062 0 -1 1077944320 5704 0 0 0 12 1 0 0 20 0 15 0 408243108 15508242432 7238 33554432000 4194304 4196468 140727835101696 140727835084240 140552384438007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
/proc/23388/statm: 3786192 7238 3152 1 0 3748377 0
[pid=23388/tid=23389] ppid=23386 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/23388/task/23389/stat : 23389 (java) R 23386 23386 14062 0 -1 4202560 3578 0 0 0 9 0 0 0 20 0 15 0 408243109 15508242432 7238 33554432000 4194304 4196468 140727835101696 140552388660064 140552376675134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23390] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23390/stat : 23390 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15508242432 7238 33554432000 4194304 4196468 140727835101696 140552337058448 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23391] ppid=23386 vsize=15144768 memory=3835289550264174240 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23391/stat : 23391 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551975262736 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23392] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23392/stat : 23392 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551974209936 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23393] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23393/stat : 23393 (java) S 23386 23386 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408243109 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551973157136 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23394] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23394/stat : 23394 (java) S 23386 23386 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408243111 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551258094448 140552384449154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23395] ppid=23386 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23395/stat : 23395 (java) S 23386 23386 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408243111 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551257040416 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23396] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23396/stat : 23396 (java) S 23386 23386 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408243111 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551255987568 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23397] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23397/stat : 23397 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408243114 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551254935888 140552384456603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23398] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23398/stat : 23398 (java) S 23386 23386 14062 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 15 0 408243114 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551253883248 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23399] ppid=23386 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23399/stat : 23399 (java) S 23386 23386 14062 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 408243114 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551252830448 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23400] ppid=23386 vsize=15144768 memory=139987567740544 CPUtime=0.02 cores=1,3,5,7
/proc/23388/task/23400/stat : 23400 (java) S 23386 23386 14062 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 408243114 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551251777648 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23401] ppid=23386 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23401/stat : 23401 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408243114 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551250725088 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23402] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23402/stat : 23402 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243114 15508242432 7238 33554432000 4194304 4196468 140727835101696 140551249673392 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30400 KiB

[startup+0.210822 s]*
/proc/loadavg: 6.79 7.61 7.87 9/234 23402
/proc/meminfo: memFree=30634136/32770624 swapFree=66996296/67108860
[pid=23386] ppid=23383 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23386/stat : 23386 (xcsp3-exec) S 23383 23386 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408243108 115843072 362 33554432000 4194304 5098028 140726492520528 140726492518632 140254057300604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11894784 140726492525434 140726492525677 140726492525677 140726492528586 0
/proc/23386/statm: 28282 362 304 221 0 87 0
[pid=23388] ppid=23386 vsize=15144768 memory=40180 CPUtime=0.35 cores=1,3,5,7
/proc/23388/stat : 23388 (java) S 23386 23386 14062 0 -1 1077944320 9280 0 0 0 32 3 0 0 20 0 15 0 408243108 15508242432 10045 33554432000 4194304 4196468 140727835101696 140727835084240 140552384438007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
/proc/23388/statm: 3786192 10045 3262 1 0 3748377 0
[pid=23388/tid=23389] ppid=23386 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23388/task/23389/stat : 23389 (java) R 23386 23386 14062 0 -1 4202560 6562 0 0 0 18 2 0 0 20 0 15 0 408243109 15508242432 10045 33554432000 4194304 4196468 140727835101696 140552388667728 140552368518494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23390] ppid=23386 vsize=15144768 memory=2669798 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23390/stat : 23390 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15508242432 10045 33554432000 4194304 4196468 140727835101696 140552337058448 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23391] ppid=23386 vsize=15144768 memory=139987570586167 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23391/stat : 23391 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551975262736 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23392] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23392/stat : 23392 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551974209936 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23393] ppid=23386 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23393/stat : 23393 (java) S 23386 23386 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408243109 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551973157136 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23394] ppid=23386 vsize=15144768 memory=139987567740544 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23394/stat : 23394 (java) S 23386 23386 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408243111 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551258094448 140552384449154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23395] ppid=23386 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23395/stat : 23395 (java) S 23386 23386 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408243111 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551257040416 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23396] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23396/stat : 23396 (java) S 23386 23386 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408243111 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551255987568 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23397] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23397/stat : 23397 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408243114 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551254935888 140552384456603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23398] ppid=23386 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23388/task/23398/stat : 23398 (java) S 23386 23386 14062 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 408243114 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551253883248 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23399] ppid=23386 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23388/task/23399/stat : 23399 (java) S 23386 23386 14062 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 408243114 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551252830448 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23400] ppid=23386 vsize=15144768 memory=139987567740544 CPUtime=0.08 cores=1,3,5,7
/proc/23388/task/23400/stat : 23400 (java) R 23386 23386 14062 0 -1 4202560 797 0 0 0 8 0 0 0 20 0 15 0 408243114 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551251777648 140552384459354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23401] ppid=23386 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23401/stat : 23401 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408243114 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551250725088 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23402] ppid=23386 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23402/stat : 23402 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243114 15508242432 10045 33554432000 4194304 4196468 140727835101696 140551249673392 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41628 KiB

[startup+0.311723 s]*
/proc/loadavg: 6.73 7.58 7.86 7/234 23402
/proc/meminfo: memFree=30628336/32770624 swapFree=66996296/67108860
[pid=23386] ppid=23383 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23386/stat : 23386 (xcsp3-exec) S 23383 23386 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408243108 115843072 362 33554432000 4194304 5098028 140726492520528 140726492518632 140254057300604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11894784 140726492525434 140726492525677 140726492525677 140726492528586 0
/proc/23386/statm: 28282 362 304 221 0 87 0
[pid=23388] ppid=23386 vsize=15149024 memory=49968 CPUtime=0.55 cores=1,3,5,7
/proc/23388/stat : 23388 (java) S 23386 23386 14062 0 -1 1077944320 10864 0 0 0 51 4 0 0 20 0 15 0 408243108 15512600576 12492 33554432000 4194304 4196468 140727835101696 140727835084240 140552384438007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
/proc/23388/statm: 3787256 12492 3371 1 0 3748377 0
[pid=23388/tid=23389] ppid=23386 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/23388/task/23389/stat : 23389 (java) R 23386 23386 14062 0 -1 4202560 7778 0 0 0 27 3 0 0 20 0 15 0 408243109 15512600576 12492 33554432000 4194304 4196468 140727835101696 140552388672400 140552368518494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23390] ppid=23386 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23390/stat : 23390 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15512600576 12492 33554432000 4194304 4196468 140727835101696 140552337058448 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23391] ppid=23386 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23391/stat : 23391 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551975262736 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23392] ppid=23386 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23392/stat : 23392 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551974209936 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23393] ppid=23386 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23393/stat : 23393 (java) S 23386 23386 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408243109 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551973157136 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23394] ppid=23386 vsize=15149024 memory=-7017622366038114463 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23394/stat : 23394 (java) S 23386 23386 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408243111 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551258094448 140552384449154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23395] ppid=23386 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23395/stat : 23395 (java) S 23386 23386 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408243111 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551257040416 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23396] ppid=23386 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23396/stat : 23396 (java) S 23386 23386 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408243111 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551255987568 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23397] ppid=23386 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23397/stat : 23397 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408243114 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551254935888 140552384456603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23398] ppid=23386 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/23388/task/23398/stat : 23398 (java) S 23386 23386 14062 0 -1 1077944384 522 0 0 0 5 0 0 0 20 0 15 0 408243114 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551253883248 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23399] ppid=23386 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23388/task/23399/stat : 23399 (java) S 23386 23386 14062 0 -1 1077944384 273 0 0 0 5 0 0 0 20 0 15 0 408243114 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551252830448 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23400] ppid=23386 vsize=15149024 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23388/task/23400/stat : 23400 (java) S 23386 23386 14062 0 -1 1077944384 988 0 0 0 13 0 0 0 20 0 15 0 408243114 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551251777648 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23401] ppid=23386 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23401/stat : 23401 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408243114 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551250725088 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23402] ppid=23386 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23402/stat : 23402 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243114 15512600576 12492 33554432000 4194304 4196468 140727835101696 140551249673392 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51416 KiB

[startup+0.701311 s]
/proc/loadavg: 6.73 7.58 7.86 9/234 23402
/proc/meminfo: memFree=30610636/32770624 swapFree=66996296/67108860
[pid=23386] ppid=23383 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23386/stat : 23386 (xcsp3-exec) S 23383 23386 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408243108 115843072 362 33554432000 4194304 5098028 140726492520528 140726492518632 140254057300604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11894784 140726492525434 140726492525677 140726492525677 140726492528586 0
/proc/23386/statm: 28282 362 304 221 0 87 0
[pid=23388] ppid=23386 vsize=15151148 memory=87600 CPUtime=1.64 cores=1,3,5,7
/proc/23388/stat : 23388 (java) S 23386 23386 14062 0 -1 1077944320 15049 0 0 0 158 6 0 0 20 0 15 0 408243108 15514775552 21900 33554432000 4194304 4196468 140727835101696 140727835084240 140552384438007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
/proc/23388/statm: 3787787 21900 3451 1 0 3748889 0
[pid=23388/tid=23389] ppid=23386 vsize=15151148 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/23388/task/23389/stat : 23389 (java) R 23386 23386 14062 0 -1 4202560 9269 0 0 0 64 4 0 0 20 0 15 0 408243109 15514775552 21900 33554432000 4194304 4196468 140727835101696 140552388671008 140552019533316 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23390] ppid=23386 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23390/stat : 23390 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15514775552 21900 33554432000 4194304 4196468 140727835101696 140552337058448 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23391] ppid=23386 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23391/stat : 23391 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551975262736 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23392] ppid=23386 vsize=15151148 memory=772 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23392/stat : 23392 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243109 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551974209936 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23393] ppid=23386 vsize=15151148 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23393/stat : 23393 (java) S 23386 23386 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408243109 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551973157136 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23394] ppid=23386 vsize=15151148 memory=948 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23394/stat : 23394 (java) S 23386 23386 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408243111 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551258094448 140552384449154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23395] ppid=23386 vsize=15151148 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23395/stat : 23395 (java) S 23386 23386 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408243111 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551257040416 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23396] ppid=23386 vsize=15151148 memory=9404 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23396/stat : 23396 (java) S 23386 23386 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408243111 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551255987568 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23397] ppid=23386 vsize=15151148 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23397/stat : 23397 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408243114 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551254935888 140552384456603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23398] ppid=23386 vsize=15151148 memory=628 CPUtime=0.25 cores=1,3,5,7
/proc/23388/task/23398/stat : 23398 (java) R 23386 23386 14062 0 -1 1077944384 1079 0 0 0 25 0 0 0 20 0 15 0 408243114 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551253876272 140552384448213 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23399] ppid=23386 vsize=15151148 memory=1056 CPUtime=0.26 cores=1,3,5,7
/proc/23388/task/23399/stat : 23399 (java) R 23386 23386 14062 0 -1 4202560 1127 0 0 0 26 0 0 0 20 0 15 0 408243114 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551252820832 140552368830418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23400] ppid=23386 vsize=15151148 memory=1556 CPUtime=0.42 cores=1,3,5,7
/proc/23388/task/23400/stat : 23400 (java) R 23386 23386 14062 0 -1 4202560 2269 0 0 0 42 0 0 0 20 0 15 0 408243114 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551251777648 140552363063871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23401] ppid=23386 vsize=15151148 memory=5908 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23401/stat : 23401 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408243114 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551250725088 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23402] ppid=23386 vsize=15151148 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23402/stat : 23402 (java) S 23386 23386 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408243114 15514775552 21900 33554432000 4194304 4196468 140727835101696 140551249673392 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 89048 KiB

[startup+1.51042 s]
/proc/loadavg: 6.73 7.58 7.86 9/238 23414
/proc/meminfo: memFree=30554856/32770624 swapFree=66996296/67108860
[pid=23386] ppid=23383 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23386/stat : 23386 (xcsp3-exec) S 23383 23386 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408243108 115843072 362 33554432000 4194304 5098028 140726492520528 140726492518632 140254057300604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11894784 140726492525434 140726492525677 140726492525677 140726492528586 0
/proc/23386/statm: 28282 362 304 221 0 87 0

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

/proc/23388/task/23402/stat : 23402 (java) S 23386 23386 14062 0 -1 1077944384 497 0 0 0 0 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551249673392 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23452] ppid=23386 vsize=15420480 memory=628 CPUtime=30.37 cores=1,3,5,7
/proc/23388/task/23452/stat : 23452 (java) S 23386 23386 14062 0 -1 1077944384 295 0 0 0 3037 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551240704048 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23453] ppid=23386 vsize=15420480 memory=1056 CPUtime=30.66 cores=1,3,5,7
/proc/23388/task/23453/stat : 23453 (java) S 23386 23386 14062 0 -1 1077944384 1661 0 0 0 3066 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551234397520 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23454] ppid=23386 vsize=15420480 memory=1556 CPUtime=30.84 cores=1,3,5,7
/proc/23388/task/23454/stat : 23454 (java) S 23386 23386 14062 0 -1 1077944384 306 0 0 0 3084 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551237547216 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23455] ppid=23386 vsize=15420480 memory=5908 CPUtime=31.14 cores=1,3,5,7
/proc/23388/task/23455/stat : 23455 (java) R 23386 23386 14062 0 -1 4202560 499 0 0 0 3114 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551238594240 140552024033240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
Current children cumulated CPU time: 165.41 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 261592 KiB

[startup+46.4008 s]
/proc/loadavg: 8.29 7.87 7.94 6/238 23457
/proc/meminfo: memFree=30461452/32770624 swapFree=66996296/67108860
[pid=23386] ppid=23383 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23386/stat : 23386 (xcsp3-exec) S 23383 23386 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408243108 115843072 362 33554432000 4194304 5098028 140726492520528 140726492518632 140254057300604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11894784 140726492525434 140726492525677 140726492525677 140726492528586 0
/proc/23386/statm: 28282 362 304 221 0 87 0
[pid=23388] ppid=23386 vsize=15420480 memory=260144 CPUtime=166.21 cores=1,3,5,7
/proc/23388/stat : 23388 (java) S 23386 23386 14062 0 -1 1077944320 58565 0 0 0 16604 17 0 0 20 0 19 0 408243108 15790571520 65036 33554432000 4194304 4196468 140727835101696 140727835084240 140552384438007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
/proc/23388/statm: 3855120 65036 3529 1 0 3816222 0
[pid=23388/tid=23389] ppid=23386 vsize=15420480 memory=1448 CPUtime=0.71 cores=1,3,5,7
/proc/23388/task/23389/stat : 23389 (java) S 23386 23386 14062 0 -1 1077944384 9721 0 0 0 67 4 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140552388678784 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23390] ppid=23386 vsize=15420480 memory=253976 CPUtime=0.03 cores=1,3,5,7
/proc/23388/task/23390/stat : 23390 (java) S 23386 23386 14062 0 -1 1077944384 1285 0 0 0 2 1 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140552337058448 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23391] ppid=23386 vsize=15420480 memory=916 CPUtime=0.02 cores=1,3,5,7
/proc/23388/task/23391/stat : 23391 (java) S 23386 23386 14062 0 -1 1077944384 2037 0 0 0 2 0 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551975262736 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23392] ppid=23386 vsize=15420480 memory=3848 CPUtime=0.03 cores=1,3,5,7
/proc/23388/task/23392/stat : 23392 (java) S 23386 23386 14062 0 -1 1077944384 435 0 0 0 2 1 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551974209936 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23393] ppid=23386 vsize=15420480 memory=2740 CPUtime=0.02 cores=1,3,5,7
/proc/23388/task/23393/stat : 23393 (java) S 23386 23386 14062 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551973157136 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23394] ppid=23386 vsize=15420480 memory=2596 CPUtime=0.01 cores=1,3,5,7
/proc/23388/task/23394/stat : 23394 (java) S 23386 23386 14062 0 -1 1077944384 924 0 0 0 1 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551258094448 140552384449154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23395] ppid=23386 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23395/stat : 23395 (java) S 23386 23386 14062 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551257040480 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23396] ppid=23386 vsize=15420480 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23396/stat : 23396 (java) S 23386 23386 14062 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551255987584 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23397] ppid=23386 vsize=15420480 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23397/stat : 23397 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551254935888 140552384456603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23398] ppid=23386 vsize=15420480 memory=1128 CPUtime=2.82 cores=1,3,5,7
/proc/23388/task/23398/stat : 23398 (java) S 23386 23386 14062 0 -1 1077944384 12544 0 0 0 281 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551253883248 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23399] ppid=23386 vsize=15420480 memory=772 CPUtime=3.03 cores=1,3,5,7
/proc/23388/task/23399/stat : 23399 (java) S 23386 23386 14062 0 -1 1077944384 15574 0 0 0 302 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551252830448 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23400] ppid=23386 vsize=15420480 memory=4008 CPUtime=0.75 cores=1,3,5,7
/proc/23388/task/23400/stat : 23400 (java) S 23386 23386 14062 0 -1 1077944384 7446 0 0 0 74 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551251777648 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23401] ppid=23386 vsize=15420480 memory=948 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23401/stat : 23401 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551250725088 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23402] ppid=23386 vsize=15420480 memory=1448 CPUtime=0.01 cores=1,3,5,7
/proc/23388/task/23402/stat : 23402 (java) S 23386 23386 14062 0 -1 1077944384 509 0 0 0 0 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551249673392 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23452] ppid=23386 vsize=15420480 memory=260144 CPUtime=30.37 cores=1,3,5,7
/proc/23388/task/23452/stat : 23452 (java) S 23386 23386 14062 0 -1 1077944384 295 0 0 0 3037 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551240704048 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23453] ppid=23386 vsize=15420480 memory=288230574492221466 CPUtime=30.66 cores=1,3,5,7
/proc/23388/task/23453/stat : 23453 (java) S 23386 23386 14062 0 -1 1077944384 1661 0 0 0 3066 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551234397520 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23454] ppid=23386 vsize=15420480 memory=288230617509003574 CPUtime=30.84 cores=1,3,5,7
/proc/23388/task/23454/stat : 23454 (java) S 23386 23386 14062 0 -1 1077944384 306 0 0 0 3084 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551237547216 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23455] ppid=23386 vsize=15420480 memory=15252636593031516 CPUtime=31.94 cores=1,3,5,7
/proc/23388/task/23455/stat : 23455 (java) R 23386 23386 14062 0 -1 4202560 499 0 0 0 3194 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551238594240 140552024033248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
Current children cumulated CPU time: 166.21 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 261592 KiB

[startup+46.6008 s]
/proc/loadavg: 8.29 7.87 7.94 6/238 23457
/proc/meminfo: memFree=30461452/32770624 swapFree=66996296/67108860
[pid=23386] ppid=23383 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23386/stat : 23386 (xcsp3-exec) S 23383 23386 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408243108 115843072 362 33554432000 4194304 5098028 140726492520528 140726492518632 140254057300604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11894784 140726492525434 140726492525677 140726492525677 140726492528586 0
/proc/23386/statm: 28282 362 304 221 0 87 0
[pid=23388] ppid=23386 vsize=15420480 memory=260144 CPUtime=166.41 cores=1,3,5,7
/proc/23388/stat : 23388 (java) S 23386 23386 14062 0 -1 1077944320 58566 0 0 0 16624 17 0 0 20 0 19 0 408243108 15790571520 65036 33554432000 4194304 4196468 140727835101696 140727835084240 140552384438007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
/proc/23388/statm: 3855120 65036 3529 1 0 3816222 0
[pid=23388/tid=23389] ppid=23386 vsize=15420480 memory=6791534058613427641 CPUtime=0.71 cores=1,3,5,7
/proc/23388/task/23389/stat : 23389 (java) S 23386 23386 14062 0 -1 1077944384 9721 0 0 0 67 4 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140552388678784 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23390] ppid=23386 vsize=15420480 memory=260144 CPUtime=0.03 cores=1,3,5,7
/proc/23388/task/23390/stat : 23390 (java) S 23386 23386 14062 0 -1 1077944384 1285 0 0 0 2 1 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140552337058448 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23391] ppid=23386 vsize=15420480 memory=8896 CPUtime=0.02 cores=1,3,5,7
/proc/23388/task/23391/stat : 23391 (java) S 23386 23386 14062 0 -1 1077944384 2037 0 0 0 2 0 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551975262736 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23392] ppid=23386 vsize=15420480 memory=12024 CPUtime=0.03 cores=1,3,5,7
/proc/23388/task/23392/stat : 23392 (java) S 23386 23386 14062 0 -1 1077944384 435 0 0 0 2 1 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551974209936 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23393] ppid=23386 vsize=15420480 memory=1556 CPUtime=0.02 cores=1,3,5,7
/proc/23388/task/23393/stat : 23393 (java) S 23386 23386 14062 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551973157136 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23394] ppid=23386 vsize=15420480 memory=500 CPUtime=0.01 cores=1,3,5,7
/proc/23388/task/23394/stat : 23394 (java) S 23386 23386 14062 0 -1 1077944384 924 0 0 0 1 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551258094448 140552384449154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23395] ppid=23386 vsize=15420480 memory=928 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23395/stat : 23395 (java) S 23386 23386 14062 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551257040480 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23396] ppid=23386 vsize=15420480 memory=1528 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23396/stat : 23396 (java) S 23386 23386 14062 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551255987584 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23397] ppid=23386 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23397/stat : 23397 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551254935888 140552384456603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23398] ppid=23386 vsize=15420480 memory=876 CPUtime=2.82 cores=1,3,5,7
/proc/23388/task/23398/stat : 23398 (java) S 23386 23386 14062 0 -1 1077944384 12544 0 0 0 281 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551253883248 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23399] ppid=23386 vsize=15420480 memory=1980 CPUtime=3.03 cores=1,3,5,7
/proc/23388/task/23399/stat : 23399 (java) S 23386 23386 14062 0 -1 1077944384 15574 0 0 0 302 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551252830448 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23400] ppid=23386 vsize=15420480 memory=2552 CPUtime=0.75 cores=1,3,5,7
/proc/23388/task/23400/stat : 23400 (java) S 23386 23386 14062 0 -1 1077944384 7446 0 0 0 74 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551251777648 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23401] ppid=23386 vsize=15420480 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23401/stat : 23401 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551250725088 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23402] ppid=23386 vsize=15420480 memory=111632 CPUtime=0.01 cores=1,3,5,7
/proc/23388/task/23402/stat : 23402 (java) S 23386 23386 14062 0 -1 1077944384 509 0 0 0 0 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551249673392 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23452] ppid=23386 vsize=15420480 memory=800 CPUtime=30.37 cores=1,3,5,7
/proc/23388/task/23452/stat : 23452 (java) S 23386 23386 14062 0 -1 1077944384 295 0 0 0 3037 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551240704048 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23453] ppid=23386 vsize=15420480 memory=1804 CPUtime=30.66 cores=1,3,5,7
/proc/23388/task/23453/stat : 23453 (java) S 23386 23386 14062 0 -1 1077944384 1661 0 0 0 3066 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551234397520 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23454] ppid=23386 vsize=15420480 memory=288230574492221466 CPUtime=30.84 cores=1,3,5,7
/proc/23388/task/23454/stat : 23454 (java) S 23386 23386 14062 0 -1 1077944384 306 0 0 0 3084 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551237547216 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23455] ppid=23386 vsize=15420480 memory=288230617509003574 CPUtime=32.14 cores=1,3,5,7
/proc/23388/task/23455/stat : 23455 (java) R 23386 23386 14062 0 -1 4202560 500 0 0 0 3214 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551238594240 140552024033068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
Current children cumulated CPU time: 166.41 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 261592 KiB

[startup+46.7009 s]
/proc/loadavg: 8.29 7.87 7.94 6/238 23457
/proc/meminfo: memFree=30461452/32770624 swapFree=66996296/67108860
[pid=23386] ppid=23383 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23386/stat : 23386 (xcsp3-exec) S 23383 23386 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408243108 115843072 362 33554432000 4194304 5098028 140726492520528 140726492518632 140254057300604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11894784 140726492525434 140726492525677 140726492525677 140726492528586 0
/proc/23386/statm: 28282 362 304 221 0 87 0
[pid=23388] ppid=23386 vsize=15420480 memory=260144 CPUtime=166.51 cores=1,3,5,7
/proc/23388/stat : 23388 (java) S 23386 23386 14062 0 -1 1077944320 58566 0 0 0 16634 17 0 0 20 0 19 0 408243108 15790571520 65036 33554432000 4194304 4196468 140727835101696 140727835084240 140552384438007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
/proc/23388/statm: 3855120 65036 3529 1 0 3816222 0
[pid=23388/tid=23389] ppid=23386 vsize=15420480 memory=260144 CPUtime=0.71 cores=1,3,5,7
/proc/23388/task/23389/stat : 23389 (java) S 23386 23386 14062 0 -1 1077944384 9721 0 0 0 67 4 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140552388678784 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23390] ppid=23386 vsize=15420480 memory=1448 CPUtime=0.03 cores=1,3,5,7
/proc/23388/task/23390/stat : 23390 (java) S 23386 23386 14062 0 -1 1077944384 1285 0 0 0 2 1 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140552337058448 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23391] ppid=23386 vsize=15420480 memory=260144 CPUtime=0.02 cores=1,3,5,7
/proc/23388/task/23391/stat : 23391 (java) S 23386 23386 14062 0 -1 1077944384 2037 0 0 0 2 0 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551975262736 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23392] ppid=23386 vsize=15420480 memory=260144 CPUtime=0.03 cores=1,3,5,7
/proc/23388/task/23392/stat : 23392 (java) S 23386 23386 14062 0 -1 1077944384 435 0 0 0 2 1 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551974209936 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23393] ppid=23386 vsize=15420480 memory=1448 CPUtime=0.02 cores=1,3,5,7
/proc/23388/task/23393/stat : 23393 (java) S 23386 23386 14062 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 19 0 408243109 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551973157136 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23394] ppid=23386 vsize=15420480 memory=1448 CPUtime=0.01 cores=1,3,5,7
/proc/23388/task/23394/stat : 23394 (java) S 23386 23386 14062 0 -1 1077944384 924 0 0 0 1 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551258094448 140552384449154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23395] ppid=23386 vsize=15420480 memory=628 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23395/stat : 23395 (java) S 23386 23386 14062 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551257040480 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23396] ppid=23386 vsize=15420480 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23396/stat : 23396 (java) S 23386 23386 14062 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408243111 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551255987584 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23397] ppid=23386 vsize=15420480 memory=916 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23397/stat : 23397 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551254935888 140552384456603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23398] ppid=23386 vsize=15420480 memory=3848 CPUtime=2.82 cores=1,3,5,7
/proc/23388/task/23398/stat : 23398 (java) S 23386 23386 14062 0 -1 1077944384 12544 0 0 0 281 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551253883248 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23399] ppid=23386 vsize=15420480 memory=1380 CPUtime=3.03 cores=1,3,5,7
/proc/23388/task/23399/stat : 23399 (java) S 23386 23386 14062 0 -1 1077944384 15574 0 0 0 302 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551252830448 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23400] ppid=23386 vsize=15420480 memory=260144 CPUtime=0.75 cores=1,3,5,7
/proc/23388/task/23400/stat : 23400 (java) S 23386 23386 14062 0 -1 1077944384 7446 0 0 0 74 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551251777648 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23401] ppid=23386 vsize=15420480 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23388/task/23401/stat : 23401 (java) S 23386 23386 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551250725088 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23402] ppid=23386 vsize=15420480 memory=1448 CPUtime=0.01 cores=1,3,5,7
/proc/23388/task/23402/stat : 23402 (java) S 23386 23386 14062 0 -1 1077944384 509 0 0 0 0 1 0 0 20 0 19 0 408243114 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551249673392 140552384449154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23452] ppid=23386 vsize=15420480 memory=2024 CPUtime=30.37 cores=1,3,5,7
/proc/23388/task/23452/stat : 23452 (java) S 23386 23386 14062 0 -1 1077944384 295 0 0 0 3037 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551240704048 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23453] ppid=23386 vsize=15420480 memory=1380 CPUtime=30.66 cores=1,3,5,7
/proc/23388/task/23453/stat : 23453 (java) S 23386 23386 14062 0 -1 1077944384 1661 0 0 0 3066 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551234397520 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23454] ppid=23386 vsize=15420480 memory=321 CPUtime=30.84 cores=1,3,5,7
/proc/23388/task/23454/stat : 23454 (java) S 23386 23386 14062 0 -1 1077944384 306 0 0 0 3084 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551237547216 140552384448213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
[pid=23388/tid=23455] ppid=23386 vsize=15420480 memory=6946070508708849259 CPUtime=32.24 cores=1,3,5,7
/proc/23388/task/23455/stat : 23455 (java) R 23386 23386 14062 0 -1 4202560 500 0 0 0 3224 0 0 0 20 0 19 0 408244547 15790571520 65036 33554432000 4194304 4196468 140727835101696 140551238594240 140552024033068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23048192 140727835104239 140727835104410 140727835104410 140727835107279 0
Current children cumulated CPU time: 166.51 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 261592 KiB

Child status: 0
Real time (s): 46.7832
CPU time (s): 166.61
CPU user time (s): 166.422
CPU system time (s): 0.188078
CPU usage (%): 356.132
Max. virtual memory (cumulated for all children) (KiB): 15537532
Max. memory (cumulated for all children) (KiB): 261592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.422
system time used= 0.188078
maximum resident set size= 260144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4647
involuntary context switches= 3649


# summary of solver processes directly reported to runsolver:
#   pid: 23386
#   total CPU time (s): 166.61
#   total CPU user time (s): 166.422
#   total CPU system time (s): 0.188078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.322475 second user time and 0.549743 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 21:23:27
IDJOB=4393329
IDBENCH=128305
IDSOLVER=2840
FILE ID=node106/4393329-1568319884
RUNJOBID= node106-1568309633-14094
PBS_JOBID= 21701134
Free space on /tmp= 56708 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.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-4393329-1568319884/watcher-4393329-1568319884 -o /tmp/evaluation-result-4393329-1568319884/solver-4393329-1568319884 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568309633-14094 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1482366923 HOME/instance-4393329-1568319884.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=1482366923

node106.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.79
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.79
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.79
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.79
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:        30662632 kB
MemAvailable:   31737580 kB
Buffers:          129060 kB
Cached:          1241648 kB
SwapCached:        10228 kB
Active:           575008 kB
Inactive:         995016 kB
Active(anon):     197952 kB
Inactive(anon):    33392 kB
Active(file):     377056 kB
Inactive(file):   961624 kB
Unevictable:      107784 kB
Mlocked:          107784 kB
SwapTotal:      67108860 kB
SwapFree:       66996296 kB
Dirty:             26180 kB
Writeback:             0 kB
AnonPages:        383524 kB
Mapped:            48792 kB
Shmem:             23924 kB
Slab:             133084 kB
SReclaimable:     104208 kB
SUnreclaim:        28876 kB
KernelStack:        4080 kB
PageTables:         5988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1445624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56684 MiB
End job on node106 at 2019-09-12 21:24:14