Trace number 4403951

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 468.522 118.678

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.31459
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-4403951-1568990069.xml"  -tl '2400s' -p 4
0.12/0.19	c Choco 3fb4b153
0.12/0.19	c [HOME/instance-4403951-1568990069.xml, -tl, 2400s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
1.82/0.82	c solve instance...
1.82/0.86	o 11 
2.16/0.94	o 10 
468.25/118.66	s OPTIMUM FOUND
468.25/118.66	v <instantiation>
468.25/118.66	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>
468.25/118.66	v 	<values>0 1 1 2 1 0 3 2 4 0 0 3 1 1 2 0 4 4 6 6 0 2 2 1 0 0 3 2 4 1 0 4 0 9 0 0 0 0 0 3 0 4 0 1 1 7 1 0 0 8 0 2 2 3 0 2 0 2 3 4 1 0 3 0 0 3 6 1 3 1 1 3 7 8 0 2 1 0 4 0 7 0 5 3 2 2 10 </values>
468.25/118.66	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 (4600 MiB free)
  memory of node 1: 16384 MiB (6951 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403951-1568990069/watcher-4403951-1568990069 -o /var/tmp/evaluation-result-4403951-1568990069/solver-4403951-1568990069 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568989977-29017 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1872221554 HOME/instance-4403951-1568990069.xml 

running on 4 cores: 0,2,4,6

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=29326, runsolver pid=29323

[startup+0.10009 s]*
/proc/loadavg: 5.13 2.28 1.75 3/209 29357
/proc/meminfo: memFree=11813832/32770624 swapFree=66956676/67108860
[pid=29326] ppid=29323 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29326/stat : 29326 (xcsp3-exec) S 29323 29326 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475245507 115843072 363 33554432000 4194304 5098028 140730274157392 140730274155496 139717579698812 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40329216 140730274161494 140730274161753 140730274161753 140730274164678 0
/proc/29326/statm: 28282 363 304 221 0 87 0
[pid=29328] ppid=29326 vsize=15144776 memory=28860 CPUtime=0.12 cores=0,2,4,6
/proc/29328/stat : 29328 (java) S 29326 29326 28986 0 -1 1077944320 5651 0 0 0 11 1 0 0 20 0 15 0 475245507 15508250624 7215 33554432000 4194304 4196468 140721562902928 140721562885472 140569735442167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
/proc/29328/statm: 3786194 7215 3115 1 0 3748377 0
[pid=29328/tid=29329] ppid=29326 vsize=15144776 memory=-8035107114841901037 CPUtime=0.09 cores=0,2,4,6
/proc/29328/task/29329/stat : 29329 (java) R 29326 29326 28986 0 -1 4202560 3638 0 0 0 8 1 0 0 20 0 15 0 475245507 15508250624 7215 33554432000 4194304 4196468 140721562902928 140569739680512 140569330457209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29330] ppid=29326 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29330/stat : 29330 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15508250624 7215 33554432000 4194304 4196468 140721562902928 140569663483024 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29331] ppid=29326 vsize=15144776 memory=140536596010624 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29331/stat : 29331 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15508250624 7215 33554432000 4194304 4196468 140721562902928 140569662430224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29332] ppid=29326 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29332/stat : 29332 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15508250624 7215 33554432000 4194304 4196468 140721562902928 140569661377424 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29333] ppid=29326 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29333/stat : 29333 (java) S 29326 29326 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475245508 15508250624 7215 33554432000 4194304 4196468 140721562902928 140569660324624 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29334] ppid=29326 vsize=15144776 memory=140536596010624 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29334/stat : 29334 (java) S 29326 29326 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475245509 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568609446256 140569735453314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29335] ppid=29326 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29335/stat : 29335 (java) S 29326 29326 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475245510 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568608392224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29336] ppid=29326 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29336/stat : 29336 (java) S 29326 29326 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475245510 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568607339376 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29337] ppid=29326 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29337/stat : 29337 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475245513 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568606287696 140569735460763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29338] ppid=29326 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29338/stat : 29338 (java) S 29326 29326 28986 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 475245513 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568605236080 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29339] ppid=29326 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29339/stat : 29339 (java) S 29326 29326 28986 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 475245513 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568604183280 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29340] ppid=29326 vsize=15144776 memory=140536596010624 CPUtime=0.01 cores=0,2,4,6
/proc/29328/task/29340/stat : 29340 (java) R 29326 29326 28986 0 -1 4202560 319 0 0 0 1 0 0 0 20 0 15 0 475245513 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568603130480 140569714399253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29342] ppid=29326 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29342/stat : 29342 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475245513 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568602077920 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29345] ppid=29326 vsize=15144776 memory=140536596010624 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29345/stat : 29345 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245513 15508250624 7215 33554432000 4194304 4196468 140721562902928 140568601025200 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30312 KiB

