Trace number 4399277

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-16OPT104 618.251 155.718

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark39.3333
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399277-1568698977.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4399277-1568698977.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.03/0.52	c solve instance...
1.03/0.58	o 198 
1.03/0.59	o 196 
1.03/0.60	o 185 
1.32/0.61	o 184 
1.32/0.63	o 183 
1.32/0.64	o 180 
1.32/0.65	o 179 
1.32/0.65	o 178 
1.32/0.66	o 174 
1.32/0.67	o 167 
1.32/0.69	o 166 
1.64/0.70	o 161 
1.64/0.70	o 160 
1.64/0.75	o 132 
2.02/0.80	o 122 
2.02/0.81	o 110 
2.02/0.81	o 106 
3.59/1.29	o 105 
4.38/1.41	o 104 
618.19/155.71	s OPTIMUM FOUND
618.19/155.71	v <instantiation>
618.19/155.71	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
618.19/155.71	v 	<values>7 5 2 3 0 1 4 6 8 14 12 11 13 10 9 8 7 8 8 1 11 6 10 12 9 7 4 6 4 3 </values>
618.19/155.71	v </instantiation>

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399277-1568698977/watcher-4399277-1568698977 -o /tmp/evaluation-result-4399277-1568698977/solver-4399277-1568698977 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 621306375 HOME/instance-4399277-1568698977.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26905, runsolver pid=26902
Current StackSize limit: 8192 KiB


[startup+0.101569 s]*
/proc/loadavg: 8.55 8.54 8.40 7/233 26921
/proc/meminfo: memFree=31376884/32770624 swapFree=66977068/67108860
[pid=26905] ppid=26902 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26905/stat : 26905 (xcsp3-exec) S 26902 26905 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446160343 115843072 362 33554432000 4194304 5098028 140730575078000 140730575076104 139638032761468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19165184 140730575086459 140730575086701 140730575086701 140730575089610 0
/proc/26905/statm: 28282 362 304 221 0 87 0
[pid=26907] ppid=26905 vsize=15144776 memory=28956 CPUtime=0.14 cores=0,2,4,6
/proc/26907/stat : 26907 (java) S 26905 26905 21506 0 -1 1077944320 5709 0 0 0 12 2 0 0 20 0 15 0 446160343 15508250624 7239 33554432000 4194304 4196468 140725464888576 140725464871120 139701987987191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
/proc/26907/statm: 3786194 7239 3183 1 0 3748377 0
[pid=26907/tid=26908] ppid=26905 vsize=15144776 memory=8514701219881124772 CPUtime=0.09 cores=0,2,4,6
/proc/26907/task/26908/stat : 26908 (java) R 26905 26905 21506 0 -1 4202560 3583 0 0 0 8 1 0 0 20 0 15 0 446160344 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701992217856 139701969569338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26909] ppid=26905 vsize=15144776 memory=3472468324950324432 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26909/stat : 26909 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160345 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701940607760 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26910] ppid=26905 vsize=15144776 memory=140196055172736 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26910/stat : 26910 (java) S 26905 26905 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446160345 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701939555216 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26911] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26911/stat : 26911 (java) S 26905 26905 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446160345 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701938502672 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26912] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26912/stat : 26912 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160345 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701937450128 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26913] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26913/stat : 26913 (java) S 26905 26905 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446160346 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701456443376 139701987998338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26914] ppid=26905 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26914/stat : 26914 (java) S 26905 26905 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446160346 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701455389600 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26915] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26915/stat : 26915 (java) S 26905 26905 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446160347 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701454337008 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26916] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26916/stat : 26916 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446160349 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701453285584 139701988005787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26917] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26917/stat : 26917 (java) S 26905 26905 21506 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 446160349 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701452233200 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26918] ppid=26905 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26918/stat : 26918 (java) S 26905 26905 21506 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 446160349 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701451180656 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26919] ppid=26905 vsize=15144776 memory=140196055172736 CPUtime=0.02 cores=0,2,4,6
/proc/26907/task/26919/stat : 26919 (java) R 26905 26905 21506 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 446160349 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701450128112 139701966536017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26920] ppid=26905 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26920/stat : 26920 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446160349 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701449075808 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26921] ppid=26905 vsize=15144776 memory=140196055172736 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26921/stat : 26921 (java) R 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160349 15508250624 7239 33554432000 4194304 4196468 140725464888576 139701448022320 139701987998338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30404 KiB

