Trace number 4403651

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-20OPT10 475.977 120.553

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-david.xml
MD5SUM8881d200d983e9a0f6a660f33978a65e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark8.86427
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of constraints406
Number of domains1
Minimum domain size87
Maximum domain size87
Distribution of domain sizes[{"size":87,"count":87}]
Minimum variable degree2
Maximum variable degree83
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":5},{"degree":6,"count":6},{"degree":7,"count":10},{"degree":8,"count":4},{"degree":9,"count":5},{"degree":10,"count":9},{"degree":11,"count":1},{"degree":12,"count":4},{"degree":13,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":22,"count":1},{"degree":29,"count":1},{"degree":31,"count":1},{"degree":32,"count":1},{"degree":36,"count":1},{"degree":83,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4403651-1568988470.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403651-1568988470.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.88/0.81	c solve instance...
1.88/0.85	o 11 
1.88/0.89	o 10 
475.79/120.54	s OPTIMUM FOUND
475.79/120.54	v <instantiation>
475.79/120.54	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] </list>
475.79/120.54	v 	<values>2 9 2 7 10 1 10 9 0 2 2 5 7 1 10 2 3 1 2 9 8 8 7 0 9 5 4 2 2 1 8 10 4 4 0 7 1 3 7 7 2 4 10 7 0 3 2 3 0 4 5 10 7 5 1 2 4 5 3 0 8 0 10 9 7 5 1 3 4 7 8 3 10 0 1 10 7 7 10 7 0 2 6 9 3 7 8 </values>
475.79/120.54	v </instantiation>

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403651-1568988470/watcher-4403651-1568988470 -o /var/tmp/evaluation-result-4403651-1568988470/solver-4403651-1568988470 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6087 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2022908797 HOME/instance-4403651-1568988470.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
Starting watchdog thread
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=6239, runsolver pid=6236
Current StackSize limit: 8192 KiB


[startup+0.10176 s]*
/proc/loadavg: 1.38 0.97 0.95 9/233 6255
/proc/meminfo: memFree=5494656/32770624 swapFree=66988696/67108860
[pid=6239] ppid=6236 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6239/stat : 6239 (xcsp3-exec) S 6236 6239 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475109588 115843072 364 33554432000 4194304 5098028 140728352306432 140728352304536 140203820180092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8548352 140728352310102 140728352310361 140728352310361 140728352313286 0
/proc/6239/statm: 28282 364 305 221 0 87 0
[pid=6241] ppid=6239 vsize=15144776 memory=28628 CPUtime=0.13 cores=1,3,5,7
/proc/6241/stat : 6241 (java) S 6239 6239 6055 0 -1 1077944320 5667 0 0 0 12 1 0 0 20 0 15 0 475109588 15508250624 7157 33554432000 4194304 4196468 140727869727840 140727869710384 139699468463863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
/proc/6241/statm: 3786194 7157 3142 1 0 3748377 0
[pid=6241/tid=6242] ppid=6239 vsize=15144776 memory=7820083430509914699 CPUtime=0.09 cores=1,3,5,7
/proc/6241/task/6242/stat : 6242 (java) R 6239 6239 6055 0 -1 4202560 3548 0 0 0 9 0 0 0 20 0 15 0 475109589 15508250624 7157 33554432000 4194304 4196468 140727869727840 139699472695944 139699468475798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6243] ppid=6239 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6243/stat : 6243 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109589 15508250624 7157 33554432000 4194304 4196468 140727869727840 139699396504592 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6244] ppid=6239 vsize=15144776 memory=140246977296000 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6244/stat : 6244 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109589 15508250624 7157 33554432000 4194304 4196468 140727869727840 139699395452048 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6245] ppid=6239 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6245/stat : 6245 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109589 15508250624 7157 33554432000 4194304 4196468 140727869727840 139699394398992 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6246] ppid=6239 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6246/stat : 6246 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109589 15508250624 7157 33554432000 4194304 4196468 140727869727840 139699393346448 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6247] ppid=6239 vsize=15144776 memory=140246977296000 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6247/stat : 6247 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109591 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698342484208 139699468475010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6248] ppid=6239 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6248/stat : 6248 (java) S 6239 6239 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475109591 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698341430432 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6249] ppid=6239 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6249/stat : 6249 (java) S 6239 6239 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475109591 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698340377328 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6250] ppid=6239 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6250/stat : 6250 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475109594 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698339325904 139699468482459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6251] ppid=6239 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6251/stat : 6251 (java) R 6239 6239 6055 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 475109594 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698338274032 139699468475010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6252] ppid=6239 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6252/stat : 6252 (java) R 6239 6239 6055 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 15 0 475109594 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698337221488 139699452857187 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6253] ppid=6239 vsize=15144776 memory=140246977296000 CPUtime=0.02 cores=1,3,5,7
/proc/6241/task/6253/stat : 6253 (java) R 6239 6239 6055 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 475109594 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698336168432 139699446987540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6254] ppid=6239 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6254/stat : 6254 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475109594 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698335116128 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6255] ppid=6239 vsize=15144776 memory=140246977296000 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6255/stat : 6255 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109594 15508250624 7157 33554432000 4194304 4196468 140727869727840 139698334063152 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30084 KiB

