Trace number 4393327

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-14OPT75 210.914 53.3166

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393327-1568319911.xml"  -tl '2520s' -p 4
0.14/0.17	c Choco e747e1e
0.14/0.18	c [HOME/instance-4393327-1568319911.xml, -tl, 2520s, -p, 4]
0.14/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.67/0.71	c solve instance...
2.08/0.87	o 90 
2.08/0.89	o 85 
2.08/0.91	o 84 
2.41/0.94	o 82 
2.41/0.95	o 81 
2.41/0.98	o 80 
12.66/3.60	o 79 
15.43/4.21	o 78 
25.77/6.81	o 77 
69.99/17.90	o 76 
207.28/52.47	o 75 
210.87/53.30	s OPTIMUM FOUND
210.87/53.30	v <instantiation>
210.87/53.30	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>
210.87/53.30	v 	<values>0 0 0 1 8 5 6 8 15 25 5 14 12 17 14 13 10 26 22 32 23 26 14 30 14 17 26 29 24 32 43 64 22 24 39 25 39 42 48 34 43 47 40 34 53 55 47 56 60 64 61 62 53 56 56 66 63 63 65 73 66 75 </values>
210.87/53.30	v </instantiation>

Verifier Data

OK	75

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393327-1568319911/watcher-4393327-1568319911 -o /tmp/evaluation-result-4393327-1568319911/solver-4393327-1568319911 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1761488828 HOME/instance-4393327-1568319911.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=16463, runsolver pid=16460


[startup+0.101372 s]*
/proc/loadavg: 8.57 8.27 8.17 6/233 16479
/proc/meminfo: memFree=31518352/32770624 swapFree=66979532/67108860
[pid=16463] ppid=16460 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16463/stat : 16463 (xcsp3-exec) S 16460 16463 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408253827 115843072 362 33554432000 4194304 5098028 140731546992464 140731546990568 140714467988092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24875008 140731547001722 140731547001965 140731547001965 140731547004874 0
/proc/16463/statm: 28282 362 304 221 0 87 0
[pid=16465] ppid=16463 vsize=15144768 memory=29360 CPUtime=0.14 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16463 16463 6753 0 -1 1077944320 5718 0 0 0 13 1 0 0 20 0 15 0 408253827 15508242432 7340 33554432000 4194304 4196468 140731498116448 140731498098992 139694908931831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
/proc/16465/statm: 3786192 7340 3207 1 0 3748377 0
[pid=16465/tid=16466] ppid=16463 vsize=15144768 memory=7100839878644302962 CPUtime=0.09 cores=1,3,5,7
/proc/16465/task/16466/stat : 16466 (java) R 16463 16463 6753 0 -1 4202560 3603 0 0 0 9 0 0 0 20 0 15 0 408253827 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694913162208 139694908943766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16467] ppid=16463 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16467/stat : 16467 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694820588560 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16468] ppid=16463 vsize=15144768 memory=140140305630848 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16468/stat : 16468 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694819536016 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16469] ppid=16463 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16469/stat : 16469 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694499162896 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16470] ppid=16463 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16470/stat : 16470 (java) S 16463 16463 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408253828 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694498110352 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16471] ppid=16463 vsize=15144768 memory=140140305630848 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16471/stat : 16471 (java) S 16463 16463 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408253829 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694243309808 139694908942978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16472] ppid=16463 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16472/stat : 16472 (java) S 16463 16463 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408253830 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694242256032 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16473] ppid=16463 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16473/stat : 16473 (java) S 16463 16463 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408253830 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694241202928 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16474] ppid=16463 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16474/stat : 16474 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408253832 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694240151504 139694908950427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16475] ppid=16463 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16475/stat : 16475 (java) R 16463 16463 6753 0 -1 1077944384 466 0 0 0 0 0 0 0 20 0 15 0 408253832 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694239099632 139694908942978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16476] ppid=16463 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16476/stat : 16476 (java) R 16463 16463 6753 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 15 0 408253833 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694238038592 139694888792505 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16477] ppid=16463 vsize=15144768 memory=140140305630848 CPUtime=0.02 cores=1,3,5,7
/proc/16465/task/16477/stat : 16477 (java) R 16463 16463 6753 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 408253833 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694236994032 139694908945740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16478] ppid=16463 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16478/stat : 16478 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408253833 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694235941728 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16479] ppid=16463 vsize=15144768 memory=140140305630848 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16479/stat : 16479 (java) R 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253833 15508242432 7340 33554432000 4194304 4196468 140731498116448 139694234888752 139694908942978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30808 KiB

