Trace number 4403678

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-20OPT116 1254.67 316.087

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-04.xml
MD5SUM3ec1135b215453db38ac12e83e420ae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark83.9978
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size28
Distribution of domain sizes[{"size":15,"count":15},{"size":28,"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-4403678-1568992331.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403678-1568992331.xml, -tl, 2520s, -p, 4]
0.12/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.03/0.53	c solve instance...
1.03/0.60	o 196 
1.35/0.62	o 195 
1.35/0.63	o 193 
1.35/0.63	o 190 
1.35/0.64	o 188 
1.35/0.66	o 187 
1.35/0.66	o 176 
1.35/0.66	o 174 
1.35/0.68	o 171 
1.68/0.72	o 152 
1.68/0.76	o 151 
1.68/0.79	o 149 
1.68/0.80	o 146 
2.08/0.87	o 133 
3.62/1.20	o 127 
3.62/1.29	o 126 
4.03/1.39	o 124 
5.61/1.72	o 122 
6.41/1.96	o 118 
6.41/1.98	o 116 
1254.38/316.07	s OPTIMUM FOUND
1254.38/316.07	v <instantiation>
1254.38/316.07	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>
1254.38/316.07	v 	<values>0 3 4 1 8 13 12 14 11 10 7 6 9 5 2 10 4 9 14 13 10 8 8 5 6 6 6 7 6 4 </values>
1254.38/316.07	v </instantiation>

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403678-1568992331/watcher-4403678-1568992331 -o /var/tmp/evaluation-result-4403678-1568992331/solver-4403678-1568992331 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1646213433 HOME/instance-4403678-1568992331.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
Current StackSize limit: 8192 KiB

solver pid=10290, runsolver pid=10287

[startup+0.10006 s]*
/proc/loadavg: 7.94 8.39 8.33 7/234 10306
/proc/meminfo: memFree=14981068/32770624 swapFree=66952608/67108860
[pid=10290] ppid=10287 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10290/stat : 10290 (xcsp3-exec) S 10287 10290 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475488656 115843072 363 33554432000 4194304 5098028 140733242358944 140733242357048 139818047918716 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27955200 140733242360662 140733242360921 140733242360921 140733242363846 0
/proc/10290/statm: 28282 363 305 221 0 87 0
[pid=10292] ppid=10290 vsize=15144776 memory=28608 CPUtime=0.12 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10290 1883 0 -1 1077944320 5625 0 0 0 11 1 0 0 20 0 15 0 475488656 15508250624 7152 33554432000 4194304 4196468 140729995562848 140729995545392 140562315775735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
/proc/10292/statm: 3786194 7152 3145 1 0 3748377 0
[pid=10292/tid=10293] ppid=10290 vsize=15144776 memory=-2698087569006908830 CPUtime=0.09 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) R 10290 10290 1883 0 -1 4202560 3548 0 0 0 8 1 0 0 20 0 15 0 475488656 15508250624 7217 33554432000 4194304 4196468 140729995562848 140562319998432 140562315797082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10294] ppid=10290 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10294/stat : 10294 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15508250624 7217 33554432000 4194304 4196468 140729995562848 140562268396176 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10295] ppid=10290 vsize=15144776 memory=139734237632128 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10290 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475488657 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561907374608 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10296] ppid=10290 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561906321808 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10297] ppid=10290 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561905269008 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10298] ppid=10290 vsize=15144776 memory=139734237632128 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488658 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561650088816 140562315786882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10299] ppid=10290 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10290 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475488659 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561649034784 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10300] ppid=10290 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10290 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475488659 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561647981936 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10301] ppid=10290 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475488662 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561646930256 140562315794331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10302] ppid=10290 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) R 10290 10290 1883 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 475488662 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561645877712 140562315785941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10303] ppid=10290 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) R 10290 10290 1883 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 15 0 475488662 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561644824000 140562293020480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10304] ppid=10290 vsize=15144776 memory=139734237632128 CPUtime=0.02 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) R 10290 10290 1883 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 475488662 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561643772016 140562315787670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10305] ppid=10290 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475488662 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561642719456 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10306] ppid=10290 vsize=15144776 memory=139734237632128 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10290 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475488662 15508250624 7217 33554432000 4194304 4196468 140729995562848 140561641667760 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30060 KiB

