Trace number 4400516

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16OPT53 120.711 30.8629

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.6249
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-4400516-1568694316.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400516-1568694316.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.25/1.31	c solve instance...
3.25/1.40	o -1000 
9.17/2.81	o -997 
10.70/3.25	o -986 
21.07/5.87	o -984 
21.41/5.95	o -957 
23.79/6.57	o -947 
25.80/7.03	o -941 
29.35/7.95	o 44 
29.35/7.96	o 49 
29.35/7.97	o 53 
120.48/30.85	s OPTIMUM FOUND
120.48/30.85	v <instantiation>
120.48/30.85	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>
120.48/30.85	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>
120.48/30.85	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 (13321 MiB free)
  memory of node 1: 16384 MiB (14103 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400516-1568694316/watcher-4400516-1568694316 -o /tmp/evaluation-result-4400516-1568694316/solver-4400516-1568694316 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 725494647 HOME/instance-4400516-1568694316.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=23421, runsolver pid=23418


[startup+0.100108 s]*
/proc/loadavg: 6.94 3.13 2.07 8/233 23437
/proc/meminfo: memFree=28066092/32770624 swapFree=66959728/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445371746 115843072 362 33554432000 4194304 5098028 140732232146400 140732232144504 140568412271228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39677952 140732232147835 140732232148077 140732232148077 140732232150986 0
/proc/23421/statm: 28282 362 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15144776 memory=29120 CPUtime=0.13 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 22939 0 -1 1077944320 5702 0 0 0 12 1 0 0 20 0 15 0 445371746 15508250624 7280 33554432000 4194304 4196468 140725618056352 140725618038896 139641112764151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
/proc/23423/statm: 3786194 7280 3153 1 0 3748377 0
[pid=23423/tid=23424] ppid=23421 vsize=15144776 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 22939 0 -1 4202560 3584 0 0 0 8 0 0 0 20 0 15 0 445371746 15508250624 7280 33554432000 4194304 4196468 140725618056352 139641116986208 139641112776086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23425] ppid=23421 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15508250624 7280 33554432000 4194304 4196468 140725618056352 139641065384208 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23426] ppid=23421 vsize=15144776 memory=140198130476672 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640703998352 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23427] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640702945808 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23428] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445371747 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640701893264 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23429] ppid=23421 vsize=15144776 memory=140198130476672 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445371748 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640581335536 139641112775298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23430] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445371749 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640580281760 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23431] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445371749 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640579229168 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23432] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445371751 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640578177744 139641112782747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23433] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 22939 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 445371751 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640577124336 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23434] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 22939 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 445371751 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640576071792 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23435] ppid=23421 vsize=15144776 memory=140198130476672 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) R 23421 23421 22939 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 445371751 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640575017040 139641105001278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23436] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445371752 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640573966944 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23437] ppid=23421 vsize=15144776 memory=140198130476672 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371752 15508250624 7280 33554432000 4194304 4196468 140725618056352 139640572914480 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30568 KiB

