Trace number 4403778

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-20OPT93 1272.69 320.779

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark106.813
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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-4403778-1568992351.xml"  -tl '2520s' -p 4
0.14/0.17	c Choco 3fb4b153
0.14/0.18	c [HOME/instance-4403778-1568992351.xml, -tl, 2520s, -p, 4]
0.14/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
0.74/0.52	c solve instance...
1.07/0.58	o 257 
1.07/0.58	o 158 
1.07/0.59	o 141 
1.07/0.60	o 131 
1.07/0.60	o 130 
1.07/0.61	o 124 
1.40/0.61	o 123 
1.40/0.63	o 120 
1.40/0.64	o 119 
1.40/0.69	o 118 
1.72/0.78	o 117 
1.72/0.78	o 115 
1.72/0.78	o 111 
2.11/0.81	o 110 
2.11/0.82	o 109 
2.95/1.11	o 105 
3.67/1.24	o 104 
4.47/1.47	o 102 
4.47/1.47	o 101 
4.85/1.50	o 100 
5.25/1.63	o 95 
6.87/2.02	o 93 
1272.40/320.77	s OPTIMUM FOUND
1272.40/320.77	v <instantiation>
1272.40/320.77	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>
1272.40/320.77	v 	<values>4 1 0 2 3 5 7 9 8 10 14 13 12 11 6 4 7 2 2 5 8 4 9 5 7 15 8 1 8 8 </values>
1272.40/320.77	v </instantiation>

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403778-1568992351/watcher-4403778-1568992351 -o /tmp/evaluation-result-4403778-1568992351/solver-4403778-1568992351 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568991545-11250 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 489428865 HOME/instance-4403778-1568992351.xml 

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

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


[startup+0.101802 s]*
/proc/loadavg: 8.93 8.07 5.25 6/235 12674
/proc/meminfo: memFree=8862904/32770624 swapFree=66999044/67108860
[pid=12658] ppid=12655 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12658/stat : 12658 (xcsp3-exec) S 12655 12658 11218 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475499953 115843072 362 33554432000 4194304 5098028 140731971367088 140731971365192 139732093174396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16412672 140731971375995 140731971376237 140731971376237 140731971379146 0
/proc/12658/statm: 28282 362 304 221 0 87 0
[pid=12660] ppid=12658 vsize=15144776 memory=28984 CPUtime=0.14 cores=1,3,5,7
/proc/12660/stat : 12660 (java) S 12658 12658 11218 0 -1 1077944320 5713 0 0 0 13 1 0 0 20 0 15 0 475499953 15508250624 7246 33554432000 4194304 4196468 140730793718736 140730793701280 140182430629623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
/proc/12660/statm: 3786194 7246 3155 1 0 3748377 0
[pid=12660/tid=12661] ppid=12658 vsize=15144776 memory=8180089925722843723 CPUtime=0.1 cores=1,3,5,7
/proc/12660/task/12661/stat : 12661 (java) R 12658 12658 11218 0 -1 4202560 3590 0 0 0 9 1 0 0 20 0 15 0 475499954 15508250624 7246 33554432000 4194304 4196468 140730793718736 140182434852320 140182422866750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12662] ppid=12658 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12662/stat : 12662 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15508250624 7246 33554432000 4194304 4196468 140730793718736 140182366866064 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12663] ppid=12658 vsize=15144776 memory=140529871455872 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12663/stat : 12663 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15508250624 7246 33554432000 4194304 4196468 140730793718736 140182365813264 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12664] ppid=12658 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12664/stat : 12664 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15508250624 7246 33554432000 4194304 4196468 140730793718736 140182020479376 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12665] ppid=12658 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12665/stat : 12665 (java) S 12658 12658 11218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475499954 15508250624 7246 33554432000 4194304 4196468 140730793718736 140182019426576 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12666] ppid=12658 vsize=15144776 memory=140529871455872 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12666/stat : 12666 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499956 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181573233520 140182430640770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12667] ppid=12658 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12667/stat : 12667 (java) S 12658 12658 11218 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475499956 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181572179488 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12668] ppid=12658 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12668/stat : 12668 (java) S 12658 12658 11218 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475499956 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181571126640 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12669] ppid=12658 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12669/stat : 12669 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475499959 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181570074960 140182430648219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12670] ppid=12658 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12670/stat : 12670 (java) R 12658 12658 11218 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 475499959 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181569022320 140182430640770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12671] ppid=12658 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12671/stat : 12671 (java) R 12658 12658 11218 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 15 0 475499959 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181567969520 140182411135328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12672] ppid=12658 vsize=15144776 memory=140529871455872 CPUtime=0.02 cores=1,3,5,7
/proc/12660/task/12672/stat : 12672 (java) R 12658 12658 11218 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 475499959 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181566916720 140182409359015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12673] ppid=12658 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12673/stat : 12673 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475499959 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181565864160 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12674] ppid=12658 vsize=15144776 memory=140529871455872 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12674/stat : 12674 (java) R 12658 12658 11218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475499959 15508250624 7246 33554432000 4194304 4196468 140730793718736 140181564812464 140182430640770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30432 KiB