[startup+0.213642 s]*
/proc/loadavg: 7.94 8.39 8.33 6/234 10306
/proc/meminfo: memFree=14968516/32770624 swapFree=66952608/67108860
[pid=10290] ppid=10287 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10290/stat : 10290 (xcsp3-exec) S 10287 10290 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475488656 115843072 363 33554432000 4194304 5098028 140733242358944 140733242357048 139818047918716 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27955200 140733242360662 140733242360921 140733242360921 140733242363846 0
/proc/10290/statm: 28282 363 305 221 0 87 0
[pid=10292] ppid=10290 vsize=15144776 memory=40352 CPUtime=0.35 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10290 1883 0 -1 1077944320 9326 0 0 0 32 3 0 0 20 0 15 0 475488656 15508250624 10088 33554432000 4194304 4196468 140729995562848 140729995545392 140562315775735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
/proc/10292/statm: 3786194 10088 3297 1 0 3748377 0
[pid=10292/tid=10293] ppid=10290 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) R 10290 10290 1883 0 -1 4202560 6557 0 0 0 18 2 0 0 20 0 15 0 475488656 15508250624 10088 33554432000 4194304 4196468 140729995562848 140562320010720 140562315797661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10294] ppid=10290 vsize=15144776 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10294/stat : 10294 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15508250624 10088 33554432000 4194304 4196468 140729995562848 140562268396176 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10295] ppid=10290 vsize=15144776 memory=288370110389343872 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10290 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475488657 15508250624 10088 33554432000 4194304 4196468 140729995562848 140561907374608 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10296] ppid=10290 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15508250624 10088 33554432000 4194304 4196468 140729995562848 140561906321808 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10297] ppid=10290 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15508250624 10088 33554432000 4194304 4196468 140729995562848 140561905269008 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10298] ppid=10290 vsize=15144776 memory=139734237632128 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10290 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475488658 15508250624 10088 33554432000 4194304 4196468 140729995562848 140561650088816 140562315786882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10299] ppid=10290 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10290 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475488659 15508250624 10088 33554432000 4194304 4196468 140729995562848 140561649034784 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10300] ppid=10290 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10290 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475488659 15508250624 10088 33554432000 4194304 4196468 140729995562848 140561647981936 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10301] ppid=10290 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475488662 15508250624 10088 33554432000 4194304 4196468 140729995562848 140561646930256 140562315794331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10302] ppid=10290 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10290 1883 0 -1 1077944384 452 0 0 0 1 0 0 0 20 0 15 0 475488662 15508250624 10088 33554432000 4194304 4196468 140729995562848 140561645877616 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10303] ppid=10290 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10290 1883 0 -1 1077944384 199 0 0 0 3 0 0 0 20 0 15 0 475488662 15508250624 10151 33554432000 4194304 4196468 140729995562848 140561644824816 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10304] ppid=10290 vsize=15144776 memory=139734237632128 CPUtime=0.08 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) R 10290 10290 1883 0 -1 4202560 814 0 0 0 8 0 0 0 20 0 15 0 475488662 15508250624 10151 33554432000 4194304 4196468 140729995562848 140561643772016 140562293000704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10305] ppid=10290 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475488662 15508250624 10151 33554432000 4194304 4196468 140729995562848 140561642719456 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10306] ppid=10290 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10290 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475488662 15508250624 10151 33554432000 4194304 4196468 140729995562848 140561641667760 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41804 KiB

