Trace number 4400533

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-16OPT3 191.826 48.8492

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.89685
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400533-1568677875.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400533-1568677875.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1.28/0.69	c solve instance...
1.52/0.72	o 3 
191.65/48.84	s OPTIMUM FOUND
191.65/48.84	v <instantiation>
191.65/48.84	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] </list>
191.65/48.84	v 	<values>0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 3 </values>
191.65/48.84	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400533-1568677875/watcher-4400533-1568677875 -o /tmp/evaluation-result-4400533-1568677875/solver-4400533-1568677875 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32544 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 510668676 HOME/instance-4400533-1568677875.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
solver pid=6607, runsolver pid=6604
Current StackSize limit: 8192 KiB


[startup+0.101052 s]*
/proc/loadavg: 8.55 8.45 8.50 7/233 6623
/proc/meminfo: memFree=30844060/32770624 swapFree=66997372/67108860
[pid=6607] ppid=6604 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6607/stat : 6607 (xcsp3-exec) S 6604 6607 32513 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 444040599 115843072 362 33554432000 4194304 5098028 140728665645072 140728665643176 140336878305916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11853824 140728665654139 140728665654381 140728665654381 140728665657290 0
/proc/6607/statm: 28282 362 304 221 0 87 0
[pid=6609] ppid=6607 vsize=15144776 memory=30120 CPUtime=0.12 cores=0,2,4,6
/proc/6609/stat : 6609 (java) S 6607 6607 32513 0 -1 1077944320 5934 0 0 0 11 1 0 0 20 0 15 0 444040599 15508250624 7530 33554432000 4194304 4196468 140736517951216 140736517933760 139644361174775 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
/proc/6609/statm: 3786194 7530 3157 1 0 3748377 0
[pid=6609/tid=6610] ppid=6607 vsize=15144776 memory=7031125463459224206 CPUtime=0.08 cores=0,2,4,6
/proc/6609/task/6610/stat : 6610 (java) R 6607 6607 32513 0 -1 4202560 3835 0 0 0 8 0 0 0 20 0 15 0 444040599 15508250624 7530 33554432000 4194304 4196468 140736517951216 139644365407552 139644361186710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6611] ppid=6607 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6611/stat : 6611 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15508250624 7530 33554432000 4194304 4196468 140736517951216 139644289215504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6612] ppid=6607 vsize=15144776 memory=140342964979328 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6612/stat : 6612 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15508250624 7530 33554432000 4194304 4196468 140736517951216 139644288162960 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6613] ppid=6607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6613/stat : 6613 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15508250624 7530 33554432000 4194304 4196468 140736517951216 139644287109904 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6614] ppid=6607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6614/stat : 6614 (java) S 6607 6607 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444040600 15508250624 7530 33554432000 4194304 4196468 140736517951216 139644286057360 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6615] ppid=6607 vsize=15144776 memory=140342964979328 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6615/stat : 6615 (java) S 6607 6607 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444040602 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643235129584 139644361185922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6616] ppid=6607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6616/stat : 6616 (java) S 6607 6607 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444040602 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643234075808 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6617] ppid=6607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6617/stat : 6617 (java) S 6607 6607 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444040602 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643233022704 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6618] ppid=6607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6618/stat : 6618 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444040605 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643231971280 139644361193371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6619] ppid=6607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6619/stat : 6619 (java) S 6607 6607 32513 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 444040605 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643230919408 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6620] ppid=6607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6620/stat : 6620 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444040605 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643229866864 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6621] ppid=6607 vsize=15144776 memory=140342964979328 CPUtime=0.02 cores=0,2,4,6
/proc/6609/task/6621/stat : 6621 (java) R 6607 6607 32513 0 -1 4202560 381 0 0 0 2 0 0 0 20 0 15 0 444040605 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643228813808 139644339666130 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6622] ppid=6607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6622/stat : 6622 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444040605 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643227761504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6623] ppid=6607 vsize=15144776 memory=140342964979328 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6623/stat : 6623 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040605 15508250624 7530 33554432000 4194304 4196468 140736517951216 139643226708528 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31568 KiB