[startup+0.210764 s]*
/proc/loadavg: 8.55 8.54 8.40 9/233 26921
/proc/meminfo: memFree=31364944/32770624 swapFree=66977068/67108860
[pid=26905] ppid=26902 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26905/stat : 26905 (xcsp3-exec) S 26902 26905 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446160343 115843072 362 33554432000 4194304 5098028 140730575078000 140730575076104 139638032761468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19165184 140730575086459 140730575086701 140730575086701 140730575089610 0
/proc/26905/statm: 28282 362 304 221 0 87 0
[pid=26907] ppid=26905 vsize=15144776 memory=41080 CPUtime=0.34 cores=0,2,4,6
/proc/26907/stat : 26907 (java) S 26905 26905 21506 0 -1 1077944320 9486 0 0 0 31 3 0 0 20 0 15 0 446160343 15508250624 10270 33554432000 4194304 4196468 140725464888576 140725464871120 139701987987191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
/proc/26907/statm: 3786194 10270 3310 1 0 3748377 0
[pid=26907/tid=26908] ppid=26905 vsize=15144776 memory=5855087016065728930 CPUtime=0.19 cores=0,2,4,6
/proc/26907/task/26908/stat : 26908 (java) R 26905 26905 21506 0 -1 4202560 6603 0 0 0 17 2 0 0 20 0 15 0 446160344 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701992225008 139701988009117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26909] ppid=26905 vsize=15144776 memory=3472468324950324432 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26909/stat : 26909 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160345 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701940607760 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26910] ppid=26905 vsize=15144776 memory=140196055172736 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26910/stat : 26910 (java) S 26905 26905 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446160345 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701939555216 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26911] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26911/stat : 26911 (java) S 26905 26905 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446160345 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701938502672 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26912] ppid=26905 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26912/stat : 26912 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160345 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701937450128 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26913] ppid=26905 vsize=15144776 memory=140196055172736 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26913/stat : 26913 (java) S 26905 26905 21506 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446160346 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701456443376 139701987998338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26914] ppid=26905 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26914/stat : 26914 (java) S 26905 26905 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446160346 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701455389600 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26915] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26915/stat : 26915 (java) S 26905 26905 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446160347 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701454337008 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26916] ppid=26905 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26916/stat : 26916 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446160349 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701453285584 139701988005787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26917] ppid=26905 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26907/task/26917/stat : 26917 (java) S 26905 26905 21506 0 -1 1077944384 545 0 0 0 1 0 0 0 20 0 15 0 446160349 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701452233200 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26918] ppid=26905 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26907/task/26918/stat : 26918 (java) S 26905 26905 21506 0 -1 1077944384 266 0 0 0 3 0 0 0 20 0 15 0 446160349 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701451180656 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26919] ppid=26905 vsize=15144776 memory=140196055172736 CPUtime=0.08 cores=0,2,4,6
/proc/26907/task/26919/stat : 26919 (java) S 26905 26905 21506 0 -1 1077944384 766 0 0 0 8 0 0 0 20 0 15 0 446160349 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701450128112 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26920] ppid=26905 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26920/stat : 26920 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446160349 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701449075808 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26921] ppid=26905 vsize=15144776 memory=140196055172736 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26921/stat : 26921 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160349 15508250624 10270 33554432000 4194304 4196468 140725464888576 139701448022320 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42528 KiB