[startup+0.311621 s]*
/proc/loadavg: 7.94 8.39 8.33 8/234 10306
/proc/meminfo: memFree=14961752/32770624 swapFree=66952608/67108860
[pid=10290] ppid=10287 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10290/stat : 10290 (xcsp3-exec) S 10287 10290 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475488656 115843072 363 33554432000 4194304 5098028 140733242358944 140733242357048 139818047918716 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27955200 140733242360662 140733242360921 140733242360921 140733242363846 0
/proc/10290/statm: 28282 363 305 221 0 87 0
[pid=10292] ppid=10290 vsize=15149032 memory=49608 CPUtime=0.54 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10290 1883 0 -1 1077944320 10825 0 0 0 50 4 0 0 20 0 15 0 475488656 15512608768 12402 33554432000 4194304 4196468 140729995562848 140729995545392 140562315775735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
/proc/10292/statm: 3787258 12402 3366 1 0 3748377 0
[pid=10292/tid=10293] ppid=10290 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) R 10290 10290 1883 0 -1 4202560 7738 0 0 0 27 3 0 0 20 0 15 0 475488656 15512608768 12471 33554432000 4194304 4196468 140729995562848 140562320006848 140562299856222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10294] ppid=10290 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10294/stat : 10294 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15512608768 12471 33554432000 4194304 4196468 140729995562848 140562268396176 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10295] ppid=10290 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10290 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475488657 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561907374608 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10296] ppid=10290 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561906321808 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10297] ppid=10290 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475488657 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561905269008 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10298] ppid=10290 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10290 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475488658 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561650088816 140562315786882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10299] ppid=10290 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10290 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475488659 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561649034784 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10300] ppid=10290 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10290 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475488659 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561647981936 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10301] ppid=10290 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475488662 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561646930256 140562315794331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10302] ppid=10290 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) R 10290 10290 1883 0 -1 4202560 554 0 0 0 4 0 0 0 20 0 15 0 475488662 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561645868000 140562300162784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10303] ppid=10290 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10290 1883 0 -1 1077944384 253 0 0 0 5 0 0 0 20 0 15 0 475488662 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561644824816 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10304] ppid=10290 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10290 1883 0 -1 1077944384 989 0 0 0 13 0 0 0 20 0 15 0 475488662 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561643772016 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10305] ppid=10290 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475488662 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561642719456 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10306] ppid=10290 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10290 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475488662 15512608768 12471 33554432000 4194304 4196468 140729995562848 140561641667760 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51060 KiB

[startup+0.704964 s]
/proc/loadavg: 7.94 8.39 8.33 9/234 10306
/proc/meminfo: memFree=14944872/32770624 swapFree=66952608/67108860
[pid=10290] ppid=10287 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10290/stat : 10290 (xcsp3-exec) S 10287 10290 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475488656 115843072 363 33554432000 4194304 5098028 140733242358944 140733242357048 139818047918716 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27955200 140733242360662 140733242360921 140733242360921 140733242363846 0
/proc/10290/statm: 28282 363 305 221 0 87 0
[pid=10292] ppid=10290 vsize=15551568 memory=155524 CPUtime=1.68 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10290 1883 0 -1 1077944320 15429 0 0 0 161 7 0 0 20 0 19 0 475488656 15924805632 38881 33554432000 4194304 4196468 140729995562848 140729995545392 140562315775735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
/proc/10292/statm: 3887892 38881 3459 1 0 3848992 0
[pid=10292/tid=10293] ppid=10290 vsize=15551568 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10290 1883 0 -1 1077944384 9278 0 0 0 48 3 0 0 20 0 19 0 475488656 15924805632 38881 33554432000 4194304 4196468 140729995562848 140562320016512 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10294] ppid=10290 vsize=15551568 memory=164 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10294/stat : 10294 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475488657 15924805632 38881 33554432000 4194304 4196468 140729995562848 140562268396176 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10295] ppid=10290 vsize=15551568 memory=6154848828556269427 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10290 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475488657 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561907374608 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10296] ppid=10290 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475488657 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561906321808 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10297] ppid=10290 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10290 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475488657 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561905269008 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10298] ppid=10290 vsize=15551568 memory=40292 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10290 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475488658 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561650088816 140562315786882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10299] ppid=10290 vsize=15551568 memory=988 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10290 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475488659 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561649034784 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10300] ppid=10290 vsize=15551568 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10290 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475488659 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561647981936 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10301] ppid=10290 vsize=15551568 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561646930256 140562315794331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10302] ppid=10290 vsize=15551568 memory=1044 CPUtime=0.26 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) R 10290 10290 1883 0 -1 4202560 1185 0 0 0 25 1 0 0 20 0 19 0 475488662 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561645870848 140562299301446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10303] ppid=10290 vsize=15551568 memory=708 CPUtime=0.27 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) R 10290 10290 1883 0 -1 4202560 880 0 0 0 27 0 0 0 20 0 19 0 475488662 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561644811568 140562300890790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10304] ppid=10290 vsize=15551568 memory=9364 CPUtime=0.35 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) R 10290 10290 1883 0 -1 4202560 1910 0 0 0 35 0 0 0 20 0 19 0 475488662 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561643769112 140562294340630 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10305] ppid=10290 vsize=15551568 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561642719456 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10306] ppid=10290 vsize=15551568 memory=776 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10290 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 38881 33554432000 4194304 4196468 140729995562848 140561641667760 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 156976 KiB