[startup+0.210777 s]*
/proc/loadavg: 6.94 3.13 2.07 7/233 23437
/proc/meminfo: memFree=28053244/32770624 swapFree=66959728/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445371746 115843072 362 33554432000 4194304 5098028 140732232146400 140732232144504 140568412271228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39677952 140732232147835 140732232148077 140732232148077 140732232150986 0
/proc/23421/statm: 28282 362 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15144776 memory=40812 CPUtime=0.34 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 22939 0 -1 1077944320 9474 0 0 0 31 3 0 0 20 0 15 0 445371746 15508250624 10203 33554432000 4194304 4196468 140725618056352 140725618038896 139641112764151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
/proc/23423/statm: 3786194 10203 3302 1 0 3748377 0
[pid=23423/tid=23424] ppid=23421 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 22939 0 -1 4202560 6619 0 0 0 18 2 0 0 20 0 15 0 445371746 15508250624 10203 33554432000 4194304 4196468 140725618056352 139641117001200 139641096844638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23425] ppid=23421 vsize=15144776 memory=1965946 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15508250624 10203 33554432000 4194304 4196468 140725618056352 139641065384208 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23426] ppid=23421 vsize=15144776 memory=140198133829491 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640703998352 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23427] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640702945808 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23428] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445371747 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640701893264 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23429] ppid=23421 vsize=15144776 memory=140198130476672 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445371748 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640581335536 139641112775298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23430] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445371749 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640580281760 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23431] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445371749 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640579229168 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23432] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445371751 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640578177744 139641112782747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23433] ppid=23421 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 22939 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 445371751 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640577124336 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23434] ppid=23421 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 22939 0 -1 1077944384 248 0 0 0 2 0 0 0 20 0 15 0 445371751 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640576071792 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23435] ppid=23421 vsize=15144776 memory=140198130476672 CPUtime=0.08 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 22939 0 -1 1077944384 788 0 0 0 8 0 0 0 20 0 15 0 445371751 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640575019248 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23436] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445371752 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640573966944 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23437] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371752 15508250624 10203 33554432000 4194304 4196468 140725618056352 139640572914480 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42260 KiB

[startup+0.319533 s]*
/proc/loadavg: 6.94 3.13 2.07 7/233 23437
/proc/meminfo: memFree=28045632/32770624 swapFree=66959728/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445371746 115843072 362 33554432000 4194304 5098028 140732232146400 140732232144504 140568412271228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39677952 140732232147835 140732232148077 140732232148077 140732232150986 0
/proc/23421/statm: 28282 362 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15149032 memory=50608 CPUtime=0.54 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 22939 0 -1 1077944320 11040 0 0 0 50 4 0 0 20 0 15 0 445371746 15512608768 12652 33554432000 4194304 4196468 140725618056352 140725618038896 139641112764151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
/proc/23423/statm: 3787258 12652 3366 1 0 3748377 0
[pid=23423/tid=23424] ppid=23421 vsize=15149032 memory=6791534058613427641 CPUtime=0.31 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 22939 0 -1 4202560 7924 0 0 0 28 3 0 0 20 0 15 0 445371746 15512608768 12652 33554432000 4194304 4196468 140725618056352 139641116998688 139641112776086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23425] ppid=23421 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15512608768 12652 33554432000 4194304 4196468 140725618056352 139641065384208 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23426] ppid=23421 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640703998352 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23427] ppid=23421 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640702945808 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23428] ppid=23421 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445371747 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640701893264 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23429] ppid=23421 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445371748 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640581335536 139641112775298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23430] ppid=23421 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445371749 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640580281760 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23431] ppid=23421 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445371749 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640579229168 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23432] ppid=23421 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445371751 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640578177744 139641112782747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23433] ppid=23421 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 22939 0 -1 1077944384 635 0 0 0 5 0 0 0 20 0 15 0 445371751 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640577124336 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23434] ppid=23421 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 22939 0 -1 1077944384 290 0 0 0 4 0 0 0 20 0 15 0 445371751 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640576071792 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23435] ppid=23421 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) R 23421 23421 22939 0 -1 4202560 887 0 0 0 13 0 0 0 20 0 15 0 445371751 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640575019248 139641091432311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23436] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445371752 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640573966944 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23437] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371752 15512608768 12652 33554432000 4194304 4196468 140725618056352 139640572914480 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52056 KiB