[startup+0.211795 s]*
/proc/loadavg: 8.55 8.45 8.50 6/233 6623
/proc/meminfo: memFree=30831572/32770624 swapFree=66997372/67108860
[pid=6607] ppid=6604 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6607/stat : 6607 (xcsp3-exec) S 6604 6607 32513 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 444040599 115843072 362 33554432000 4194304 5098028 140728665645072 140728665643176 140336878305916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11853824 140728665654139 140728665654381 140728665654381 140728665657290 0
/proc/6607/statm: 28282 362 304 221 0 87 0
[pid=6609] ppid=6607 vsize=15144776 memory=40716 CPUtime=0.34 cores=0,2,4,6
/proc/6609/stat : 6609 (java) S 6607 6607 32513 0 -1 1077944320 9327 0 0 0 31 3 0 0 20 0 15 0 444040599 15508250624 10179 33554432000 4194304 4196468 140736517951216 140736517933760 139644361174775 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
/proc/6609/statm: 3786194 10179 3309 1 0 3748377 0
[pid=6609/tid=6610] ppid=6607 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/6609/task/6610/stat : 6610 (java) R 6607 6607 32513 0 -1 4202560 6603 0 0 0 18 2 0 0 20 0 15 0 444040599 15508250624 10179 33554432000 4194304 4196468 140736517951216 139644365411840 139644361186710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6611] ppid=6607 vsize=15144776 memory=4294976396 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6611/stat : 6611 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15508250624 10179 33554432000 4194304 4196468 140736517951216 139644289215504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6612] ppid=6607 vsize=15144776 memory=140342968450554 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6612/stat : 6612 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15508250624 10179 33554432000 4194304 4196468 140736517951216 139644288162960 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6613] ppid=6607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6613/stat : 6613 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15508250624 10179 33554432000 4194304 4196468 140736517951216 139644287109904 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6614] ppid=6607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6614/stat : 6614 (java) S 6607 6607 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444040600 15508250624 10179 33554432000 4194304 4196468 140736517951216 139644286057360 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6615] ppid=6607 vsize=15144776 memory=140342964979328 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6615/stat : 6615 (java) S 6607 6607 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444040602 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643235129584 139644361185922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6616] ppid=6607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6616/stat : 6616 (java) S 6607 6607 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444040602 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643234075808 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6617] ppid=6607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6617/stat : 6617 (java) S 6607 6607 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444040602 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643233022704 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6618] ppid=6607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6618/stat : 6618 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444040605 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643231971280 139644361193371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6619] ppid=6607 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6609/task/6619/stat : 6619 (java) S 6607 6607 32513 0 -1 1077944384 555 0 0 0 3 0 0 0 20 0 15 0 444040605 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643230919408 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6620] ppid=6607 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6609/task/6620/stat : 6620 (java) S 6607 6607 32513 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 15 0 444040605 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643229866864 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6621] ppid=6607 vsize=15144776 memory=140342964979328 CPUtime=0.08 cores=0,2,4,6
/proc/6609/task/6621/stat : 6621 (java) R 6607 6607 32513 0 -1 4202560 792 0 0 0 8 0 0 0 20 0 15 0 444040605 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643228813808 139644339307836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6622] ppid=6607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6622/stat : 6622 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444040605 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643227761504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6623] ppid=6607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6623/stat : 6623 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040605 15508250624 10179 33554432000 4194304 4196468 140736517951216 139643226708528 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42164 KiB

