Trace number 4399176

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-16OPT85 686.868 173.072

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark115.403
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"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-4399176-1568699003.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399176-1568699003.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.06/0.52	c solve instance...
1.06/0.59	o 183 
1.39/0.61	o 170 
1.39/0.61	o 147 
1.39/0.62	o 141 
1.70/1.02	o 137 
1.70/1.02	o 136 
1.70/1.02	o 129 
1.70/1.02	o 128 
1.70/1.02	o 127 
1.70/1.02	o 115 
1.70/1.02	o 109 
1.70/1.02	o 105 
1.70/1.02	o 104 
1.70/1.02	o 101 
1.70/1.08	o 98 
3.64/1.23	o 87 
4.09/1.41	o 85 
686.68/173.05	s OPTIMUM FOUND
686.68/173.05	v <instantiation>
686.68/173.05	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>
686.68/173.05	v 	<values>1 3 7 8 9 13 11 10 14 12 6 5 0 4 2 1 8 1 4 8 2 6 13 5 11 4 5 10 1 6 </values>
686.68/173.05	v </instantiation>

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399176-1568699003/watcher-4399176-1568699003 -o /tmp/evaluation-result-4399176-1568699003/solver-4399176-1568699003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19867 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1032514252 HOME/instance-4399176-1568699003.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=25786, runsolver pid=25783
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 7.60 8.18 8.30 7/235 25802
/proc/meminfo: memFree=30397124/32770624 swapFree=66922428/67108860
[pid=25786] ppid=25783 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (xcsp3-exec) S 25783 25786 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445838211 115843072 363 33554432000 4194304 5098028 140721803740464 140721803738568 140459187741308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19255296 140721803744122 140721803744365 140721803744365 140721803747274 0
/proc/25786/statm: 28282 363 304 221 0 87 0
[pid=25788] ppid=25786 vsize=15144776 memory=28680 CPUtime=0.13 cores=0,2,4,6
/proc/25788/stat : 25788 (java) S 25786 25786 19836 0 -1 1077944320 5688 0 0 0 12 1 0 0 20 0 15 0 445838211 15508250624 7170 33554432000 4194304 4196468 140737261525296 140737261507840 140467361685239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
/proc/25788/statm: 3786194 7170 3117 1 0 3748377 0
[pid=25788/tid=25789] ppid=25786 vsize=15144776 memory=7100839878744900722 CPUtime=0.09 cores=0,2,4,6
/proc/25788/task/25789/stat : 25789 (java) R 25786 25786 19836 0 -1 4202560 3569 0 0 0 8 1 0 0 20 0 15 0 445838211 15508250624 7170 33554432000 4194304 4196468 140737261525296 140467365916560 140467345765726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25790] ppid=25786 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25790/stat : 25790 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15508250624 7170 33554432000 4194304 4196468 140737261525296 140467314305680 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25791] ppid=25786 vsize=15144776 memory=140262139000448 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25791/stat : 25791 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15508250624 7170 33554432000 4194304 4196468 140737261525296 140467313252880 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25792] ppid=25786 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25792/stat : 25792 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15508250624 7170 33554432000 4194304 4196468 140737261525296 140467312200080 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25793] ppid=25786 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25793/stat : 25793 (java) S 25786 25786 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445838212 15508250624 7170 33554432000 4194304 4196468 140737261525296 140467311147280 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25794] ppid=25786 vsize=15144776 memory=140262139000448 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25794/stat : 25794 (java) S 25786 25786 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445838213 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466695662448 140467361696386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25795] ppid=25786 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25795/stat : 25795 (java) S 25786 25786 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445838214 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466694608416 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25796] ppid=25786 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25796/stat : 25796 (java) S 25786 25786 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445838214 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466693555568 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25797] ppid=25786 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25797/stat : 25797 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445838216 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466692503888 140467361703835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25798] ppid=25786 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25798/stat : 25798 (java) R 25786 25786 19836 0 -1 4202560 324 0 0 0 0 0 0 0 20 0 15 0 445838216 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466691451248 140467347351392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25799] ppid=25786 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25799/stat : 25799 (java) R 25786 25786 19836 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 445838216 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466690398448 140467361696386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25800] ppid=25786 vsize=15144776 memory=140262139000448 CPUtime=0.02 cores=0,2,4,6
/proc/25788/task/25800/stat : 25800 (java) R 25786 25786 19836 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 15 0 445838216 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466689345648 140467345765726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25801] ppid=25786 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25801/stat : 25801 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445838217 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466688293088 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25802] ppid=25786 vsize=15144776 memory=140262139000448 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25802/stat : 25802 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838217 15508250624 7170 33554432000 4194304 4196468 140737261525296 140466687241392 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30132 KiB