[startup+0.210641 s]*
/proc/loadavg: 1.38 0.97 0.95 8/233 6255
/proc/meminfo: memFree=5480912/32770624 swapFree=66988696/67108860
[pid=6239] ppid=6236 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6239/stat : 6239 (xcsp3-exec) S 6236 6239 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475109588 115843072 364 33554432000 4194304 5098028 140728352306432 140728352304536 140203820180092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8548352 140728352310102 140728352310361 140728352310361 140728352313286 0
/proc/6239/statm: 28282 364 305 221 0 87 0
[pid=6241] ppid=6239 vsize=15144776 memory=40440 CPUtime=0.35 cores=1,3,5,7
/proc/6241/stat : 6241 (java) S 6239 6239 6055 0 -1 1077944320 9351 0 0 0 32 3 0 0 20 0 15 0 475109588 15508250624 10110 33554432000 4194304 4196468 140727869727840 140727869710384 139699468463863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
/proc/6241/statm: 3786194 10110 3305 1 0 3748377 0
[pid=6241/tid=6242] ppid=6239 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/6241/task/6242/stat : 6242 (java) R 6239 6239 6055 0 -1 4202560 6569 0 0 0 18 2 0 0 20 0 15 0 475109589 15508250624 10110 33554432000 4194304 4196468 140727869727840 139699472702744 139699468485789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6243] ppid=6239 vsize=15144776 memory=2995869 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6243/stat : 6243 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109589 15508250624 10110 33554432000 4194304 4196468 140727869727840 139699396504592 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6244] ppid=6239 vsize=15144776 memory=140246981025724 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6244/stat : 6244 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109589 15508250624 10110 33554432000 4194304 4196468 140727869727840 139699395452048 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6245] ppid=6239 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6245/stat : 6245 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109589 15508250624 10110 33554432000 4194304 4196468 140727869727840 139699394398992 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6246] ppid=6239 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6246/stat : 6246 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109589 15508250624 10110 33554432000 4194304 4196468 140727869727840 139699393346448 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6247] ppid=6239 vsize=15144776 memory=140246977296000 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6247/stat : 6247 (java) S 6239 6239 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475109591 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698342484208 139699468475010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6248] ppid=6239 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6248/stat : 6248 (java) S 6239 6239 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475109591 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698341430432 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6249] ppid=6239 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6249/stat : 6249 (java) S 6239 6239 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475109591 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698340377328 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6250] ppid=6239 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6250/stat : 6250 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475109594 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698339325904 139699468482459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6251] ppid=6239 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6241/task/6251/stat : 6251 (java) S 6239 6239 6055 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 15 0 475109594 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698338274032 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6252] ppid=6239 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6241/task/6252/stat : 6252 (java) S 6239 6239 6055 0 -1 1077944384 129 0 0 0 2 0 0 0 20 0 15 0 475109594 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698337221488 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6253] ppid=6239 vsize=15144776 memory=140246977296000 CPUtime=0.08 cores=1,3,5,7
/proc/6241/task/6253/stat : 6253 (java) S 6239 6239 6055 0 -1 1077944384 813 0 0 0 8 0 0 0 20 0 15 0 475109594 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698336168432 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6254] ppid=6239 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6254/stat : 6254 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475109594 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698335116128 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6255] ppid=6239 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6255/stat : 6255 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109594 15508250624 10110 33554432000 4194304 4196468 140727869727840 139698334063152 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41896 KiB