[startup+0.310641 s]*
/proc/loadavg: 8.55 8.45 8.50 7/233 6623
/proc/meminfo: memFree=30824064/32770624 swapFree=66997372/67108860
[pid=6607] ppid=6604 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6607/stat : 6607 (xcsp3-exec) S 6604 6607 32513 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 444040599 115843072 362 33554432000 4194304 5098028 140728665645072 140728665643176 140336878305916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11853824 140728665654139 140728665654381 140728665654381 140728665657290 0
/proc/6607/statm: 28282 362 304 221 0 87 0
[pid=6609] ppid=6607 vsize=15149032 memory=49680 CPUtime=0.53 cores=0,2,4,6
/proc/6609/stat : 6609 (java) S 6607 6607 32513 0 -1 1077944320 10749 0 0 0 48 5 0 0 20 0 15 0 444040599 15512608768 12420 33554432000 4194304 4196468 140736517951216 140736517933760 139644361174775 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
/proc/6609/statm: 3787258 12420 3370 1 0 3748377 0
[pid=6609/tid=6610] ppid=6607 vsize=15149032 memory=32213995742560408 CPUtime=0.29 cores=0,2,4,6
/proc/6609/task/6610/stat : 6610 (java) R 6607 6607 32513 0 -1 4202560 7709 0 0 0 26 3 0 0 20 0 15 0 444040599 15512608768 12515 33554432000 4194304 4196468 140736517951216 139644365403408 139644345255262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6611] ppid=6607 vsize=15149032 memory=288230600379474824 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6611/stat : 6611 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15512608768 12515 33554432000 4194304 4196468 140736517951216 139644289215504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6612] ppid=6607 vsize=15149032 memory=13845278959974284 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6612/stat : 6612 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15512608768 12515 33554432000 4194304 4196468 140736517951216 139644288162960 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6613] ppid=6607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6613/stat : 6613 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040600 15512608768 12515 33554432000 4194304 4196468 140736517951216 139644287109904 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6614] ppid=6607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6614/stat : 6614 (java) S 6607 6607 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444040600 15512608768 12515 33554432000 4194304 4196468 140736517951216 139644286057360 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6615] ppid=6607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6615/stat : 6615 (java) S 6607 6607 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444040602 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643235129584 139644361185922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6616] ppid=6607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6616/stat : 6616 (java) S 6607 6607 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444040602 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643234075808 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6617] ppid=6607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6617/stat : 6617 (java) S 6607 6607 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444040602 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643233022704 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6618] ppid=6607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6618/stat : 6618 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444040605 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643231971280 139644361193371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6619] ppid=6607 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6609/task/6619/stat : 6619 (java) R 6607 6607 32513 0 -1 1077944384 607 0 0 0 5 0 0 0 20 0 15 0 444040605 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643230919408 139644361185922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6620] ppid=6607 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6609/task/6620/stat : 6620 (java) R 6607 6607 32513 0 -1 4202560 202 0 0 0 3 0 0 0 20 0 15 0 444040605 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643229857248 139644340426604 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6621] ppid=6607 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6609/task/6621/stat : 6621 (java) S 6607 6607 32513 0 -1 1077944384 957 0 0 0 13 0 0 0 20 0 15 0 444040605 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643228813808 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6622] ppid=6607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6622/stat : 6622 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444040605 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643227761504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6623] ppid=6607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6623/stat : 6623 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444040605 15512608768 12515 33554432000 4194304 4196468 140736517951216 139643226708528 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51128 KiB

[startup+0.700782 s]
/proc/loadavg: 8.55 8.45 8.50 8/233 6623
/proc/meminfo: memFree=30804816/32770624 swapFree=66997372/67108860
[pid=6607] ppid=6604 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6607/stat : 6607 (xcsp3-exec) S 6604 6607 32513 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 444040599 115843072 362 33554432000 4194304 5098028 140728665645072 140728665643176 140336878305916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11853824 140728665654139 140728665654381 140728665654381 140728665657290 0
/proc/6607/statm: 28282 362 304 221 0 87 0
[pid=6609] ppid=6607 vsize=15217720 memory=86464 CPUtime=1.52 cores=0,2,4,6
/proc/6609/stat : 6609 (java) S 6607 6607 32513 0 -1 1077944320 14771 0 0 0 145 7 0 0 20 0 16 0 444040599 15582945280 21616 33554432000 4194304 4196468 140736517951216 140736517933760 139644361174775 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
/proc/6609/statm: 3804430 21616 3453 1 0 3765530 0
[pid=6609/tid=6610] ppid=6607 vsize=15217720 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6609/task/6610/stat : 6610 (java) S 6607 6607 32513 0 -1 1077944384 9257 0 0 0 62 5 0 0 20 0 16 0 444040599 15582945280 21616 33554432000 4194304 4196468 140736517951216 139644365415552 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6611] ppid=6607 vsize=15217720 memory=143 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6611/stat : 6611 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 444040600 15582945280 21616 33554432000 4194304 4196468 140736517951216 139644289215504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6612] ppid=6607 vsize=15217720 memory=2 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6612/stat : 6612 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 444040600 15582945280 21616 33554432000 4194304 4196468 140736517951216 139644288162960 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6613] ppid=6607 vsize=15217720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6613/stat : 6613 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 444040600 15582945280 21616 33554432000 4194304 4196468 140736517951216 139644287109904 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6614] ppid=6607 vsize=15217720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6614/stat : 6614 (java) S 6607 6607 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 444040600 15582945280 21616 33554432000 4194304 4196468 140736517951216 139644286057360 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6615] ppid=6607 vsize=15217720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6615/stat : 6615 (java) S 6607 6607 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 444040602 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643235129584 139644361185922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6616] ppid=6607 vsize=15217720 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6616/stat : 6616 (java) S 6607 6607 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 444040602 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643234075808 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6617] ppid=6607 vsize=15217720 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6617/stat : 6617 (java) S 6607 6607 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 444040602 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643233022704 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6618] ppid=6607 vsize=15217720 memory=812 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6618/stat : 6618 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 444040605 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643231971280 139644361193371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6619] ppid=6607 vsize=15217720 memory=1764 CPUtime=0.21 cores=0,2,4,6
/proc/6609/task/6619/stat : 6619 (java) S 6607 6607 32513 0 -1 1077944384 1312 0 0 0 21 0 0 0 20 0 16 0 444040605 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643230919408 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6620] ppid=6607 vsize=15217720 memory=111628 CPUtime=0.21 cores=0,2,4,6
/proc/6609/task/6620/stat : 6620 (java) S 6607 6607 32513 0 -1 1077944384 760 0 0 0 21 0 0 0 20 0 16 0 444040605 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643229866864 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6621] ppid=6607 vsize=15217720 memory=796 CPUtime=0.4 cores=0,2,4,6
/proc/6609/task/6621/stat : 6621 (java) S 6607 6607 32513 0 -1 1077944384 2113 0 0 0 40 0 0 0 20 0 16 0 444040605 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643228813808 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6622] ppid=6607 vsize=15217720 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6622/stat : 6622 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 444040605 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643227761504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6623] ppid=6607 vsize=15217720 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6623/stat : 6623 (java) S 6607 6607 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 444040605 15582945280 21616 33554432000 4194304 4196468 140736517951216 139643226708528 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 87912 KiB