[startup+0.21085 s]*
/proc/loadavg: 7.60 8.18 8.30 7/235 25802
/proc/meminfo: memFree=30383792/32770624 swapFree=66922428/67108860
[pid=25786] ppid=25783 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (xcsp3-exec) S 25783 25786 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445838211 115843072 363 33554432000 4194304 5098028 140721803740464 140721803738568 140459187741308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19255296 140721803744122 140721803744365 140721803744365 140721803747274 0
/proc/25786/statm: 28282 363 304 221 0 87 0
[pid=25788] ppid=25786 vsize=15144776 memory=40156 CPUtime=0.35 cores=0,2,4,6
/proc/25788/stat : 25788 (java) S 25786 25786 19836 0 -1 1077944320 9282 0 0 0 32 3 0 0 20 0 15 0 445838211 15508250624 10039 33554432000 4194304 4196468 140737261525296 140737261507840 140467361685239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
/proc/25788/statm: 3786194 10039 3270 1 0 3748377 0
[pid=25788/tid=25789] ppid=25786 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/25788/task/25789/stat : 25789 (java) R 25786 25786 19836 0 -1 4202560 6551 0 0 0 18 2 0 0 20 0 15 0 445838211 15508250624 10039 33554432000 4194304 4196468 140737261525296 140467365924912 140467345765726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25790] ppid=25786 vsize=15144776 memory=2810770 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25790/stat : 25790 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15508250624 10039 33554432000 4194304 4196468 140737261525296 140467314305680 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25791] ppid=25786 vsize=15144776 memory=140262142305065 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25791/stat : 25791 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15508250624 10039 33554432000 4194304 4196468 140737261525296 140467313252880 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25792] ppid=25786 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25792/stat : 25792 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15508250624 10039 33554432000 4194304 4196468 140737261525296 140467312200080 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25793] ppid=25786 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25793/stat : 25793 (java) S 25786 25786 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445838212 15508250624 10039 33554432000 4194304 4196468 140737261525296 140467311147280 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25794] ppid=25786 vsize=15144776 memory=140262139000448 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25794/stat : 25794 (java) S 25786 25786 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445838213 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466695662448 140467361696386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25795] ppid=25786 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25795/stat : 25795 (java) S 25786 25786 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445838214 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466694608416 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25796] ppid=25786 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25796/stat : 25796 (java) S 25786 25786 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445838214 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466693555568 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25797] ppid=25786 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25797/stat : 25797 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445838216 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466692503888 140467361703835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25798] ppid=25786 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25788/task/25798/stat : 25798 (java) S 25786 25786 19836 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 445838216 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466691451248 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25799] ppid=25786 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/25788/task/25799/stat : 25799 (java) S 25786 25786 19836 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 445838216 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466690398448 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25800] ppid=25786 vsize=15144776 memory=140262139000448 CPUtime=0.08 cores=0,2,4,6
/proc/25788/task/25800/stat : 25800 (java) R 25786 25786 19836 0 -1 4202560 822 0 0 0 8 0 0 0 20 0 15 0 445838216 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466689345648 140467345765726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25801] ppid=25786 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25801/stat : 25801 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445838217 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466688293088 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25802] ppid=25786 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25802/stat : 25802 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838217 15508250624 10039 33554432000 4194304 4196468 140737261525296 140466687241392 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41608 KiB