[startup+0.210678 s]*
/proc/loadavg: 8.57 8.27 8.17 6/233 16479
/proc/meminfo: memFree=31504752/32770624 swapFree=66979532/67108860
[pid=16463] ppid=16460 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16463/stat : 16463 (xcsp3-exec) S 16460 16463 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408253827 115843072 362 33554432000 4194304 5098028 140731546992464 140731546990568 140714467988092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24875008 140731547001722 140731547001965 140731547001965 140731547004874 0
/proc/16463/statm: 28282 362 304 221 0 87 0
[pid=16465] ppid=16463 vsize=15144768 memory=40820 CPUtime=0.34 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16463 16463 6753 0 -1 1077944320 9481 0 0 0 31 3 0 0 20 0 15 0 408253827 15508242432 10205 33554432000 4194304 4196468 140731498116448 140731498098992 139694908931831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
/proc/16465/statm: 3786192 10205 3301 1 0 3748377 0
[pid=16465/tid=16466] ppid=16463 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/16465/task/16466/stat : 16466 (java) R 16463 16463 6753 0 -1 4202560 6636 0 0 0 18 2 0 0 20 0 15 0 408253827 15508242432 10205 33554432000 4194304 4196468 140731498116448 139694913168592 139694893012318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16467] ppid=16463 vsize=15144768 memory=2995868 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16467/stat : 16467 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15508242432 10205 33554432000 4194304 4196468 140731498116448 139694820588560 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16468] ppid=16463 vsize=15144768 memory=140140305647474 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16468/stat : 16468 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15508242432 10205 33554432000 4194304 4196468 140731498116448 139694819536016 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16469] ppid=16463 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16469/stat : 16469 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15508242432 10205 33554432000 4194304 4196468 140731498116448 139694499162896 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16470] ppid=16463 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16470/stat : 16470 (java) S 16463 16463 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408253828 15508242432 10205 33554432000 4194304 4196468 140731498116448 139694498110352 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16471] ppid=16463 vsize=15144768 memory=140140305630848 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16471/stat : 16471 (java) S 16463 16463 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408253829 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694243309808 139694908942978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16472] ppid=16463 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16472/stat : 16472 (java) S 16463 16463 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408253830 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694242256032 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16473] ppid=16463 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16473/stat : 16473 (java) S 16463 16463 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408253830 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694241202928 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16474] ppid=16463 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16474/stat : 16474 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408253832 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694240151504 139694908950427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16475] ppid=16463 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16465/task/16475/stat : 16475 (java) S 16463 16463 6753 0 -1 1077944384 653 0 0 0 2 0 0 0 20 0 15 0 408253832 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694239099632 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16476] ppid=16463 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/16465/task/16476/stat : 16476 (java) S 16463 16463 6753 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 15 0 408253833 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694238047088 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16477] ppid=16463 vsize=15144768 memory=140140305630848 CPUtime=0.08 cores=1,3,5,7
/proc/16465/task/16477/stat : 16477 (java) S 16463 16463 6753 0 -1 1077944384 775 0 0 0 8 0 0 0 20 0 15 0 408253833 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694236994032 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16478] ppid=16463 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16478/stat : 16478 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408253833 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694235941728 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16479] ppid=16463 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16479/stat : 16479 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253833 15508242432 10268 33554432000 4194304 4196468 140731498116448 139694234888752 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42268 KiB