[startup+0.211046 s]*
/proc/loadavg: 8.93 8.07 5.25 6/235 12674
/proc/meminfo: memFree=8851264/32770624 swapFree=66999044/67108860
[pid=12658] ppid=12655 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12658/stat : 12658 (xcsp3-exec) S 12655 12658 11218 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475499953 115843072 362 33554432000 4194304 5098028 140731971367088 140731971365192 139732093174396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16412672 140731971375995 140731971376237 140731971376237 140731971379146 0
/proc/12658/statm: 28282 362 304 221 0 87 0
[pid=12660] ppid=12658 vsize=15144776 memory=40960 CPUtime=0.35 cores=1,3,5,7
/proc/12660/stat : 12660 (java) S 12658 12658 11218 0 -1 1077944320 9482 0 0 0 32 3 0 0 20 0 15 0 475499953 15508250624 10240 33554432000 4194304 4196468 140730793718736 140730793701280 140182430629623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
/proc/12660/statm: 3786194 10240 3311 1 0 3748377 0
[pid=12660/tid=12661] ppid=12658 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12660/task/12661/stat : 12661 (java) R 12658 12658 11218 0 -1 4202560 6638 0 0 0 18 2 0 0 20 0 15 0 475499954 15508250624 10240 33554432000 4194304 4196468 140730793718736 140182434867936 140182430651549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12662] ppid=12658 vsize=15144776 memory=9780 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12662/stat : 12662 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15508250624 10240 33554432000 4194304 4196468 140730793718736 140182366866064 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12663] ppid=12658 vsize=15144776 memory=3473878404314793632 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12663/stat : 12663 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15508250624 10240 33554432000 4194304 4196468 140730793718736 140182365813264 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12664] ppid=12658 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12664/stat : 12664 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15508250624 10240 33554432000 4194304 4196468 140730793718736 140182020479376 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12665] ppid=12658 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12665/stat : 12665 (java) S 12658 12658 11218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475499954 15508250624 10240 33554432000 4194304 4196468 140730793718736 140182019426576 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12666] ppid=12658 vsize=15144776 memory=140529871455872 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12666/stat : 12666 (java) S 12658 12658 11218 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475499956 15508250624 10240 33554432000 4194304 4196468 140730793718736 140181573233520 140182430640770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12667] ppid=12658 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12667/stat : 12667 (java) S 12658 12658 11218 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475499956 15508250624 10240 33554432000 4194304 4196468 140730793718736 140181572179488 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12668] ppid=12658 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12668/stat : 12668 (java) S 12658 12658 11218 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475499956 15508250624 10240 33554432000 4194304 4196468 140730793718736 140181571126640 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12669] ppid=12658 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12669/stat : 12669 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475499959 15508250624 10240 33554432000 4194304 4196468 140730793718736 140181570074960 140182430648219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12670] ppid=12658 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12660/task/12670/stat : 12670 (java) S 12658 12658 11218 0 -1 1077944384 603 0 0 0 2 0 0 0 20 0 15 0 475499959 15508250624 10304 33554432000 4194304 4196468 140730793718736 140181569022320 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12671] ppid=12658 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12660/task/12671/stat : 12671 (java) S 12658 12658 11218 0 -1 1077944384 149 0 0 0 2 0 0 0 20 0 15 0 475499959 15508250624 10304 33554432000 4194304 4196468 140730793718736 140181567969520 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12672] ppid=12658 vsize=15144776 memory=140529871455872 CPUtime=0.08 cores=1,3,5,7
/proc/12660/task/12672/stat : 12672 (java) R 12658 12658 11218 0 -1 4202560 787 0 0 0 8 0 0 0 20 0 15 0 475499959 15508250624 10304 33554432000 4194304 4196468 140730793718736 140181566916720 140182409599056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12673] ppid=12658 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12673/stat : 12673 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475499959 15508250624 10304 33554432000 4194304 4196468 140730793718736 140181565864160 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12674] ppid=12658 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12674/stat : 12674 (java) S 12658 12658 11218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475499959 15508250624 10304 33554432000 4194304 4196468 140730793718736 140181564812464 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42408 KiB