[startup+0.701534 s]
/proc/loadavg: 6.94 3.13 2.07 7/233 23437
/proc/meminfo: memFree=28017588/32770624 swapFree=66959728/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445371746 115843072 362 33554432000 4194304 5098028 140732232146400 140732232144504 140568412271228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39677952 140732232147835 140732232148077 140732232148077 140732232150986 0
/proc/23421/statm: 28282 362 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15151156 memory=114936 CPUtime=1.73 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 22939 0 -1 1077944320 15296 0 0 0 167 6 0 0 20 0 15 0 445371746 15514783744 28734 33554432000 4194304 4196468 140725618056352 140725618038896 139641112764151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
/proc/23423/statm: 3787789 28734 3442 1 0 3748889 0
[pid=23423/tid=23424] ppid=23421 vsize=15151156 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 22939 0 -1 4202560 9080 0 0 0 63 4 0 0 20 0 15 0 445371746 15514783744 28734 33554432000 4194304 4196468 140725618056352 139641116999200 139640745107198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23425] ppid=23421 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15514783744 28734 33554432000 4194304 4196468 140725618056352 139641065384208 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23426] ppid=23421 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640703998352 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23427] ppid=23421 vsize=15151156 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371747 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640702945808 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23428] ppid=23421 vsize=15151156 memory=48256 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445371747 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640701893264 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23429] ppid=23421 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445371748 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640581335536 139641112775298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23430] ppid=23421 vsize=15151156 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445371749 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640580281760 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23431] ppid=23421 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445371749 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640579229168 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23432] ppid=23421 vsize=15151156 memory=580 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445371751 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640578177744 139641112782747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23433] ppid=23421 vsize=15151156 memory=1720 CPUtime=0.35 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) R 23421 23421 22939 0 -1 4202560 1672 0 0 0 35 0 0 0 20 0 15 0 445371751 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640577111408 139641094174301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23434] ppid=23421 vsize=15151156 memory=10604 CPUtime=0.33 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) R 23421 23421 22939 0 -1 4202560 1202 0 0 0 33 0 0 0 20 0 15 0 445371751 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640576057760 139641094285427 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23435] ppid=23421 vsize=15151156 memory=4160 CPUtime=0.33 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) R 23421 23421 22939 0 -1 4202560 2037 0 0 0 33 0 0 0 20 0 15 0 445371751 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640575019248 139641112785498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23436] ppid=23421 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445371752 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640573966944 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23437] ppid=23421 vsize=15151156 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445371752 15514783744 28734 33554432000 4194304 4196468 140725618056352 139640572914480 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 116384 KiB

[startup+1.50154 s]
/proc/loadavg: 6.94 3.13 2.07 6/233 23437
/proc/meminfo: memFree=27890188/32770624 swapFree=66959728/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445371746 115843072 362 33554432000 4194304 5098028 140732232146400 140732232144504 140568412271228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39677952 140732232147835 140732232148077 140732232148077 140732232150986 0
/proc/23421/statm: 28282 362 304 221 0 87 0

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

/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 22939 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 19 0 445371752 15994011648 67135 33554432000 4194304 4196468 140725618056352 139640572914480 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23478] ppid=23421 vsize=15619152 memory=6060 CPUtime=20.8 cores=1,3,5,7
/proc/23423/task/23478/stat : 23478 (java) R 23421 23421 22939 0 -1 4202560 185 0 0 0 2080 0 0 0 20 0 19 0 445372543 15994011648 67135 33554432000 4194304 4196468 140725618056352 139640561597592 139640751202328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23479] ppid=23421 vsize=15619152 memory=1060 CPUtime=20.34 cores=1,3,5,7
/proc/23423/task/23479/stat : 23479 (java) R 23421 23421 22939 0 -1 4202560 1406 0 0 0 2034 0 0 0 20 0 19 0 445372543 15994011648 67135 33554432000 4194304 4196468 140725618056352 139640560546728 139640751202351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23480] ppid=23421 vsize=15619152 memory=2828 CPUtime=20.75 cores=1,3,5,7
/proc/23423/task/23480/stat : 23480 (java) R 23421 23421 22939 0 -1 4202560 239 0 0 0 2075 0 0 0 20 0 19 0 445372543 15994011648 67135 33554432000 4194304 4196468 140725618056352 139640555282816 139640751202328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23481] ppid=23421 vsize=15619152 memory=6791534058613427641 CPUtime=20.49 cores=1,3,5,7
/proc/23423/task/23481/stat : 23481 (java) R 23421 23421 22939 0 -1 4202560 954 0 0 0 2049 0 0 0 20 0 19 0 445372543 15994011648 67135 33554432000 4194304 4196468 140725618056352 139640556334272 139640751202568 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
Current children cumulated CPU time: 112.52 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 269988 KiB