[startup+1.50296 s]
/proc/loadavg: 7.94 8.39 8.33 12/237 10366
/proc/meminfo: memFree=14819532/32770624 swapFree=66952608/67108860
[pid=10290] ppid=10287 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10290/stat : 10290 (xcsp3-exec) S 10287 10290 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475488656 115843072 363 33554432000 4194304 5098028 140733242358944 140733242357048 139818047918716 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27955200 140733242360662 140733242360921 140733242360921 140733242363846 0
/proc/10290/statm: 28282 363 305 221 0 87 0

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

/proc/10292/task/10306/stat : 10306 (java) S 10290 10290 1883 0 -1 1077944384 838 0 0 0 0 5 0 0 20 0 19 0 475488662 15924805632 107413 33554432000 4194304 4196468 140729995562848 140561641667760 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10388] ppid=10290 vsize=15551568 memory=2016 CPUtime=308.46 cores=0,2,4,6
/proc/10292/task/10388/stat : 10388 (java) R 10290 10290 1883 0 -1 4202560 932 0 0 0 30845 1 0 0 20 0 19 0 475488854 15924805632 107413 33554432000 4194304 4196468 140729995562848 140561629289864 140561952401208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10389] ppid=10290 vsize=15551568 memory=6791534058613427641 CPUtime=308.1 cores=0,2,4,6
/proc/10292/task/10389/stat : 10389 (java) R 10290 10290 1883 0 -1 4202560 2448 0 0 0 30805 5 0 0 20 0 19 0 475488854 15924805632 107413 33554432000 4194304 4196468 140729995562848 140561630346192 140561952356740 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10390] ppid=10290 vsize=15551568 memory=3316 CPUtime=308.87 cores=0,2,4,6
/proc/10292/task/10390/stat : 10390 (java) R 10290 10290 1883 0 -1 4202560 2924 0 0 0 30886 1 0 0 20 0 19 0 475488854 15924805632 107413 33554432000 4194304 4196468 140729995562848 140561632448744 140561952356670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10391] ppid=10290 vsize=15551568 memory=1452 CPUtime=308.02 cores=0,2,4,6
/proc/10292/task/10391/stat : 10391 (java) R 10290 10290 1883 0 -1 4202560 1570 0 0 0 30801 1 0 0 20 0 19 0 475488854 15924805632 107413 33554432000 4194304 4196468 140729995562848 140561627184576 140561952357200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
Current children cumulated CPU time: 1244.84 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 431104 KiB