[startup+0.31078 s]*
/proc/loadavg: 1.38 0.97 0.95 6/233 6255
/proc/meminfo: memFree=5473764/32770624 swapFree=66988696/67108860
[pid=6239] ppid=6236 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6239/stat : 6239 (xcsp3-exec) S 6236 6239 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475109588 115843072 364 33554432000 4194304 5098028 140728352306432 140728352304536 140203820180092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8548352 140728352310102 140728352310361 140728352310361 140728352313286 0
/proc/6239/statm: 28282 364 305 221 0 87 0
[pid=6241] ppid=6239 vsize=15149032 memory=49804 CPUtime=0.52 cores=1,3,5,7
/proc/6241/stat : 6241 (java) S 6239 6239 6055 0 -1 1077944320 10782 0 0 0 49 3 0 0 20 0 15 0 475109588 15512608768 12451 33554432000 4194304 4196468 140727869727840 140727869710384 139699468463863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
/proc/6241/statm: 3787258 12451 3374 1 0 3748377 0
[pid=6241/tid=6242] ppid=6239 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/6241/task/6242/stat : 6242 (java) R 6239 6239 6055 0 -1 4202560 7760 0 0 0 28 2 0 0 20 0 15 0 475109589 15512608768 12520 33554432000 4194304 4196468 140727869727840 139699472694976 139699468485789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6243] ppid=6239 vsize=15149032 memory=2996211 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6243/stat : 6243 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109589 15512608768 12520 33554432000 4194304 4196468 140727869727840 139699396504592 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6244] ppid=6239 vsize=15149032 memory=3732300 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6244/stat : 6244 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109589 15512608768 12520 33554432000 4194304 4196468 140727869727840 139699395452048 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6245] ppid=6239 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6245/stat : 6245 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109589 15512608768 12520 33554432000 4194304 4196468 140727869727840 139699394398992 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6246] ppid=6239 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6246/stat : 6246 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109589 15512608768 12520 33554432000 4194304 4196468 140727869727840 139699393346448 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6247] ppid=6239 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6247/stat : 6247 (java) S 6239 6239 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475109591 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698342484208 139699468475010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6248] ppid=6239 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6248/stat : 6248 (java) S 6239 6239 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475109591 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698341430432 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6249] ppid=6239 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6249/stat : 6249 (java) S 6239 6239 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475109591 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698340377328 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6250] ppid=6239 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6250/stat : 6250 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475109594 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698339325904 139699468482459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6251] ppid=6239 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6241/task/6251/stat : 6251 (java) S 6239 6239 6055 0 -1 1077944384 536 0 0 0 3 0 0 0 20 0 15 0 475109594 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698338274032 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6252] ppid=6239 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/6241/task/6252/stat : 6252 (java) S 6239 6239 6055 0 -1 1077944384 199 0 0 0 4 0 0 0 20 0 15 0 475109594 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698337221488 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6253] ppid=6239 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6241/task/6253/stat : 6253 (java) S 6239 6239 6055 0 -1 1077944384 991 0 0 0 12 0 0 0 20 0 15 0 475109594 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698336168432 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6254] ppid=6239 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6254/stat : 6254 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475109594 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698335116128 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6255] ppid=6239 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6255/stat : 6255 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109594 15512608768 12520 33554432000 4194304 4196468 140727869727840 139698334063152 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51260 KiB