[startup+0.320479 s]*
/proc/loadavg: 8.55 8.54 8.40 6/233 26921
/proc/meminfo: memFree=31356800/32770624 swapFree=66977068/67108860
[pid=26905] ppid=26902 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26905/stat : 26905 (xcsp3-exec) S 26902 26905 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446160343 115843072 362 33554432000 4194304 5098028 140730575078000 140730575076104 139638032761468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19165184 140730575086459 140730575086701 140730575086701 140730575089610 0
/proc/26905/statm: 28282 362 304 221 0 87 0
[pid=26907] ppid=26905 vsize=15149032 memory=50516 CPUtime=0.55 cores=0,2,4,6
/proc/26907/stat : 26907 (java) S 26905 26905 21506 0 -1 1077944320 11029 0 0 0 50 5 0 0 20 0 15 0 446160343 15512608768 12629 33554432000 4194304 4196468 140725464888576 140725464871120 139701987987191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
/proc/26907/statm: 3787258 12629 3359 1 0 3748377 0
[pid=26907/tid=26908] ppid=26905 vsize=15149032 memory=-8540663193526752614 CPUtime=0.31 cores=0,2,4,6
/proc/26907/task/26908/stat : 26908 (java) R 26905 26905 21506 0 -1 4202560 7912 0 0 0 28 3 0 0 20 0 15 0 446160344 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701992219776 139701972067678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26909] ppid=26905 vsize=15149032 memory=3472468324950324432 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26909/stat : 26909 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160345 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701940607760 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26910] ppid=26905 vsize=15149032 memory=140196055194242 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26910/stat : 26910 (java) S 26905 26905 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446160345 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701939555216 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26911] ppid=26905 vsize=15149032 memory=140195919955756 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26911/stat : 26911 (java) S 26905 26905 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446160345 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701938502672 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26912] ppid=26905 vsize=15149032 memory=140195919936463 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26912/stat : 26912 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160345 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701937450128 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26913] ppid=26905 vsize=15149032 memory=140196055194273 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26913/stat : 26913 (java) S 26905 26905 21506 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446160346 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701456443376 139701987998338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26914] ppid=26905 vsize=15149032 memory=140195919945679 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26914/stat : 26914 (java) S 26905 26905 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446160346 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701455389600 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26915] ppid=26905 vsize=15149032 memory=280391839889008 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26915/stat : 26915 (java) S 26905 26905 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446160347 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701454337008 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26916] ppid=26905 vsize=15149032 memory=140195919972300 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26916/stat : 26916 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446160349 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701453285584 139701988005787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26917] ppid=26905 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26907/task/26917/stat : 26917 (java) S 26905 26905 21506 0 -1 1077944384 573 0 0 0 3 0 0 0 20 0 15 0 446160349 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701452233200 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26918] ppid=26905 vsize=15149032 memory=2240 CPUtime=0.06 cores=0,2,4,6
/proc/26907/task/26918/stat : 26918 (java) S 26905 26905 21506 0 -1 1077944384 384 0 0 0 6 0 0 0 20 0 15 0 446160349 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701451180656 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26919] ppid=26905 vsize=15149032 memory=140196055172736 CPUtime=0.12 cores=0,2,4,6
/proc/26907/task/26919/stat : 26919 (java) S 26905 26905 21506 0 -1 1077944384 852 0 0 0 12 0 0 0 20 0 15 0 446160349 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701450128112 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26920] ppid=26905 vsize=15149032 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26920/stat : 26920 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446160349 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701449075808 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26921] ppid=26905 vsize=15149032 memory=140196055172736 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26921/stat : 26921 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446160349 15512608768 12629 33554432000 4194304 4196468 140725464888576 139701448022320 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51964 KiB