[startup+315.201 s]
/proc/loadavg: 8.09 8.23 8.29 9/236 10922
/proc/meminfo: memFree=13043280/32770624 swapFree=66952608/67108860
[pid=10290] ppid=10287 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10290/stat : 10290 (xcsp3-exec) S 10287 10290 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475488656 115843072 363 33554432000 4194304 5098028 140733242358944 140733242357048 139818047918716 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27955200 140733242360662 140733242360921 140733242360921 140733242363846 0
/proc/10290/statm: 28282 363 305 221 0 87 0
[pid=10292] ppid=10290 vsize=15551568 memory=431188 CPUtime=1251.19 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10290 1883 0 -1 1077944320 63355 0 0 0 125080 39 0 0 20 0 19 0 475488656 15924805632 107797 33554432000 4194304 4196468 140729995562848 140729995545392 140562315775735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
/proc/10292/statm: 3887892 107797 3516 1 0 3848992 0
[pid=10292/tid=10293] ppid=10290 vsize=15551568 memory=1724 CPUtime=0.52 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10290 1883 0 -1 1077944384 9279 0 0 0 49 3 0 0 20 0 19 0 475488656 15924805632 107797 33554432000 4194304 4196468 140729995562848 140562320016512 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10294] ppid=10290 vsize=15551568 memory=8076 CPUtime=0.45 cores=0,2,4,6
/proc/10292/task/10294/stat : 10294 (java) S 10290 10290 1883 0 -1 1077944384 1008 0 0 0 40 5 0 0 20 0 19 0 475488657 15924805632 107797 33554432000 4194304 4196468 140729995562848 140562268396176 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10295] ppid=10290 vsize=15551568 memory=6791534058613427641 CPUtime=0.45 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10290 1883 0 -1 1077944384 1433 0 0 0 41 4 0 0 20 0 19 0 475488657 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561907374608 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10296] ppid=10290 vsize=15551568 memory=2608 CPUtime=0.46 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10290 1883 0 -1 1077944384 2557 0 0 0 41 5 0 0 20 0 19 0 475488657 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561906321808 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10297] ppid=10290 vsize=15551568 memory=2596 CPUtime=0.46 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10290 1883 0 -1 1077944384 2154 0 0 0 41 5 0 0 20 0 19 0 475488657 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561905269008 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10298] ppid=10290 vsize=15551568 memory=1444 CPUtime=0.27 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10290 1883 0 -1 1077944384 2104 0 0 0 25 2 0 0 20 0 19 0 475488658 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561650088816 140562315786882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10299] ppid=10290 vsize=15551568 memory=880 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10290 1883 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475488659 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561649034848 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10300] ppid=10290 vsize=15551568 memory=988 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10290 1883 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475488659 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561647981952 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10301] ppid=10290 vsize=15551568 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561646930256 140562315794331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10302] ppid=10290 vsize=15551568 memory=1284 CPUtime=2.47 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10290 1883 0 -1 1077944384 12270 0 0 0 246 1 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561645877616 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10303] ppid=10290 vsize=15551568 memory=1044 CPUtime=2.35 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10290 1883 0 -1 1077944384 14230 0 0 0 233 2 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561644824816 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10304] ppid=10290 vsize=15551568 memory=708 CPUtime=0.59 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10290 1883 0 -1 1077944384 6604 0 0 0 59 0 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561643772016 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10305] ppid=10290 vsize=15551568 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561642719456 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10306] ppid=10290 vsize=15551568 memory=1044 CPUtime=0.05 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10290 1883 0 -1 1077944384 838 0 0 0 0 5 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561641667760 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10388] ppid=10290 vsize=15551568 memory=708 CPUtime=310.04 cores=0,2,4,6
/proc/10292/task/10388/stat : 10388 (java) R 10290 10290 1883 0 -1 4202560 936 0 0 0 31003 1 0 0 20 0 19 0 475488854 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561629290264 140561952356588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10389] ppid=10290 vsize=15551568 memory=9364 CPUtime=309.69 cores=0,2,4,6
/proc/10292/task/10389/stat : 10389 (java) R 10290 10290 1883 0 -1 4202560 2449 0 0 0 30964 5 0 0 20 0 19 0 475488854 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561630342832 140561953410457 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10390] ppid=10290 vsize=15551568 memory=1120 CPUtime=310.45 cores=0,2,4,6
/proc/10292/task/10390/stat : 10390 (java) R 10290 10290 1883 0 -1 4202560 2927 0 0 0 31044 1 0 0 20 0 19 0 475488854 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561632451568 140561952401536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10391] ppid=10290 vsize=15551568 memory=429652 CPUtime=309.6 cores=0,2,4,6
/proc/10292/task/10391/stat : 10391 (java) R 10290 10290 1883 0 -1 4202560 1576 0 0 0 30959 1 0 0 20 0 19 0 475488854 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561627185416 140561953643868 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
Current children cumulated CPU time: 1251.19 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 432640 KiB