[startup+0.706226 s]
/proc/loadavg: 1.38 0.97 0.95 9/233 6255
/proc/meminfo: memFree=5462640/32770624 swapFree=66988696/67108860
[pid=6239] ppid=6236 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6239/stat : 6239 (xcsp3-exec) S 6236 6239 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475109588 115843072 364 33554432000 4194304 5098028 140728352306432 140728352304536 140203820180092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8548352 140728352310102 140728352310361 140728352310361 140728352313286 0
/proc/6239/statm: 28282 364 305 221 0 87 0
[pid=6241] ppid=6239 vsize=15151156 memory=85040 CPUtime=1.54 cores=1,3,5,7
/proc/6241/stat : 6241 (java) S 6239 6239 6055 0 -1 1077944320 14943 0 0 0 149 5 0 0 20 0 15 0 475109588 15514783744 21260 33554432000 4194304 4196468 140727869727840 140727869710384 139699468463863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
/proc/6241/statm: 3787789 21260 3454 1 0 3748889 0
[pid=6241/tid=6242] ppid=6239 vsize=15151156 memory=1789994730753 CPUtime=0.68 cores=1,3,5,7
/proc/6241/task/6242/stat : 6242 (java) R 6239 6239 6055 0 -1 1077944384 9103 0 0 0 65 3 0 0 20 0 15 0 475109589 15514783744 21260 33554432000 4194304 4196468 140727869727840 139699472701232 139699468474069 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6243] ppid=6239 vsize=15151156 memory=512 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6243/stat : 6243 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109589 15514783744 21260 33554432000 4194304 4196468 140727869727840 139699396504592 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6244] ppid=6239 vsize=15151156 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6244/stat : 6244 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109589 15514783744 21260 33554432000 4194304 4196468 140727869727840 139699395452048 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6245] ppid=6239 vsize=15151156 memory=928 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6245/stat : 6245 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109589 15514783744 21260 33554432000 4194304 4196468 140727869727840 139699394398992 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6246] ppid=6239 vsize=15151156 memory=3784 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6246/stat : 6246 (java) S 6239 6239 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475109589 15514783744 21260 33554432000 4194304 4196468 140727869727840 139699393346448 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6247] ppid=6239 vsize=15151156 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6247/stat : 6247 (java) S 6239 6239 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475109591 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698342484208 139699468475010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6248] ppid=6239 vsize=15151156 memory=904 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6248/stat : 6248 (java) S 6239 6239 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475109591 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698341430432 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6249] ppid=6239 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6249/stat : 6249 (java) S 6239 6239 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475109591 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698340377328 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6250] ppid=6239 vsize=15151156 memory=2528 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6250/stat : 6250 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475109594 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698339325904 139699468482459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6251] ppid=6239 vsize=15151156 memory=1764 CPUtime=0.19 cores=1,3,5,7
/proc/6241/task/6251/stat : 6251 (java) R 6239 6239 6055 0 -1 4202560 1256 0 0 0 19 0 0 0 20 0 15 0 475109594 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698338254992 139699452857286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6252] ppid=6239 vsize=15151156 memory=111632 CPUtime=0.23 cores=1,3,5,7
/proc/6241/task/6252/stat : 6252 (java) S 6239 6239 6055 0 -1 1077944384 1039 0 0 0 23 0 0 0 20 0 15 0 475109594 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698337221488 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6253] ppid=6239 vsize=15151156 memory=804 CPUtime=0.42 cores=1,3,5,7
/proc/6241/task/6253/stat : 6253 (java) R 6239 6239 6055 0 -1 4202560 2236 0 0 0 41 1 0 0 20 0 15 0 475109594 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698336168432 139699447754503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6254] ppid=6239 vsize=15151156 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6254/stat : 6254 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475109594 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698335116128 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6255] ppid=6239 vsize=15151156 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6255/stat : 6255 (java) S 6239 6239 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475109594 15514783744 21260 33554432000 4194304 4196468 140727869727840 139698334063152 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86496 KiB

[startup+1.50087 s]
/proc/loadavg: 1.38 0.97 0.95 11/237 6267
/proc/meminfo: memFree=5385636/32770624 swapFree=66988696/67108860
[pid=6239] ppid=6236 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6239/stat : 6239 (xcsp3-exec) S 6236 6239 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475109588 115843072 364 33554432000 4194304 5098028 140728352306432 140728352304536 140203820180092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8548352 140728352310102 140728352310361 140728352310361 140728352313286 0

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

/proc/6241/task/6255/stat : 6255 (java) S 6239 6239 6055 0 -1 1077944384 736 0 0 0 0 3 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698334063152 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6264] ppid=6239 vsize=15419460 memory=512 CPUtime=115.93 cores=1,3,5,7
/proc/6241/task/6264/stat : 6264 (java) R 6239 6239 6055 0 -1 4202560 572 0 0 0 11593 0 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698321689512 139699071238133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6265] ppid=6239 vsize=15419460 memory=1564 CPUtime=115.61 cores=1,3,5,7
/proc/6241/task/6265/stat : 6265 (java) R 6239 6239 6055 0 -1 4202560 3945 0 0 0 11560 1 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698324847024 139699068944853 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6266] ppid=6239 vsize=15419460 memory=2120 CPUtime=115.49 cores=1,3,5,7
/proc/6241/task/6266/stat : 6266 (java) R 6239 6239 6055 0 -1 4202560 2139 0 0 0 11549 0 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698322742832 139699068162708 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6267] ppid=6239 vsize=15419460 memory=12028 CPUtime=115.19 cores=1,3,5,7
/proc/6241/task/6267/stat : 6267 (java) R 6239 6239 6055 0 -1 4202560 5050 0 0 0 11514 5 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698323792696 139699068944501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
Current children cumulated CPU time: 470.63 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 534660 KiB