[startup+0.318551 s]*
/proc/loadavg: 7.60 8.18 8.30 7/235 25802
/proc/meminfo: memFree=30375900/32770624 swapFree=66922428/67108860
[pid=25786] ppid=25783 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (xcsp3-exec) S 25783 25786 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445838211 115843072 363 33554432000 4194304 5098028 140721803740464 140721803738568 140459187741308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19255296 140721803744122 140721803744365 140721803744365 140721803747274 0
/proc/25786/statm: 28282 363 304 221 0 87 0
[pid=25788] ppid=25786 vsize=15149032 memory=50052 CPUtime=0.55 cores=0,2,4,6
/proc/25788/stat : 25788 (java) S 25786 25786 19836 0 -1 1077944320 10865 0 0 0 50 5 0 0 20 0 15 0 445838211 15512608768 12513 33554432000 4194304 4196468 140737261525296 140737261507840 140467361685239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
/proc/25788/statm: 3787258 12513 3347 1 0 3748377 0
[pid=25788/tid=25789] ppid=25786 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/25788/task/25789/stat : 25789 (java) R 25786 25786 19836 0 -1 4202560 7817 0 0 0 27 3 0 0 20 0 15 0 445838211 15512608768 12513 33554432000 4194304 4196468 140737261525296 140467365919632 140467361707165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25790] ppid=25786 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25790/stat : 25790 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15512608768 12513 33554432000 4194304 4196468 140737261525296 140467314305680 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25791] ppid=25786 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25791/stat : 25791 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15512608768 12513 33554432000 4194304 4196468 140737261525296 140467313252880 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25792] ppid=25786 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25792/stat : 25792 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838212 15512608768 12513 33554432000 4194304 4196468 140737261525296 140467312200080 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25793] ppid=25786 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25793/stat : 25793 (java) S 25786 25786 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445838212 15512608768 12513 33554432000 4194304 4196468 140737261525296 140467311147280 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25794] ppid=25786 vsize=15149032 memory=-7233795135334105247 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25794/stat : 25794 (java) S 25786 25786 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445838213 15512608768 12513 33554432000 4194304 4196468 140737261525296 140466695662448 140467361696386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25795] ppid=25786 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25795/stat : 25795 (java) S 25786 25786 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445838214 15512608768 12513 33554432000 4194304 4196468 140737261525296 140466694608416 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25796] ppid=25786 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25796/stat : 25796 (java) S 25786 25786 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445838214 15512608768 12513 33554432000 4194304 4196468 140737261525296 140466693555568 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25797] ppid=25786 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25797/stat : 25797 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445838216 15512608768 12513 33554432000 4194304 4196468 140737261525296 140466692503888 140467361703835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25798] ppid=25786 vsize=15149032 memory=7827413994055111515 CPUtime=0.06 cores=0,2,4,6
/proc/25788/task/25798/stat : 25798 (java) S 25786 25786 19836 0 -1 1077944384 564 0 0 0 6 0 0 0 20 0 15 0 445838216 15512608768 12513 33554432000 4194304 4196468 140737261525296 140466691451248 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25799] ppid=25786 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25788/task/25799/stat : 25799 (java) S 25786 25786 19836 0 -1 1077944384 193 0 0 0 3 0 0 0 20 0 15 0 445838216 15512608768 12513 33554432000 4194304 4196468 140737261525296 140466690398448 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25800] ppid=25786 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25788/task/25800/stat : 25800 (java) S 25786 25786 19836 0 -1 1077944384 987 0 0 0 12 0 0 0 20 0 15 0 445838216 15512608768 12513 33554432000 4194304 4196468 140737261525296 140466689345648 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25801] ppid=25786 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25801/stat : 25801 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445838217 15512608768 12513 33554432000 4194304 4196468 140737261525296 140466688293088 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25802] ppid=25786 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25802/stat : 25802 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445838217 15512608768 12524 33554432000 4194304 4196468 140737261525296 140466687241392 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51504 KiB

