Trace number 4393356

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-14OPT53 213.158 56.6875

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-2.xml
MD5SUM6e9eac7fa543eb44f101d0276de9753d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark33.6299
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":10},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

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-4393356-1568319605.xml"  -tl '2520s' -p 4
0.14/0.17	c Choco e747e1e
0.14/0.18	c [HOME/instance-4393356-1568319605.xml, -tl, 2520s, -p, 4]
0.14/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.41/1.38	c solve instance...
3.64/1.45	o -1000 
4.02/1.53	o -973 
10.04/3.08	o -962 
15.24/4.63	o 10 
17.62/5.27	o 12 
19.61/5.79	o 19 
29.19/8.11	o 42 
31.40/8.78	o 44 
33.05/9.21	o 45 
33.81/9.43	o 49 
65.01/17.83	o 52 
70.67/20.60	o 53 
213.05/56.68	s OPTIMUM FOUND
213.05/56.68	v <instantiation>
213.05/56.68	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] </list>
213.05/56.68	v 	<values>1 2 3 4 5 11 0 13 7 8 16 10 6 19 15 9 22 -1 12 18 14 20 21 -1 0 1 2 3 4 5 21 16 15 14 7 6 20 17 12 13 8 -1 19 18 11 10 9 -1 5 -4 8 8 0 3 -3 -1 7 4 6 -3 3 -5 4 4 0 0 3 4 6 7 -3 0 </values>
213.05/56.68	v </instantiation>

Verifier Data

OK	53

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393356-1568319605/watcher-4393356-1568319605 -o /tmp/evaluation-result-4393356-1568319605/solver-4393356-1568319605 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14286 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1254496637 HOME/instance-4393356-1568319605.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=21402, runsolver pid=21399

[startup+0.101285 s]*
/proc/loadavg: 7.98 8.54 8.34 7/232 21419
/proc/meminfo: memFree=31155376/32770624 swapFree=66920740/67108860
[pid=21402] ppid=21399 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21402/stat : 21402 (xcsp3-exec) S 21399 21402 14254 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408216565 115843072 362 33554432000 4194304 5098028 140735603743648 140735603741752 140452801884796 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17399808 140735603749754 140735603749997 140735603749997 140735603752906 0
/proc/21402/statm: 28282 362 304 221 0 87 0
[pid=21405] ppid=21402 vsize=15144768 memory=29944 CPUtime=0.14 cores=1,3,5,7
/proc/21405/stat : 21405 (java) S 21402 21402 14254 0 -1 1077944320 5950 0 0 0 13 1 0 0 20 0 15 0 408216565 15508242432 7486 33554432000 4194304 4196468 140725607869104 140725607851648 139935537118967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
/proc/21405/statm: 3786192 7486 3178 1 0 3748377 0
[pid=21405/tid=21406] ppid=21402 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/21405/task/21406/stat : 21406 (java) R 21402 21402 14254 0 -1 4202560 3817 0 0 0 8 1 0 0 20 0 15 0 408216566 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935541349968 139935537130902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21407] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21407/stat : 21407 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935473355280 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21408] ppid=21402 vsize=15144768 memory=3472750015601911456 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21408/stat : 21408 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935472302736 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21409] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21409/stat : 21409 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935126968592 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21410] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21410/stat : 21410 (java) S 21402 21402 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408216566 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935125916048 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21411] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21411/stat : 21411 (java) S 21402 21402 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408216568 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935072938736 139935537130114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21412] ppid=21402 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21412/stat : 21412 (java) S 21402 21402 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408216568 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935071884960 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21413] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21413/stat : 21413 (java) S 21402 21402 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408216568 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935070831856 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21414] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21414/stat : 21414 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408216571 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935069780432 139935537137563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21415] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21415/stat : 21415 (java) R 21402 21402 14254 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 408216571 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935068727536 139935537130114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21416] ppid=21402 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21416/stat : 21416 (java) R 21402 21402 14254 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 15 0 408216571 15508242432 7486 33554432000 4194304 4196468 140725607869104 139935000545344 139935521516116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21417] ppid=21402 vsize=15144768 memory=140218613835392 CPUtime=0.02 cores=1,3,5,7
/proc/21405/task/21417/stat : 21417 (java) R 21402 21402 14254 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 408216571 15508242432 7486 33554432000 4194304 4196468 140725607869104 139934999500784 139935537130902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21418] ppid=21402 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21418/stat : 21418 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408216571 15508242432 7486 33554432000 4194304 4196468 140725607869104 139934998448480 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21419] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21419/stat : 21419 (java) R 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216571 15508242432 7486 33554432000 4194304 4196468 140725607869104 139934997396528 139935537130114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31392 KiB