[startup+0.210657 s]*
/proc/loadavg: 5.13 2.28 1.75 4/209 29364
/proc/meminfo: memFree=11801012/32770624 swapFree=66956676/67108860
[pid=29326] ppid=29323 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29326/stat : 29326 (xcsp3-exec) S 29323 29326 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475245507 115843072 363 33554432000 4194304 5098028 140730274157392 140730274155496 139717579698812 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40329216 140730274161494 140730274161753 140730274161753 140730274164678 0
/proc/29326/statm: 28282 363 304 221 0 87 0
[pid=29328] ppid=29326 vsize=15144776 memory=40324 CPUtime=0.33 cores=0,2,4,6
/proc/29328/stat : 29328 (java) S 29326 29326 28986 0 -1 1077944320 9298 0 0 0 30 3 0 0 20 0 15 0 475245507 15508250624 10081 33554432000 4194304 4196468 140721562902928 140721562885472 140569735442167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
/proc/29328/statm: 3786194 10081 3291 1 0 3748377 0
[pid=29328/tid=29329] ppid=29326 vsize=15144776 memory=8390339637985935414 CPUtime=0.2 cores=0,2,4,6
/proc/29328/task/29329/stat : 29329 (java) R 29326 29326 28986 0 -1 4202560 6563 0 0 0 17 3 0 0 20 0 15 0 475245507 15508250624 10081 33554432000 4194304 4196468 140721562902928 140569739674080 140569735454102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29330] ppid=29326 vsize=15144776 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29330/stat : 29330 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15508250624 10081 33554432000 4194304 4196468 140721562902928 140569663483024 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29331] ppid=29326 vsize=15144776 memory=140536596036511 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29331/stat : 29331 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15508250624 10081 33554432000 4194304 4196468 140721562902928 140569662430224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29332] ppid=29326 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29332/stat : 29332 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15508250624 10081 33554432000 4194304 4196468 140721562902928 140569661377424 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29333] ppid=29326 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29333/stat : 29333 (java) S 29326 29326 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475245508 15508250624 10081 33554432000 4194304 4196468 140721562902928 140569660324624 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29334] ppid=29326 vsize=15144776 memory=140536596010624 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29334/stat : 29334 (java) S 29326 29326 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475245509 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568609446256 140569735453314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29335] ppid=29326 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29335/stat : 29335 (java) S 29326 29326 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475245510 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568608392224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29336] ppid=29326 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29336/stat : 29336 (java) S 29326 29326 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475245510 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568607339376 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29337] ppid=29326 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29337/stat : 29337 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475245513 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568606287696 140569735460763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29338] ppid=29326 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29328/task/29338/stat : 29338 (java) S 29326 29326 28986 0 -1 1077944384 421 0 0 0 1 0 0 0 20 0 15 0 475245513 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568605236080 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29339] ppid=29326 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29328/task/29339/stat : 29339 (java) S 29326 29326 28986 0 -1 1077944384 223 0 0 0 2 0 0 0 20 0 15 0 475245513 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568604183280 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29340] ppid=29326 vsize=15144776 memory=140536596010624 CPUtime=0.07 cores=0,2,4,6
/proc/29328/task/29340/stat : 29340 (java) R 29326 29326 28986 0 -1 4202560 784 0 0 0 7 0 0 0 20 0 15 0 475245513 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568603126432 140569735463514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29342] ppid=29326 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29342/stat : 29342 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475245513 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568602077920 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29345] ppid=29326 vsize=15144776 memory=140536596010624 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29345/stat : 29345 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245513 15508250624 10081 33554432000 4194304 4196468 140721562902928 140568601025200 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41776 KiB