[startup+0.700787 s]
/proc/loadavg: 7.60 8.18 8.30 10/235 25802
/proc/meminfo: memFree=30360512/32770624 swapFree=66922428/67108860
[pid=25786] ppid=25783 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (xcsp3-exec) S 25783 25786 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445838211 115843072 363 33554432000 4194304 5098028 140721803740464 140721803738568 140459187741308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19255296 140721803744122 140721803744365 140721803744365 140721803747274 0
/proc/25786/statm: 28282 363 304 221 0 87 0
[pid=25788] ppid=25786 vsize=15550540 memory=148312 CPUtime=1.7 cores=0,2,4,6
/proc/25788/stat : 25788 (java) S 25786 25786 19836 0 -1 1077944320 15899 0 0 0 162 8 0 0 20 0 19 0 445838211 15923752960 37078 33554432000 4194304 4196468 140737261525296 140737261507840 140467361685239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
/proc/25788/statm: 3887635 37078 3459 1 0 3848735 0
[pid=25788/tid=25789] ppid=25786 vsize=15550540 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/25788/task/25789/stat : 25789 (java) S 25786 25786 19836 0 -1 1077944384 9076 0 0 0 48 4 0 0 20 0 19 0 445838211 15923752960 37078 33554432000 4194304 4196468 140737261525296 140467365926016 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25790] ppid=25786 vsize=15550540 memory=32756 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25790/stat : 25790 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445838212 15923752960 37078 33554432000 4194304 4196468 140737261525296 140467314305680 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25791] ppid=25786 vsize=15550540 memory=988 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25791/stat : 25791 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445838212 15923752960 37078 33554432000 4194304 4196468 140737261525296 140467313252880 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25792] ppid=25786 vsize=15550540 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25792/stat : 25792 (java) S 25786 25786 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445838212 15923752960 37078 33554432000 4194304 4196468 140737261525296 140467312200080 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25793] ppid=25786 vsize=15550540 memory=1324 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25793/stat : 25793 (java) S 25786 25786 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445838212 15923752960 37078 33554432000 4194304 4196468 140737261525296 140467311147280 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25794] ppid=25786 vsize=15550540 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25794/stat : 25794 (java) S 25786 25786 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445838213 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466695662448 140467361696386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25795] ppid=25786 vsize=15550540 memory=5972 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25795/stat : 25795 (java) S 25786 25786 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445838214 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466694608416 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25796] ppid=25786 vsize=15550540 memory=588 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25796/stat : 25796 (java) S 25786 25786 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445838214 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466693555568 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25797] ppid=25786 vsize=15550540 memory=780 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25797/stat : 25797 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838216 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466692503888 140467361703835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25798] ppid=25786 vsize=15550540 memory=1056 CPUtime=0.32 cores=0,2,4,6
/proc/25788/task/25798/stat : 25798 (java) R 25786 25786 19836 0 -1 4202560 1622 0 0 0 32 0 0 0 20 0 19 0 445838216 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466691432184 140467346850784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25799] ppid=25786 vsize=15550540 memory=11620 CPUtime=0.21 cores=0,2,4,6
/proc/25788/task/25799/stat : 25799 (java) R 25786 25786 19836 0 -1 1077944384 1143 0 0 0 21 0 0 0 20 0 19 0 445838216 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466690387440 140467361695445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25800] ppid=25786 vsize=15550540 memory=3992 CPUtime=0.35 cores=0,2,4,6
/proc/25788/task/25800/stat : 25800 (java) R 25786 25786 19836 0 -1 4202560 1912 0 0 0 35 0 0 0 20 0 19 0 445838216 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466689342584 140467361697174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25801] ppid=25786 vsize=15550540 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25801/stat : 25801 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838217 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466688293088 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25802] ppid=25786 vsize=15550540 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25802/stat : 25802 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838217 15923752960 37078 33554432000 4194304 4196468 140737261525296 140466687241392 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15663668 KiB
Current children cumulated memory: 149764 KiB

[startup+1.50155 s]
/proc/loadavg: 7.60 8.18 8.30 12/239 25870
/proc/meminfo: memFree=30233064/32770624 swapFree=66922428/67108860
[pid=25786] ppid=25783 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (xcsp3-exec) S 25783 25786 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445838211 115843072 363 33554432000 4194304 5098028 140721803740464 140721803738568 140459187741308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19255296 140721803744122 140721803744365 140721803744365 140721803747274 0
/proc/25786/statm: 28282 363 304 221 0 87 0

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

/proc/25788/task/25802/stat : 25802 (java) S 25786 25786 19836 0 -1 1077944384 917 0 0 0 2 0 0 0 20 0 19 0 445838217 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466687241392 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25871] ppid=25786 vsize=15550540 memory=3992 CPUtime=168.87 cores=0,2,4,6
/proc/25788/task/25871/stat : 25871 (java) R 25786 25786 19836 0 -1 4202560 748 0 0 0 16887 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466676153120 140466993220453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25872] ppid=25786 vsize=15550540 memory=2828 CPUtime=169.02 cores=0,2,4,6
/proc/25788/task/25872/stat : 25872 (java) R 25786 25786 19836 0 -1 4202560 2167 0 0 0 16902 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466674051584 140466993220439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25873] ppid=25786 vsize=15550540 memory=1000 CPUtime=168.71 cores=0,2,4,6
/proc/25788/task/25873/stat : 25873 (java) R 25786 25786 19836 0 -1 4202560 2274 0 0 0 16871 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466672996088 140466994482766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25874] ppid=25786 vsize=15550540 memory=1560 CPUtime=168.92 cores=0,2,4,6
/proc/25788/task/25874/stat : 25874 (java) R 25786 25786 19836 0 -1 4202560 1354 0 0 0 16892 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466677207224 140466993220094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
Current children cumulated CPU time: 683.96 s
Current children cumulated vsize: 15663668 KiB
Current children cumulated memory: 249036 KiB