[startup+0.310541 s]*
/proc/loadavg: 8.57 8.27 8.17 7/233 16479
/proc/meminfo: memFree=31499844/32770624 swapFree=66979532/67108860
[pid=16463] ppid=16460 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16463/stat : 16463 (xcsp3-exec) S 16460 16463 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408253827 115843072 362 33554432000 4194304 5098028 140731546992464 140731546990568 140714467988092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24875008 140731547001722 140731547001965 140731547001965 140731547004874 0
/proc/16463/statm: 28282 362 304 221 0 87 0
[pid=16465] ppid=16463 vsize=15149024 memory=50292 CPUtime=0.52 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16463 16463 6753 0 -1 1077944320 10910 0 0 0 48 4 0 0 20 0 15 0 408253827 15512600576 12573 33554432000 4194304 4196468 140731498116448 140731498098992 139694908931831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
/proc/16465/statm: 3787256 12573 3363 1 0 3748377 0
[pid=16465/tid=16466] ppid=16463 vsize=15149024 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/16465/task/16466/stat : 16466 (java) R 16463 16463 6753 0 -1 4202560 7858 0 0 0 27 3 0 0 20 0 15 0 408253827 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694913162944 139694893012318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16467] ppid=16463 vsize=15149024 memory=2996209 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16467/stat : 16467 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694820588560 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16468] ppid=16463 vsize=15149024 memory=3161056 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16468/stat : 16468 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694819536016 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16469] ppid=16463 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16469/stat : 16469 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694499162896 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16470] ppid=16463 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16470/stat : 16470 (java) S 16463 16463 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408253828 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694498110352 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16471] ppid=16463 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16471/stat : 16471 (java) S 16463 16463 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408253829 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694243309808 139694908942978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16472] ppid=16463 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16472/stat : 16472 (java) S 16463 16463 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408253830 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694242256032 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16473] ppid=16463 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16473/stat : 16473 (java) S 16463 16463 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408253830 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694241202928 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16474] ppid=16463 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16474/stat : 16474 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408253832 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694240151504 139694908950427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16475] ppid=16463 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/16465/task/16475/stat : 16475 (java) S 16463 16463 6753 0 -1 1077944384 754 0 0 0 4 0 0 0 20 0 15 0 408253832 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694239099632 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16476] ppid=16463 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16465/task/16476/stat : 16476 (java) S 16463 16463 6753 0 -1 1077944384 123 0 0 0 3 0 0 0 20 0 15 0 408253833 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694238047088 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16477] ppid=16463 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16465/task/16477/stat : 16477 (java) S 16463 16463 6753 0 -1 1077944384 874 0 0 0 12 0 0 0 20 0 15 0 408253833 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694236994032 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16478] ppid=16463 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16478/stat : 16478 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408253833 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694235941728 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16479] ppid=16463 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16479/stat : 16479 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253833 15512600576 12573 33554432000 4194304 4196468 140731498116448 139694234888752 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51740 KiB

[startup+0.700748 s]
/proc/loadavg: 8.57 8.27 8.17 9/233 16479
/proc/meminfo: memFree=31481640/32770624 swapFree=66979532/67108860
[pid=16463] ppid=16460 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16463/stat : 16463 (xcsp3-exec) S 16460 16463 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408253827 115843072 362 33554432000 4194304 5098028 140731546992464 140731546990568 140714467988092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24875008 140731547001722 140731547001965 140731547001965 140731547004874 0
/proc/16463/statm: 28282 362 304 221 0 87 0
[pid=16465] ppid=16463 vsize=15151148 memory=87756 CPUtime=1.67 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16463 16463 6753 0 -1 1077944320 15159 0 0 0 160 7 0 0 20 0 15 0 408253827 15514775552 21939 33554432000 4194304 4196468 140731498116448 140731498098992 139694908931831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
/proc/16465/statm: 3787787 21939 3454 1 0 3748889 0
[pid=16465/tid=16466] ppid=16463 vsize=15151148 memory=1790665819393 CPUtime=0.67 cores=1,3,5,7
/proc/16465/task/16466/stat : 16466 (java) R 16463 16463 6753 0 -1 4202560 9327 0 0 0 64 3 0 0 20 0 15 0 408253827 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694913170224 139694908953178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16467] ppid=16463 vsize=15151148 memory=512 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16467/stat : 16467 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694820588560 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16468] ppid=16463 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16468/stat : 16468 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694819536016 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16469] ppid=16463 vsize=15151148 memory=928 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16469/stat : 16469 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253828 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694499162896 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16470] ppid=16463 vsize=15151148 memory=3772 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16470/stat : 16470 (java) S 16463 16463 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408253828 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694498110352 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16471] ppid=16463 vsize=15151148 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16471/stat : 16471 (java) S 16463 16463 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408253829 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694243309808 139694908942978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16472] ppid=16463 vsize=15151148 memory=920 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16472/stat : 16472 (java) S 16463 16463 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408253830 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694242256032 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16473] ppid=16463 vsize=15151148 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16473/stat : 16473 (java) S 16463 16463 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408253830 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694241202928 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16474] ppid=16463 vsize=15151148 memory=2404 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16474/stat : 16474 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408253832 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694240151504 139694908950427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16475] ppid=16463 vsize=15151148 memory=1764 CPUtime=0.28 cores=1,3,5,7
/proc/16465/task/16475/stat : 16475 (java) R 16463 16463 6753 0 -1 4202560 1477 0 0 0 28 0 0 0 20 0 15 0 408253832 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694239085856 139694893318944 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16476] ppid=16463 vsize=15151148 memory=111632 CPUtime=0.26 cores=1,3,5,7
/proc/16465/task/16476/stat : 16476 (java) R 16463 16463 6753 0 -1 4202560 956 0 0 0 26 0 0 0 20 0 15 0 408253833 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694238033872 139694890117858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16477] ppid=16463 vsize=15151148 memory=804 CPUtime=0.42 cores=1,3,5,7
/proc/16465/task/16477/stat : 16477 (java) R 16463 16463 6753 0 -1 4202560 2093 0 0 0 41 1 0 0 20 0 15 0 408253833 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694236994032 139694888363412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16478] ppid=16463 vsize=15151148 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16478/stat : 16478 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408253833 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694235941728 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16479] ppid=16463 vsize=15151148 memory=924 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16479/stat : 16479 (java) S 16463 16463 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408253833 15514775552 21939 33554432000 4194304 4196468 140731498116448 139694234888752 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 89204 KiB