[startup+0.310912 s]*
/proc/loadavg: 8.93 8.07 5.25 6/235 12674
/proc/meminfo: memFree=8843136/32770624 swapFree=66999044/67108860
[pid=12658] ppid=12655 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12658/stat : 12658 (xcsp3-exec) S 12655 12658 11218 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475499953 115843072 362 33554432000 4194304 5098028 140731971367088 140731971365192 139732093174396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16412672 140731971375995 140731971376237 140731971376237 140731971379146 0
/proc/12658/statm: 28282 362 304 221 0 87 0
[pid=12660] ppid=12658 vsize=15149032 memory=49824 CPUtime=0.51 cores=1,3,5,7
/proc/12660/stat : 12660 (java) S 12658 12658 11218 0 -1 1077944320 10803 0 0 0 48 3 0 0 20 0 15 0 475499953 15512608768 12456 33554432000 4194304 4196468 140730793718736 140730793701280 140182430629623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
/proc/12660/statm: 3787258 12456 3346 1 0 3748377 0
[pid=12660/tid=12661] ppid=12658 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/12660/task/12661/stat : 12661 (java) R 12658 12658 11218 0 -1 4202560 7859 0 0 0 27 2 0 0 20 0 15 0 475499954 15512608768 12456 33554432000 4194304 4196468 140730793718736 140182434860736 140182414710110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12662] ppid=12658 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12662/stat : 12662 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15512608768 12456 33554432000 4194304 4196468 140730793718736 140182366866064 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12663] ppid=12658 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12663/stat : 12663 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15512608768 12456 33554432000 4194304 4196468 140730793718736 140182365813264 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12664] ppid=12658 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12664/stat : 12664 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475499954 15512608768 12456 33554432000 4194304 4196468 140730793718736 140182020479376 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12665] ppid=12658 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12665/stat : 12665 (java) S 12658 12658 11218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475499954 15512608768 12456 33554432000 4194304 4196468 140730793718736 140182019426576 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12666] ppid=12658 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12666/stat : 12666 (java) S 12658 12658 11218 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475499956 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181573233520 140182430640770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12667] ppid=12658 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12667/stat : 12667 (java) S 12658 12658 11218 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475499956 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181572179488 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12668] ppid=12658 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12668/stat : 12668 (java) S 12658 12658 11218 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475499956 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181571126640 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12669] ppid=12658 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12669/stat : 12669 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475499959 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181570074960 140182430648219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12670] ppid=12658 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/12660/task/12670/stat : 12670 (java) S 12658 12658 11218 0 -1 1077944384 612 0 0 0 3 0 0 0 20 0 15 0 475499959 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181569022320 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12671] ppid=12658 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12660/task/12671/stat : 12671 (java) S 12658 12658 11218 0 -1 1077944384 160 0 0 0 3 0 0 0 20 0 15 0 475499959 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181567969520 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12672] ppid=12658 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12660/task/12672/stat : 12672 (java) S 12658 12658 11218 0 -1 1077944384 867 0 0 0 12 0 0 0 20 0 15 0 475499959 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181566916720 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12673] ppid=12658 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12673/stat : 12673 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475499959 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181565864160 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12674] ppid=12658 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12674/stat : 12674 (java) S 12658 12658 11218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475499959 15512608768 12456 33554432000 4194304 4196468 140730793718736 140181564812464 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51272 KiB