[startup+0.700745 s]
/proc/loadavg: 8.55 8.54 8.40 10/233 26921
/proc/meminfo: memFree=31342844/32770624 swapFree=66977068/67108860
[pid=26905] ppid=26902 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26905/stat : 26905 (xcsp3-exec) S 26902 26905 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446160343 115843072 362 33554432000 4194304 5098028 140730575078000 140730575076104 139638032761468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19165184 140730575086459 140730575086701 140730575086701 140730575089610 0
/proc/26905/statm: 28282 362 304 221 0 87 0
[pid=26907] ppid=26905 vsize=15485004 memory=165164 CPUtime=1.64 cores=0,2,4,6
/proc/26907/stat : 26907 (java) S 26905 26905 21506 0 -1 1077944320 15224 0 0 0 155 9 0 0 20 0 20 0 446160343 15856644096 41291 33554432000 4194304 4196468 140725464888576 140725464871120 139701987987191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
/proc/26907/statm: 3871251 41291 3477 1 0 3832351 0
[pid=26907/tid=26908] ppid=26905 vsize=15485004 memory=2828 CPUtime=0.51 cores=0,2,4,6
/proc/26907/task/26908/stat : 26908 (java) S 26905 26905 21506 0 -1 1077944384 9063 0 0 0 47 4 0 0 20 0 20 0 446160344 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701992227968 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26909] ppid=26905 vsize=15485004 memory=756 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26909/stat : 26909 (java) S 26905 26905 21506 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 446160345 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701940607760 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26910] ppid=26905 vsize=15485004 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26910/stat : 26910 (java) S 26905 26905 21506 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 446160345 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701939555216 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26911] ppid=26905 vsize=15485004 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26907/task/26911/stat : 26911 (java) S 26905 26905 21506 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 20 0 446160345 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701938502672 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26912] ppid=26905 vsize=15485004 memory=280391839970624 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26912/stat : 26912 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446160345 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701937450128 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26913] ppid=26905 vsize=15485004 memory=11268 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26913/stat : 26913 (java) S 26905 26905 21506 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 446160346 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701456443376 139701987998338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26914] ppid=26905 vsize=15485004 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26914/stat : 26914 (java) S 26905 26905 21506 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 446160346 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701455389600 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26915] ppid=26905 vsize=15485004 memory=2320955487722916521 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26915/stat : 26915 (java) S 26905 26905 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446160347 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701454337008 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26916] ppid=26905 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26916/stat : 26916 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446160349 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701453285584 139701988005787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26917] ppid=26905 vsize=15485004 memory=1425 CPUtime=0.24 cores=0,2,4,6
/proc/26907/task/26917/stat : 26917 (java) R 26905 26905 21506 0 -1 4202560 977 0 0 0 24 0 0 0 20 0 20 0 446160349 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701452220048 139701974020726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26918] ppid=26905 vsize=15485004 memory=11 CPUtime=0.27 cores=0,2,4,6
/proc/26907/task/26918/stat : 26918 (java) R 26905 26905 21506 0 -1 4202560 1015 0 0 0 27 0 0 0 20 0 20 0 446160349 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701451165784 139701971481748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26919] ppid=26905 vsize=15485004 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/26907/task/26919/stat : 26919 (java) R 26905 26905 21506 0 -1 1077944384 1730 0 0 0 34 0 0 0 20 0 20 0 446160349 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701450128112 139701987998338 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26920] ppid=26905 vsize=15485004 memory=30743 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26920/stat : 26920 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446160349 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701449075808 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26921] ppid=26905 vsize=15485004 memory=1477 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26921/stat : 26921 (java) S 26905 26905 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446160349 15856644096 41291 33554432000 4194304 4196468 140725464888576 139701448022320 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 166612 KiB

[startup+1.50076 s]
/proc/loadavg: 8.55 8.54 8.40 12/237 26993
/proc/meminfo: memFree=31216308/32770624 swapFree=66977068/67108860
[pid=26905] ppid=26902 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26905/stat : 26905 (xcsp3-exec) S 26902 26905 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446160343 115843072 362 33554432000 4194304 5098028 140730575078000 140730575076104 139638032761468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19165184 140730575086459 140730575086701 140730575086701 140730575089610 0
/proc/26905/statm: 28282 362 304 221 0 87 0

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

/proc/26907/task/26921/stat : 26921 (java) S 26905 26905 21506 0 -1 1077944384 866 0 0 0 0 2 0 0 20 0 19 0 446160349 15856644096 74043 33554432000 4194304 4196468 140725464888576 139701448022320 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26998] ppid=26905 vsize=15485004 memory=6791534058613427641 CPUtime=151.21 cores=0,2,4,6
/proc/26907/task/26998/stat : 26998 (java) R 26905 26905 21506 0 -1 4202560 591 0 0 0 15121 0 0 0 20 0 19 0 446160484 15856644096 74043 33554432000 4194304 4196468 140725464888576 139701438803512 139701617756045 0 4 0 16800975 0 0 0 -1 2 0 0 32 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26999] ppid=26905 vsize=15485004 memory=6369868150210126928 CPUtime=151.75 cores=0,2,4,6
/proc/26907/task/26999/stat : 26999 (java) R 26905 26905 21506 0 -1 4202560 1982 0 0 0 15174 1 0 0 20 0 19 0 446160484 15856644096 74043 33554432000 4194304 4196468 140725464888576 139701433543792 139701616737578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=27000] ppid=26905 vsize=15485004 memory=6369868150210126928 CPUtime=151.36 cores=0,2,4,6
/proc/26907/task/27000/stat : 27000 (java) R 26905 26905 21506 0 -1 4202560 2316 0 0 0 15135 1 0 0 20 0 19 0 446160484 15856644096 74043 33554432000 4194304 4196468 140725464888576 139701437751680 139701616737588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=27001] ppid=26905 vsize=15485004 memory=6369868150210126928 CPUtime=151.6 cores=0,2,4,6
/proc/26907/task/27001/stat : 27001 (java) R 26905 26905 21506 0 -1 4202560 1227 0 0 0 15160 0 0 0 20 0 19 0 446160484 15856644096 74043 33554432000 4194304 4196468 140725464888576 139701436698072 139701617711899 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
Current children cumulated CPU time: 613.01 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 297620 KiB