[startup+29.6009 s]
/proc/loadavg: 7.48 3.64 2.27 8/233 23675
/proc/meminfo: memFree=28004120/32770624 swapFree=66959728/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445371746 115843072 362 33554432000 4194304 5098028 140732232146400 140732232144504 140568412271228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39677952 140732232147835 140732232148077 140732232148077 140732232150986 0
/proc/23421/statm: 28282 362 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15619152 memory=268552 CPUtime=115.7 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 22939 0 -1 1077944320 37841 0 0 0 11549 21 0 0 20 0 19 0 445371746 15994011648 67138 33554432000 4194304 4196468 140725618056352 140725618038896 139641112764151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
/proc/23423/statm: 3904788 67138 3525 1 0 3865888 0
[pid=23423/tid=23424] ppid=23421 vsize=15619152 memory=3058660273996966496 CPUtime=1.25 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) S 23421 23421 22939 0 -1 1077944384 9572 0 0 0 119 6 0 0 20 0 19 0 445371746 15994011648 67138 33554432000 4194304 4196468 140725618056352 139641117004928 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23425] ppid=23421 vsize=15619152 memory=-3622645143214314312 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 22939 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67138 33554432000 4194304 4196468 140725618056352 139641065384208 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23426] ppid=23421 vsize=15619152 memory=1966176 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 22939 0 -1 1077944384 77 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640703998352 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23427] ppid=23421 vsize=15619152 memory=1967565 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 22939 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640702945808 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23428] ppid=23421 vsize=15619152 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 22939 0 -1 1077944384 118 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640701893264 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23429] ppid=23421 vsize=15619152 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 22939 0 -1 1077944384 388 0 0 0 0 0 0 0 20 0 19 0 445371748 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640581335536 139641112775298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23430] ppid=23421 vsize=15619152 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445371749 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640580281824 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23431] ppid=23421 vsize=15619152 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 22939 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 445371749 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640579229184 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23432] ppid=23421 vsize=15619152 memory=48256 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445371751 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640578177744 139641112782747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23433] ppid=23421 vsize=15619152 memory=988 CPUtime=2.04 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 22939 0 -1 1077944384 5728 0 0 0 204 0 0 0 20 0 19 0 445371751 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640577124336 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23434] ppid=23421 vsize=15619152 memory=2008 CPUtime=2.5 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 22939 0 -1 1077944384 10091 0 0 0 249 1 0 0 20 0 19 0 445371751 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640576071792 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23435] ppid=23421 vsize=15619152 memory=6791534058613427641 CPUtime=0.82 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 22939 0 -1 1077944384 5151 0 0 0 81 1 0 0 20 0 19 0 445371751 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640575019248 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23436] ppid=23421 vsize=15619152 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445371752 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640573966944 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23437] ppid=23421 vsize=15619152 memory=1448 CPUtime=0.01 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 22939 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 19 0 445371752 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640572914480 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23478] ppid=23421 vsize=15619152 memory=252032 CPUtime=21.6 cores=1,3,5,7
/proc/23423/task/23478/stat : 23478 (java) R 23421 23421 22939 0 -1 4202560 185 0 0 0 2160 0 0 0 20 0 19 0 445372543 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640561597592 139640751202328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23479] ppid=23421 vsize=15619152 memory=1984 CPUtime=21.14 cores=1,3,5,7
/proc/23423/task/23479/stat : 23479 (java) R 23421 23421 22939 0 -1 4202560 1411 0 0 0 2114 0 0 0 20 0 19 0 445372543 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640560546472 139640751202129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23480] ppid=23421 vsize=15619152 memory=0 CPUtime=21.55 cores=1,3,5,7
/proc/23423/task/23480/stat : 23480 (java) R 23421 23421 22939 0 -1 4202560 239 0 0 0 2155 0 0 0 20 0 19 0 445372543 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640555282816 139640751202403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23481] ppid=23421 vsize=15619152 memory=280394323443478 CPUtime=21.26 cores=1,3,5,7
/proc/23423/task/23481/stat : 23481 (java) R 23421 23421 22939 0 -1 4202560 954 0 0 0 2126 0 0 0 20 0 19 0 445372543 15994011648 67138 33554432000 4194304 4196468 140725618056352 139640556334272 139640751202351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
Current children cumulated CPU time: 115.7 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 270000 KiB