[startup+0.700772 s]
/proc/loadavg: 8.93 8.07 5.25 10/235 12674
/proc/meminfo: memFree=8827196/32770624 swapFree=66999044/67108860
[pid=12658] ppid=12655 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12658/stat : 12658 (xcsp3-exec) S 12655 12658 11218 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475499953 115843072 362 33554432000 4194304 5098028 140731971367088 140731971365192 139732093174396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16412672 140731971375995 140731971376237 140731971376237 140731971379146 0
/proc/12658/statm: 28282 362 304 221 0 87 0
[pid=12660] ppid=12658 vsize=15483976 memory=158360 CPUtime=1.72 cores=1,3,5,7
/proc/12660/stat : 12660 (java) S 12658 12658 11218 0 -1 1077944320 15049 0 0 0 166 6 0 0 20 0 20 0 475499953 15855591424 39590 33554432000 4194304 4196468 140730793718736 140730793701280 140182430629623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
/proc/12660/statm: 3870994 39590 3461 1 0 3832094 0
[pid=12660/tid=12661] ppid=12658 vsize=15483976 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/12660/task/12661/stat : 12661 (java) S 12658 12658 11218 0 -1 1077944384 8781 0 0 0 48 3 0 0 20 0 20 0 475499954 15855591424 39590 33554432000 4194304 4196468 140730793718736 140182434869568 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12662] ppid=12658 vsize=15483976 memory=52972 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12662/stat : 12662 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475499954 15855591424 39590 33554432000 4194304 4196468 140730793718736 140182366866064 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12663] ppid=12658 vsize=15483976 memory=988 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12663/stat : 12663 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475499954 15855591424 39590 33554432000 4194304 4196468 140730793718736 140182365813264 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12664] ppid=12658 vsize=15483976 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12664/stat : 12664 (java) S 12658 12658 11218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475499954 15855591424 39590 33554432000 4194304 4196468 140730793718736 140182020479376 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12665] ppid=12658 vsize=15483976 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12665/stat : 12665 (java) S 12658 12658 11218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475499954 15855591424 39590 33554432000 4194304 4196468 140730793718736 140182019426576 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12666] ppid=12658 vsize=15483976 memory=9396 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12666/stat : 12666 (java) S 12658 12658 11218 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475499956 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181573233520 140182430640770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12667] ppid=12658 vsize=15483976 memory=656 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12667/stat : 12667 (java) S 12658 12658 11218 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475499956 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181572179488 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12668] ppid=12658 vsize=15483976 memory=3612 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12668/stat : 12668 (java) S 12658 12658 11218 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475499956 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181571126640 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12669] ppid=12658 vsize=15483976 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12669/stat : 12669 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475499959 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181570074960 140182430648219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12670] ppid=12658 vsize=15483976 memory=1552 CPUtime=0.25 cores=1,3,5,7
/proc/12660/task/12670/stat : 12670 (java) R 12658 12658 11218 0 -1 4202560 1366 0 0 0 25 0 0 0 20 0 20 0 475499959 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181569008864 140182412152958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12671] ppid=12658 vsize=15483976 memory=1204 CPUtime=0.3 cores=1,3,5,7
/proc/12660/task/12671/stat : 12671 (java) R 12658 12658 11218 0 -1 4202560 1018 0 0 0 30 0 0 0 20 0 20 0 475499959 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181567950536 140182415511238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12672] ppid=12658 vsize=15483976 memory=1072 CPUtime=0.35 cores=1,3,5,7
/proc/12660/task/12672/stat : 12672 (java) S 12658 12658 11218 0 -1 1077944384 1683 0 0 0 35 0 0 0 20 0 20 0 475499959 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181566916720 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12673] ppid=12658 vsize=15483976 memory=6076 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12673/stat : 12673 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475499959 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181565864160 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12674] ppid=12658 vsize=15483976 memory=1544 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12674/stat : 12674 (java) S 12658 12658 11218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475499959 15855591424 39590 33554432000 4194304 4196468 140730793718736 140181564812464 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 159808 KiB

[startup+1.50081 s]
/proc/loadavg: 8.93 8.07 5.25 12/239 12738
/proc/meminfo: memFree=8700352/32770624 swapFree=66999044/67108860
[pid=12658] ppid=12655 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12658/stat : 12658 (xcsp3-exec) S 12655 12658 11218 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475499953 115843072 362 33554432000 4194304 5098028 140731971367088 140731971365192 139732093174396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16412672 140731971375995 140731971376237 140731971376237 140731971379146 0
/proc/12658/statm: 28282 362 304 221 0 87 0

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

/proc/12660/task/12674/stat : 12674 (java) S 12658 12658 11218 0 -1 1077944384 334 0 0 0 0 6 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181564812464 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12763] ppid=12658 vsize=15485004 memory=282596 CPUtime=314.28 cores=1,3,5,7
/proc/12660/task/12763/stat : 12763 (java) R 12658 12658 11218 0 -1 4202560 863 0 0 0 31428 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181483957584 140182049172174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12764] ppid=12658 vsize=15485004 memory=3580 CPUtime=314.05 cores=1,3,5,7
/proc/12660/task/12764/stat : 12764 (java) R 12658 12658 11218 0 -1 4202560 1997 0 0 0 31404 1 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181559882072 140182049171573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12765] ppid=12658 vsize=15485004 memory=1448 CPUtime=314.56 cores=1,3,5,7
/proc/12660/task/12765/stat : 12765 (java) R 12658 12658 11218 0 -1 4202560 2978 0 0 0 31456 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181485014080 140182050924885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12766] ppid=12658 vsize=15485004 memory=1448 CPUtime=314.63 cores=1,3,5,7
/proc/12660/task/12766/stat : 12766 (java) R 12658 12658 11218 0 -1 4202560 1576 0 0 0 31463 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181482905272 140182049979869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
Current children cumulated CPU time: 1269.66 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 290188 KiB