[startup+1.50804 s]
/proc/loadavg: 8.57 8.27 8.17 12/237 16507
/proc/meminfo: memFree=31381472/32770624 swapFree=66979532/67108860
[pid=16463] ppid=16460 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16463/stat : 16463 (xcsp3-exec) S 16460 16463 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408253827 115843072 362 33554432000 4194304 5098028 140731546992464 140731546990568 140714467988092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24875008 140731547001722 140731547001965 140731547001965 140731547004874 0
/proc/16463/statm: 28282 362 304 221 0 87 0

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

/proc/16465/task/16475/stat : 16475 (java) S 16463 16463 6753 0 -1 1077944384 13090 0 0 0 245 2 0 0 20 0 19 0 408253832 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694239099632 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16476] ppid=16463 vsize=15420480 memory=6820 CPUtime=2.76 cores=1,3,5,7
/proc/16465/task/16476/stat : 16476 (java) S 16463 16463 6753 0 -1 1077944384 11007 0 0 0 275 1 0 0 20 0 19 0 408253833 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694238047088 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16477] ppid=16463 vsize=15420480 memory=7378417275426400601 CPUtime=0.74 cores=1,3,5,7
/proc/16465/task/16477/stat : 16477 (java) S 16463 16463 6753 0 -1 1077944384 8667 0 0 0 72 2 0 0 20 0 19 0 408253833 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694236994032 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16478] ppid=16463 vsize=15420480 memory=210899739007966 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16478/stat : 16478 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408253833 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694235941728 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16479] ppid=16463 vsize=15420480 memory=288230377094493832 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16479/stat : 16479 (java) S 16463 16463 6753 0 -1 1077944384 885 0 0 0 0 0 0 0 20 0 19 0 408253833 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694234888752 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16521] ppid=16463 vsize=15420480 memory=288289978372437731 CPUtime=34.04 cores=1,3,5,7
/proc/16465/task/16521/stat : 16521 (java) R 16463 16463 6753 0 -1 4202560 364 0 0 0 3404 0 0 0 20 0 19 0 408255618 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694222518800 139694506173249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16522] ppid=16463 vsize=15420480 memory=0 CPUtime=33.86 cores=1,3,5,7
/proc/16465/task/16522/stat : 16522 (java) R 16463 16463 6753 0 -1 4202560 1244 0 0 0 3386 0 0 0 20 0 19 0 408255618 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694223575000 139694499505322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16523] ppid=16463 vsize=15420480 memory=12513 CPUtime=33.66 cores=1,3,5,7
/proc/16465/task/16523/stat : 16523 (java) R 16463 16463 6753 0 -1 4202560 398 0 0 0 3366 0 0 0 20 0 19 0 408255618 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694225677560 139694505933368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16524] ppid=16463 vsize=15420480 memory=0 CPUtime=33.87 cores=1,3,5,7
/proc/16465/task/16524/stat : 16524 (java) R 16463 16463 6753 0 -1 4202560 1075 0 0 0 3387 0 0 0 20 0 19 0 408255618 15790571520 56692 33554432000 4194304 4196468 140731498116448 139694219370696 139694500319304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
Current children cumulated CPU time: 205.72 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 228216 KiB