[startup+0.31093 s]*
/proc/loadavg: 4.96 2.29 1.75 3/229 29388
/proc/meminfo: memFree=11783268/32770624 swapFree=66956676/67108860
[pid=29326] ppid=29323 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29326/stat : 29326 (xcsp3-exec) S 29323 29326 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475245507 115843072 363 33554432000 4194304 5098028 140730274157392 140730274155496 139717579698812 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40329216 140730274161494 140730274161753 140730274161753 140730274164678 0
/proc/29326/statm: 28282 363 304 221 0 87 0
[pid=29328] ppid=29326 vsize=15149032 memory=48688 CPUtime=0.51 cores=0,2,4,6
/proc/29328/stat : 29328 (java) S 29326 29326 28986 0 -1 1077944320 10528 0 0 0 47 4 0 0 20 0 15 0 475245507 15512608768 12172 33554432000 4194304 4196468 140721562902928 140721562885472 140569735442167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
/proc/29328/statm: 3787258 12172 3323 1 0 3748377 0
[pid=29328/tid=29329] ppid=29326 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/29328/task/29329/stat : 29329 (java) R 29326 29326 28986 0 -1 4202560 7619 0 0 0 27 3 0 0 20 0 15 0 475245507 15512608768 12172 33554432000 4194304 4196468 140721562902928 140569739678784 140569728120181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29330] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29330/stat : 29330 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15512608768 12172 33554432000 4194304 4196468 140721562902928 140569663483024 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29331] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29331/stat : 29331 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15512608768 12172 33554432000 4194304 4196468 140721562902928 140569662430224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29332] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29332/stat : 29332 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15512608768 12236 33554432000 4194304 4196468 140721562902928 140569661377424 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29333] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29333/stat : 29333 (java) S 29326 29326 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475245508 15512608768 12236 33554432000 4194304 4196468 140721562902928 140569660324624 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29334] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29334/stat : 29334 (java) S 29326 29326 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475245509 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568609446256 140569735453314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29335] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29335/stat : 29335 (java) S 29326 29326 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475245510 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568608392224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29336] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29336/stat : 29336 (java) S 29326 29326 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475245510 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568607339376 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29337] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29337/stat : 29337 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475245513 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568606287696 140569735460763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29338] ppid=29326 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29328/task/29338/stat : 29338 (java) R 29326 29326 28986 0 -1 1077944384 430 0 0 0 3 0 0 0 20 0 15 0 475245513 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568605236176 140569735452373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29339] ppid=29326 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29328/task/29339/stat : 29339 (java) R 29326 29326 28986 0 -1 4202560 226 0 0 0 3 0 0 0 20 0 15 0 475245513 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568604174736 140569715908603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29340] ppid=29326 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/29328/task/29340/stat : 29340 (java) S 29326 29326 28986 0 -1 1077944384 947 0 0 0 12 0 0 0 20 0 15 0 475245513 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568603130480 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29342] ppid=29326 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29342/stat : 29342 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475245513 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568602077920 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29345] ppid=29326 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29345/stat : 29345 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245513 15512608768 12236 33554432000 4194304 4196468 140721562902928 140568601025200 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50140 KiB

[startup+0.708547 s]
/proc/loadavg: 4.96 2.29 1.75 4/230 29389
/proc/meminfo: memFree=11750448/32770624 swapFree=66956676/67108860
[pid=29326] ppid=29323 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29326/stat : 29326 (xcsp3-exec) S 29323 29326 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475245507 115843072 363 33554432000 4194304 5098028 140730274157392 140730274155496 139717579698812 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40329216 140730274161494 140730274161753 140730274161753 140730274164678 0
/proc/29326/statm: 28282 363 304 221 0 87 0
[pid=29328] ppid=29326 vsize=15151156 memory=84788 CPUtime=1.52 cores=0,2,4,6
/proc/29328/stat : 29328 (java) S 29326 29326 28986 0 -1 1077944320 14873 0 0 0 146 6 0 0 20 0 15 0 475245507 15514783744 21197 33554432000 4194304 4196468 140721562902928 140721562885472 140569735442167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
/proc/29328/statm: 3787789 21197 3454 1 0 3748889 0
[pid=29328/tid=29329] ppid=29326 vsize=15151156 memory=1988 CPUtime=0.68 cores=0,2,4,6
/proc/29328/task/29329/stat : 29329 (java) R 29326 29326 28986 0 -1 4202560 9177 0 0 0 64 4 0 0 20 0 15 0 475245507 15514783744 21197 33554432000 4194304 4196468 140721562902928 140569739678000 140569330638179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29330] ppid=29326 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29330/stat : 29330 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15514783744 21197 33554432000 4194304 4196468 140721562902928 140569663483024 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29331] ppid=29326 vsize=15151156 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29331/stat : 29331 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15514783744 21197 33554432000 4194304 4196468 140721562902928 140569662430224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29332] ppid=29326 vsize=15151156 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29332/stat : 29332 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245508 15514783744 21197 33554432000 4194304 4196468 140721562902928 140569661377424 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29333] ppid=29326 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29333/stat : 29333 (java) S 29326 29326 28986 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475245508 15514783744 21197 33554432000 4194304 4196468 140721562902928 140569660324624 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29334] ppid=29326 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29334/stat : 29334 (java) S 29326 29326 28986 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475245509 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568609446256 140569735453314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29335] ppid=29326 vsize=15151156 memory=11632 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29335/stat : 29335 (java) S 29326 29326 28986 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475245510 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568608392224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29336] ppid=29326 vsize=15151156 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29336/stat : 29336 (java) S 29326 29326 28986 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475245510 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568607339376 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29337] ppid=29326 vsize=15151156 memory=1088 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29337/stat : 29337 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475245513 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568606287696 140569735460763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29338] ppid=29326 vsize=15151156 memory=988 CPUtime=0.21 cores=0,2,4,6
/proc/29328/task/29338/stat : 29338 (java) R 29326 29326 28986 0 -1 4202560 1162 0 0 0 21 0 0 0 20 0 15 0 475245513 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568605219552 140569718646547 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29339] ppid=29326 vsize=15151156 memory=780 CPUtime=0.19 cores=0,2,4,6
/proc/29328/task/29339/stat : 29339 (java) R 29326 29326 28986 0 -1 4202560 1038 0 0 0 19 0 0 0 20 0 15 0 475245513 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568604183280 140569713468050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29340] ppid=29326 vsize=15151156 memory=6032 CPUtime=0.4 cores=0,2,4,6
/proc/29328/task/29340/stat : 29340 (java) R 29326 29326 28986 0 -1 4202560 2188 0 0 0 40 0 0 0 20 0 15 0 475245513 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568603127384 140569713608528 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29342] ppid=29326 vsize=15151156 memory=624 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29342/stat : 29342 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475245513 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568602077920 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29345] ppid=29326 vsize=15151156 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29345/stat : 29345 (java) S 29326 29326 28986 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475245513 15514783744 21197 33554432000 4194304 4196468 140721562902928 140568601025200 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86240 KiB