[startup+320.401 s]
/proc/loadavg: 8.81 8.52 6.27 9/238 13085
/proc/meminfo: memFree=8024860/32770624 swapFree=66999044/67108860
[pid=12658] ppid=12655 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12658/stat : 12658 (xcsp3-exec) S 12655 12658 11218 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475499953 115843072 362 33554432000 4194304 5098028 140731971367088 140731971365192 139732093174396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16412672 140731971375995 140731971376237 140731971376237 140731971379146 0
/proc/12658/statm: 28282 362 304 221 0 87 0
[pid=12660] ppid=12658 vsize=15485004 memory=288740 CPUtime=1271.2 cores=1,3,5,7
/proc/12660/stat : 12660 (java) S 12658 12658 11218 0 -1 1077944320 74128 0 0 0 127090 30 0 0 20 0 19 0 475499953 15856644096 72185 33554432000 4194304 4196468 140730793718736 140730793701280 140182430629623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
/proc/12660/statm: 3871251 72185 3518 1 0 3832351 0
[pid=12660/tid=12661] ppid=12658 vsize=15485004 memory=8257237230052613020 CPUtime=0.51 cores=1,3,5,7
/proc/12660/task/12661/stat : 12661 (java) S 12658 12658 11218 0 -1 1077944384 8782 0 0 0 48 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182434870400 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12662] ppid=12658 vsize=15485004 memory=29256 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12662/stat : 12662 (java) S 12658 12658 11218 0 -1 1077944384 894 0 0 0 36 4 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182366866064 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12663] ppid=12658 vsize=15485004 memory=1448 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12663/stat : 12663 (java) S 12658 12658 11218 0 -1 1077944384 1679 0 0 0 37 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182365813264 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12664] ppid=12658 vsize=15485004 memory=288740 CPUtime=0.41 cores=1,3,5,7
/proc/12660/task/12664/stat : 12664 (java) S 12658 12658 11218 0 -1 1077944384 1731 0 0 0 37 4 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182020479376 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12665] ppid=12658 vsize=15485004 memory=1204 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12665/stat : 12665 (java) S 12658 12658 11218 0 -1 1077944384 1641 0 0 0 37 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182019426576 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12666] ppid=12658 vsize=15485004 memory=1072 CPUtime=0.31 cores=1,3,5,7
/proc/12660/task/12666/stat : 12666 (java) S 12658 12658 11218 0 -1 1077944384 2170 0 0 0 28 3 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181573233520 140182430640770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12667] ppid=12658 vsize=15485004 memory=6076 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12667/stat : 12667 (java) S 12658 12658 11218 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181572179552 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12668] ppid=12658 vsize=15485004 memory=1544 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12668/stat : 12668 (java) S 12658 12658 11218 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181571126640 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12669] ppid=12658 vsize=15485004 memory=776 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12669/stat : 12669 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181570074960 140182430648219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12670] ppid=12658 vsize=15485004 memory=496 CPUtime=2.69 cores=1,3,5,7
/proc/12660/task/12670/stat : 12670 (java) S 12658 12658 11218 0 -1 1077944384 18135 0 0 0 266 3 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181569022320 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12671] ppid=12658 vsize=15485004 memory=1560 CPUtime=3.1 cores=1,3,5,7
/proc/12660/task/12671/stat : 12671 (java) S 12658 12658 11218 0 -1 1077944384 20087 0 0 0 308 2 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181567969520 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12672] ppid=12658 vsize=15485004 memory=932 CPUtime=0.63 cores=1,3,5,7
/proc/12660/task/12672/stat : 12672 (java) S 12658 12658 11218 0 -1 1077944384 7956 0 0 0 62 1 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181566916720 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12673] ppid=12658 vsize=15485004 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12673/stat : 12673 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181565864160 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12674] ppid=12658 vsize=15485004 memory=2428 CPUtime=0.06 cores=1,3,5,7
/proc/12660/task/12674/stat : 12674 (java) S 12658 12658 11218 0 -1 1077944384 334 0 0 0 0 6 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181564812464 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12763] ppid=12658 vsize=15485004 memory=1580 CPUtime=314.67 cores=1,3,5,7
/proc/12660/task/12763/stat : 12763 (java) R 12658 12658 11218 0 -1 4202560 863 0 0 0 31467 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181483957720 140182049172502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12764] ppid=12658 vsize=15485004 memory=892 CPUtime=314.43 cores=1,3,5,7
/proc/12660/task/12764/stat : 12764 (java) R 12658 12658 11218 0 -1 4202560 1997 0 0 0 31442 1 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181559884976 140182049861060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12765] ppid=12658 vsize=15485004 memory=1440 CPUtime=314.95 cores=1,3,5,7
/proc/12660/task/12765/stat : 12765 (java) R 12658 12658 11218 0 -1 4202560 2978 0 0 0 31495 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181485011008 140182050259873 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12766] ppid=12658 vsize=15485004 memory=1760 CPUtime=315.02 cores=1,3,5,7
/proc/12660/task/12766/stat : 12766 (java) R 12658 12658 11218 0 -1 4202560 1577 0 0 0 31502 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181482905616 140182052122473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
Current children cumulated CPU time: 1271.2 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 290188 KiB