[startup+52.801 s]
/proc/loadavg: 8.79 8.38 8.21 9/237 16527
/proc/meminfo: memFree=31319660/32770624 swapFree=66979536/67108860
[pid=16463] ppid=16460 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16463/stat : 16463 (xcsp3-exec) S 16460 16463 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408253827 115843072 362 33554432000 4194304 5098028 140731546992464 140731546990568 140714467988092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24875008 140731547001722 140731547001965 140731547001965 140731547004874 0
/proc/16463/statm: 28282 362 304 221 0 87 0
[pid=16465] ppid=16463 vsize=15420480 memory=226496 CPUtime=208.88 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16463 16463 6753 0 -1 1077944320 55984 0 0 0 20872 16 0 0 20 0 19 0 408253827 15790571520 56624 33554432000 4194304 4196468 140731498116448 140731498098992 139694908931831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
/proc/16465/statm: 3855120 56624 3526 1 0 3816222 0
[pid=16465/tid=16466] ppid=16463 vsize=15420480 memory=3848 CPUtime=0.71 cores=1,3,5,7
/proc/16465/task/16466/stat : 16466 (java) S 16463 16463 6753 0 -1 1077944384 9957 0 0 0 67 4 0 0 20 0 19 0 408253827 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694913172608 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16467] ppid=16463 vsize=15420480 memory=2596 CPUtime=0.01 cores=1,3,5,7
/proc/16465/task/16467/stat : 16467 (java) S 16463 16463 6753 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694820588560 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16468] ppid=16463 vsize=15420480 memory=2916 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16468/stat : 16468 (java) S 16463 16463 6753 0 -1 1077944384 1650 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694819536016 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16469] ppid=16463 vsize=15420480 memory=1328 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16469/stat : 16469 (java) S 16463 16463 6753 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694499162896 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16470] ppid=16463 vsize=15420480 memory=780 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16470/stat : 16470 (java) S 16463 16463 6753 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694498110352 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16471] ppid=16463 vsize=15420480 memory=3360 CPUtime=0.01 cores=1,3,5,7
/proc/16465/task/16471/stat : 16471 (java) S 16463 16463 6753 0 -1 1077944384 899 0 0 0 1 0 0 0 20 0 19 0 408253829 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694243309808 139694908942978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16472] ppid=16463 vsize=15420480 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16472/stat : 16472 (java) S 16463 16463 6753 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 408253830 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694242256096 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16473] ppid=16463 vsize=15420480 memory=1028 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16473/stat : 16473 (java) S 16463 16463 6753 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 19 0 408253830 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694241202944 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16474] ppid=16463 vsize=15420480 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16474/stat : 16474 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408253832 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694240151504 139694908950427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16475] ppid=16463 vsize=15420480 memory=2828 CPUtime=2.47 cores=1,3,5,7
/proc/16465/task/16475/stat : 16475 (java) S 16463 16463 6753 0 -1 1077944384 13090 0 0 0 245 2 0 0 20 0 19 0 408253832 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694239099632 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16476] ppid=16463 vsize=15420480 memory=1448 CPUtime=2.76 cores=1,3,5,7
/proc/16465/task/16476/stat : 16476 (java) S 16463 16463 6753 0 -1 1077944384 11007 0 0 0 275 1 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694238047088 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16477] ppid=16463 vsize=15420480 memory=1448 CPUtime=0.74 cores=1,3,5,7
/proc/16465/task/16477/stat : 16477 (java) S 16463 16463 6753 0 -1 1077944384 8934 0 0 0 72 2 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694236994032 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16478] ppid=16463 vsize=15420480 memory=226768 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16478/stat : 16478 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694235941728 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16479] ppid=16463 vsize=15420480 memory=756 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16479/stat : 16479 (java) S 16463 16463 6753 0 -1 1077944384 885 0 0 0 0 0 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694234888752 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
Current children cumulated CPU time: 208.88 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 227944 KiB