[startup+0.210603 s]*
/proc/loadavg: 7.98 8.54 8.34 6/232 21419
/proc/meminfo: memFree=31143144/32770624 swapFree=66920740/67108860
[pid=21402] ppid=21399 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21402/stat : 21402 (xcsp3-exec) S 21399 21402 14254 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408216565 115843072 362 33554432000 4194304 5098028 140735603743648 140735603741752 140452801884796 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17399808 140735603749754 140735603749997 140735603749997 140735603752906 0
/proc/21402/statm: 28282 362 304 221 0 87 0
[pid=21405] ppid=21402 vsize=15144768 memory=40972 CPUtime=0.35 cores=1,3,5,7
/proc/21405/stat : 21405 (java) S 21402 21402 14254 0 -1 1077944320 9481 0 0 0 32 3 0 0 20 0 15 0 408216565 15508242432 10243 33554432000 4194304 4196468 140725607869104 140725607851648 139935537118967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
/proc/21405/statm: 3786192 10243 3294 1 0 3748377 0
[pid=21405/tid=21406] ppid=21402 vsize=15144768 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/21405/task/21406/stat : 21406 (java) R 21402 21402 14254 0 -1 4202560 6650 0 0 0 17 2 0 0 20 0 15 0 408216566 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935541356000 139935537140893 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21407] ppid=21402 vsize=15144768 memory=10592 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21407/stat : 21407 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935473355280 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21408] ppid=21402 vsize=15144768 memory=140218616688579 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21408/stat : 21408 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935472302736 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21409] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21409/stat : 21409 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935126968592 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21410] ppid=21402 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21410/stat : 21410 (java) S 21402 21402 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408216566 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935125916048 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21411] ppid=21402 vsize=15144768 memory=140218613835392 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21411/stat : 21411 (java) S 21402 21402 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408216568 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935072938736 139935537130114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21412] ppid=21402 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21412/stat : 21412 (java) S 21402 21402 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408216568 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935071884960 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21413] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21413/stat : 21413 (java) S 21402 21402 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408216568 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935070831856 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21414] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21414/stat : 21414 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408216571 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935069780432 139935537137563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21415] ppid=21402 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21405/task/21415/stat : 21415 (java) S 21402 21402 14254 0 -1 1077944384 518 0 0 0 3 0 0 0 20 0 15 0 408216571 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935068727536 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21416] ppid=21402 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21405/task/21416/stat : 21416 (java) S 21402 21402 14254 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 15 0 408216571 15508242432 10243 33554432000 4194304 4196468 140725607869104 139935000553840 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21417] ppid=21402 vsize=15144768 memory=140218613835392 CPUtime=0.08 cores=1,3,5,7
/proc/21405/task/21417/stat : 21417 (java) S 21402 21402 14254 0 -1 1077944384 751 0 0 0 8 0 0 0 20 0 15 0 408216571 15508242432 10243 33554432000 4194304 4196468 140725607869104 139934999500784 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21418] ppid=21402 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21418/stat : 21418 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408216571 15508242432 10243 33554432000 4194304 4196468 140725607869104 139934998448480 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21419] ppid=21402 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21419/stat : 21419 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216571 15508242432 10243 33554432000 4194304 4196468 140725607869104 139934997396528 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42420 KiB