[startup+315.601 s]
/proc/loadavg: 8.09 8.23 8.29 9/236 10922
/proc/meminfo: memFree=13043280/32770624 swapFree=66952608/67108860
[pid=10290] ppid=10287 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10290/stat : 10290 (xcsp3-exec) S 10287 10290 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475488656 115843072 363 33554432000 4194304 5098028 140733242358944 140733242357048 139818047918716 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27955200 140733242360662 140733242360921 140733242360921 140733242363846 0
/proc/10290/statm: 28282 363 305 221 0 87 0
[pid=10292] ppid=10290 vsize=15551568 memory=431188 CPUtime=1252.79 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10290 1883 0 -1 1077944320 63361 0 0 0 125240 39 0 0 20 0 19 0 475488656 15924805632 107797 33554432000 4194304 4196468 140729995562848 140729995545392 140562315775735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
/proc/10292/statm: 3887892 107797 3516 1 0 3848992 0
[pid=10292/tid=10293] ppid=10290 vsize=15551568 memory=3624 CPUtime=0.52 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10290 1883 0 -1 1077944384 9279 0 0 0 49 3 0 0 20 0 19 0 475488656 15924805632 107797 33554432000 4194304 4196468 140729995562848 140562320016512 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10294] ppid=10290 vsize=15551568 memory=1556 CPUtime=0.45 cores=0,2,4,6
/proc/10292/task/10294/stat : 10294 (java) S 10290 10290 1883 0 -1 1077944384 1008 0 0 0 40 5 0 0 20 0 19 0 475488657 15924805632 107797 33554432000 4194304 4196468 140729995562848 140562268396176 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10295] ppid=10290 vsize=15551568 memory=1560 CPUtime=0.45 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10290 1883 0 -1 1077944384 1433 0 0 0 41 4 0 0 20 0 19 0 475488657 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561907374608 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10296] ppid=10290 vsize=15551568 memory=928 CPUtime=0.46 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10290 1883 0 -1 1077944384 2558 0 0 0 41 5 0 0 20 0 19 0 475488657 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561906321808 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10297] ppid=10290 vsize=15551568 memory=1680 CPUtime=0.46 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10290 1883 0 -1 1077944384 2154 0 0 0 41 5 0 0 20 0 19 0 475488657 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561905269008 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10298] ppid=10290 vsize=15551568 memory=1808 CPUtime=0.27 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10290 1883 0 -1 1077944384 2104 0 0 0 25 2 0 0 20 0 19 0 475488658 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561650088816 140562315786882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10299] ppid=10290 vsize=15551568 memory=924 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10290 1883 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475488659 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561649034848 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10300] ppid=10290 vsize=15551568 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10290 1883 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475488659 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561647981952 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10301] ppid=10290 vsize=15551568 memory=2608 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561646930256 140562315794331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10302] ppid=10290 vsize=15551568 memory=2596 CPUtime=2.47 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10290 1883 0 -1 1077944384 12270 0 0 0 246 1 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561645877616 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10303] ppid=10290 vsize=15551568 memory=1452 CPUtime=2.35 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10290 1883 0 -1 1077944384 14230 0 0 0 233 2 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561644824816 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10304] ppid=10290 vsize=15551568 memory=431188 CPUtime=0.59 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10290 1883 0 -1 1077944384 6604 0 0 0 59 0 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561643772016 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10305] ppid=10290 vsize=15551568 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561642719456 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10306] ppid=10290 vsize=15551568 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10290 1883 0 -1 1077944384 838 0 0 0 0 5 0 0 20 0 19 0 475488662 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561641667760 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10388] ppid=10290 vsize=15551568 memory=429652 CPUtime=310.43 cores=0,2,4,6
/proc/10292/task/10388/stat : 10388 (java) R 10290 10290 1883 0 -1 4202560 938 0 0 0 31042 1 0 0 20 0 19 0 475488854 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561629290264 140561952356330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10389] ppid=10290 vsize=15551568 memory=1412 CPUtime=310.09 cores=0,2,4,6
/proc/10292/task/10389/stat : 10389 (java) R 10290 10290 1883 0 -1 4202560 2449 0 0 0 31004 5 0 0 20 0 19 0 475488854 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561630346192 140561953333120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10390] ppid=10290 vsize=15551568 memory=3316 CPUtime=310.85 cores=0,2,4,6
/proc/10292/task/10390/stat : 10390 (java) R 10290 10290 1883 0 -1 4202560 2928 0 0 0 31084 1 0 0 20 0 19 0 475488854 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561632448496 140561952357200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10391] ppid=10290 vsize=15551568 memory=1452 CPUtime=309.99 cores=0,2,4,6
/proc/10292/task/10391/stat : 10391 (java) R 10290 10290 1883 0 -1 4202560 1578 0 0 0 30998 1 0 0 20 0 19 0 475488854 15924805632 107797 33554432000 4194304 4196468 140729995562848 140561627185656 140561952356227 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
Current children cumulated CPU time: 1252.79 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 432640 KiB