[startup+53.201 s]
/proc/loadavg: 8.79 8.38 8.21 9/237 16531
/proc/meminfo: memFree=31319816/32770624 swapFree=66979536/67108860
[pid=16463] ppid=16460 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16463/stat : 16463 (xcsp3-exec) S 16460 16463 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408253827 115843072 362 33554432000 4194304 5098028 140731546992464 140731546990568 140714467988092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24875008 140731547001722 140731547001965 140731547001965 140731547004874 0
/proc/16463/statm: 28282 362 304 221 0 87 0
[pid=16465] ppid=16463 vsize=15420480 memory=226496 CPUtime=210.47 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16463 16463 6753 0 -1 1077944320 55986 0 0 0 21031 16 0 0 20 0 19 0 408253827 15790571520 56624 33554432000 4194304 4196468 140731498116448 140731498098992 139694908931831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
/proc/16465/statm: 3855120 56624 3526 1 0 3816222 0
[pid=16465/tid=16466] ppid=16463 vsize=15420480 memory=226756 CPUtime=0.71 cores=1,3,5,7
/proc/16465/task/16466/stat : 16466 (java) S 16463 16463 6753 0 -1 1077944384 9957 0 0 0 67 4 0 0 20 0 19 0 408253827 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694913172608 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16467] ppid=16463 vsize=15420480 memory=14689690934577591 CPUtime=0.01 cores=1,3,5,7
/proc/16465/task/16467/stat : 16467 (java) S 16463 16463 6753 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694820588560 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16468] ppid=16463 vsize=15420480 memory=14689690934577591 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16468/stat : 16468 (java) S 16463 16463 6753 0 -1 1077944384 1650 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694819536016 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16469] ppid=16463 vsize=15420480 memory=984 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16469/stat : 16469 (java) S 16463 16463 6753 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694499162896 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16470] ppid=16463 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16470/stat : 16470 (java) S 16463 16463 6753 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694498110352 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16471] ppid=16463 vsize=15420480 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16465/task/16471/stat : 16471 (java) S 16463 16463 6753 0 -1 1077944384 899 0 0 0 1 0 0 0 20 0 19 0 408253829 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694243309808 139694908942978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16472] ppid=16463 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16472/stat : 16472 (java) S 16463 16463 6753 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 408253830 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694242256096 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16473] ppid=16463 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16473/stat : 16473 (java) S 16463 16463 6753 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 19 0 408253830 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694241202944 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16474] ppid=16463 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16474/stat : 16474 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408253832 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694240151504 139694908950427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16475] ppid=16463 vsize=15420480 memory=0 CPUtime=2.47 cores=1,3,5,7
/proc/16465/task/16475/stat : 16475 (java) S 16463 16463 6753 0 -1 1077944384 13090 0 0 0 245 2 0 0 20 0 19 0 408253832 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694239099632 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16476] ppid=16463 vsize=15420480 memory=303430223234596890 CPUtime=2.76 cores=1,3,5,7
/proc/16465/task/16476/stat : 16476 (java) S 16463 16463 6753 0 -1 1077944384 11007 0 0 0 275 1 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694238047088 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16477] ppid=16463 vsize=15420480 memory=288230617509003574 CPUtime=0.74 cores=1,3,5,7
/proc/16465/task/16477/stat : 16477 (java) S 16463 16463 6753 0 -1 1077944384 8934 0 0 0 72 2 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694236994032 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16478] ppid=16463 vsize=15420480 memory=14689690934577591 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16478/stat : 16478 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694235941728 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16479] ppid=16463 vsize=15420480 memory=157124 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16479/stat : 16479 (java) S 16463 16463 6753 0 -1 1077944384 885 0 0 0 0 0 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694234888752 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16528] ppid=16463 vsize=15420480 memory=1412 CPUtime=0.72 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) R 16463 16463 6753 0 -1 4202560 44 0 0 0 72 0 0 0 20 0 19 0 408259074 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694223576400 139694504307788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16529] ppid=16463 vsize=15420480 memory=2704 CPUtime=0.72 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) R 16463 16463 6753 0 -1 4202560 19 0 0 0 72 0 0 0 20 0 19 0 408259074 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694225683288 139694505675807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16530] ppid=16463 vsize=15420480 memory=924 CPUtime=0.71 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) R 16463 16463 6753 0 -1 4202560 18 0 0 0 71 0 0 0 20 0 19 0 408259074 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694219377992 139694505491865 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16531] ppid=16463 vsize=15420480 memory=3848 CPUtime=0.72 cores=1,3,5,7
/proc/16465/task/16531/stat : 16531 (java) R 16463 16463 6753 0 -1 4202560 23 0 0 0 72 0 0 0 20 0 19 0 408259074 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694222527432 139694505934225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
Current children cumulated CPU time: 210.47 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 227944 KiB