[startup+172.702 s]
/proc/loadavg: 8.63 8.41 8.36 9/237 25887
/proc/meminfo: memFree=29661124/32770624 swapFree=66922428/67108860
[pid=25786] ppid=25783 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (xcsp3-exec) S 25783 25786 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445838211 115843072 363 33554432000 4194304 5098028 140721803740464 140721803738568 140459187741308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19255296 140721803744122 140721803744365 140721803744365 140721803747274 0
/proc/25786/statm: 28282 363 304 221 0 87 0
[pid=25788] ppid=25786 vsize=15550540 memory=247584 CPUtime=685.49 cores=0,2,4,6
/proc/25788/stat : 25788 (java) S 25786 25786 19836 0 -1 1077944320 59747 0 0 0 68522 27 0 0 20 0 19 0 445838211 15923752960 61896 33554432000 4194304 4196468 140737261525296 140737261507840 140467361685239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
/proc/25788/statm: 3887635 61896 3517 1 0 3848735 0
[pid=25788/tid=25789] ppid=25786 vsize=15550540 memory=2116 CPUtime=0.52 cores=0,2,4,6
/proc/25788/task/25789/stat : 25789 (java) S 25786 25786 19836 0 -1 1077944384 9076 0 0 0 48 4 0 0 20 0 19 0 445838211 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467365926016 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25790] ppid=25786 vsize=15550540 memory=13056 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25790/stat : 25790 (java) S 25786 25786 19836 0 -1 1077944384 1272 0 0 0 15 3 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467314305680 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25791] ppid=25786 vsize=15550540 memory=528 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25791/stat : 25791 (java) S 25786 25786 19836 0 -1 1077944384 1604 0 0 0 14 4 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467313252880 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25792] ppid=25786 vsize=15550540 memory=1560 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25792/stat : 25792 (java) S 25786 25786 19836 0 -1 1077944384 1487 0 0 0 14 4 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467312200080 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25793] ppid=25786 vsize=15550540 memory=932 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25793/stat : 25793 (java) S 25786 25786 19836 0 -1 1077944384 1389 0 0 0 15 3 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467311147280 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25794] ppid=25786 vsize=15550540 memory=1492 CPUtime=0.12 cores=0,2,4,6
/proc/25788/task/25794/stat : 25794 (java) S 25786 25786 19836 0 -1 1077944384 1977 0 0 0 11 1 0 0 20 0 19 0 445838213 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466695662448 140467361696386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25795] ppid=25786 vsize=15550540 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25795/stat : 25795 (java) S 25786 25786 19836 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445838214 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466694608480 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25796] ppid=25786 vsize=15550540 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25796/stat : 25796 (java) S 25786 25786 19836 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 445838214 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466693555584 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25797] ppid=25786 vsize=15550540 memory=247584 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25797/stat : 25797 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466692503888 140467361703835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25798] ppid=25786 vsize=15550540 memory=2608 CPUtime=2.34 cores=0,2,4,6
/proc/25788/task/25798/stat : 25798 (java) S 25786 25786 19836 0 -1 1077944384 15944 0 0 0 232 2 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466691451248 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25799] ppid=25786 vsize=15550540 memory=2596 CPUtime=2.31 cores=0,2,4,6
/proc/25788/task/25799/stat : 25799 (java) S 25786 25786 19836 0 -1 1077944384 10388 0 0 0 230 1 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466690398448 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25800] ppid=25786 vsize=15550540 memory=4104 CPUtime=0.59 cores=0,2,4,6
/proc/25788/task/25800/stat : 25800 (java) S 25786 25786 19836 0 -1 1077944384 6361 0 0 0 58 1 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466689345648 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25801] ppid=25786 vsize=15550540 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25801/stat : 25801 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838217 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466688293088 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25802] ppid=25786 vsize=15550540 memory=3292 CPUtime=0.02 cores=0,2,4,6
/proc/25788/task/25802/stat : 25802 (java) S 25786 25786 19836 0 -1 1077944384 917 0 0 0 2 0 0 0 20 0 19 0 445838217 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466687241392 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25871] ppid=25786 vsize=15550540 memory=1452 CPUtime=169.25 cores=0,2,4,6
/proc/25788/task/25871/stat : 25871 (java) R 25786 25786 19836 0 -1 4202560 748 0 0 0 16925 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466676153240 140466993220925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25872] ppid=25786 vsize=15550540 memory=1005788 CPUtime=169.4 cores=0,2,4,6
/proc/25788/task/25872/stat : 25872 (java) R 25786 25786 19836 0 -1 4202560 2169 0 0 0 16940 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466674051456 140466994196569 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25873] ppid=25786 vsize=15550540 memory=1412 CPUtime=169.09 cores=0,2,4,6
/proc/25788/task/25873/stat : 25873 (java) R 25786 25786 19836 0 -1 4202560 2274 0 0 0 16909 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466672995808 140466993221152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25874] ppid=25786 vsize=15550540 memory=3252 CPUtime=169.3 cores=0,2,4,6
/proc/25788/task/25874/stat : 25874 (java) R 25786 25786 19836 0 -1 4202560 1354 0 0 0 16930 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466677207200 140466994174946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
Current children cumulated CPU time: 685.49 s
Current children cumulated vsize: 15663668 KiB
Current children cumulated memory: 249036 KiB