[startup+1.50098 s]
/proc/loadavg: 8.55 8.45 8.50 11/237 6631
/proc/meminfo: memFree=30766328/32770624 swapFree=66997372/67108860
[pid=6607] ppid=6604 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6607/stat : 6607 (xcsp3-exec) S 6604 6607 32513 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 444040599 115843072 362 33554432000 4194304 5098028 140728665645072 140728665643176 140336878305916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11853824 140728665654139 140728665654381 140728665654381 140728665657290 0
/proc/6607/statm: 28282 362 304 221 0 87 0

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

/proc/6609/task/6623/stat : 6623 (java) S 6607 6607 32513 0 -1 1077944384 286 0 0 0 0 1 0 0 20 0 19 0 444040605 15789527040 91946 33554432000 4194304 4196468 140736517951216 139643226708528 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6628] ppid=6607 vsize=15419460 memory=111628 CPUtime=45.77 cores=0,2,4,6
/proc/6609/task/6628/stat : 6628 (java) R 6607 6607 32513 0 -1 4202560 684 0 0 0 4577 0 0 0 20 0 19 0 444040671 15789527040 91946 33554432000 4194304 4196468 140736517951216 139643217489984 139643973036858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6629] ppid=6607 vsize=15419460 memory=796 CPUtime=45.7 cores=0,2,4,6
/proc/6609/task/6629/stat : 6629 (java) R 6607 6607 32513 0 -1 4202560 3103 0 0 0 4569 1 0 0 20 0 19 0 444040671 15789527040 91946 33554432000 4194304 4196468 140736517951216 139643214334976 139644347242900 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6630] ppid=6607 vsize=15419460 memory=4100 CPUtime=46.05 cores=0,2,4,6
/proc/6609/task/6630/stat : 6630 (java) R 6607 6607 32513 0 -1 1077944384 1578 0 0 0 4604 1 0 0 20 0 19 0 444040671 15789527040 91946 33554432000 4194304 4196468 140736517951216 139643215385104 139644361184981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6631] ppid=6607 vsize=15419460 memory=1548 CPUtime=45.9 cores=0,2,4,6
/proc/6609/task/6631/stat : 6631 (java) S 6607 6607 32513 0 -1 1077944384 3384 0 0 0 4588 2 0 0 20 0 19 0 444040671 15789527040 91946 33554432000 4194304 4196468 140736517951216 139643216437152 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
Current children cumulated CPU time: 188.9 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 369232 KiB