[startup+30.4015 s]
/proc/loadavg: 7.48 3.64 2.27 13/237 23683
/proc/meminfo: memFree=27995544/32770624 swapFree=66959728/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445371746 115843072 362 33554432000 4194304 5098028 140732232146400 140732232144504 140568412271228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39677952 140732232147835 140732232148077 140732232148077 140732232150986 0
/proc/23421/statm: 28282 362 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15619152 memory=270600 CPUtime=118.88 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 22939 0 -1 1077944320 37860 0 0 0 11867 21 0 0 20 0 19 0 445371746 15994011648 67650 33554432000 4194304 4196468 140725618056352 140725618038896 139641112764151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
/proc/23423/statm: 3904788 67650 3525 1 0 3865888 0
[pid=23423/tid=23424] ppid=23421 vsize=15619152 memory=1436 CPUtime=1.25 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) S 23421 23421 22939 0 -1 1077944384 9572 0 0 0 119 6 0 0 20 0 19 0 445371746 15994011648 67650 33554432000 4194304 4196468 140725618056352 139641117004928 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23425] ppid=23421 vsize=15619152 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 22939 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67650 33554432000 4194304 4196468 140725618056352 139641065384208 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23426] ppid=23421 vsize=15619152 memory=268540 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 22939 0 -1 1077944384 77 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640703998352 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23427] ppid=23421 vsize=15619152 memory=1720 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 22939 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640702945808 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23428] ppid=23421 vsize=15619152 memory=10604 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 22939 0 -1 1077944384 118 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640701893264 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23429] ppid=23421 vsize=15619152 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 22939 0 -1 1077944384 388 0 0 0 0 0 0 0 20 0 19 0 445371748 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640581335536 139641112775298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23430] ppid=23421 vsize=15619152 memory=268540 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445371749 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640580281824 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23431] ppid=23421 vsize=15619152 memory=111636 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 22939 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 445371749 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640579229184 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23432] ppid=23421 vsize=15619152 memory=800 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445371751 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640578177744 139641112782747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23433] ppid=23421 vsize=15619152 memory=0 CPUtime=2.04 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 22939 0 -1 1077944384 5728 0 0 0 204 0 0 0 20 0 19 0 445371751 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640577124336 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23434] ppid=23421 vsize=15619152 memory=8764164798296004766 CPUtime=2.5 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 22939 0 -1 1077944384 10091 0 0 0 249 1 0 0 20 0 19 0 445371751 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640576071792 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23435] ppid=23421 vsize=15619152 memory=4132774494331964790 CPUtime=0.82 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 22939 0 -1 1077944384 5151 0 0 0 81 1 0 0 20 0 19 0 445371751 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640575019248 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23436] ppid=23421 vsize=15619152 memory=8508281339140727949 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445371752 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640573966944 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23437] ppid=23421 vsize=15619152 memory=6060 CPUtime=0.01 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 22939 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 19 0 445371752 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640572914480 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23478] ppid=23421 vsize=15619152 memory=1060 CPUtime=22.4 cores=1,3,5,7
/proc/23423/task/23478/stat : 23478 (java) R 23421 23421 22939 0 -1 4202560 185 0 0 0 2240 0 0 0 20 0 19 0 445372543 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640561597592 139640751202120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23479] ppid=23421 vsize=15619152 memory=2828 CPUtime=21.94 cores=1,3,5,7
/proc/23423/task/23479/stat : 23479 (java) R 23421 23421 22939 0 -1 4202560 1429 0 0 0 2194 0 0 0 20 0 19 0 445372543 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640560546376 139640751202351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23480] ppid=23421 vsize=15619152 memory=1216 CPUtime=22.35 cores=1,3,5,7
/proc/23423/task/23480/stat : 23480 (java) R 23421 23421 22939 0 -1 4202560 240 0 0 0 2235 0 0 0 20 0 19 0 445372543 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640555282816 139640751202202 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23481] ppid=23421 vsize=15619152 memory=984 CPUtime=22.04 cores=1,3,5,7
/proc/23423/task/23481/stat : 23481 (java) R 23421 23421 22939 0 -1 4202560 954 0 0 0 2204 0 0 0 20 0 19 0 445372543 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640556334480 139640751202591 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
Current children cumulated CPU time: 118.88 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 272048 KiB