[startup+120.002 s]*
/proc/loadavg: 7.24 3.35 1.82 9/237 6354
/proc/meminfo: memFree=5025288/32770624 swapFree=66988696/67108860
[pid=6239] ppid=6236 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6239/stat : 6239 (xcsp3-exec) S 6236 6239 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475109588 115843072 364 33554432000 4194304 5098028 140728352306432 140728352304536 140203820180092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8548352 140728352310102 140728352310361 140728352310361 140728352313286 0
/proc/6239/statm: 28282 364 305 221 0 87 0
[pid=6241] ppid=6239 vsize=15419460 memory=533204 CPUtime=473.83 cores=1,3,5,7
/proc/6241/stat : 6241 (java) S 6239 6239 6055 0 -1 1077944320 69582 0 0 0 47343 40 0 0 20 0 19 0 475109588 15789527040 133301 33554432000 4194304 4196468 140727869727840 140727869710384 139699468463863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
/proc/6241/statm: 3854865 133301 3517 1 0 3815965 0
[pid=6241/tid=6242] ppid=6239 vsize=15419460 memory=1398722017469774279 CPUtime=0.8 cores=1,3,5,7
/proc/6241/task/6242/stat : 6242 (java) S 6239 6239 6055 0 -1 1077944384 9190 0 0 0 77 3 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699472704640 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6243] ppid=6239 vsize=15419460 memory=4126316290023845779 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6243/stat : 6243 (java) S 6239 6239 6055 0 -1 1077944384 1700 0 0 0 33 6 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699396504592 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6244] ppid=6239 vsize=15419460 memory=984 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6244/stat : 6244 (java) S 6239 6239 6055 0 -1 1077944384 1133 0 0 0 33 6 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699395452048 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6245] ppid=6239 vsize=15419460 memory=1324 CPUtime=0.38 cores=1,3,5,7
/proc/6241/task/6245/stat : 6245 (java) S 6239 6239 6055 0 -1 1077944384 2251 0 0 0 33 5 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699394398992 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6246] ppid=6239 vsize=15419460 memory=780 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6246/stat : 6246 (java) S 6239 6239 6055 0 -1 1077944384 2491 0 0 0 34 5 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699393346448 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6247] ppid=6239 vsize=15419460 memory=1028 CPUtime=0.25 cores=1,3,5,7
/proc/6241/task/6247/stat : 6247 (java) S 6239 6239 6055 0 -1 1077944384 1823 0 0 0 23 2 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698342484208 139699468475010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6248] ppid=6239 vsize=15419460 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6248/stat : 6248 (java) S 6239 6239 6055 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698341430496 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6249] ppid=6239 vsize=15419460 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6249/stat : 6249 (java) S 6239 6239 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698340377344 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6250] ppid=6239 vsize=15419460 memory=756 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6250/stat : 6250 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698339325904 139699468482459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6251] ppid=6239 vsize=15419460 memory=1548 CPUtime=2.39 cores=1,3,5,7
/proc/6241/task/6251/stat : 6251 (java) S 6239 6239 6055 0 -1 1077944384 16763 0 0 0 238 1 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698338274032 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6252] ppid=6239 vsize=15419460 memory=8104 CPUtime=2.39 cores=1,3,5,7
/proc/6241/task/6252/stat : 6252 (java) S 6239 6239 6055 0 -1 1077944384 12978 0 0 0 236 3 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698337221488 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6253] ppid=6239 vsize=15419460 memory=1164 CPUtime=0.79 cores=1,3,5,7
/proc/6241/task/6253/stat : 6253 (java) S 6239 6239 6055 0 -1 1077944384 7118 0 0 0 78 1 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698336168432 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6254] ppid=6239 vsize=15419460 memory=9520 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6254/stat : 6254 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698335116128 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6255] ppid=6239 vsize=15419460 memory=14008 CPUtime=0.03 cores=1,3,5,7
/proc/6241/task/6255/stat : 6255 (java) S 6239 6239 6055 0 -1 1077944384 736 0 0 0 0 3 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698334063152 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6264] ppid=6239 vsize=15419460 memory=1764 CPUtime=116.73 cores=1,3,5,7
/proc/6241/task/6264/stat : 6264 (java) R 6239 6239 6055 0 -1 4202560 572 0 0 0 11673 0 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698321686200 139699071369923 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6265] ppid=6239 vsize=15419460 memory=111632 CPUtime=116.4 cores=1,3,5,7
/proc/6241/task/6265/stat : 6265 (java) R 6239 6239 6055 0 -1 4202560 3946 0 0 0 11639 1 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698324847136 139699071152931 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6266] ppid=6239 vsize=15419460 memory=804 CPUtime=116.28 cores=1,3,5,7
/proc/6241/task/6266/stat : 6266 (java) R 6239 6239 6055 0 -1 4202560 2142 0 0 0 11628 0 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698322739816 139699070969593 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6267] ppid=6239 vsize=15419460 memory=4096 CPUtime=115.99 cores=1,3,5,7
/proc/6241/task/6267/stat : 6267 (java) R 6239 6239 6055 0 -1 4202560 5050 0 0 0 11594 5 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698323792176 139699071470657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
Current children cumulated CPU time: 473.83 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 534660 KiB