[startup+1.50135 s]
/proc/loadavg: 4.96 2.29 1.75 11/234 29401
/proc/meminfo: memFree=11614092/32770624 swapFree=66956676/67108860
[pid=29326] ppid=29323 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29326/stat : 29326 (xcsp3-exec) S 29323 29326 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475245507 115843072 363 33554432000 4194304 5098028 140730274157392 140730274155496 139717579698812 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40329216 140730274161494 140730274161753 140730274161753 140730274164678 0
/proc/29326/statm: 28282 363 304 221 0 87 0

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

/proc/29328/task/29345/stat : 29345 (java) S 29326 29326 28986 0 -1 1077944384 402 0 0 0 0 2 0 0 20 0 19 0 475245513 15789527040 141021 33554432000 4194304 4196468 140721562902928 140568601025200 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29398] ppid=29326 vsize=15419460 memory=1452 CPUtime=113.38 cores=0,2,4,6
/proc/29328/task/29398/stat : 29398 (java) R 29326 29326 28986 0 -1 4202560 901 0 0 0 11338 0 0 0 20 0 19 0 475245602 15789527040 141021 33554432000 4194304 4196468 140721562902928 140568591806008 140569715152608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29399] ppid=29326 vsize=15419460 memory=564084 CPUtime=112.98 cores=0,2,4,6
/proc/29328/task/29399/stat : 29399 (java) R 29326 29326 28986 0 -1 4202560 5767 0 0 0 11294 4 0 0 20 0 19 0 475245602 15789527040 141021 33554432000 4194304 4196468 140721562902928 140568590754032 140569337281543 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29400] ppid=29326 vsize=15419460 memory=800 CPUtime=113.16 cores=0,2,4,6
/proc/29328/task/29400/stat : 29400 (java) R 29326 29326 28986 0 -1 4202560 2273 0 0 0 11315 1 0 0 20 0 19 0 475245602 15789527040 141021 33554432000 4194304 4196468 140721562902928 140568588648736 140569337827691 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29401] ppid=29326 vsize=15419460 memory=4100 CPUtime=113.19 cores=0,2,4,6
/proc/29328/task/29401/stat : 29401 (java) R 29326 29326 28986 0 -1 4202560 3394 0 0 0 11317 2 0 0 20 0 19 0 475245602 15789527040 141021 33554432000 4194304 4196468 140721562902928 140568589704608 140569337930968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
Current children cumulated CPU time: 461.13 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 565536 KiB