[startup+30.8015 s]
/proc/loadavg: 7.48 3.64 2.27 13/237 23683
/proc/meminfo: memFree=27995544/32770624 swapFree=66959728/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 22939 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445371746 115843072 362 33554432000 4194304 5098028 140732232146400 140732232144504 140568412271228 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39677952 140732232147835 140732232148077 140732232148077 140732232150986 0
/proc/23421/statm: 28282 362 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15619152 memory=270600 CPUtime=120.48 cores=1,3,5,7
/proc/23423/stat : 23423 (java) S 23421 23421 22939 0 -1 1077944320 37996 0 0 0 12027 21 0 0 20 0 19 0 445371746 15994011648 67650 33554432000 4194304 4196468 140725618056352 140725618038896 139641112764151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
/proc/23423/statm: 3904788 67650 3525 1 0 3865888 0
[pid=23423/tid=23424] ppid=23421 vsize=15619152 memory=1583 CPUtime=1.25 cores=1,3,5,7
/proc/23423/task/23424/stat : 23424 (java) S 23421 23421 22939 0 -1 1077944384 9572 0 0 0 119 6 0 0 20 0 19 0 445371746 15994011648 67650 33554432000 4194304 4196468 140725618056352 139641117004928 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23425] ppid=23421 vsize=15619152 memory=82 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 22939 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67650 33554432000 4194304 4196468 140725618056352 139641065384208 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23426] ppid=23421 vsize=15619152 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 22939 0 -1 1077944384 77 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640703998352 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23427] ppid=23421 vsize=15619152 memory=2124 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 22939 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640702945808 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23428] ppid=23421 vsize=15619152 memory=500 CPUtime=0.02 cores=1,3,5,7
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 22939 0 -1 1077944384 118 0 0 0 1 1 0 0 20 0 19 0 445371747 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640701893264 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23429] ppid=23421 vsize=15619152 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 22939 0 -1 1077944384 388 0 0 0 0 0 0 0 20 0 19 0 445371748 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640581335536 139641112775298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23430] ppid=23421 vsize=15619152 memory=928 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445371749 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640580281824 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23431] ppid=23421 vsize=15619152 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 22939 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 445371749 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640579229184 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23432] ppid=23421 vsize=15619152 memory=2532 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445371751 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640578177744 139641112782747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23433] ppid=23421 vsize=15619152 memory=3 CPUtime=2.04 cores=1,3,5,7
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 22939 0 -1 1077944384 5864 0 0 0 204 0 0 0 20 0 19 0 445371751 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640577124336 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23434] ppid=23421 vsize=15619152 memory=717 CPUtime=2.5 cores=1,3,5,7
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 22939 0 -1 1077944384 10091 0 0 0 249 1 0 0 20 0 19 0 445371751 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640576071792 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23435] ppid=23421 vsize=15619152 memory=1154 CPUtime=0.82 cores=1,3,5,7
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 22939 0 -1 1077944384 5151 0 0 0 81 1 0 0 20 0 19 0 445371751 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640575019248 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23436] ppid=23421 vsize=15619152 memory=243 CPUtime=0 cores=1,3,5,7
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445371752 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640573966944 139641112774357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23437] ppid=23421 vsize=15619152 memory=270 CPUtime=0.01 cores=1,3,5,7
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 22939 0 -1 1077944384 366 0 0 0 0 1 0 0 20 0 19 0 445371752 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640572914480 139641112775298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23478] ppid=23421 vsize=15619152 memory=251225 CPUtime=22.8 cores=1,3,5,7
/proc/23423/task/23478/stat : 23478 (java) R 23421 23421 22939 0 -1 4202560 185 0 0 0 2280 0 0 0 20 0 19 0 445372543 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640561597592 139640751202188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23479] ppid=23421 vsize=15619152 memory=280396001892672 CPUtime=22.34 cores=1,3,5,7
/proc/23423/task/23479/stat : 23479 (java) R 23421 23421 22939 0 -1 4202560 1429 0 0 0 2234 0 0 0 20 0 19 0 445372543 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640560546376 139640751202259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23480] ppid=23421 vsize=15619152 memory=-5703089350676024790 CPUtime=22.75 cores=1,3,5,7
/proc/23423/task/23480/stat : 23480 (java) R 23421 23421 22939 0 -1 4202560 240 0 0 0 2275 0 0 0 20 0 19 0 445372543 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640555282952 139640751202493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
[pid=23423/tid=23481] ppid=23421 vsize=15619152 memory=-7812800577974661519 CPUtime=22.44 cores=1,3,5,7
/proc/23423/task/23481/stat : 23481 (java) R 23421 23421 22939 0 -1 4202560 954 0 0 0 2244 0 0 0 20 0 19 0 445372543 15994011648 67650 33554432000 4194304 4196468 140725618056352 139640556335528 139640751202287 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20553728 140725618058223 140725618058394 140725618058394 140725618061263 0
Current children cumulated CPU time: 120.48 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 272048 KiB