[startup+172.902 s]
/proc/loadavg: 8.63 8.41 8.36 9/237 25887
/proc/meminfo: memFree=29661124/32770624 swapFree=66922428/67108860
[pid=25786] ppid=25783 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (xcsp3-exec) S 25783 25786 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445838211 115843072 363 33554432000 4194304 5098028 140721803740464 140721803738568 140459187741308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19255296 140721803744122 140721803744365 140721803744365 140721803747274 0
/proc/25786/statm: 28282 363 304 221 0 87 0
[pid=25788] ppid=25786 vsize=15550540 memory=247584 CPUtime=686.28 cores=0,2,4,6
/proc/25788/stat : 25788 (java) S 25786 25786 19836 0 -1 1077944320 59749 0 0 0 68601 27 0 0 20 0 19 0 445838211 15923752960 61896 33554432000 4194304 4196468 140737261525296 140737261507840 140467361685239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
/proc/25788/statm: 3887635 61896 3517 1 0 3848735 0
[pid=25788/tid=25789] ppid=25786 vsize=15550540 memory=7824336315716348491 CPUtime=0.52 cores=0,2,4,6
/proc/25788/task/25789/stat : 25789 (java) S 25786 25786 19836 0 -1 1077944384 9076 0 0 0 48 4 0 0 20 0 19 0 445838211 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467365926016 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25790] ppid=25786 vsize=15550540 memory=7450762936963197801 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25790/stat : 25790 (java) S 25786 25786 19836 0 -1 1077944384 1272 0 0 0 15 3 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467314305680 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25791] ppid=25786 vsize=15550540 memory=7380107207686056531 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25791/stat : 25791 (java) S 25786 25786 19836 0 -1 1077944384 1605 0 0 0 14 4 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467313252880 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25792] ppid=25786 vsize=15550540 memory=7882540036499205231 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25792/stat : 25792 (java) S 25786 25786 19836 0 -1 1077944384 1487 0 0 0 14 4 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467312200080 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25793] ppid=25786 vsize=15550540 memory=7667497561383256160 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25793/stat : 25793 (java) S 25786 25786 19836 0 -1 1077944384 1389 0 0 0 15 3 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467311147280 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25794] ppid=25786 vsize=15550540 memory=7667497561383256160 CPUtime=0.12 cores=0,2,4,6
/proc/25788/task/25794/stat : 25794 (java) S 25786 25786 19836 0 -1 1077944384 1977 0 0 0 11 1 0 0 20 0 19 0 445838213 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466695662448 140467361696386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25795] ppid=25786 vsize=15550540 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25795/stat : 25795 (java) S 25786 25786 19836 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445838214 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466694608480 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25796] ppid=25786 vsize=15550540 memory=7157179021886514796 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25796/stat : 25796 (java) S 25786 25786 19836 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 445838214 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466693555584 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25797] ppid=25786 vsize=15550540 memory=6228872354016487785 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25797/stat : 25797 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466692503888 140467361703835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25798] ppid=25786 vsize=15550540 memory=7156589700766459241 CPUtime=2.34 cores=0,2,4,6
/proc/25788/task/25798/stat : 25798 (java) S 25786 25786 19836 0 -1 1077944384 15944 0 0 0 232 2 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466691451248 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25799] ppid=25786 vsize=15550540 memory=7737860636036065383 CPUtime=2.31 cores=0,2,4,6
/proc/25788/task/25799/stat : 25799 (java) S 25786 25786 19836 0 -1 1077944384 10388 0 0 0 230 1 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466690398448 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25800] ppid=25786 vsize=15550540 memory=140262023422801 CPUtime=0.59 cores=0,2,4,6
/proc/25788/task/25800/stat : 25800 (java) S 25786 25786 19836 0 -1 1077944384 6361 0 0 0 58 1 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466689345648 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25801] ppid=25786 vsize=15550540 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25801/stat : 25801 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838217 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466688293088 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25802] ppid=25786 vsize=15550540 memory=4426639978525455914 CPUtime=0.02 cores=0,2,4,6
/proc/25788/task/25802/stat : 25802 (java) S 25786 25786 19836 0 -1 1077944384 917 0 0 0 2 0 0 0 20 0 19 0 445838217 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466687241392 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25871] ppid=25786 vsize=15550540 memory=3047711553219693942 CPUtime=169.45 cores=0,2,4,6
/proc/25788/task/25871/stat : 25871 (java) R 25786 25786 19836 0 -1 4202560 748 0 0 0 16945 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466676153240 140466994262945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25872] ppid=25786 vsize=15550540 memory=-7521736447810188379 CPUtime=169.6 cores=0,2,4,6
/proc/25788/task/25872/stat : 25872 (java) R 25786 25786 19836 0 -1 4202560 2169 0 0 0 16960 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466674048776 140466994832504 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25873] ppid=25786 vsize=15550540 memory=-8412652160765825907 CPUtime=169.28 cores=0,2,4,6
/proc/25788/task/25873/stat : 25873 (java) R 25786 25786 19836 0 -1 4202560 2274 0 0 0 16928 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466672995840 140466993220848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25874] ppid=25786 vsize=15550540 memory=-8634980985311628903 CPUtime=169.5 cores=0,2,4,6
/proc/25788/task/25874/stat : 25874 (java) R 25786 25786 19836 0 -1 4202560 1355 0 0 0 16950 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466677210240 140466994249336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
Current children cumulated CPU time: 686.28 s
Current children cumulated vsize: 15663668 KiB
Current children cumulated memory: 249036 KiB