[startup+0.314181 s]*
/proc/loadavg: 7.98 8.54 8.34 7/232 21419
/proc/meminfo: memFree=31135984/32770624 swapFree=66920740/67108860
[pid=21402] ppid=21399 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21402/stat : 21402 (xcsp3-exec) S 21399 21402 14254 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408216565 115843072 362 33554432000 4194304 5098028 140735603743648 140735603741752 140452801884796 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17399808 140735603749754 140735603749997 140735603749997 140735603752906 0
/proc/21402/statm: 28282 362 304 221 0 87 0
[pid=21405] ppid=21402 vsize=15149024 memory=50552 CPUtime=0.53 cores=1,3,5,7
/proc/21405/stat : 21405 (java) S 21402 21402 14254 0 -1 1077944320 10942 0 0 0 50 3 0 0 20 0 15 0 408216565 15512600576 12638 33554432000 4194304 4196468 140725607869104 140725607851648 139935537118967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
/proc/21405/statm: 3787256 12638 3362 1 0 3748377 0
[pid=21405/tid=21406] ppid=21402 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/21405/task/21406/stat : 21406 (java) R 21402 21402 14254 0 -1 4202560 7886 0 0 0 27 3 0 0 20 0 15 0 408216566 15512600576 12638 33554432000 4194304 4196468 140725607869104 139935541358272 139935537140893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21407] ppid=21402 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21407/stat : 21407 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15512600576 12638 33554432000 4194304 4196468 140725607869104 139935473355280 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21408] ppid=21402 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21408/stat : 21408 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15512600576 12638 33554432000 4194304 4196468 140725607869104 139935472302736 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21409] ppid=21402 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21409/stat : 21409 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15512600576 12638 33554432000 4194304 4196468 140725607869104 139935126968592 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21410] ppid=21402 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21410/stat : 21410 (java) S 21402 21402 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408216566 15512600576 12638 33554432000 4194304 4196468 140725607869104 139935125916048 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21411] ppid=21402 vsize=15149024 memory=-7233513673208676511 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21411/stat : 21411 (java) S 21402 21402 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408216568 15512600576 12638 33554432000 4194304 4196468 140725607869104 139935072938736 139935537130114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21412] ppid=21402 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21412/stat : 21412 (java) S 21402 21402 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408216568 15512600576 12646 33554432000 4194304 4196468 140725607869104 139935071884960 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21413] ppid=21402 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21413/stat : 21413 (java) S 21402 21402 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408216568 15512600576 12646 33554432000 4194304 4196468 140725607869104 139935070831856 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21414] ppid=21402 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21414/stat : 21414 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408216571 15512600576 12646 33554432000 4194304 4196468 140725607869104 139935069780432 139935537137563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21415] ppid=21402 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21415/stat : 21415 (java) S 21402 21402 14254 0 -1 1077944384 636 0 0 0 5 0 0 0 20 0 15 0 408216571 15512600576 12646 33554432000 4194304 4196468 140725607869104 139935068727536 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21416] ppid=21402 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21405/task/21416/stat : 21416 (java) S 21402 21402 14254 0 -1 1077944384 273 0 0 0 3 0 0 0 20 0 15 0 408216571 15512600576 12646 33554432000 4194304 4196468 140725607869104 139935000553840 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21417] ppid=21402 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21405/task/21417/stat : 21417 (java) S 21402 21402 14254 0 -1 1077944384 843 0 0 0 12 0 0 0 20 0 15 0 408216571 15512600576 12646 33554432000 4194304 4196468 140725607869104 139934999500784 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21418] ppid=21402 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21418/stat : 21418 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408216571 15512600576 12646 33554432000 4194304 4196468 140725607869104 139934998448480 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21419] ppid=21402 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21419/stat : 21419 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216571 15512600576 12646 33554432000 4194304 4196468 140725607869104 139934997396528 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52000 KiB