[startup+117.603 s]
/proc/loadavg: 7.73 4.23 2.53 9/237 29418
/proc/meminfo: memFree=10644796/32770624 swapFree=66956676/67108860
[pid=29326] ppid=29323 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29326/stat : 29326 (xcsp3-exec) S 29323 29326 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475245507 115843072 363 33554432000 4194304 5098028 140730274157392 140730274155496 139717579698812 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40329216 140730274161494 140730274161753 140730274161753 140730274164678 0
/proc/29326/statm: 28282 363 304 221 0 87 0
[pid=29328] ppid=29326 vsize=15419460 memory=566132 CPUtime=464.29 cores=0,2,4,6
/proc/29328/stat : 29328 (java) S 29326 29326 28986 0 -1 1077944320 68229 0 0 0 46394 35 0 0 20 0 19 0 475245507 15789527040 141533 33554432000 4194304 4196468 140721562902928 140721562885472 140569735442167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
/proc/29328/statm: 3854865 141533 3519 1 0 3815965 0
[pid=29328/tid=29329] ppid=29326 vsize=15419460 memory=564084 CPUtime=0.82 cores=0,2,4,6
/proc/29328/task/29329/stat : 29329 (java) S 29326 29326 28986 0 -1 1077944384 9262 0 0 0 77 5 0 0 20 0 19 0 475245507 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569739682944 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29330] ppid=29326 vsize=15419460 memory=11218 CPUtime=0.35 cores=0,2,4,6
/proc/29328/task/29330/stat : 29330 (java) S 29326 29326 28986 0 -1 1077944384 2200 0 0 0 32 3 0 0 20 0 19 0 475245508 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569663483024 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29331] ppid=29326 vsize=15419460 memory=11221 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29331/stat : 29331 (java) S 29326 29326 28986 0 -1 1077944384 1194 0 0 0 33 3 0 0 20 0 19 0 475245508 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569662430224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29332] ppid=29326 vsize=15419460 memory=3620 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29332/stat : 29332 (java) S 29326 29326 28986 0 -1 1077944384 2339 0 0 0 32 4 0 0 20 0 19 0 475245508 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569661377424 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29333] ppid=29326 vsize=15419460 memory=54616 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29333/stat : 29333 (java) S 29326 29326 28986 0 -1 1077944384 714 0 0 0 32 4 0 0 20 0 19 0 475245508 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569660324624 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29334] ppid=29326 vsize=15419460 memory=1988 CPUtime=0.24 cores=0,2,4,6
/proc/29328/task/29334/stat : 29334 (java) S 29326 29326 28986 0 -1 1077944384 1758 0 0 0 21 3 0 0 20 0 19 0 475245509 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568609446256 140569735453314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29335] ppid=29326 vsize=15419460 memory=988 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29335/stat : 29335 (java) S 29326 29326 28986 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475245510 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568608392288 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29336] ppid=29326 vsize=15419460 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29336/stat : 29336 (java) S 29326 29326 28986 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475245510 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568607339392 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29337] ppid=29326 vsize=15419460 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29337/stat : 29337 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568606287696 140569735460763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29338] ppid=29326 vsize=15419460 memory=1056 CPUtime=2.39 cores=0,2,4,6
/proc/29328/task/29338/stat : 29338 (java) S 29326 29326 28986 0 -1 1077944384 13500 0 0 0 238 1 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568605236080 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29339] ppid=29326 vsize=15419460 memory=1556 CPUtime=2.44 cores=0,2,4,6
/proc/29328/task/29339/stat : 29339 (java) S 29326 29326 28986 0 -1 1077944384 14848 0 0 0 243 1 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568604183280 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29340] ppid=29326 vsize=15419460 memory=11632 CPUtime=0.79 cores=0,2,4,6
/proc/29328/task/29340/stat : 29340 (java) S 29326 29326 28986 0 -1 1077944384 7958 0 0 0 78 1 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568603130480 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29342] ppid=29326 vsize=15419460 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29342/stat : 29342 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568602077920 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29345] ppid=29326 vsize=15419460 memory=1088 CPUtime=0.02 cores=0,2,4,6
/proc/29328/task/29345/stat : 29345 (java) S 29326 29326 28986 0 -1 1077944384 402 0 0 0 0 2 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568601025200 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29398] ppid=29326 vsize=15419460 memory=988 CPUtime=114.17 cores=0,2,4,6
/proc/29328/task/29398/stat : 29398 (java) R 29326 29326 28986 0 -1 4202560 904 0 0 0 11417 0 0 0 20 0 19 0 475245602 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568591805216 140569338698636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29399] ppid=29326 vsize=15419460 memory=780 CPUtime=113.75 cores=0,2,4,6
/proc/29328/task/29399/stat : 29399 (java) R 29326 29326 28986 0 -1 4202560 5770 0 0 0 11371 4 0 0 20 0 19 0 475245602 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568590756512 140569337281654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29400] ppid=29326 vsize=15419460 memory=6032 CPUtime=113.95 cores=0,2,4,6
/proc/29328/task/29400/stat : 29400 (java) R 29326 29326 28986 0 -1 4202560 2273 0 0 0 11394 1 0 0 20 0 19 0 475245602 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568588648176 140569337281543 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29401] ppid=29326 vsize=15419460 memory=6791534058613427641 CPUtime=113.98 cores=0,2,4,6
/proc/29328/task/29401/stat : 29401 (java) R 29326 29326 28986 0 -1 4202560 3394 0 0 0 11396 2 0 0 20 0 19 0 475245602 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568589701632 140569337930383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
Current children cumulated CPU time: 464.29 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 567584 KiB