[startup+173.002 s]
/proc/loadavg: 8.63 8.41 8.36 9/237 25887
/proc/meminfo: memFree=29661124/32770624 swapFree=66922428/67108860
[pid=25786] ppid=25783 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25786/stat : 25786 (xcsp3-exec) S 25783 25786 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445838211 115843072 363 33554432000 4194304 5098028 140721803740464 140721803738568 140459187741308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19255296 140721803744122 140721803744365 140721803744365 140721803747274 0
/proc/25786/statm: 28282 363 304 221 0 87 0
[pid=25788] ppid=25786 vsize=15550540 memory=247584 CPUtime=686.68 cores=0,2,4,6
/proc/25788/stat : 25788 (java) S 25786 25786 19836 0 -1 1077944320 59749 0 0 0 68641 27 0 0 20 0 19 0 445838211 15923752960 61896 33554432000 4194304 4196468 140737261525296 140737261507840 140467361685239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
/proc/25788/statm: 3887635 61896 3517 1 0 3848735 0
[pid=25788/tid=25789] ppid=25786 vsize=15550540 memory=247584 CPUtime=0.52 cores=0,2,4,6
/proc/25788/task/25789/stat : 25789 (java) S 25786 25786 19836 0 -1 1077944384 9076 0 0 0 48 4 0 0 20 0 19 0 445838211 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467365926016 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25790] ppid=25786 vsize=15550540 memory=247584 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25790/stat : 25790 (java) S 25786 25786 19836 0 -1 1077944384 1272 0 0 0 15 3 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467314305680 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25791] ppid=25786 vsize=15550540 memory=1452 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25791/stat : 25791 (java) S 25786 25786 19836 0 -1 1077944384 1605 0 0 0 14 4 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467313252880 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25792] ppid=25786 vsize=15550540 memory=1452 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25792/stat : 25792 (java) S 25786 25786 19836 0 -1 1077944384 1487 0 0 0 14 4 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467312200080 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25793] ppid=25786 vsize=15550540 memory=1452 CPUtime=0.18 cores=0,2,4,6
/proc/25788/task/25793/stat : 25793 (java) S 25786 25786 19836 0 -1 1077944384 1389 0 0 0 15 3 0 0 20 0 19 0 445838212 15923752960 61896 33554432000 4194304 4196468 140737261525296 140467311147280 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25794] ppid=25786 vsize=15550540 memory=239224 CPUtime=0.12 cores=0,2,4,6
/proc/25788/task/25794/stat : 25794 (java) S 25786 25786 19836 0 -1 1077944384 1977 0 0 0 11 1 0 0 20 0 19 0 445838213 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466695662448 140467361696386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25795] ppid=25786 vsize=15550540 memory=3992 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25795/stat : 25795 (java) S 25786 25786 19836 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445838214 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466694608480 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25796] ppid=25786 vsize=15550540 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25796/stat : 25796 (java) S 25786 25786 19836 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 445838214 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466693555584 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25797] ppid=25786 vsize=15550540 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25797/stat : 25797 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466692503888 140467361703835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25798] ppid=25786 vsize=15550540 memory=243320 CPUtime=2.34 cores=0,2,4,6
/proc/25788/task/25798/stat : 25798 (java) S 25786 25786 19836 0 -1 1077944384 15944 0 0 0 232 2 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466691451248 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25799] ppid=25786 vsize=15550540 memory=1452 CPUtime=2.31 cores=0,2,4,6
/proc/25788/task/25799/stat : 25799 (java) S 25786 25786 19836 0 -1 1077944384 10388 0 0 0 230 1 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466690398448 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25800] ppid=25786 vsize=15550540 memory=1452 CPUtime=0.59 cores=0,2,4,6
/proc/25788/task/25800/stat : 25800 (java) S 25786 25786 19836 0 -1 1077944384 6361 0 0 0 58 1 0 0 20 0 19 0 445838216 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466689345648 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25801] ppid=25786 vsize=15550540 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25788/task/25801/stat : 25801 (java) S 25786 25786 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445838217 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466688293088 140467361695445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25802] ppid=25786 vsize=15550540 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/25788/task/25802/stat : 25802 (java) S 25786 25786 19836 0 -1 1077944384 917 0 0 0 2 0 0 0 20 0 19 0 445838217 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466687241392 140467361696386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25871] ppid=25786 vsize=15550540 memory=245368 CPUtime=169.55 cores=0,2,4,6
/proc/25788/task/25871/stat : 25871 (java) R 25786 25786 19836 0 -1 4202560 748 0 0 0 16955 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466676153240 140466993220100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25872] ppid=25786 vsize=15550540 memory=-3622645143214314312 CPUtime=169.7 cores=0,2,4,6
/proc/25788/task/25872/stat : 25872 (java) R 25786 25786 19836 0 -1 4202560 2169 0 0 0 16970 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466674048776 140466994248832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25873] ppid=25786 vsize=15550540 memory=780 CPUtime=169.38 cores=0,2,4,6
/proc/25788/task/25873/stat : 25873 (java) R 25786 25786 19836 0 -1 4202560 2274 0 0 0 16938 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466672995840 140466994249249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
[pid=25788/tid=25874] ppid=25786 vsize=15550540 memory=1056 CPUtime=169.6 cores=0,2,4,6
/proc/25788/task/25874/stat : 25874 (java) R 25786 25786 19836 0 -1 4202560 1355 0 0 0 16960 0 0 0 20 0 19 0 445838352 15923752960 61896 33554432000 4194304 4196468 140737261525296 140466677210240 140466994294185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27369472 140737261528047 140737261528218 140737261528218 140737261531087 0
Current children cumulated CPU time: 686.68 s
Current children cumulated vsize: 15663668 KiB
Current children cumulated memory: 249036 KiB