[startup+0.708185 s]
/proc/loadavg: 7.98 8.54 8.34 9/232 21419
/proc/meminfo: memFree=31099356/32770624 swapFree=66920740/67108860
[pid=21402] ppid=21399 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21402/stat : 21402 (xcsp3-exec) S 21399 21402 14254 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408216565 115843072 362 33554432000 4194304 5098028 140735603743648 140735603741752 140452801884796 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17399808 140735603749754 140735603749997 140735603749997 140735603752906 0
/proc/21402/statm: 28282 362 304 221 0 87 0
[pid=21405] ppid=21402 vsize=15151148 memory=113452 CPUtime=1.73 cores=1,3,5,7
/proc/21405/stat : 21405 (java) S 21402 21402 14254 0 -1 1077944320 15401 0 0 0 168 5 0 0 20 0 15 0 408216565 15514775552 28363 33554432000 4194304 4196468 140725607869104 140725607851648 139935537118967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
/proc/21405/statm: 3787787 28363 3442 1 0 3748889 0
[pid=21405/tid=21406] ppid=21402 vsize=15151148 memory=-3704326594973231466 CPUtime=0.68 cores=1,3,5,7
/proc/21405/task/21406/stat : 21406 (java) R 21402 21402 14254 0 -1 4202560 9040 0 0 0 64 4 0 0 20 0 15 0 408216566 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935541354424 139935518767823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21407] ppid=21402 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21407/stat : 21407 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935473355280 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21408] ppid=21402 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21408/stat : 21408 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935472302736 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21409] ppid=21402 vsize=15151148 memory=708 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21409/stat : 21409 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216566 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935126968592 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21410] ppid=21402 vsize=15151148 memory=9364 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21410/stat : 21410 (java) S 21402 21402 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408216566 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935125916048 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21411] ppid=21402 vsize=15151148 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21411/stat : 21411 (java) S 21402 21402 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408216568 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935072938736 139935537130114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21412] ppid=21402 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21412/stat : 21412 (java) S 21402 21402 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408216568 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935071884960 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21413] ppid=21402 vsize=15151148 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21413/stat : 21413 (java) S 21402 21402 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408216568 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935070831856 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21414] ppid=21402 vsize=15151148 memory=7956 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21414/stat : 21414 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408216571 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935069780432 139935537137563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21415] ppid=21402 vsize=15151148 memory=3444 CPUtime=0.36 cores=1,3,5,7
/proc/21405/task/21415/stat : 21415 (java) R 21402 21402 14254 0 -1 4202560 1853 0 0 0 36 0 0 0 20 0 15 0 408216571 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935068716800 139935517754900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21416] ppid=21402 vsize=15151148 memory=1556 CPUtime=0.35 cores=1,3,5,7
/proc/21405/task/21416/stat : 21416 (java) R 21402 21402 14254 0 -1 4202560 1434 0 0 0 35 0 0 0 20 0 15 0 408216571 15514775552 28363 33554432000 4194304 4196468 140725607869104 139935000543632 139935514448176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21417] ppid=21402 vsize=15151148 memory=2832 CPUtime=0.31 cores=1,3,5,7
/proc/21405/task/21417/stat : 21417 (java) R 21402 21402 14254 0 -1 4202560 1769 0 0 0 31 0 0 0 20 0 15 0 408216571 15514775552 28363 33554432000 4194304 4196468 140725607869104 139934999499184 139935516045795 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21418] ppid=21402 vsize=15151148 memory=984 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21418/stat : 21418 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408216571 15514775552 28363 33554432000 4194304 4196468 140725607869104 139934998448480 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21419] ppid=21402 vsize=15151148 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21419/stat : 21419 (java) S 21402 21402 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408216571 15514775552 28363 33554432000 4194304 4196468 140725607869104 139934997396528 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 114900 KiB

[startup+1.50074 s]
/proc/loadavg: 7.82 8.50 8.33 9/232 21419
/proc/meminfo: memFree=31007016/32770624 swapFree=66920740/67108860
[pid=21402] ppid=21399 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21402/stat : 21402 (xcsp3-exec) S 21399 21402 14254 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408216565 115843072 362 33554432000 4194304 5098028 140735603743648 140735603741752 140452801884796 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17399808 140735603749754 140735603749997 140735603749997 140735603752906 0
/proc/21402/statm: 28282 362 304 221 0 87 0

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

/proc/21405/task/21419/stat : 21419 (java) S 21402 21402 14254 0 -1 1077944384 735 0 0 0 1 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934997396528 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21468] ppid=21402 vsize=15419452 memory=401604 CPUtime=33.23 cores=1,3,5,7
/proc/21405/task/21468/stat : 21468 (java) R 21402 21402 14254 0 -1 4202560 558 0 0 0 3323 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934983982584 139935157902307 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21469] ppid=21402 vsize=15419452 memory=1444 CPUtime=33.69 cores=1,3,5,7
/proc/21405/task/21469/stat : 21469 (java) R 21402 21402 14254 0 -1 4202560 2089 0 0 0 3369 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934982933224 139935157902255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21470] ppid=21402 vsize=15419452 memory=888 CPUtime=33.59 cores=1,3,5,7
/proc/21405/task/21470/stat : 21470 (java) R 21402 21402 14254 0 -1 4202560 1399 0 0 0 3359 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934985036136 139935157902255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21471] ppid=21402 vsize=15419452 memory=1984 CPUtime=33.64 cores=1,3,5,7
/proc/21405/task/21471/stat : 21471 (java) R 21402 21402 14254 0 -1 4202560 654 0 0 0 3364 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934986088096 139935161339969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
Current children cumulated CPU time: 205.14 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 403052 KiB