[startup+155.201 s]
/proc/loadavg: 8.64 8.58 8.44 9/237 27013
/proc/meminfo: memFree=30944752/32770624 swapFree=66977068/67108860
[pid=26905] ppid=26902 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26905/stat : 26905 (xcsp3-exec) S 26902 26905 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446160343 115843072 362 33554432000 4194304 5098028 140730575078000 140730575076104 139638032761468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19165184 140730575086459 140730575086701 140730575086701 140730575089610 0
/proc/26905/statm: 28282 362 304 221 0 87 0
[pid=26907] ppid=26905 vsize=15485004 memory=298220 CPUtime=616.2 cores=0,2,4,6
/proc/26907/stat : 26907 (java) S 26905 26905 21506 0 -1 1077944320 53848 0 0 0 61600 20 0 0 20 0 19 0 446160343 15856644096 74555 33554432000 4194304 4196468 140725464888576 140725464871120 139701987987191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
/proc/26907/statm: 3871251 74555 3518 1 0 3832351 0
[pid=26907/tid=26908] ppid=26905 vsize=15485004 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/26907/task/26908/stat : 26908 (java) S 26905 26905 21506 0 -1 1077944384 9063 0 0 0 48 4 0 0 20 0 19 0 446160344 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701992227968 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26909] ppid=26905 vsize=15485004 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26909/stat : 26909 (java) S 26905 26905 21506 0 -1 1077944384 1095 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701940607760 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26910] ppid=26905 vsize=15485004 memory=1324 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26910/stat : 26910 (java) S 26905 26905 21506 0 -1 1077944384 1131 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701939555216 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26911] ppid=26905 vsize=15485004 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26911/stat : 26911 (java) S 26905 26905 21506 0 -1 1077944384 1941 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701938502672 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26912] ppid=26905 vsize=15485004 memory=57 CPUtime=0.05 cores=0,2,4,6
/proc/26907/task/26912/stat : 26912 (java) S 26905 26905 21506 0 -1 1077944384 1286 0 0 0 4 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701937450128 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26913] ppid=26905 vsize=15485004 memory=-2605811476043407915 CPUtime=0.05 cores=0,2,4,6
/proc/26907/task/26913/stat : 26913 (java) S 26905 26905 21506 0 -1 1077944384 1766 0 0 0 4 1 0 0 20 0 19 0 446160346 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701456443376 139701987998338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26914] ppid=26905 vsize=15485004 memory=280391840903216 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26914/stat : 26914 (java) S 26905 26905 21506 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 446160346 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701455389664 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26915] ppid=26905 vsize=15485004 memory=308 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26915/stat : 26915 (java) S 26905 26905 21506 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446160347 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701454337024 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26916] ppid=26905 vsize=15485004 memory=7872 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26916/stat : 26916 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701453285584 139701988005787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26917] ppid=26905 vsize=15485004 memory=1164 CPUtime=1.69 cores=0,2,4,6
/proc/26907/task/26917/stat : 26917 (java) S 26905 26905 21506 0 -1 1077944384 11008 0 0 0 168 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701452233200 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26918] ppid=26905 vsize=15485004 memory=9448 CPUtime=2.03 cores=0,2,4,6
/proc/26907/task/26918/stat : 26918 (java) S 26905 26905 21506 0 -1 1077944384 10908 0 0 0 202 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701451180656 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26919] ppid=26905 vsize=15485004 memory=14008 CPUtime=0.57 cores=0,2,4,6
/proc/26907/task/26919/stat : 26919 (java) S 26905 26905 21506 0 -1 1077944384 5767 0 0 0 56 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701450128112 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26920] ppid=26905 vsize=15485004 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26920/stat : 26920 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701449075808 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26921] ppid=26905 vsize=15485004 memory=11976 CPUtime=0.02 cores=0,2,4,6
/proc/26907/task/26921/stat : 26921 (java) S 26905 26905 21506 0 -1 1077944384 866 0 0 0 0 2 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701448022320 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26998] ppid=26905 vsize=15485004 memory=1324 CPUtime=152 cores=0,2,4,6
/proc/26907/task/26998/stat : 26998 (java) R 26905 26905 21506 0 -1 4202560 591 0 0 0 15200 0 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701438803128 139701616737944 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26999] ppid=26905 vsize=15485004 memory=780 CPUtime=152.55 cores=0,2,4,6
/proc/26907/task/26999/stat : 26999 (java) R 26905 26905 21506 0 -1 4202560 1983 0 0 0 15254 1 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701433541400 139701616738279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=27000] ppid=26905 vsize=15485004 memory=4088 CPUtime=152.16 cores=0,2,4,6
/proc/26907/task/27000/stat : 27000 (java) R 26905 26905 21506 0 -1 4202560 2316 0 0 0 15215 1 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701437754112 139701617552534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=27001] ppid=26905 vsize=15485004 memory=1580 CPUtime=152.4 cores=0,2,4,6
/proc/26907/task/27001/stat : 27001 (java) R 26905 26905 21506 0 -1 4202560 1227 0 0 0 15240 0 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701436697872 139701616737684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
Current children cumulated CPU time: 616.2 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 299668 KiB