[startup+48.501 s]
/proc/loadavg: 9.13 8.59 8.54 5/237 6822
/proc/meminfo: memFree=30978916/32770624 swapFree=66997372/67108860
[pid=6607] ppid=6604 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6607/stat : 6607 (xcsp3-exec) S 6604 6607 32513 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 444040599 115843072 362 33554432000 4194304 5098028 140728665645072 140728665643176 140336878305916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11853824 140728665654139 140728665654381 140728665654381 140728665657290 0
/proc/6607/statm: 28282 362 304 221 0 87 0
[pid=6609] ppid=6607 vsize=15419460 memory=367272 CPUtime=190.46 cores=0,2,4,6
/proc/6609/stat : 6609 (java) S 6607 6607 32513 0 -1 1077944320 49589 0 0 0 19020 26 0 0 20 0 19 0 444040599 15789527040 91818 33554432000 4194304 4196468 140736517951216 140736517933760 139644361174775 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
/proc/6609/statm: 3854865 91818 3528 1 0 3815965 0
[pid=6609/tid=6610] ppid=6607 vsize=15419460 memory=8560 CPUtime=0.68 cores=0,2,4,6
/proc/6609/task/6610/stat : 6610 (java) S 6607 6607 32513 0 -1 1077944384 9257 0 0 0 63 5 0 0 20 0 19 0 444040599 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644365415552 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6611] ppid=6607 vsize=15419460 memory=1668 CPUtime=0.16 cores=0,2,4,6
/proc/6609/task/6611/stat : 6611 (java) S 6607 6607 32513 0 -1 1077944384 1152 0 0 0 14 2 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644289215504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6612] ppid=6607 vsize=15419460 memory=1112 CPUtime=0.17 cores=0,2,4,6
/proc/6609/task/6612/stat : 6612 (java) S 6607 6607 32513 0 -1 1077944384 797 0 0 0 14 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644288162960 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6613] ppid=6607 vsize=15419460 memory=8112282956445269571 CPUtime=0.17 cores=0,2,4,6
/proc/6609/task/6613/stat : 6613 (java) S 6607 6607 32513 0 -1 1077944384 743 0 0 0 14 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644287109904 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6614] ppid=6607 vsize=15419460 memory=288230596050944315 CPUtime=0.18 cores=0,2,4,6
/proc/6609/task/6614/stat : 6614 (java) S 6607 6607 32513 0 -1 1077944384 1282 0 0 0 15 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644286057360 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6615] ppid=6607 vsize=15419460 memory=14689699524512400 CPUtime=0.13 cores=0,2,4,6
/proc/6609/task/6615/stat : 6615 (java) S 6607 6607 32513 0 -1 1077944384 1250 0 0 0 12 1 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643235129584 139644361185922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6616] ppid=6607 vsize=15419460 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6616/stat : 6616 (java) S 6607 6607 32513 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643234075872 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6617] ppid=6607 vsize=15419460 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6617/stat : 6617 (java) S 6607 6607 32513 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643233022720 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6618] ppid=6607 vsize=15419460 memory=920 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6618/stat : 6618 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643231971280 139644361193371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6619] ppid=6607 vsize=15419460 memory=3848 CPUtime=1.3 cores=0,2,4,6
/proc/6609/task/6619/stat : 6619 (java) S 6607 6607 32513 0 -1 1077944384 8598 0 0 0 129 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643230919408 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6620] ppid=6607 vsize=15419460 memory=2612 CPUtime=1.86 cores=0,2,4,6
/proc/6609/task/6620/stat : 6620 (java) S 6607 6607 32513 0 -1 1077944384 10505 0 0 0 185 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643229866864 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6621] ppid=6607 vsize=15419460 memory=2628 CPUtime=0.67 cores=0,2,4,6
/proc/6609/task/6621/stat : 6621 (java) S 6607 6607 32513 0 -1 1077944384 5444 0 0 0 67 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643228813808 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6622] ppid=6607 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6622/stat : 6622 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643227761504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6623] ppid=6607 vsize=15419460 memory=140342821287571 CPUtime=0.01 cores=0,2,4,6
/proc/6609/task/6623/stat : 6623 (java) S 6607 6607 32513 0 -1 1077944384 286 0 0 0 0 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643226708528 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6628] ppid=6607 vsize=15419460 memory=140342821288407 CPUtime=46.16 cores=0,2,4,6
/proc/6609/task/6628/stat : 6628 (java) R 6607 6607 32513 0 -1 4202560 685 0 0 0 4616 0 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643217489984 139643973057179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6629] ppid=6607 vsize=15419460 memory=140342825980593 CPUtime=46.09 cores=0,2,4,6
/proc/6609/task/6629/stat : 6629 (java) R 6607 6607 32513 0 -1 4202560 3104 0 0 0 4608 1 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643214334864 139643972984214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6630] ppid=6607 vsize=15419460 memory=7008596990023582208 CPUtime=46.43 cores=0,2,4,6
/proc/6609/task/6630/stat : 6630 (java) R 6607 6607 32513 0 -1 4202560 1578 0 0 0 4642 1 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643215385096 139643972187275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6631] ppid=6607 vsize=15419460 memory=1756 CPUtime=46.28 cores=0,2,4,6
/proc/6609/task/6631/stat : 6631 (java) R 6607 6607 32513 0 -1 4202560 3384 0 0 0 4626 2 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643216437040 139643972526048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
Current children cumulated CPU time: 190.46 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 368720 KiB