[startup+56.0012 s]*
/proc/loadavg: 8.53 8.60 8.37 10/236 21474
/proc/meminfo: memFree=30787828/32770624 swapFree=66920740/67108860
[pid=21402] ppid=21399 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21402/stat : 21402 (xcsp3-exec) S 21399 21402 14254 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408216565 115843072 362 33554432000 4194304 5098028 140735603743648 140735603741752 140452801884796 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17399808 140735603749754 140735603749997 140735603749997 140735603752906 0
/proc/21402/statm: 28282 362 304 221 0 87 0
[pid=21405] ppid=21402 vsize=15419452 memory=401604 CPUtime=211.55 cores=1,3,5,7
/proc/21405/stat : 21405 (java) S 21402 21402 14254 0 -1 1077944320 61291 0 0 0 21130 25 0 0 20 0 19 0 408216565 15789518848 100401 33554432000 4194304 4196468 140725607869104 140725607851648 139935537118967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
/proc/21405/statm: 3854863 100401 3532 1 0 3815965 0
[pid=21405/tid=21406] ppid=21402 vsize=15419452 memory=8317482817917895235 CPUtime=1.32 cores=1,3,5,7
/proc/21405/task/21406/stat : 21406 (java) S 21402 21402 14254 0 -1 1077944384 11132 0 0 0 127 5 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935541359744 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21407] ppid=21402 vsize=15419452 memory=3120 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21407/stat : 21407 (java) S 21402 21402 14254 0 -1 1077944384 524 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935473355280 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21408] ppid=21402 vsize=15419452 memory=1448 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21408/stat : 21408 (java) S 21402 21402 14254 0 -1 1077944384 723 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935472302736 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21409] ppid=21402 vsize=15419452 memory=401604 CPUtime=0.04 cores=1,3,5,7
/proc/21405/task/21409/stat : 21409 (java) S 21402 21402 14254 0 -1 1077944384 537 0 0 0 2 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935126968592 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21410] ppid=21402 vsize=15419452 memory=1164 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21410/stat : 21410 (java) S 21402 21402 14254 0 -1 1077944384 485 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935125916048 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21411] ppid=21402 vsize=15419452 memory=8317482817917895235 CPUtime=0.02 cores=1,3,5,7
/proc/21405/task/21411/stat : 21411 (java) S 21402 21402 14254 0 -1 1077944384 930 0 0 0 1 1 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935072938736 139935537130114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21412] ppid=21402 vsize=15419452 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21412/stat : 21412 (java) S 21402 21402 14254 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935071885024 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21413] ppid=21402 vsize=15419452 memory=924 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21413/stat : 21413 (java) S 21402 21402 14254 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935070831872 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21414] ppid=21402 vsize=15419452 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21414/stat : 21414 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935069780432 139935537137563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21415] ppid=21402 vsize=15419452 memory=280436937693088 CPUtime=3.76 cores=1,3,5,7
/proc/21405/task/21415/stat : 21415 (java) S 21402 21402 14254 0 -1 1077944384 15821 0 0 0 374 2 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935068727536 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21416] ppid=21402 vsize=15419452 memory=6958448866314184762 CPUtime=2.92 cores=1,3,5,7
/proc/21405/task/21416/stat : 21416 (java) S 21402 21402 14254 0 -1 1077944384 10438 0 0 0 291 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935000553840 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21417] ppid=21402 vsize=15419452 memory=4209357772117481859 CPUtime=0.87 cores=1,3,5,7
/proc/21405/task/21417/stat : 21417 (java) S 21402 21402 14254 0 -1 1077944384 9882 0 0 0 86 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934999500784 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21418] ppid=21402 vsize=15419452 memory=7232886968738802340 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21418/stat : 21418 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934998448480 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21419] ppid=21402 vsize=15419452 memory=4783210246294233184 CPUtime=0.02 cores=1,3,5,7
/proc/21405/task/21419/stat : 21419 (java) S 21402 21402 14254 0 -1 1077944384 735 0 0 0 1 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934997396528 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21468] ppid=21402 vsize=15419452 memory=8305311027921445216 CPUtime=34.8 cores=1,3,5,7
/proc/21405/task/21468/stat : 21468 (java) R 21402 21402 14254 0 -1 4202560 560 0 0 0 3480 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934983982584 139935157902186 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21469] ppid=21402 vsize=15419452 memory=-6804530832991035292 CPUtime=35.3 cores=1,3,5,7
/proc/21405/task/21469/stat : 21469 (java) R 21402 21402 14254 0 -1 4202560 2096 0 0 0 3530 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934982933224 139935157902255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21470] ppid=21402 vsize=15419452 memory=7234576917979478634 CPUtime=35.2 cores=1,3,5,7
/proc/21405/task/21470/stat : 21470 (java) R 21402 21402 14254 0 -1 4202560 1401 0 0 0 3520 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934985036136 139935157902158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21471] ppid=21402 vsize=15419452 memory=0 CPUtime=35.24 cores=1,3,5,7
/proc/21405/task/21471/stat : 21471 (java) R 21402 21402 14254 0 -1 4202560 657 0 0 0 3524 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934986088096 139935161336603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
Current children cumulated CPU time: 211.55 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 403052 KiB