[startup+320.601 s]
/proc/loadavg: 8.81 8.52 6.27 9/238 13085
/proc/meminfo: memFree=8024860/32770624 swapFree=66999044/67108860
[pid=12658] ppid=12655 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12658/stat : 12658 (xcsp3-exec) S 12655 12658 11218 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475499953 115843072 362 33554432000 4194304 5098028 140731971367088 140731971365192 139732093174396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16412672 140731971375995 140731971376237 140731971376237 140731971379146 0
/proc/12658/statm: 28282 362 304 221 0 87 0
[pid=12660] ppid=12658 vsize=15485004 memory=288740 CPUtime=1272 cores=1,3,5,7
/proc/12660/stat : 12660 (java) S 12658 12658 11218 0 -1 1077944320 74128 0 0 0 127170 30 0 0 20 0 19 0 475499953 15856644096 72185 33554432000 4194304 4196468 140730793718736 140730793701280 140182430629623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
/proc/12660/statm: 3871251 72185 3518 1 0 3832351 0
[pid=12660/tid=12661] ppid=12658 vsize=15485004 memory=1412 CPUtime=0.51 cores=1,3,5,7
/proc/12660/task/12661/stat : 12661 (java) S 12658 12658 11218 0 -1 1077944384 8782 0 0 0 48 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182434870400 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12662] ppid=12658 vsize=15485004 memory=1056 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12662/stat : 12662 (java) S 12658 12658 11218 0 -1 1077944384 894 0 0 0 36 4 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182366866064 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12663] ppid=12658 vsize=15485004 memory=14012 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12663/stat : 12663 (java) S 12658 12658 11218 0 -1 1077944384 1679 0 0 0 37 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182365813264 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12664] ppid=12658 vsize=15485004 memory=28592 CPUtime=0.41 cores=1,3,5,7
/proc/12660/task/12664/stat : 12664 (java) S 12658 12658 11218 0 -1 1077944384 1731 0 0 0 37 4 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182020479376 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12665] ppid=12658 vsize=15485004 memory=12024 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12665/stat : 12665 (java) S 12658 12658 11218 0 -1 1077944384 1641 0 0 0 37 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182019426576 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12666] ppid=12658 vsize=15485004 memory=2120 CPUtime=0.31 cores=1,3,5,7
/proc/12660/task/12666/stat : 12666 (java) S 12658 12658 11218 0 -1 1077944384 2170 0 0 0 28 3 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181573233520 140182430640770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12667] ppid=12658 vsize=15485004 memory=496 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12667/stat : 12667 (java) S 12658 12658 11218 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181572179552 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12668] ppid=12658 vsize=15485004 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12668/stat : 12668 (java) S 12658 12658 11218 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181571126640 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12669] ppid=12658 vsize=15485004 memory=932 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12669/stat : 12669 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181570074960 140182430648219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12670] ppid=12658 vsize=15485004 memory=1980 CPUtime=2.69 cores=1,3,5,7
/proc/12660/task/12670/stat : 12670 (java) S 12658 12658 11218 0 -1 1077944384 18135 0 0 0 266 3 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181569022320 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12671] ppid=12658 vsize=15485004 memory=2428 CPUtime=3.1 cores=1,3,5,7
/proc/12660/task/12671/stat : 12671 (java) S 12658 12658 11218 0 -1 1077944384 20087 0 0 0 308 2 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181567969520 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12672] ppid=12658 vsize=15485004 memory=1580 CPUtime=0.63 cores=1,3,5,7
/proc/12660/task/12672/stat : 12672 (java) S 12658 12658 11218 0 -1 1077944384 7956 0 0 0 62 1 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181566916720 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12673] ppid=12658 vsize=15485004 memory=892 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12673/stat : 12673 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181565864160 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12674] ppid=12658 vsize=15485004 memory=4872558044660077418 CPUtime=0.06 cores=1,3,5,7
/proc/12660/task/12674/stat : 12674 (java) S 12658 12658 11218 0 -1 1077944384 334 0 0 0 0 6 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181564812464 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12763] ppid=12658 vsize=15485004 memory=1440 CPUtime=314.86 cores=1,3,5,7
/proc/12660/task/12763/stat : 12763 (java) R 12658 12658 11218 0 -1 4202560 863 0 0 0 31486 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181483957720 140182050149209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12764] ppid=12658 vsize=15485004 memory=1760 CPUtime=314.63 cores=1,3,5,7
/proc/12660/task/12764/stat : 12764 (java) R 12658 12658 11218 0 -1 4202560 1997 0 0 0 31462 1 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181559884864 140182049190564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12765] ppid=12658 vsize=15485004 memory=111632 CPUtime=315.15 cores=1,3,5,7
/proc/12660/task/12765/stat : 12765 (java) R 12658 12658 11218 0 -1 4202560 2978 0 0 0 31515 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181485011008 140182415840204 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12766] ppid=12658 vsize=15485004 memory=800 CPUtime=315.22 cores=1,3,5,7
/proc/12660/task/12766/stat : 12766 (java) R 12658 12658 11218 0 -1 4202560 1577 0 0 0 31522 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181482905752 140182049172252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
Current children cumulated CPU time: 1272 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 290188 KiB