[startup+120.402 s]
/proc/loadavg: 7.24 3.35 1.82 9/237 6354
/proc/meminfo: memFree=5025288/32770624 swapFree=66988696/67108860
[pid=6239] ppid=6236 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6239/stat : 6239 (xcsp3-exec) S 6236 6239 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475109588 115843072 364 33554432000 4194304 5098028 140728352306432 140728352304536 140203820180092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8548352 140728352310102 140728352310361 140728352310361 140728352313286 0
/proc/6239/statm: 28282 364 305 221 0 87 0
[pid=6241] ppid=6239 vsize=15419460 memory=533204 CPUtime=475.39 cores=1,3,5,7
/proc/6241/stat : 6241 (java) S 6239 6239 6055 0 -1 1077944320 69582 0 0 0 47499 40 0 0 20 0 19 0 475109588 15789527040 133301 33554432000 4194304 4196468 140727869727840 140727869710384 139699468463863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
/proc/6241/statm: 3854865 133301 3517 1 0 3815965 0
[pid=6241/tid=6242] ppid=6239 vsize=15419460 memory=3176 CPUtime=0.8 cores=1,3,5,7
/proc/6241/task/6242/stat : 6242 (java) S 6239 6239 6055 0 -1 1077944384 9190 0 0 0 77 3 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699472704640 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6243] ppid=6239 vsize=15419460 memory=1456 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6243/stat : 6243 (java) S 6239 6239 6055 0 -1 1077944384 1700 0 0 0 33 6 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699396504592 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6244] ppid=6239 vsize=15419460 memory=1456 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6244/stat : 6244 (java) S 6239 6239 6055 0 -1 1077944384 1133 0 0 0 33 6 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699395452048 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6245] ppid=6239 vsize=15419460 memory=533204 CPUtime=0.38 cores=1,3,5,7
/proc/6241/task/6245/stat : 6245 (java) S 6239 6239 6055 0 -1 1077944384 2251 0 0 0 33 5 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699394398992 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6246] ppid=6239 vsize=15419460 memory=928 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6246/stat : 6246 (java) S 6239 6239 6055 0 -1 1077944384 2491 0 0 0 34 5 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699393346448 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6247] ppid=6239 vsize=15419460 memory=3784 CPUtime=0.25 cores=1,3,5,7
/proc/6241/task/6247/stat : 6247 (java) S 6239 6239 6055 0 -1 1077944384 1823 0 0 0 23 2 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698342484208 139699468475010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6248] ppid=6239 vsize=15419460 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6248/stat : 6248 (java) S 6239 6239 6055 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698341430496 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6249] ppid=6239 vsize=15419460 memory=904 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6249/stat : 6249 (java) S 6239 6239 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698340377344 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6250] ppid=6239 vsize=15419460 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6250/stat : 6250 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698339325904 139699468482459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6251] ppid=6239 vsize=15419460 memory=2528 CPUtime=2.39 cores=1,3,5,7
/proc/6241/task/6251/stat : 6251 (java) S 6239 6239 6055 0 -1 1077944384 16763 0 0 0 238 1 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698338274032 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6252] ppid=6239 vsize=15419460 memory=1764 CPUtime=2.39 cores=1,3,5,7
/proc/6241/task/6252/stat : 6252 (java) S 6239 6239 6055 0 -1 1077944384 12978 0 0 0 236 3 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698337221488 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6253] ppid=6239 vsize=15419460 memory=111632 CPUtime=0.79 cores=1,3,5,7
/proc/6241/task/6253/stat : 6253 (java) S 6239 6239 6055 0 -1 1077944384 7118 0 0 0 78 1 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698336168432 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6254] ppid=6239 vsize=15419460 memory=804 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6254/stat : 6254 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698335116128 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6255] ppid=6239 vsize=15419460 memory=4096 CPUtime=0.03 cores=1,3,5,7
/proc/6241/task/6255/stat : 6255 (java) S 6239 6239 6055 0 -1 1077944384 736 0 0 0 0 3 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698334063152 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6264] ppid=6239 vsize=15419460 memory=1808 CPUtime=117.12 cores=1,3,5,7
/proc/6241/task/6264/stat : 6264 (java) R 6239 6239 6055 0 -1 4202560 572 0 0 0 11712 0 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698321686200 139699069731335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6265] ppid=6239 vsize=15419460 memory=924 CPUtime=116.8 cores=1,3,5,7
/proc/6241/task/6265/stat : 6265 (java) R 6239 6239 6055 0 -1 4202560 3946 0 0 0 11679 1 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698324847024 139699071369890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6266] ppid=6239 vsize=15419460 memory=3804 CPUtime=116.67 cores=1,3,5,7
/proc/6241/task/6266/stat : 6266 (java) R 6239 6239 6055 0 -1 4202560 2142 0 0 0 11667 0 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698322739816 139699071237378 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6267] ppid=6239 vsize=15419460 memory=2592 CPUtime=116.38 cores=1,3,5,7
/proc/6241/task/6267/stat : 6267 (java) R 6239 6239 6055 0 -1 4202560 5050 0 0 0 11633 5 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698323792176 139699071469930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
Current children cumulated CPU time: 475.39 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 534660 KiB