Child status: 0
Real time (s): 173.072
CPU time (s): 686.868
CPU user time (s): 686.589
CPU system time (s): 0.278762
CPU usage (%): 396.869
Max. virtual memory (cumulated for all children) (KiB): 15665788
Max. memory (cumulated for all children) (KiB): 249036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 686.589
system time used= 0.278762
maximum resident set size= 247680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11233
involuntary context switches= 12869


# summary of solver processes directly reported to runsolver:
#   pid: 25786
#   total CPU time (s): 686.868
#   total CPU user time (s): 686.589
#   total CPU system time (s): 0.278762

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06542 second user time and 1.91086 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 07:42:41
IDJOB=4399176
IDBENCH=135750
IDSOLVER=2853
FILE ID=node141/4399176-1568699003
RUNJOBID= node141-1568694133-19867
PBS_JOBID= 21703801
Free space on /tmp= 58516 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.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-4399176-1568699003/watcher-4399176-1568699003 -o /tmp/evaluation-result-4399176-1568699003/solver-4399176-1568699003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19867 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1032514252 HOME/instance-4399176-1568699003.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=1032514252

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30412856 kB
MemAvailable:   31347292 kB
Buffers:          228720 kB
Cached:          1002204 kB
SwapCached:        77744 kB
Active:          1072036 kB
Inactive:         724704 kB
Active(anon):     494044 kB
Inactive(anon):   114804 kB
Active(file):     577992 kB
Inactive(file):   609900 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922428 kB
Dirty:             26000 kB
Writeback:             0 kB
AnonPages:        609988 kB
Mapped:            56320 kB
Shmem:             34608 kB
Slab:             155344 kB
SReclaimable:     124760 kB
SUnreclaim:        30584 kB
KernelStack:        4096 kB
PageTables:         7204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1434332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58492 MiB
End job on node141 at 2019-09-17 07:45:35