[startup+48.701 s]
/proc/loadavg: 9.13 8.59 8.54 5/237 6822
/proc/meminfo: memFree=30978916/32770624 swapFree=66997372/67108860
[pid=6607] ppid=6604 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6607/stat : 6607 (xcsp3-exec) S 6604 6607 32513 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 444040599 115843072 362 33554432000 4194304 5098028 140728665645072 140728665643176 140336878305916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11853824 140728665654139 140728665654381 140728665654381 140728665657290 0
/proc/6607/statm: 28282 362 304 221 0 87 0
[pid=6609] ppid=6607 vsize=15419460 memory=367272 CPUtime=191.25 cores=0,2,4,6
/proc/6609/stat : 6609 (java) S 6607 6607 32513 0 -1 1077944320 49590 0 0 0 19099 26 0 0 20 0 19 0 444040599 15789527040 91818 33554432000 4194304 4196468 140736517951216 140736517933760 139644361174775 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
/proc/6609/statm: 3854865 91818 3528 1 0 3815965 0
[pid=6609/tid=6610] ppid=6607 vsize=15419460 memory=7955160558998806893 CPUtime=0.68 cores=0,2,4,6
/proc/6609/task/6610/stat : 6610 (java) S 6607 6607 32513 0 -1 1077944384 9257 0 0 0 63 5 0 0 20 0 19 0 444040599 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644365415552 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6611] ppid=6607 vsize=15419460 memory=7669179813953950305 CPUtime=0.16 cores=0,2,4,6
/proc/6609/task/6611/stat : 6611 (java) S 6607 6607 32513 0 -1 1077944384 1152 0 0 0 14 2 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644289215504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6612] ppid=6607 vsize=15419460 memory=7669179813953950305 CPUtime=0.17 cores=0,2,4,6
/proc/6609/task/6612/stat : 6612 (java) S 6607 6607 32513 0 -1 1077944384 797 0 0 0 14 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644288162960 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6613] ppid=6607 vsize=15419460 memory=7955160558998806893 CPUtime=0.18 cores=0,2,4,6
/proc/6609/task/6613/stat : 6613 (java) S 6607 6607 32513 0 -1 1077944384 743 0 0 0 15 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644287109904 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6614] ppid=6607 vsize=15419460 memory=7955160558998806893 CPUtime=0.18 cores=0,2,4,6
/proc/6609/task/6614/stat : 6614 (java) S 6607 6607 32513 0 -1 1077944384 1282 0 0 0 15 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644286057360 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6615] ppid=6607 vsize=15419460 memory=7451041130904838482 CPUtime=0.13 cores=0,2,4,6
/proc/6609/task/6615/stat : 6615 (java) S 6607 6607 32513 0 -1 1077944384 1250 0 0 0 12 1 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643235129584 139644361185922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6616] ppid=6607 vsize=15419460 memory=7451041130904838482 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6616/stat : 6616 (java) S 6607 6607 32513 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643234075872 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6617] ppid=6607 vsize=15419460 memory=5865770746489759841 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6617/stat : 6617 (java) S 6607 6607 32513 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643233022720 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6618] ppid=6607 vsize=15419460 memory=7379254995643886953 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6618/stat : 6618 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643231971280 139644361193371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6619] ppid=6607 vsize=15419460 memory=7521383366460795242 CPUtime=1.3 cores=0,2,4,6
/proc/6609/task/6619/stat : 6619 (java) S 6607 6607 32513 0 -1 1077944384 8598 0 0 0 129 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643230919408 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6620] ppid=6607 vsize=15419460 memory=7955160558998806893 CPUtime=1.86 cores=0,2,4,6
/proc/6609/task/6620/stat : 6620 (java) S 6607 6607 32513 0 -1 1077944384 10505 0 0 0 185 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643229866864 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6621] ppid=6607 vsize=15419460 memory=5865770746489759841 CPUtime=0.67 cores=0,2,4,6
/proc/6609/task/6621/stat : 6621 (java) S 6607 6607 32513 0 -1 1077944384 5444 0 0 0 67 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643228813808 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6622] ppid=6607 vsize=15419460 memory=7451889919554835026 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6622/stat : 6622 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643227761504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6623] ppid=6607 vsize=15419460 memory=7516901881737471341 CPUtime=0.01 cores=0,2,4,6
/proc/6609/task/6623/stat : 6623 (java) S 6607 6607 32513 0 -1 1077944384 286 0 0 0 0 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643226708528 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6628] ppid=6607 vsize=15419460 memory=288230574492221466 CPUtime=46.36 cores=0,2,4,6
/proc/6609/task/6628/stat : 6628 (java) R 6607 6607 32513 0 -1 4202560 685 0 0 0 4636 0 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643217489984 139643972186672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6629] ppid=6607 vsize=15419460 memory=288230596050944315 CPUtime=46.29 cores=0,2,4,6
/proc/6609/task/6629/stat : 6629 (java) R 6607 6607 32513 0 -1 4202560 3105 0 0 0 4628 1 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643214334864 139643972526065 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6630] ppid=6607 vsize=15419460 memory=14689699524512400 CPUtime=46.63 cores=0,2,4,6
/proc/6609/task/6630/stat : 6630 (java) R 6607 6607 32513 0 -1 4202560 1578 0 0 0 4662 1 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643215385504 139643971300926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6631] ppid=6607 vsize=15419460 memory=8836 CPUtime=46.48 cores=0,2,4,6
/proc/6609/task/6631/stat : 6631 (java) R 6607 6607 32513 0 -1 4202560 3384 0 0 0 4646 2 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643216437600 139643972526048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
Current children cumulated CPU time: 191.25 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 368720 KiB