[startup+155.601 s]
/proc/loadavg: 8.64 8.58 8.44 9/237 27013
/proc/meminfo: memFree=30944752/32770624 swapFree=66977068/67108860
[pid=26905] ppid=26902 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26905/stat : 26905 (xcsp3-exec) S 26902 26905 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446160343 115843072 362 33554432000 4194304 5098028 140730575078000 140730575076104 139638032761468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19165184 140730575086459 140730575086701 140730575086701 140730575089610 0
/proc/26905/statm: 28282 362 304 221 0 87 0
[pid=26907] ppid=26905 vsize=15485004 memory=298220 CPUtime=617.79 cores=0,2,4,6
/proc/26907/stat : 26907 (java) S 26905 26905 21506 0 -1 1077944320 53848 0 0 0 61759 20 0 0 20 0 19 0 446160343 15856644096 74555 33554432000 4194304 4196468 140725464888576 140725464871120 139701987987191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
/proc/26907/statm: 3871251 74555 3518 1 0 3832351 0
[pid=26907/tid=26908] ppid=26905 vsize=15485004 memory=33 CPUtime=0.52 cores=0,2,4,6
/proc/26907/task/26908/stat : 26908 (java) S 26905 26905 21506 0 -1 1077944384 9063 0 0 0 48 4 0 0 20 0 19 0 446160344 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701992227968 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26909] ppid=26905 vsize=15485004 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26909/stat : 26909 (java) S 26905 26905 21506 0 -1 1077944384 1095 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701940607760 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26910] ppid=26905 vsize=15485004 memory=30692 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26910/stat : 26910 (java) S 26905 26905 21506 0 -1 1077944384 1131 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701939555216 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26911] ppid=26905 vsize=15485004 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26911/stat : 26911 (java) S 26905 26905 21506 0 -1 1077944384 1941 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701938502672 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26912] ppid=26905 vsize=15485004 memory=984 CPUtime=0.05 cores=0,2,4,6
/proc/26907/task/26912/stat : 26912 (java) S 26905 26905 21506 0 -1 1077944384 1286 0 0 0 4 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701937450128 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26913] ppid=26905 vsize=15485004 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/26907/task/26913/stat : 26913 (java) S 26905 26905 21506 0 -1 1077944384 1766 0 0 0 4 1 0 0 20 0 19 0 446160346 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701456443376 139701987998338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26914] ppid=26905 vsize=15485004 memory=904 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26914/stat : 26914 (java) S 26905 26905 21506 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 446160346 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701455389664 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26915] ppid=26905 vsize=15485004 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26915/stat : 26915 (java) S 26905 26905 21506 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446160347 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701454337024 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26916] ppid=26905 vsize=15485004 memory=2528 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26916/stat : 26916 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701453285584 139701988005787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26917] ppid=26905 vsize=15485004 memory=1764 CPUtime=1.69 cores=0,2,4,6
/proc/26907/task/26917/stat : 26917 (java) S 26905 26905 21506 0 -1 1077944384 11008 0 0 0 168 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701452233200 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26918] ppid=26905 vsize=15485004 memory=111632 CPUtime=2.03 cores=0,2,4,6
/proc/26907/task/26918/stat : 26918 (java) S 26905 26905 21506 0 -1 1077944384 10908 0 0 0 202 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701451180656 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26919] ppid=26905 vsize=15485004 memory=804 CPUtime=0.57 cores=0,2,4,6
/proc/26907/task/26919/stat : 26919 (java) S 26905 26905 21506 0 -1 1077944384 5767 0 0 0 56 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701450128112 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26920] ppid=26905 vsize=15485004 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26920/stat : 26920 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701449075808 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26921] ppid=26905 vsize=15485004 memory=920 CPUtime=0.02 cores=0,2,4,6
/proc/26907/task/26921/stat : 26921 (java) S 26905 26905 21506 0 -1 1077944384 866 0 0 0 0 2 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701448022320 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26998] ppid=26905 vsize=15485004 memory=3848 CPUtime=152.39 cores=0,2,4,6
/proc/26907/task/26998/stat : 26998 (java) R 26905 26905 21506 0 -1 4202560 591 0 0 0 15239 0 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701438803128 139701617712063 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26999] ppid=26905 vsize=15485004 memory=2596 CPUtime=152.95 cores=0,2,4,6
/proc/26907/task/26999/stat : 26999 (java) R 26905 26905 21506 0 -1 4202560 1983 0 0 0 15294 1 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701433541400 139701617829655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=27000] ppid=26905 vsize=15485004 memory=2596 CPUtime=152.56 cores=0,2,4,6
/proc/26907/task/27000/stat : 27000 (java) R 26905 26905 21506 0 -1 4202560 2316 0 0 0 15255 1 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701437754000 139701617829562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=27001] ppid=26905 vsize=15485004 memory=1412 CPUtime=152.8 cores=0,2,4,6
/proc/26907/task/27001/stat : 27001 (java) R 26905 26905 21506 0 -1 4202560 1227 0 0 0 15280 0 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701436697872 139701616737660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
Current children cumulated CPU time: 617.79 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 299668 KiB