[startup+56.4009 s]
/proc/loadavg: 8.53 8.60 8.37 10/236 21474
/proc/meminfo: memFree=30787828/32770624 swapFree=66920740/67108860
[pid=21402] ppid=21399 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21402/stat : 21402 (xcsp3-exec) S 21399 21402 14254 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408216565 115843072 362 33554432000 4194304 5098028 140735603743648 140735603741752 140452801884796 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17399808 140735603749754 140735603749997 140735603749997 140735603752906 0
/proc/21402/statm: 28282 362 304 221 0 87 0
[pid=21405] ppid=21402 vsize=15419452 memory=401604 CPUtime=212.85 cores=1,3,5,7
/proc/21405/stat : 21405 (java) S 21402 21402 14254 0 -1 1077944320 61387 0 0 0 21260 25 0 0 20 0 19 0 408216565 15789518848 100401 33554432000 4194304 4196468 140725607869104 140725607851648 139935537118967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
/proc/21405/statm: 3854863 100401 3532 1 0 3815965 0
[pid=21405/tid=21406] ppid=21402 vsize=15419452 memory=401604 CPUtime=1.32 cores=1,3,5,7
/proc/21405/task/21406/stat : 21406 (java) S 21402 21402 14254 0 -1 1077944384 11132 0 0 0 127 5 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935541359744 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21407] ppid=21402 vsize=15419452 memory=3848 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21407/stat : 21407 (java) S 21402 21402 14254 0 -1 1077944384 524 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935473355280 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21408] ppid=21402 vsize=15419452 memory=3012 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21408/stat : 21408 (java) S 21402 21402 14254 0 -1 1077944384 723 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935472302736 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21409] ppid=21402 vsize=15419452 memory=2688 CPUtime=0.04 cores=1,3,5,7
/proc/21405/task/21409/stat : 21409 (java) S 21402 21402 14254 0 -1 1077944384 537 0 0 0 2 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935126968592 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21410] ppid=21402 vsize=15419452 memory=4096 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21410/stat : 21410 (java) S 21402 21402 14254 0 -1 1077944384 485 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935125916048 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21411] ppid=21402 vsize=15419452 memory=1412 CPUtime=0.02 cores=1,3,5,7
/proc/21405/task/21411/stat : 21411 (java) S 21402 21402 14254 0 -1 1077944384 930 0 0 0 1 1 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935072938736 139935537130114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21412] ppid=21402 vsize=15419452 memory=3348 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21412/stat : 21412 (java) S 21402 21402 14254 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935071885024 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21413] ppid=21402 vsize=15419452 memory=5220 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21413/stat : 21413 (java) S 21402 21402 14254 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935070831872 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21414] ppid=21402 vsize=15419452 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21414/stat : 21414 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935069780432 139935537137563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21415] ppid=21402 vsize=15419452 memory=12020 CPUtime=3.76 cores=1,3,5,7
/proc/21405/task/21415/stat : 21415 (java) S 21402 21402 14254 0 -1 1077944384 15821 0 0 0 374 2 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935068727536 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21416] ppid=21402 vsize=15419452 memory=496 CPUtime=2.92 cores=1,3,5,7
/proc/21405/task/21416/stat : 21416 (java) S 21402 21402 14254 0 -1 1077944384 10438 0 0 0 291 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935000553840 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21417] ppid=21402 vsize=15419452 memory=1560 CPUtime=0.87 cores=1,3,5,7
/proc/21405/task/21417/stat : 21417 (java) S 21402 21402 14254 0 -1 1077944384 9882 0 0 0 86 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934999500784 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21418] ppid=21402 vsize=15419452 memory=928 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21418/stat : 21418 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934998448480 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21419] ppid=21402 vsize=15419452 memory=1680 CPUtime=0.02 cores=1,3,5,7
/proc/21405/task/21419/stat : 21419 (java) S 21402 21402 14254 0 -1 1077944384 737 0 0 0 1 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934997396528 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21468] ppid=21402 vsize=15419452 memory=1444 CPUtime=35.11 cores=1,3,5,7
/proc/21405/task/21468/stat : 21468 (java) S 21402 21402 14254 0 -1 1077944384 596 0 0 0 3511 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934983987376 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21469] ppid=21402 vsize=15419452 memory=888 CPUtime=35.61 cores=1,3,5,7
/proc/21405/task/21469/stat : 21469 (java) S 21402 21402 14254 0 -1 1077944384 2153 0 0 0 3561 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934982935760 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21470] ppid=21402 vsize=15419452 memory=1984 CPUtime=35.5 cores=1,3,5,7
/proc/21405/task/21470/stat : 21470 (java) S 21402 21402 14254 0 -1 1077944384 1402 0 0 0 3550 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934985041232 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21471] ppid=21402 vsize=15419452 memory=2552 CPUtime=35.63 cores=1,3,5,7
/proc/21405/task/21471/stat : 21471 (java) R 21402 21402 14254 0 -1 4202560 657 0 0 0 3563 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934986088096 139935161337103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
Current children cumulated CPU time: 212.85 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 403052 KiB