[startup+48.801 s]
/proc/loadavg: 9.13 8.59 8.54 5/237 6822
/proc/meminfo: memFree=30978916/32770624 swapFree=66997372/67108860
[pid=6607] ppid=6604 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6607/stat : 6607 (xcsp3-exec) S 6604 6607 32513 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 444040599 115843072 362 33554432000 4194304 5098028 140728665645072 140728665643176 140336878305916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11853824 140728665654139 140728665654381 140728665654381 140728665657290 0
/proc/6607/statm: 28282 362 304 221 0 87 0
[pid=6609] ppid=6607 vsize=15419460 memory=367272 CPUtime=191.65 cores=0,2,4,6
/proc/6609/stat : 6609 (java) S 6607 6607 32513 0 -1 1077944320 49590 0 0 0 19139 26 0 0 20 0 19 0 444040599 15789527040 91818 33554432000 4194304 4196468 140736517951216 140736517933760 139644361174775 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
/proc/6609/statm: 3854865 91818 3528 1 0 3815965 0
[pid=6609/tid=6610] ppid=6607 vsize=15419460 memory=1448 CPUtime=0.68 cores=0,2,4,6
/proc/6609/task/6610/stat : 6610 (java) S 6607 6607 32513 0 -1 1077944384 9257 0 0 0 63 5 0 0 20 0 19 0 444040599 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644365415552 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6611] ppid=6607 vsize=15419460 memory=1448 CPUtime=0.16 cores=0,2,4,6
/proc/6609/task/6611/stat : 6611 (java) S 6607 6607 32513 0 -1 1077944384 1152 0 0 0 14 2 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644289215504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6612] ppid=6607 vsize=15419460 memory=3504 CPUtime=0.17 cores=0,2,4,6
/proc/6609/task/6612/stat : 6612 (java) S 6607 6607 32513 0 -1 1077944384 797 0 0 0 14 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644288162960 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6613] ppid=6607 vsize=15419460 memory=243592 CPUtime=0.18 cores=0,2,4,6
/proc/6609/task/6613/stat : 6613 (java) S 6607 6607 32513 0 -1 1077944384 743 0 0 0 15 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644287109904 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6614] ppid=6607 vsize=15419460 memory=243592 CPUtime=0.18 cores=0,2,4,6
/proc/6609/task/6614/stat : 6614 (java) S 6607 6607 32513 0 -1 1077944384 1282 0 0 0 15 3 0 0 20 0 19 0 444040600 15789527040 91818 33554432000 4194304 4196468 140736517951216 139644286057360 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6615] ppid=6607 vsize=15419460 memory=1448 CPUtime=0.13 cores=0,2,4,6
/proc/6609/task/6615/stat : 6615 (java) S 6607 6607 32513 0 -1 1077944384 1250 0 0 0 12 1 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643235129584 139644361185922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6616] ppid=6607 vsize=15419460 memory=322696 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6616/stat : 6616 (java) S 6607 6607 32513 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643234075872 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6617] ppid=6607 vsize=15419460 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6617/stat : 6617 (java) S 6607 6607 32513 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 444040602 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643233022720 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6618] ppid=6607 vsize=15419460 memory=316092 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6618/stat : 6618 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643231971280 139644361193371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6619] ppid=6607 vsize=15419460 memory=68 CPUtime=1.3 cores=0,2,4,6
/proc/6609/task/6619/stat : 6619 (java) S 6607 6607 32513 0 -1 1077944384 8598 0 0 0 129 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643230919408 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6620] ppid=6607 vsize=15419460 memory=1448 CPUtime=1.86 cores=0,2,4,6
/proc/6609/task/6620/stat : 6620 (java) S 6607 6607 32513 0 -1 1077944384 10505 0 0 0 185 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643229866864 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6621] ppid=6607 vsize=15419460 memory=330376 CPUtime=0.67 cores=0,2,4,6
/proc/6609/task/6621/stat : 6621 (java) S 6607 6607 32513 0 -1 1077944384 5444 0 0 0 67 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643228813808 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6622] ppid=6607 vsize=15419460 memory=3028 CPUtime=0 cores=0,2,4,6
/proc/6609/task/6622/stat : 6622 (java) S 6607 6607 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643227761504 139644361184981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6623] ppid=6607 vsize=15419460 memory=2012 CPUtime=0.01 cores=0,2,4,6
/proc/6609/task/6623/stat : 6623 (java) S 6607 6607 32513 0 -1 1077944384 286 0 0 0 0 1 0 0 20 0 19 0 444040605 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643226708528 139644361185922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6628] ppid=6607 vsize=15419460 memory=1448 CPUtime=46.46 cores=0,2,4,6
/proc/6609/task/6628/stat : 6628 (java) R 6607 6607 32513 0 -1 4202560 685 0 0 0 4646 0 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643217490120 139643972991470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6629] ppid=6607 vsize=15419460 memory=368300 CPUtime=46.39 cores=0,2,4,6
/proc/6609/task/6629/stat : 6629 (java) R 6607 6607 32513 0 -1 4202560 3105 0 0 0 4638 1 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643214334864 139643971740256 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6630] ppid=6607 vsize=15419460 memory=3028 CPUtime=46.73 cores=0,2,4,6
/proc/6609/task/6630/stat : 6630 (java) R 6607 6607 32513 0 -1 4202560 1578 0 0 0 4672 1 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643215385504 139643971987607 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
[pid=6609/tid=6631] ppid=6607 vsize=15419460 memory=2012 CPUtime=46.58 cores=0,2,4,6
/proc/6609/task/6631/stat : 6631 (java) R 6607 6607 32513 0 -1 4202560 3384 0 0 0 4656 2 0 0 20 0 19 0 444040671 15789527040 91818 33554432000 4194304 4196468 140736517951216 139643216437736 139643972526065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20467712 140736517956591 140736517956762 140736517956762 140736517959631 0
Current children cumulated CPU time: 191.65 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 368720 KiB