[startup+118.402 s]
/proc/loadavg: 7.73 4.23 2.53 9/237 29418
/proc/meminfo: memFree=10642716/32770624 swapFree=66956676/67108860
[pid=29326] ppid=29323 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29326/stat : 29326 (xcsp3-exec) S 29323 29326 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475245507 115843072 363 33554432000 4194304 5098028 140730274157392 140730274155496 139717579698812 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40329216 140730274161494 140730274161753 140730274161753 140730274164678 0
/proc/29326/statm: 28282 363 304 221 0 87 0
[pid=29328] ppid=29326 vsize=15419460 memory=566132 CPUtime=467.45 cores=0,2,4,6
/proc/29328/stat : 29328 (java) S 29326 29326 28986 0 -1 1077944320 68237 0 0 0 46710 35 0 0 20 0 19 0 475245507 15789527040 141533 33554432000 4194304 4196468 140721562902928 140721562885472 140569735442167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
/proc/29328/statm: 3854865 141533 3519 1 0 3815965 0
[pid=29328/tid=29329] ppid=29326 vsize=15419460 memory=1056 CPUtime=0.82 cores=0,2,4,6
/proc/29328/task/29329/stat : 29329 (java) S 29326 29326 28986 0 -1 1077944384 9262 0 0 0 77 5 0 0 20 0 19 0 475245507 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569739682944 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29330] ppid=29326 vsize=15419460 memory=6791534058613427641 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29330/stat : 29330 (java) S 29326 29326 28986 0 -1 1077944384 2200 0 0 0 33 3 0 0 20 0 19 0 475245508 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569663483024 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29331] ppid=29326 vsize=15419460 memory=564084 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29331/stat : 29331 (java) S 29326 29326 28986 0 -1 1077944384 1196 0 0 0 33 3 0 0 20 0 19 0 475245508 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569662430224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29332] ppid=29326 vsize=15419460 memory=1088 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29332/stat : 29332 (java) S 29326 29326 28986 0 -1 1077944384 2339 0 0 0 32 4 0 0 20 0 19 0 475245508 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569661377424 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29333] ppid=29326 vsize=15419460 memory=988 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29333/stat : 29333 (java) S 29326 29326 28986 0 -1 1077944384 714 0 0 0 32 4 0 0 20 0 19 0 475245508 15789527040 141533 33554432000 4194304 4196468 140721562902928 140569660324624 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29334] ppid=29326 vsize=15419460 memory=780 CPUtime=0.24 cores=0,2,4,6
/proc/29328/task/29334/stat : 29334 (java) S 29326 29326 28986 0 -1 1077944384 1758 0 0 0 21 3 0 0 20 0 19 0 475245509 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568609446256 140569735453314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29335] ppid=29326 vsize=15419460 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29335/stat : 29335 (java) S 29326 29326 28986 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475245510 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568608392288 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29336] ppid=29326 vsize=15419460 memory=11632 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29336/stat : 29336 (java) S 29326 29326 28986 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475245510 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568607339392 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29337] ppid=29326 vsize=15419460 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29337/stat : 29337 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568606287696 140569735460763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29338] ppid=29326 vsize=15419460 memory=1088 CPUtime=2.39 cores=0,2,4,6
/proc/29328/task/29338/stat : 29338 (java) S 29326 29326 28986 0 -1 1077944384 13500 0 0 0 238 1 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568605236080 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29339] ppid=29326 vsize=15419460 memory=988 CPUtime=2.44 cores=0,2,4,6
/proc/29328/task/29339/stat : 29339 (java) S 29326 29326 28986 0 -1 1077944384 14848 0 0 0 243 1 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568604183280 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29340] ppid=29326 vsize=15419460 memory=780 CPUtime=0.79 cores=0,2,4,6
/proc/29328/task/29340/stat : 29340 (java) S 29326 29326 28986 0 -1 1077944384 7958 0 0 0 78 1 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568603130480 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29342] ppid=29326 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29342/stat : 29342 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568602077920 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29345] ppid=29326 vsize=15419460 memory=564084 CPUtime=0.02 cores=0,2,4,6
/proc/29328/task/29345/stat : 29345 (java) S 29326 29326 28986 0 -1 1077944384 402 0 0 0 0 2 0 0 20 0 19 0 475245513 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568601025200 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29398] ppid=29326 vsize=15419460 memory=1728 CPUtime=114.97 cores=0,2,4,6
/proc/29328/task/29398/stat : 29398 (java) R 29326 29326 28986 0 -1 4202560 906 0 0 0 11497 0 0 0 20 0 19 0 475245602 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568591805872 140569337281811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29399] ppid=29326 vsize=15419460 memory=3620 CPUtime=114.54 cores=0,2,4,6
/proc/29328/task/29399/stat : 29399 (java) R 29326 29326 28986 0 -1 4202560 5773 0 0 0 11450 4 0 0 20 0 19 0 475245602 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568590754280 140569338629081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29400] ppid=29326 vsize=15419460 memory=54616 CPUtime=114.72 cores=0,2,4,6
/proc/29328/task/29400/stat : 29400 (java) R 29326 29326 28986 0 -1 4202560 2274 0 0 0 11471 1 0 0 20 0 19 0 475245602 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568588647680 140569338641088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29401] ppid=29326 vsize=15419460 memory=1988 CPUtime=114.77 cores=0,2,4,6
/proc/29328/task/29401/stat : 29401 (java) R 29326 29326 28986 0 -1 4202560 3394 0 0 0 11475 2 0 0 20 0 19 0 475245602 15789527040 141533 33554432000 4194304 4196468 140721562902928 140568589704608 140569337517326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
Current children cumulated CPU time: 467.45 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 567584 KiB