[startup+56.6008 s]
/proc/loadavg: 8.53 8.60 8.37 10/236 21474
/proc/meminfo: memFree=30787828/32770624 swapFree=66920740/67108860
[pid=21402] ppid=21399 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21402/stat : 21402 (xcsp3-exec) S 21399 21402 14254 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408216565 115843072 362 33554432000 4194304 5098028 140735603743648 140735603741752 140452801884796 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17399808 140735603749754 140735603749997 140735603749997 140735603752906 0
/proc/21402/statm: 28282 362 304 221 0 87 0
[pid=21405] ppid=21402 vsize=15419452 memory=401604 CPUtime=213.05 cores=1,3,5,7
/proc/21405/stat : 21405 (java) S 21402 21402 14254 0 -1 1077944320 61387 0 0 0 21280 25 0 0 20 0 19 0 408216565 15789518848 100401 33554432000 4194304 4196468 140725607869104 140725607851648 139935537118967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
/proc/21405/statm: 3854863 100401 3532 1 0 3815965 0
[pid=21405/tid=21406] ppid=21402 vsize=15419452 memory=924 CPUtime=1.32 cores=1,3,5,7
/proc/21405/task/21406/stat : 21406 (java) S 21402 21402 14254 0 -1 1077944384 11132 0 0 0 127 5 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935541359744 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21407] ppid=21402 vsize=15419452 memory=1448 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21407/stat : 21407 (java) S 21402 21402 14254 0 -1 1077944384 524 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935473355280 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21408] ppid=21402 vsize=15419452 memory=401604 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21408/stat : 21408 (java) S 21402 21402 14254 0 -1 1077944384 723 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935472302736 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21409] ppid=21402 vsize=15419452 memory=2688 CPUtime=0.04 cores=1,3,5,7
/proc/21405/task/21409/stat : 21409 (java) S 21402 21402 14254 0 -1 1077944384 537 0 0 0 2 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935126968592 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21410] ppid=21402 vsize=15419452 memory=1448 CPUtime=0.05 cores=1,3,5,7
/proc/21405/task/21410/stat : 21410 (java) S 21402 21402 14254 0 -1 1077944384 485 0 0 0 3 2 0 0 20 0 19 0 408216566 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935125916048 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21411] ppid=21402 vsize=15419452 memory=401604 CPUtime=0.02 cores=1,3,5,7
/proc/21405/task/21411/stat : 21411 (java) S 21402 21402 14254 0 -1 1077944384 930 0 0 0 1 1 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935072938736 139935537130114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21412] ppid=21402 vsize=15419452 memory=3348 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21412/stat : 21412 (java) S 21402 21402 14254 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935071885024 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21413] ppid=21402 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21413/stat : 21413 (java) S 21402 21402 14254 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408216568 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935070831872 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21414] ppid=21402 vsize=15419452 memory=318076 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21414/stat : 21414 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935069780432 139935537137563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21415] ppid=21402 vsize=15419452 memory=1408 CPUtime=3.76 cores=1,3,5,7
/proc/21405/task/21415/stat : 21415 (java) S 21402 21402 14254 0 -1 1077944384 15821 0 0 0 374 2 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935068727536 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21416] ppid=21402 vsize=15419452 memory=0 CPUtime=2.92 cores=1,3,5,7
/proc/21405/task/21416/stat : 21416 (java) S 21402 21402 14254 0 -1 1077944384 10438 0 0 0 291 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139935000553840 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21417] ppid=21402 vsize=15419452 memory=1120 CPUtime=0.87 cores=1,3,5,7
/proc/21405/task/21417/stat : 21417 (java) S 21402 21402 14254 0 -1 1077944384 9882 0 0 0 86 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934999500784 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21418] ppid=21402 vsize=15419452 memory=776 CPUtime=0 cores=1,3,5,7
/proc/21405/task/21418/stat : 21418 (java) S 21402 21402 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934998448480 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21419] ppid=21402 vsize=15419452 memory=1552 CPUtime=0.02 cores=1,3,5,7
/proc/21405/task/21419/stat : 21419 (java) S 21402 21402 14254 0 -1 1077944384 737 0 0 0 1 1 0 0 20 0 19 0 408216571 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934997396528 139935537130114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21468] ppid=21402 vsize=15419452 memory=7956 CPUtime=35.11 cores=1,3,5,7
/proc/21405/task/21468/stat : 21468 (java) S 21402 21402 14254 0 -1 1077944384 596 0 0 0 3511 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934983987376 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21469] ppid=21402 vsize=15419452 memory=3444 CPUtime=35.61 cores=1,3,5,7
/proc/21405/task/21469/stat : 21469 (java) S 21402 21402 14254 0 -1 1077944384 2153 0 0 0 3561 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934982935760 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21470] ppid=21402 vsize=15419452 memory=1556 CPUtime=35.5 cores=1,3,5,7
/proc/21405/task/21470/stat : 21470 (java) S 21402 21402 14254 0 -1 1077944384 1402 0 0 0 3550 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934985041232 139935537129173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
[pid=21405/tid=21471] ppid=21402 vsize=15419452 memory=2832 CPUtime=35.83 cores=1,3,5,7
/proc/21405/task/21471/stat : 21471 (java) R 21402 21402 14254 0 -1 4202560 657 0 0 0 3583 0 0 0 20 0 19 0 408218626 15789518848 100401 33554432000 4194304 4196468 140725607869104 139934986088096 139935161336973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140725607871471 140725607871642 140725607871642 140725607874511 0
Current children cumulated CPU time: 213.05 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 403052 KiB