[startup+155.701 s]
/proc/loadavg: 8.64 8.58 8.44 9/237 27013
/proc/meminfo: memFree=30944752/32770624 swapFree=66977068/67108860
[pid=26905] ppid=26902 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26905/stat : 26905 (xcsp3-exec) S 26902 26905 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446160343 115843072 362 33554432000 4194304 5098028 140730575078000 140730575076104 139638032761468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19165184 140730575086459 140730575086701 140730575086701 140730575089610 0
/proc/26905/statm: 28282 362 304 221 0 87 0
[pid=26907] ppid=26905 vsize=15485004 memory=298220 CPUtime=618.19 cores=0,2,4,6
/proc/26907/stat : 26907 (java) S 26905 26905 21506 0 -1 1077944320 53848 0 0 0 61799 20 0 0 20 0 19 0 446160343 15856644096 74555 33554432000 4194304 4196468 140725464888576 140725464871120 139701987987191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
/proc/26907/statm: 3871251 74555 3518 1 0 3832351 0
[pid=26907/tid=26908] ppid=26905 vsize=15485004 memory=1448 CPUtime=0.52 cores=0,2,4,6
/proc/26907/task/26908/stat : 26908 (java) S 26905 26905 21506 0 -1 1077944384 9063 0 0 0 48 4 0 0 20 0 19 0 446160344 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701992227968 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26909] ppid=26905 vsize=15485004 memory=296684 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26909/stat : 26909 (java) S 26905 26905 21506 0 -1 1077944384 1095 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701940607760 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26910] ppid=26905 vsize=15485004 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26910/stat : 26910 (java) S 26905 26905 21506 0 -1 1077944384 1131 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701939555216 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26911] ppid=26905 vsize=15485004 memory=255748122661442 CPUtime=0.07 cores=0,2,4,6
/proc/26907/task/26911/stat : 26911 (java) S 26905 26905 21506 0 -1 1077944384 1941 0 0 0 6 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701938502672 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26912] ppid=26905 vsize=15485004 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/26907/task/26912/stat : 26912 (java) S 26905 26905 21506 0 -1 1077944384 1286 0 0 0 4 1 0 0 20 0 19 0 446160345 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701937450128 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26913] ppid=26905 vsize=15485004 memory=30692 CPUtime=0.05 cores=0,2,4,6
/proc/26907/task/26913/stat : 26913 (java) S 26905 26905 21506 0 -1 1077944384 1766 0 0 0 4 1 0 0 20 0 19 0 446160346 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701456443376 139701987998338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26914] ppid=26905 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26914/stat : 26914 (java) S 26905 26905 21506 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 446160346 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701455389664 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26915] ppid=26905 vsize=15485004 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26915/stat : 26915 (java) S 26905 26905 21506 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446160347 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701454337024 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26916] ppid=26905 vsize=15485004 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26916/stat : 26916 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701453285584 139701988005787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26917] ppid=26905 vsize=15485004 memory=9448 CPUtime=1.69 cores=0,2,4,6
/proc/26907/task/26917/stat : 26917 (java) S 26905 26905 21506 0 -1 1077944384 11008 0 0 0 168 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701452233200 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26918] ppid=26905 vsize=15485004 memory=1028 CPUtime=2.03 cores=0,2,4,6
/proc/26907/task/26918/stat : 26918 (java) S 26905 26905 21506 0 -1 1077944384 10908 0 0 0 202 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701451180656 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26919] ppid=26905 vsize=15485004 memory=1060 CPUtime=0.57 cores=0,2,4,6
/proc/26907/task/26919/stat : 26919 (java) S 26905 26905 21506 0 -1 1077944384 5767 0 0 0 56 1 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701450128112 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26920] ppid=26905 vsize=15485004 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26907/task/26920/stat : 26920 (java) S 26905 26905 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701449075808 139701987997397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26921] ppid=26905 vsize=15485004 memory=297708 CPUtime=0.02 cores=0,2,4,6
/proc/26907/task/26921/stat : 26921 (java) S 26905 26905 21506 0 -1 1077944384 866 0 0 0 0 2 0 0 20 0 19 0 446160349 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701448022320 139701987998338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26998] ppid=26905 vsize=15485004 memory=298164 CPUtime=152.49 cores=0,2,4,6
/proc/26907/task/26998/stat : 26998 (java) R 26905 26905 21506 0 -1 4202560 591 0 0 0 15249 0 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701438803128 139701616738367 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=26999] ppid=26905 vsize=15485004 memory=1448 CPUtime=153.05 cores=0,2,4,6
/proc/26907/task/26999/stat : 26999 (java) R 26905 26905 21506 0 -1 4202560 1983 0 0 0 15304 1 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701433541400 139701616738279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=27000] ppid=26905 vsize=15485004 memory=297708 CPUtime=152.66 cores=0,2,4,6
/proc/26907/task/27000/stat : 27000 (java) R 26905 26905 21506 0 -1 4202560 2316 0 0 0 15265 1 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701437754000 139701616975137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
[pid=26907/tid=27001] ppid=26905 vsize=15485004 memory=0 CPUtime=152.9 cores=0,2,4,6
/proc/26907/task/27001/stat : 27001 (java) R 26905 26905 21506 0 -1 4202560 1227 0 0 0 15290 0 0 0 20 0 19 0 446160484 15856644096 74555 33554432000 4194304 4196468 140725464888576 139701436697872 139701617712212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36425728 140725464892399 140725464892570 140725464892570 140725464895439 0
Current children cumulated CPU time: 618.19 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 299668 KiB