[startup+118.602 s]
/proc/loadavg: 7.73 4.23 2.53 9/237 29418
/proc/meminfo: memFree=10642716/32770624 swapFree=66956676/67108860
[pid=29326] ppid=29323 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29326/stat : 29326 (xcsp3-exec) S 29323 29326 28986 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475245507 115843072 363 33554432000 4194304 5098028 140730274157392 140730274155496 139717579698812 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40329216 140730274161494 140730274161753 140730274161753 140730274164678 0
/proc/29326/statm: 28282 363 304 221 0 87 0
[pid=29328] ppid=29326 vsize=15419460 memory=574324 CPUtime=468.25 cores=0,2,4,6
/proc/29328/stat : 29328 (java) S 29326 29326 28986 0 -1 1077944320 68250 0 0 0 46790 35 0 0 20 0 19 0 475245507 15789527040 143581 33554432000 4194304 4196468 140721562902928 140721562885472 140569735442167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
/proc/29328/statm: 3854865 143581 3519 1 0 3815965 0
[pid=29328/tid=29329] ppid=29326 vsize=15419460 memory=7310019855334405057 CPUtime=0.82 cores=0,2,4,6
/proc/29328/task/29329/stat : 29329 (java) S 29326 29326 28986 0 -1 1077944384 9262 0 0 0 77 5 0 0 20 0 19 0 475245507 15789527040 143581 33554432000 4194304 4196468 140721562902928 140569739682944 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29330] ppid=29326 vsize=15419460 memory=15988 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29330/stat : 29330 (java) S 29326 29326 28986 0 -1 1077944384 2203 0 0 0 33 3 0 0 20 0 19 0 475245508 15789527040 143581 33554432000 4194304 4196468 140721562902928 140569663483024 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29331] ppid=29326 vsize=15419460 memory=-7887927022486990768 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29331/stat : 29331 (java) S 29326 29326 28986 0 -1 1077944384 1198 0 0 0 33 3 0 0 20 0 19 0 475245508 15789527040 143581 33554432000 4194304 4196468 140721562902928 140569662430224 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29332] ppid=29326 vsize=15419460 memory=6720696446780543624 CPUtime=0.36 cores=0,2,4,6
/proc/29328/task/29332/stat : 29332 (java) S 29326 29326 28986 0 -1 1077944384 2342 0 0 0 32 4 0 0 20 0 19 0 475245508 15789527040 143581 33554432000 4194304 4196468 140721562902928 140569661377424 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29333] ppid=29326 vsize=15419460 memory=6032 CPUtime=0.37 cores=0,2,4,6
/proc/29328/task/29333/stat : 29333 (java) S 29326 29326 28986 0 -1 1077944384 715 0 0 0 33 4 0 0 20 0 19 0 475245508 15789527040 143581 33554432000 4194304 4196468 140721562902928 140569660324624 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29334] ppid=29326 vsize=15419460 memory=624 CPUtime=0.24 cores=0,2,4,6
/proc/29328/task/29334/stat : 29334 (java) S 29326 29326 28986 0 -1 1077944384 1758 0 0 0 21 3 0 0 20 0 19 0 475245509 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568609446256 140569735453314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29335] ppid=29326 vsize=15419460 memory=3636 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29335/stat : 29335 (java) S 29326 29326 28986 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475245510 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568608392288 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29336] ppid=29326 vsize=15419460 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29336/stat : 29336 (java) S 29326 29326 28986 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475245510 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568607339392 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29337] ppid=29326 vsize=15419460 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29337/stat : 29337 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475245513 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568606287696 140569735460763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29338] ppid=29326 vsize=15419460 memory=2112 CPUtime=2.39 cores=0,2,4,6
/proc/29328/task/29338/stat : 29338 (java) S 29326 29326 28986 0 -1 1077944384 13500 0 0 0 238 1 0 0 20 0 19 0 475245513 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568605236080 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29339] ppid=29326 vsize=15419460 memory=12040 CPUtime=2.44 cores=0,2,4,6
/proc/29328/task/29339/stat : 29339 (java) S 29326 29326 28986 0 -1 1077944384 14848 0 0 0 243 1 0 0 20 0 19 0 475245513 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568604183280 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29340] ppid=29326 vsize=15419460 memory=31824 CPUtime=0.79 cores=0,2,4,6
/proc/29328/task/29340/stat : 29340 (java) S 29326 29326 28986 0 -1 1077944384 7958 0 0 0 78 1 0 0 20 0 19 0 475245513 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568603130480 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29342] ppid=29326 vsize=15419460 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/29328/task/29342/stat : 29342 (java) S 29326 29326 28986 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475245513 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568602077920 140569735452373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29345] ppid=29326 vsize=15419460 memory=532 CPUtime=0.02 cores=0,2,4,6
/proc/29328/task/29345/stat : 29345 (java) S 29326 29326 28986 0 -1 1077944384 402 0 0 0 0 2 0 0 20 0 19 0 475245513 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568601025200 140569735453314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29398] ppid=29326 vsize=15419460 memory=928 CPUtime=115.16 cores=0,2,4,6
/proc/29328/task/29398/stat : 29398 (java) R 29326 29326 28986 0 -1 4202560 906 0 0 0 11516 0 0 0 20 0 19 0 475245602 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568591805872 140569338640327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29399] ppid=29326 vsize=15419460 memory=1720 CPUtime=114.74 cores=0,2,4,6
/proc/29328/task/29399/stat : 29399 (java) R 29326 29326 28986 0 -1 4202560 5773 0 0 0 11470 4 0 0 20 0 19 0 475245602 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568590756400 140569337898820 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29400] ppid=29326 vsize=15419460 memory=11632 CPUtime=114.92 cores=0,2,4,6
/proc/29328/task/29400/stat : 29400 (java) R 29326 29326 28986 0 -1 4202560 2274 0 0 0 11491 1 0 0 20 0 19 0 475245602 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568588648736 140569337281537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
[pid=29328/tid=29401] ppid=29326 vsize=15419460 memory=1732 CPUtime=114.97 cores=0,2,4,6
/proc/29328/task/29401/stat : 29401 (java) R 29326 29326 28986 0 -1 4202560 3398 0 0 0 11495 2 0 0 20 0 19 0 475245602 15789527040 143581 33554432000 4194304 4196468 140721562902928 140568589705280 140569337519789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23764992 140721562907611 140721562907786 140721562907786 140721562910671 0
Current children cumulated CPU time: 468.25 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 575776 KiB