[startup+53.301 s]
/proc/loadavg: 8.79 8.38 8.21 9/237 16531
/proc/meminfo: memFree=31319816/32770624 swapFree=66979536/67108860
[pid=16463] ppid=16460 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16463/stat : 16463 (xcsp3-exec) S 16460 16463 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408253827 115843072 362 33554432000 4194304 5098028 140731546992464 140731546990568 140714467988092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24875008 140731547001722 140731547001965 140731547001965 140731547004874 0
/proc/16463/statm: 28282 362 304 221 0 87 0
[pid=16465] ppid=16463 vsize=15420480 memory=226496 CPUtime=210.87 cores=1,3,5,7
/proc/16465/stat : 16465 (java) S 16463 16463 6753 0 -1 1077944320 55986 0 0 0 21071 16 0 0 20 0 19 0 408253827 15790571520 56624 33554432000 4194304 4196468 140731498116448 140731498098992 139694908931831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
/proc/16465/statm: 3855120 56624 3526 1 0 3816222 0
[pid=16465/tid=16466] ppid=16463 vsize=15420480 memory=226496 CPUtime=0.71 cores=1,3,5,7
/proc/16465/task/16466/stat : 16466 (java) S 16463 16463 6753 0 -1 1077944384 9957 0 0 0 67 4 0 0 20 0 19 0 408253827 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694913172608 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16467] ppid=16463 vsize=15420480 memory=226496 CPUtime=0.01 cores=1,3,5,7
/proc/16465/task/16467/stat : 16467 (java) S 16463 16463 6753 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694820588560 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16468] ppid=16463 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16468/stat : 16468 (java) S 16463 16463 6753 0 -1 1077944384 1650 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694819536016 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16469] ppid=16463 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16469/stat : 16469 (java) S 16463 16463 6753 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694499162896 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16470] ppid=16463 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16470/stat : 16470 (java) S 16463 16463 6753 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 408253828 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694498110352 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16471] ppid=16463 vsize=15420480 memory=280280305650504 CPUtime=0.01 cores=1,3,5,7
/proc/16465/task/16471/stat : 16471 (java) S 16463 16463 6753 0 -1 1077944384 899 0 0 0 1 0 0 0 20 0 19 0 408253829 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694243309808 139694908942978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16472] ppid=16463 vsize=15420480 memory=280280306423840 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16472/stat : 16472 (java) S 16463 16463 6753 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 408253830 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694242256096 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16473] ppid=16463 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16473/stat : 16473 (java) S 16463 16463 6753 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 19 0 408253830 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694241202944 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16474] ppid=16463 vsize=15420480 memory=226496 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16474/stat : 16474 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408253832 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694240151504 139694908950427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16475] ppid=16463 vsize=15420480 memory=1564 CPUtime=2.47 cores=1,3,5,7
/proc/16465/task/16475/stat : 16475 (java) S 16463 16463 6753 0 -1 1077944384 13090 0 0 0 245 2 0 0 20 0 19 0 408253832 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694239099632 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16476] ppid=16463 vsize=15420480 memory=928 CPUtime=2.76 cores=1,3,5,7
/proc/16465/task/16476/stat : 16476 (java) S 16463 16463 6753 0 -1 1077944384 11007 0 0 0 275 1 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694238047088 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16477] ppid=16463 vsize=15420480 memory=6791534058613427641 CPUtime=0.74 cores=1,3,5,7
/proc/16465/task/16477/stat : 16477 (java) S 16463 16463 6753 0 -1 1077944384 8934 0 0 0 72 2 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694236994032 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16478] ppid=16463 vsize=15420480 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16478/stat : 16478 (java) S 16463 16463 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694235941728 139694908942037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16479] ppid=16463 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/16465/task/16479/stat : 16479 (java) S 16463 16463 6753 0 -1 1077944384 885 0 0 0 0 0 0 0 20 0 19 0 408253833 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694234888752 139694908942978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16528] ppid=16463 vsize=15420480 memory=280280305176736 CPUtime=0.82 cores=1,3,5,7
/proc/16465/task/16528/stat : 16528 (java) R 16463 16463 6753 0 -1 4202560 44 0 0 0 82 0 0 0 20 0 19 0 408259074 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694223576400 139694508136127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16529] ppid=16463 vsize=15420480 memory=1448 CPUtime=0.82 cores=1,3,5,7
/proc/16465/task/16529/stat : 16529 (java) R 16463 16463 6753 0 -1 4202560 19 0 0 0 82 0 0 0 20 0 19 0 408259074 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694225683288 139694506749952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16530] ppid=16463 vsize=15420480 memory=226756 CPUtime=0.81 cores=1,3,5,7
/proc/16465/task/16530/stat : 16530 (java) R 16463 16463 6753 0 -1 4202560 18 0 0 0 81 0 0 0 20 0 19 0 408259074 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694219377992 139694504307797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
[pid=16465/tid=16531] ppid=16463 vsize=15420480 memory=226768 CPUtime=0.82 cores=1,3,5,7
/proc/16465/task/16531/stat : 16531 (java) R 16463 16463 6753 0 -1 4202560 23 0 0 0 82 0 0 0 20 0 19 0 408259074 15790571520 56624 33554432000 4194304 4196468 140731498116448 139694222527432 139694507689672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24018944 140731498124271 140731498124442 140731498124442 140731498127311 0
Current children cumulated CPU time: 210.87 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 227944 KiB