[startup+120.502 s]
/proc/loadavg: 7.24 3.35 1.82 9/237 6354
/proc/meminfo: memFree=5025288/32770624 swapFree=66988696/67108860
[pid=6239] ppid=6236 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/6239/stat : 6239 (xcsp3-exec) S 6236 6239 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475109588 115843072 364 33554432000 4194304 5098028 140728352306432 140728352304536 140203820180092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8548352 140728352310102 140728352310361 140728352310361 140728352313286 0
/proc/6239/statm: 28282 364 305 221 0 87 0
[pid=6241] ppid=6239 vsize=15419460 memory=533204 CPUtime=475.79 cores=1,3,5,7
/proc/6241/stat : 6241 (java) S 6239 6239 6055 0 -1 1077944320 69584 0 0 0 47539 40 0 0 20 0 19 0 475109588 15789527040 133301 33554432000 4194304 4196468 140727869727840 140727869710384 139699468463863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
/proc/6241/statm: 3854865 133301 3517 1 0 3815965 0
[pid=6241/tid=6242] ppid=6239 vsize=15419460 memory=1456 CPUtime=0.8 cores=1,3,5,7
/proc/6241/task/6242/stat : 6242 (java) S 6239 6239 6055 0 -1 1077944384 9190 0 0 0 77 3 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699472704640 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6243] ppid=6239 vsize=15419460 memory=533204 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6243/stat : 6243 (java) S 6239 6239 6055 0 -1 1077944384 1700 0 0 0 33 6 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699396504592 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6244] ppid=6239 vsize=15419460 memory=533204 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6244/stat : 6244 (java) S 6239 6239 6055 0 -1 1077944384 1133 0 0 0 33 6 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699395452048 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6245] ppid=6239 vsize=15419460 memory=533204 CPUtime=0.38 cores=1,3,5,7
/proc/6241/task/6245/stat : 6245 (java) S 6239 6239 6055 0 -1 1077944384 2251 0 0 0 33 5 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699394398992 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6246] ppid=6239 vsize=15419460 memory=533204 CPUtime=0.39 cores=1,3,5,7
/proc/6241/task/6246/stat : 6246 (java) S 6239 6239 6055 0 -1 1077944384 2491 0 0 0 34 5 0 0 20 0 19 0 475109589 15789527040 133301 33554432000 4194304 4196468 140727869727840 139699393346448 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6247] ppid=6239 vsize=15419460 memory=1456 CPUtime=0.25 cores=1,3,5,7
/proc/6241/task/6247/stat : 6247 (java) S 6239 6239 6055 0 -1 1077944384 1823 0 0 0 23 2 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698342484208 139699468475010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6248] ppid=6239 vsize=15419460 memory=522964 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6248/stat : 6248 (java) S 6239 6239 6055 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698341430496 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6249] ppid=6239 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6249/stat : 6249 (java) S 6239 6239 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475109591 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698340377344 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6250] ppid=6239 vsize=15419460 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6250/stat : 6250 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698339325904 139699468482459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6251] ppid=6239 vsize=15419460 memory=38900 CPUtime=2.39 cores=1,3,5,7
/proc/6241/task/6251/stat : 6251 (java) S 6239 6239 6055 0 -1 1077944384 16763 0 0 0 238 1 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698338274032 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6252] ppid=6239 vsize=15419460 memory=0 CPUtime=2.39 cores=1,3,5,7
/proc/6241/task/6252/stat : 6252 (java) S 6239 6239 6055 0 -1 1077944384 12978 0 0 0 236 3 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698337221488 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6253] ppid=6239 vsize=15419460 memory=6944656575208382560 CPUtime=0.79 cores=1,3,5,7
/proc/6241/task/6253/stat : 6253 (java) S 6239 6239 6055 0 -1 1077944384 7118 0 0 0 78 1 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698336168432 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6254] ppid=6239 vsize=15419460 memory=164 CPUtime=0 cores=1,3,5,7
/proc/6241/task/6254/stat : 6254 (java) S 6239 6239 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698335116128 139699468474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6255] ppid=6239 vsize=15419460 memory=7018974726733916775 CPUtime=0.03 cores=1,3,5,7
/proc/6241/task/6255/stat : 6255 (java) S 6239 6239 6055 0 -1 1077944384 736 0 0 0 0 3 0 0 20 0 19 0 475109594 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698334063152 139699468475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6264] ppid=6239 vsize=15419460 memory=1456 CPUtime=117.22 cores=1,3,5,7
/proc/6241/task/6264/stat : 6264 (java) R 6239 6239 6055 0 -1 4202560 572 0 0 0 11722 0 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698321685360 139699071370025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6265] ppid=6239 vsize=15419460 memory=512268 CPUtime=116.89 cores=1,3,5,7
/proc/6241/task/6265/stat : 6265 (java) R 6239 6239 6055 0 -1 4202560 3946 0 0 0 11688 1 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698324844968 139699071429656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6266] ppid=6239 vsize=15419460 memory=239 CPUtime=116.77 cores=1,3,5,7
/proc/6241/task/6266/stat : 6266 (java) R 6239 6239 6055 0 -1 4202560 2143 0 0 0 11677 0 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698322739816 139699071370308 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
[pid=6241/tid=6267] ppid=6239 vsize=15419460 memory=79 CPUtime=116.48 cores=1,3,5,7
/proc/6241/task/6267/stat : 6267 (java) R 6239 6239 6055 0 -1 4202560 5051 0 0 0 11643 5 0 0 20 0 19 0 475109678 15789527040 133301 33554432000 4194304 4196468 140727869727840 139698323794848 139699068947955 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140727869731803 140727869731978 140727869731978 140727869734863 0
Current children cumulated CPU time: 475.79 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 534660 KiB