[startup+320.701 s]
/proc/loadavg: 8.81 8.52 6.27 9/238 13085
/proc/meminfo: memFree=8024860/32770624 swapFree=66999044/67108860
[pid=12658] ppid=12655 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12658/stat : 12658 (xcsp3-exec) S 12655 12658 11218 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475499953 115843072 362 33554432000 4194304 5098028 140731971367088 140731971365192 139732093174396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16412672 140731971375995 140731971376237 140731971376237 140731971379146 0
/proc/12658/statm: 28282 362 304 221 0 87 0
[pid=12660] ppid=12658 vsize=15485004 memory=288740 CPUtime=1272.4 cores=1,3,5,7
/proc/12660/stat : 12660 (java) S 12658 12658 11218 0 -1 1077944320 74128 0 0 0 127210 30 0 0 20 0 19 0 475499953 15856644096 72185 33554432000 4194304 4196468 140730793718736 140730793701280 140182430629623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
/proc/12660/statm: 3871251 72185 3518 1 0 3832351 0
[pid=12660/tid=12661] ppid=12658 vsize=15485004 memory=1448 CPUtime=0.51 cores=1,3,5,7
/proc/12660/task/12661/stat : 12661 (java) S 12658 12658 11218 0 -1 1077944384 8782 0 0 0 48 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182434870400 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12662] ppid=12658 vsize=15485004 memory=288740 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12662/stat : 12662 (java) S 12658 12658 11218 0 -1 1077944384 894 0 0 0 36 4 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182366866064 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12663] ppid=12658 vsize=15485004 memory=286692 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12663/stat : 12663 (java) S 12658 12658 11218 0 -1 1077944384 1679 0 0 0 37 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182365813264 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12664] ppid=12658 vsize=15485004 memory=1448 CPUtime=0.41 cores=1,3,5,7
/proc/12660/task/12664/stat : 12664 (java) S 12658 12658 11218 0 -1 1077944384 1731 0 0 0 37 4 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182020479376 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12665] ppid=12658 vsize=15485004 memory=288740 CPUtime=0.4 cores=1,3,5,7
/proc/12660/task/12665/stat : 12665 (java) S 12658 12658 11218 0 -1 1077944384 1641 0 0 0 37 3 0 0 20 0 19 0 475499954 15856644096 72185 33554432000 4194304 4196468 140730793718736 140182019426576 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12666] ppid=12658 vsize=15485004 memory=286692 CPUtime=0.31 cores=1,3,5,7
/proc/12660/task/12666/stat : 12666 (java) S 12658 12658 11218 0 -1 1077944384 2170 0 0 0 28 3 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181573233520 140182430640770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12667] ppid=12658 vsize=15485004 memory=288740 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12667/stat : 12667 (java) S 12658 12658 11218 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181572179552 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12668] ppid=12658 vsize=15485004 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12668/stat : 12668 (java) S 12658 12658 11218 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 475499956 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181571126640 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12669] ppid=12658 vsize=15485004 memory=3473176105608831336 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12669/stat : 12669 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181570074960 140182430648219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12670] ppid=12658 vsize=15485004 memory=288740 CPUtime=2.69 cores=1,3,5,7
/proc/12660/task/12670/stat : 12670 (java) S 12658 12658 11218 0 -1 1077944384 18135 0 0 0 266 3 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181569022320 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12671] ppid=12658 vsize=15485004 memory=1204 CPUtime=3.1 cores=1,3,5,7
/proc/12660/task/12671/stat : 12671 (java) S 12658 12658 11218 0 -1 1077944384 20087 0 0 0 308 2 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181567969520 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12672] ppid=12658 vsize=15485004 memory=1072 CPUtime=0.63 cores=1,3,5,7
/proc/12660/task/12672/stat : 12672 (java) S 12658 12658 11218 0 -1 1077944384 7956 0 0 0 62 1 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181566916720 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12673] ppid=12658 vsize=15485004 memory=284644 CPUtime=0 cores=1,3,5,7
/proc/12660/task/12673/stat : 12673 (java) S 12658 12658 11218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181565864160 140182430639829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12674] ppid=12658 vsize=15485004 memory=263864 CPUtime=0.06 cores=1,3,5,7
/proc/12660/task/12674/stat : 12674 (java) S 12658 12658 11218 0 -1 1077944384 334 0 0 0 0 6 0 0 20 0 19 0 475499959 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181564812464 140182430640770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12763] ppid=12658 vsize=15485004 memory=1448 CPUtime=314.96 cores=1,3,5,7
/proc/12660/task/12763/stat : 12763 (java) R 12658 12658 11218 0 -1 4202560 863 0 0 0 31496 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181483957720 140182049171390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12764] ppid=12658 vsize=15485004 memory=3580 CPUtime=314.73 cores=1,3,5,7
/proc/12660/task/12764/stat : 12764 (java) R 12658 12658 11218 0 -1 4202560 1997 0 0 0 31472 1 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181559884864 140182051724719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12765] ppid=12658 vsize=15485004 memory=1428 CPUtime=315.25 cores=1,3,5,7
/proc/12660/task/12765/stat : 12765 (java) R 12658 12658 11218 0 -1 4202560 2978 0 0 0 31525 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181485011008 140182050880513 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
[pid=12660/tid=12766] ppid=12658 vsize=15485004 memory=9396 CPUtime=315.32 cores=1,3,5,7
/proc/12660/task/12766/stat : 12766 (java) R 12658 12658 11218 0 -1 4202560 1577 0 0 0 31532 0 0 0 20 0 19 0 475500155 15856644096 72185 33554432000 4194304 4196468 140730793718736 140181482905752 140182049171010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24248320 140730793722863 140730793723034 140730793723034 140730793725903 0
Current children cumulated CPU time: 1272.4 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 290188 KiB