Child status: 0
Real time (s): 155.718
CPU time (s): 618.251
CPU user time (s): 618.035
CPU system time (s): 0.215801
CPU usage (%): 397.031
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 343112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 618.035
system time used= 0.215801
maximum resident set size= 344680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55006
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7829
involuntary context switches= 12294


# summary of solver processes directly reported to runsolver:
#   pid: 26905
#   total CPU time (s): 618.251
#   total CPU user time (s): 618.035
#   total CPU system time (s): 0.215801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.953386 second user time and 1.71935 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 07:42:15
IDJOB=4399277
IDBENCH=135736
IDSOLVER=2853
FILE ID=node121/4399277-1568698977
RUNJOBID= node121-1568693400-21537
PBS_JOBID= 21703800
Free space on /tmp= 61380 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.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-4399277-1568698977/watcher-4399277-1568698977 -o /tmp/evaluation-result-4399277-1568698977/solver-4399277-1568698977 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 621306375 HOME/instance-4399277-1568698977.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=621306375

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31393728 kB
MemAvailable:   31616916 kB
Buffers:           61820 kB
Cached:           459152 kB
SwapCached:        10764 kB
Active:           522656 kB
Inactive:         319424 kB
Active(anon):     311024 kB
Inactive(anon):    42280 kB
Active(file):     211632 kB
Inactive(file):   277144 kB
Unevictable:      109148 kB
Mlocked:          109148 kB
SwapTotal:      67108860 kB
SwapFree:       66977068 kB
Dirty:             26300 kB
Writeback:             0 kB
AnonPages:        419992 kB
Mapped:            55144 kB
Shmem:             23872 kB
Slab:             130364 kB
SReclaimable:     100496 kB
SUnreclaim:        29868 kB
KernelStack:        3872 kB
PageTables:         6728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1458596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61356 MiB
End job on node121 at 2019-09-17 07:44:51