[startup+316.001 s]*
/proc/loadavg: 8.09 8.23 8.29 9/236 10922
/proc/meminfo: memFree=13043516/32770624 swapFree=66952608/67108860
[pid=10290] ppid=10287 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10290/stat : 10290 (xcsp3-exec) S 10287 10290 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475488656 115843072 363 33554432000 4194304 5098028 140733242358944 140733242357048 139818047918716 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27955200 140733242360662 140733242360921 140733242360921 140733242363846 0
/proc/10290/statm: 28282 363 305 221 0 87 0
[pid=10292] ppid=10290 vsize=15551568 memory=430672 CPUtime=1254.38 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10290 1883 0 -1 1077944320 63370 0 0 0 125399 39 0 0 20 0 19 0 475488656 15924805632 107668 33554432000 4194304 4196468 140729995562848 140729995545392 140562315775735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
/proc/10292/statm: 3887892 107668 3516 1 0 3848992 0
[pid=10292/tid=10293] ppid=10290 vsize=15551568 memory=8317482817917895235 CPUtime=0.52 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10290 1883 0 -1 1077944384 9279 0 0 0 49 3 0 0 20 0 19 0 475488656 15924805632 107668 33554432000 4194304 4196468 140729995562848 140562320016512 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10294] ppid=10290 vsize=15551568 memory=4126316290023845779 CPUtime=0.46 cores=0,2,4,6
/proc/10292/task/10294/stat : 10294 (java) S 10290 10290 1883 0 -1 1077944384 1011 0 0 0 41 5 0 0 20 0 19 0 475488657 15924805632 107668 33554432000 4194304 4196468 140729995562848 140562268396176 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10295] ppid=10290 vsize=15551568 memory=8076 CPUtime=0.45 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10290 1883 0 -1 1077944384 1436 0 0 0 41 4 0 0 20 0 19 0 475488657 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561907374608 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10296] ppid=10290 vsize=15551568 memory=3624 CPUtime=0.46 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10290 1883 0 -1 1077944384 2558 0 0 0 41 5 0 0 20 0 19 0 475488657 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561906321808 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10297] ppid=10290 vsize=15551568 memory=1556 CPUtime=0.46 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) R 10290 10290 1883 0 -1 1077944384 2155 0 0 0 41 5 0 0 20 0 19 0 475488657 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561905269008 140562315785941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10298] ppid=10290 vsize=15551568 memory=2832 CPUtime=0.27 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10290 1883 0 -1 1077944384 2104 0 0 0 25 2 0 0 20 0 19 0 475488658 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561650088816 140562315786882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10299] ppid=10290 vsize=15551568 memory=984 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10290 1883 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 475488659 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561649034848 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10300] ppid=10290 vsize=15551568 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10290 1883 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475488659 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561647981952 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10301] ppid=10290 vsize=15551568 memory=15348 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561646930256 140562315794331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10302] ppid=10290 vsize=15551568 memory=288230574492221466 CPUtime=2.47 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10290 1883 0 -1 1077944384 12270 0 0 0 246 1 0 0 20 0 19 0 475488662 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561645877616 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10303] ppid=10290 vsize=15551568 memory=288230596050944315 CPUtime=2.35 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10290 1883 0 -1 1077944384 14230 0 0 0 233 2 0 0 20 0 19 0 475488662 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561644824816 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10304] ppid=10290 vsize=15551568 memory=14409341222520948 CPUtime=0.59 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10290 1883 0 -1 1077944384 6604 0 0 0 59 0 0 0 20 0 19 0 475488662 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561643772016 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10305] ppid=10290 vsize=15551568 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10290 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475488662 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561642719456 140562315785941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10306] ppid=10290 vsize=15551568 memory=928 CPUtime=0.05 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10290 1883 0 -1 1077944384 838 0 0 0 0 5 0 0 20 0 19 0 475488662 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561641667760 140562315786882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10388] ppid=10290 vsize=15551568 memory=1680 CPUtime=310.84 cores=0,2,4,6
/proc/10292/task/10388/stat : 10388 (java) R 10290 10290 1883 0 -1 4202560 938 0 0 0 31083 1 0 0 20 0 19 0 475488854 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561629289728 140561952357232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10389] ppid=10290 vsize=15551568 memory=1808 CPUtime=310.48 cores=0,2,4,6
/proc/10292/task/10389/stat : 10389 (java) R 10290 10290 1883 0 -1 4202560 2450 0 0 0 31043 5 0 0 20 0 19 0 475488854 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561630346304 140561955064905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10390] ppid=10290 vsize=15551568 memory=924 CPUtime=311.24 cores=0,2,4,6
/proc/10292/task/10390/stat : 10390 (java) R 10290 10290 1883 0 -1 4202560 2929 0 0 0 31123 1 0 0 20 0 19 0 475488854 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561632448544 140561952356588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
[pid=10292/tid=10391] ppid=10290 vsize=15551568 memory=3848 CPUtime=310.39 cores=0,2,4,6
/proc/10292/task/10391/stat : 10391 (java) R 10290 10290 1883 0 -1 1077944384 1578 0 0 0 31038 1 0 0 20 0 19 0 475488854 15924805632 107668 33554432000 4194304 4196468 140729995562848 140561627184832 140562315785941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6766592 140729995563995 140729995564170 140729995564170 140729995567055 0
Current children cumulated CPU time: 1254.38 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 432124 KiB