Child status: 0
Real time (s): 53.3166
CPU time (s): 210.914
CPU user time (s): 210.746
CPU system time (s): 0.167389
CPU usage (%): 395.588
Max. virtual memory (cumulated for all children) (KiB): 15535256
Max. memory (cumulated for all children) (KiB): 228216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.746
system time used= 0.167389
maximum resident set size= 226768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57057
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4571
involuntary context switches= 4128


# summary of solver processes directly reported to runsolver:
#   pid: 16463
#   total CPU time (s): 210.914
#   total CPU user time (s): 210.746
#   total CPU system time (s): 0.167389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.334896 second user time and 0.613212 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 22:24:30
IDJOB=4393327
IDBENCH=128523
IDSOLVER=2840
FILE ID=node121/4393327-1568319911
RUNJOBID= node121-1568312479-6785
PBS_JOBID= 21701130
Free space on /tmp= 61024 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-46-08.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393327-1568319911/watcher-4393327-1568319911 -o /tmp/evaluation-result-4393327-1568319911/solver-4393327-1568319911 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1761488828 HOME/instance-4393327-1568319911.xml

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

MD5SUM BENCH= 1a36b9c979418634ede1d2fbb3d1d330
RANDOM SEED=1761488828

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31535624 kB
MemAvailable:   31767056 kB
Buffers:          121332 kB
Cached:           405528 kB
SwapCached:        19216 kB
Active:           435864 kB
Inactive:         264120 kB
Active(anon):     159736 kB
Inactive(anon):    42492 kB
Active(file):     276128 kB
Inactive(file):   221628 kB
Unevictable:      109568 kB
Mlocked:          109568 kB
SwapTotal:      67108860 kB
SwapFree:       66979532 kB
Dirty:             26052 kB
Writeback:             0 kB
AnonPages:        266460 kB
Mapped:            44680 kB
Shmem:             20476 kB
Slab:             128508 kB
SReclaimable:      99020 kB
SUnreclaim:        29488 kB
KernelStack:        3824 kB
PageTables:         5904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1414356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61000 MiB
End job on node121 at 2019-09-12 22:25:23