Child status: 0
Real time (s): 118.678
CPU time (s): 468.522
CPU user time (s): 468.153
CPU system time (s): 0.369568
CPU usage (%): 394.785
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 575776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 468.153
system time used= 0.369568
maximum resident set size= 574508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69275
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= 14783
involuntary context switches= 11287


# summary of solver processes directly reported to runsolver:
#   pid: 29326
#   total CPU time (s): 468.522
#   total CPU user time (s): 468.153
#   total CPU system time (s): 0.369568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.774299 second user time and 1.34596 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 16:33:50
IDJOB=4403951
IDBENCH=120637
IDSOLVER=2864
FILE ID=node149/4403951-1568990069
RUNJOBID= node149-1568989977-29017
PBS_JOBID= 21704647
Free space on /var/tmp= 13456 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-4403951-1568990069/watcher-4403951-1568990069 -o /var/tmp/evaluation-result-4403951-1568990069/solver-4403951-1568990069 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568989977-29017 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1872221554 HOME/instance-4403951-1568990069.xml

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

MD5SUM BENCH= 8881d200d983e9a0f6a660f33978a65e
RANDOM SEED=1872221554

node149.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.81
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.81
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.81
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.81
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:        11786808 kB
MemAvailable:   31778272 kB
Buffers:          154704 kB
Cached:         19764008 kB
SwapCached:        41580 kB
Active:          9698080 kB
Inactive:       10307980 kB
Active(anon):      48068 kB
Inactive(anon):    83800 kB
Active(file):    9650012 kB
Inactive(file): 10224180 kB
Unevictable:      110232 kB
Mlocked:          110232 kB
SwapTotal:      67108860 kB
SwapFree:       66956676 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:        285944 kB
Mapped:            62620 kB
Shmem:             35644 kB
Slab:             574476 kB
SReclaimable:     545732 kB
SUnreclaim:        28744 kB
KernelStack:        3984 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1463936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13432 MiB
End job on node149 at 2019-09-20 16:35:49