Child status: 0
Real time (s): 120.553
CPU time (s): 475.977
CPU user time (s): 475.56
CPU system time (s): 0.41659
CPU usage (%): 394.829
Max. virtual memory (cumulated for all children) (KiB): 15534712
Max. memory (cumulated for all children) (KiB): 534660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 475.56
system time used= 0.41659
maximum resident set size= 533620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14816
involuntary context switches= 9766


# summary of solver processes directly reported to runsolver:
#   pid: 6239
#   total CPU time (s): 475.977
#   total CPU user time (s): 475.56
#   total CPU system time (s): 0.41659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.801565 second user time and 1.35027 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 16:07:07
IDJOB=4403651
IDBENCH=120637
IDSOLVER=2863
FILE ID=node121/4403651-1568988470
RUNJOBID= node121-1568988421-6087
PBS_JOBID= 21704645
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-david.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 /var/tmp/evaluation-result-4403651-1568988470/watcher-4403651-1568988470 -o /var/tmp/evaluation-result-4403651-1568988470/solver-4403651-1568988470 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6087 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2022908797 HOME/instance-4403651-1568988470.xml

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

MD5SUM BENCH= 8881d200d983e9a0f6a660f33978a65e
RANDOM SEED=2022908797

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:         5510504 kB
MemAvailable:   31638972 kB
Buffers:          150056 kB
Cached:         25911956 kB
SwapCached:         5492 kB
Active:         13232112 kB
Inactive:       13056560 kB
Active(anon):     223528 kB
Inactive(anon):    41144 kB
Active(file):   13008584 kB
Inactive(file): 13015416 kB
Unevictable:      111180 kB
Mlocked:          111180 kB
SwapTotal:      67108860 kB
SwapFree:       66988696 kB
Dirty:             26136 kB
Writeback:             8 kB
AnonPages:        333216 kB
Mapped:            60036 kB
Shmem:             29264 kB
Slab:             562192 kB
SReclaimable:     532928 kB
SUnreclaim:        29264 kB
KernelStack:        3792 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1518392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node121 at 2019-09-20 16:09:08