Child status: 0
Real time (s): 56.6875
CPU time (s): 213.158
CPU user time (s): 212.891
CPU system time (s): 0.266734
CPU usage (%): 376.023
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 403052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.891
system time used= 0.266734
maximum resident set size= 401848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62798
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= 4633
involuntary context switches= 3661


# summary of solver processes directly reported to runsolver:
#   pid: 21402
#   total CPU time (s): 213.158
#   total CPU user time (s): 212.891
#   total CPU system time (s): 0.266734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.398563 second user time and 0.68371 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 21:18:09
IDJOB=4393356
IDBENCH=127986
IDSOLVER=2840
FILE ID=node107/4393356-1568319605
RUNJOBID= node107-1568308867-14286
PBS_JOBID= 21701131
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-2.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-4393356-1568319605/watcher-4393356-1568319605 -o /tmp/evaluation-result-4393356-1568319605/solver-4393356-1568319605 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14286 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1254496637 HOME/instance-4393356-1568319605.xml

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

MD5SUM BENCH= 6e9eac7fa543eb44f101d0276de9753d
RANDOM SEED=1254496637

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        31173344 kB
MemAvailable:   31528940 kB
Buffers:          117580 kB
Cached:           507240 kB
SwapCached:        80396 kB
Active:           696472 kB
Inactive:         314536 kB
Active(anon):     315244 kB
Inactive(anon):   100176 kB
Active(file):     381228 kB
Inactive(file):   214360 kB
Unevictable:      110040 kB
Mlocked:          110040 kB
SwapTotal:      67108860 kB
SwapFree:       66920740 kB
Dirty:             26992 kB
Writeback:             0 kB
AnonPages:        417596 kB
Mapped:            45136 kB
Shmem:             20488 kB
Slab:             180884 kB
SReclaimable:     151684 kB
SUnreclaim:        29200 kB
KernelStack:        3856 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1192820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55656 MiB
End job on node107 at 2019-09-12 21:19:06