Child status: 0
Real time (s): 30.8629
CPU time (s): 120.711
CPU user time (s): 120.487
CPU system time (s): 0.223793
CPU usage (%): 391.119
Max. virtual memory (cumulated for all children) (KiB): 15732280
Max. memory (cumulated for all children) (KiB): 272048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.487
system time used= 0.223793
maximum resident set size= 273040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39235
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3842
involuntary context switches= 3097


# summary of solver processes directly reported to runsolver:
#   pid: 23421
#   total CPU time (s): 120.711
#   total CPU user time (s): 120.487
#   total CPU system time (s): 0.223793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.220306 second user time and 0.390533 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:24:36
IDJOB=4400516
IDBENCH=127986
IDSOLVER=2856
FILE ID=node124/4400516-1568694316
RUNJOBID= node124-1568694194-22971
PBS_JOBID= 21703802
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 2019-09-16
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-4400516-1568694316/watcher-4400516-1568694316 -o /tmp/evaluation-result-4400516-1568694316/solver-4400516-1568694316 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 725494647 HOME/instance-4400516-1568694316.xml

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

MD5SUM BENCH= 6e9eac7fa543eb44f101d0276de9753d
RANDOM SEED=725494647

node124.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.47
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.47
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.47
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.47
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:        28082824 kB
MemAvailable:   31441672 kB
Buffers:          231808 kB
Cached:          3414588 kB
SwapCached:        46376 kB
Active:          1537404 kB
Inactive:        2562132 kB
Active(anon):     404572 kB
Inactive(anon):    98000 kB
Active(file):    1132832 kB
Inactive(file):  2464132 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             27056 kB
Writeback:             0 kB
AnonPages:        519692 kB
Mapped:            61892 kB
Shmem:             40944 kB
Slab:             185228 kB
SReclaimable:     155436 kB
SUnreclaim:        29792 kB
KernelStack:        3984 kB
PageTables:         7044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1910756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61760 MiB
End job on node124 at 2019-09-17 06:25:07