Child status: 0
Real time (s): 48.8492
CPU time (s): 191.826
CPU user time (s): 191.552
CPU system time (s): 0.273573
CPU usage (%): 392.69
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 370260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.552
system time used= 0.273573
maximum resident set size= 368812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50717
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8596
involuntary context switches= 4266


# summary of solver processes directly reported to runsolver:
#   pid: 6607
#   total CPU time (s): 191.826
#   total CPU user time (s): 191.552
#   total CPU system time (s): 0.273573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.309077 second user time and 0.610866 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 01:50:16
IDJOB=4400533
IDBENCH=120617
IDSOLVER=2856
FILE ID=node103/4400533-1568677875
RUNJOBID= node103-1568673273-32544
PBS_JOBID= 21703797
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400533-1568677875/watcher-4400533-1568677875 -o /tmp/evaluation-result-4400533-1568677875/solver-4400533-1568677875 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32544 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 510668676 HOME/instance-4400533-1568677875.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=510668676

node103.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.74
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.74
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.74
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.74
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:        30882104 kB
MemAvailable:   31243524 kB
Buffers:           53156 kB
Cached:           603724 kB
SwapCached:         9016 kB
Active:          1072352 kB
Inactive:         241480 kB
Active(anon):     648512 kB
Inactive(anon):    57300 kB
Active(file):     423840 kB
Inactive(file):   184180 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26452 kB
Writeback:             0 kB
AnonPages:        849960 kB
Mapped:            61632 kB
Shmem:             40856 kB
Slab:             168476 kB
SReclaimable:     138472 kB
SUnreclaim:        30004 kB
KernelStack:        4048 kB
PageTables:         7424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2457088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 01:51:05