Child status: 0
Real time (s): 320.779
CPU time (s): 1272.69
CPU user time (s): 1272.38
CPU system time (s): 0.308683
CPU usage (%): 396.749
Max. virtual memory (cumulated for all children) (KiB): 15600200
Max. memory (cumulated for all children) (KiB): 290188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1272.38
system time used= 0.308683
maximum resident set size= 289008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21470
involuntary context switches= 27169


# summary of solver processes directly reported to runsolver:
#   pid: 12658
#   total CPU time (s): 1272.69
#   total CPU user time (s): 1272.38
#   total CPU system time (s): 0.308683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.12339 second user time and 3.64289 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 17:11:52
IDJOB=4403778
IDBENCH=135739
IDSOLVER=2863
FILE ID=node123/4403778-1568992351
RUNJOBID= node123-1568991545-11250
PBS_JOBID= 21704657
Free space on /tmp= 25704 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.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-4403778-1568992351/watcher-4403778-1568992351 -o /tmp/evaluation-result-4403778-1568992351/solver-4403778-1568992351 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568991545-11250 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 489428865 HOME/instance-4403778-1568992351.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=489428865

node123.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.49
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.49
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.49
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.49
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:         8879752 kB
MemAvailable:   31201772 kB
Buffers:          115624 kB
Cached:         22199828 kB
SwapCached:         7116 kB
Active:         11765648 kB
Inactive:       11208608 kB
Active(anon):     651004 kB
Inactive(anon):    55048 kB
Active(file):   11114644 kB
Inactive(file): 11153560 kB
Unevictable:      108088 kB
Mlocked:          108088 kB
SwapTotal:      67108860 kB
SwapFree:       66999044 kB
Dirty:             26064 kB
Writeback:             0 kB
AnonPages:        732044 kB
Mapped:            64320 kB
Shmem:             39020 kB
Slab:             512704 kB
SReclaimable:     482276 kB
SUnreclaim:        30428 kB
KernelStack:        4192 kB
PageTables:         7260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2353152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 25868 MiB
End job on node123 at 2019-09-20 17:17:13