Child status: 0
Real time (s): 316.087
CPU time (s): 1254.67
CPU user time (s): 1254.26
CPU system time (s): 0.407058
CPU usage (%): 396.938
Max. virtual memory (cumulated for all children) (KiB): 15666496
Max. memory (cumulated for all children) (KiB): 433152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1254.26
system time used= 0.407058
maximum resident set size= 431700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64671
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= 20357
involuntary context switches= 23254


# summary of solver processes directly reported to runsolver:
#   pid: 10290
#   total CPU time (s): 1254.67
#   total CPU user time (s): 1254.26
#   total CPU system time (s): 0.407058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.93051 second user time and 3.48222 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 16:10:10
IDJOB=4403678
IDBENCH=135733
IDSOLVER=2863
FILE ID=node107/4403678-1568992331
RUNJOBID= node107-1568983381-1915
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-04.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403678-1568992331/watcher-4403678-1568992331 -o /var/tmp/evaluation-result-4403678-1568992331/solver-4403678-1568992331 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1646213433 HOME/instance-4403678-1568992331.xml

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=1646213433

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        14997572 kB
MemAvailable:   31348112 kB
Buffers:          109056 kB
Cached:         16162316 kB
SwapCached:        48696 kB
Active:          8536900 kB
Inactive:        8248364 kB
Active(anon):     465412 kB
Inactive(anon):    91884 kB
Active(file):    8071488 kB
Inactive(file):  8156480 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952608 kB
Dirty:             26208 kB
Writeback:             0 kB
AnonPages:        556628 kB
Mapped:            61080 kB
Shmem:             34916 kB
Slab:             580344 kB
SReclaimable:     551032 kB
SUnreclaim:        29312 kB
KernelStack:        4176 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1387024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-20 16:15:26