Trace number 4297440

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 4.0.7b par (e747e1e)SAT (TO)127 20057.1 2520.11

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-30-30-00_c18.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark20057.1
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297440-1532732590.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297440-1532732590.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.77/0.71	c solve instance...
2.45/0.80	o 503 
2.45/0.81	o 467 
2.45/0.83	o 134 
2.45/0.85	o 132 
520.31/65.86	o 129 
17260.48/2168.63	o 127 
20056.36/2520.09	s SATISFIABLE
20056.36/2520.09	v <instantiation>
20056.36/2520.09	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] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] 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] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] </list>
20056.36/2520.09	v 	<values>9 3 8 7 5 10 11 4 2 0 1 6 13 20 21 22 26 24 23 25 28 29 27 18 16 19 17 14 15 12 4 4 1 4 4 1 5 1 2 7 4 8 8 1 2 3 5 1 4 2 3 12 7 5 7 6 4 4 4 4 </values>
20056.36/2520.09	v </instantiation>
20056.36/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	127

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297440-1532732590/watcher-4297440-1532732590 -o /tmp/evaluation-result-4297440-1532732590/solver-4297440-1532732590 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532724458-31556 --watchdog 2580 HOME/xcsp3-exec -seed 438144573 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297440-1532732590.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1180, runsolver pid=1177

[startup+0.100113 s]*
/proc/loadavg: 8.14 8.24 8.24 2/202 1202
/proc/meminfo: memFree=28126436/32770624 swapFree=67108792/67108860
[pid=1180] ppid=1177 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1180/stat : 1180 (xcsp3-exec) S 1177 1180 31529 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 90822302 115843072 363 33554432000 4194304 5098028 140726362463104 140726362461208 139731067933308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15511552 140726362465334 140726362465536 140726362465536 140726362468298 0
/proc/1180/statm: 28282 363 306 221 0 87 0
[pid=1182] ppid=1180 vsize=26104152 memory=26860 CPUtime=0.11 cores=0-7
/proc/1182/stat : 1182 (java) S 1180 1180 31529 0 -1 1077944320 5640 0 0 0 10 1 0 0 20 0 20 0 90822302 26730651648 6715 33554432000 4194304 4196468 140728478161632 140728478144176 140619601968887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
/proc/1182/statm: 6526038 6715 2991 1 0 6488315 0
[pid=1182/tid=1183] ppid=1180 vsize=26104152 memory=6935054825532540783 CPUtime=0.08 cores=0-7
/proc/1182/task/1183/stat : 1183 (java) R 1180 1180 31529 0 -1 4202560 3663 0 0 0 8 0 0 0 20 0 20 0 90822302 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619606187864 140619586012517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1184] ppid=1180 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/1182/task/1184/stat : 1184 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619524549008 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1185] ppid=1180 vsize=26104152 memory=140289348376192 CPUtime=0 cores=0-7
/proc/1182/task/1185/stat : 1185 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619523496208 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1186] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1186/stat : 1186 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619522443920 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1187] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1187/stat : 1187 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619521391120 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1188] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1188/stat : 1188 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619520338832 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1189] ppid=1180 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1182/task/1189/stat : 1189 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619519286032 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1190] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1190/stat : 1190 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619518233744 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1191] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1191/stat : 1191 (java) S 1180 1180 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619517180944 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1192] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1192/stat : 1192 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822304 26730651648 6715 33554432000 4194304 4196468 140728478161632 140619110058096 140619601980034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1194] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1194/stat : 1194 (java) S 1180 1180 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90822305 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618996146976 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1195] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1195/stat : 1195 (java) S 1180 1180 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90822305 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618995094640 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1196] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1196/stat : 1196 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618994042960 140619601987483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1197] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1197/stat : 1197 (java) S 1180 1180 31529 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618992990832 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1198] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1198/stat : 1198 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618991938032 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1199] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1199/stat : 1199 (java) S 1180 1180 31529 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618990885744 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1200] ppid=1180 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1182/task/1200/stat : 1200 (java) R 1180 1180 31529 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 20 0 90822308 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618989832944 140619580898224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1201] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1201/stat : 1201 (java) S 1180 1180 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618988779872 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1202] ppid=1180 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1182/task/1202/stat : 1202 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 6715 33554432000 4194304 4196468 140728478161632 140618987727152 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28312 KiB

[startup+0.210178 s]*
/proc/loadavg: 8.14 8.24 8.24 3/202 1202
/proc/meminfo: memFree=28113796/32770624 swapFree=67108792/67108860
[pid=1180] ppid=1177 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1180/stat : 1180 (xcsp3-exec) S 1177 1180 31529 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 90822302 115843072 363 33554432000 4194304 5098028 140726362463104 140726362461208 139731067933308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15511552 140726362465334 140726362465536 140726362465536 140726362468298 0
/proc/1180/statm: 28282 363 306 221 0 87 0
[pid=1182] ppid=1180 vsize=26104152 memory=39432 CPUtime=0.33 cores=0-7
/proc/1182/stat : 1182 (java) S 1180 1180 31529 0 -1 1077944320 8491 0 0 0 30 3 0 0 20 0 20 0 90822302 26730651648 9858 33554432000 4194304 4196468 140728478161632 140728478144176 140619601968887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
/proc/1182/statm: 6526038 9858 3174 1 0 6488315 0
[pid=1182/tid=1183] ppid=1180 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/1182/task/1183/stat : 1183 (java) R 1180 1180 31529 0 -1 4202560 5544 0 0 0 18 1 0 0 20 0 20 0 90822302 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619606202320 140619586049374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1184] ppid=1180 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/1182/task/1184/stat : 1184 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619524549008 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1185] ppid=1180 vsize=26104152 memory=288370665500087936 CPUtime=0 cores=0-7
/proc/1182/task/1185/stat : 1185 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619523496208 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1186] ppid=1180 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1182/task/1186/stat : 1186 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619522443920 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1187] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1187/stat : 1187 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619521391120 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1188] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1188/stat : 1188 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619520338832 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1189] ppid=1180 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1182/task/1189/stat : 1189 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619519286032 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1190] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1190/stat : 1190 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619518233744 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1191] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1191/stat : 1191 (java) S 1180 1180 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90822303 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619517180944 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1192] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1192/stat : 1192 (java) S 1180 1180 31529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90822304 26730651648 9858 33554432000 4194304 4196468 140728478161632 140619110058096 140619601980034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1194] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1194/stat : 1194 (java) S 1180 1180 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90822305 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618996146976 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1195] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1195/stat : 1195 (java) S 1180 1180 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90822305 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618995094640 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1196] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1196/stat : 1196 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618994042960 140619601987483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1197] ppid=1180 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1182/task/1197/stat : 1197 (java) S 1180 1180 31529 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 20 0 90822308 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618992990832 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1198] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1198/stat : 1198 (java) S 1180 1180 31529 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618991938032 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1199] ppid=1180 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/1182/task/1199/stat : 1199 (java) S 1180 1180 31529 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 20 0 90822308 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618990885744 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1200] ppid=1180 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/1182/task/1200/stat : 1200 (java) R 1180 1180 31529 0 -1 4202560 786 0 0 0 7 0 0 0 20 0 20 0 90822308 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618989832944 140619601990234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1201] ppid=1180 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1201/stat : 1201 (java) S 1180 1180 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618988779872 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1202] ppid=1180 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1182/task/1202/stat : 1202 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822308 26730651648 9858 33554432000 4194304 4196468 140728478161632 140618987727152 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40884 KiB

[startup+0.309595 s]*
/proc/loadavg: 8.14 8.24 8.24 3/202 1202
/proc/meminfo: memFree=28108212/32770624 swapFree=67108792/67108860
[pid=1180] ppid=1177 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1180/stat : 1180 (xcsp3-exec) S 1177 1180 31529 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 90822302 115843072 363 33554432000 4194304 5098028 140726362463104 140726362461208 139731067933308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15511552 140726362465334 140726362465536 140726362465536 140726362468298 0
/proc/1180/statm: 28282 363 306 221 0 87 0
[pid=1182] ppid=1180 vsize=26108408 memory=46428 CPUtime=0.51 cores=0-7
/proc/1182/stat : 1182 (java) S 1180 1180 31529 0 -1 1077944320 9298 0 0 0 47 4 0 0 20 0 20 0 90822302 26735009792 11607 33554432000 4194304 4196468 140728478161632 140728478144176 140619601968887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
/proc/1182/statm: 6527102 11607 3255 1 0 6488315 0
[pid=1182/tid=1183] ppid=1180 vsize=26108408 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/1182/task/1183/stat : 1183 (java) R 1180 1180 31529 0 -1 4202560 6204 0 0 0 27 2 0 0 20 0 20 0 90822302 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619606200000 140619586049374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1184] ppid=1180 vsize=26108408 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/1182/task/1184/stat : 1184 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619524549008 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1185] ppid=1180 vsize=26108408 memory=8500 CPUtime=0 cores=0-7
/proc/1182/task/1185/stat : 1185 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619523496208 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1186] ppid=1180 vsize=26108408 memory=792 CPUtime=0 cores=0-7
/proc/1182/task/1186/stat : 1186 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619522443920 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1187] ppid=1180 vsize=26108408 memory=1008 CPUtime=0 cores=0-7
/proc/1182/task/1187/stat : 1187 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619521391120 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1188] ppid=1180 vsize=26108408 memory=1228 CPUtime=0 cores=0-7
/proc/1182/task/1188/stat : 1188 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619520338832 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1189] ppid=1180 vsize=26108408 memory=1200 CPUtime=0 cores=0-7
/proc/1182/task/1189/stat : 1189 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619519286032 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1190] ppid=1180 vsize=26108408 memory=15876 CPUtime=0 cores=0-7
/proc/1182/task/1190/stat : 1190 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619518233744 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1191] ppid=1180 vsize=26108408 memory=18268 CPUtime=0 cores=0-7
/proc/1182/task/1191/stat : 1191 (java) S 1180 1180 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90822303 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619517180944 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1192] ppid=1180 vsize=26108408 memory=16160 CPUtime=0 cores=0-7
/proc/1182/task/1192/stat : 1192 (java) S 1180 1180 31529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90822304 26735009792 11607 33554432000 4194304 4196468 140728478161632 140619110058096 140619601980034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1194] ppid=1180 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1194/stat : 1194 (java) S 1180 1180 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90822305 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618996146976 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1195] ppid=1180 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1195/stat : 1195 (java) S 1180 1180 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90822305 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618995094640 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1196] ppid=1180 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1196/stat : 1196 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822308 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618994042960 140619601987483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1197] ppid=1180 vsize=26108408 memory=0 CPUtime=0.03 cores=0-7
/proc/1182/task/1197/stat : 1197 (java) R 1180 1180 31529 0 -1 4202560 475 0 0 0 3 0 0 0 20 0 20 0 90822308 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618992990832 140619583491485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1198] ppid=1180 vsize=26108408 memory=0 CPUtime=0.01 cores=0-7
/proc/1182/task/1198/stat : 1198 (java) S 1180 1180 31529 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 20 0 90822308 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618991938032 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1199] ppid=1180 vsize=26108408 memory=140289201278703 CPUtime=0.03 cores=0-7
/proc/1182/task/1199/stat : 1199 (java) S 1180 1180 31529 0 -1 1077944384 450 0 0 0 3 0 0 0 20 0 20 0 90822308 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618990885744 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1200] ppid=1180 vsize=26108408 memory=0 CPUtime=0.11 cores=0-7
/proc/1182/task/1200/stat : 1200 (java) S 1180 1180 31529 0 -1 1077944384 843 0 0 0 11 0 0 0 20 0 20 0 90822308 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618989832944 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1201] ppid=1180 vsize=26108408 memory=140289201271668 CPUtime=0 cores=0-7
/proc/1182/task/1201/stat : 1201 (java) S 1180 1180 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90822308 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618988779872 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1202] ppid=1180 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/1182/task/1202/stat : 1202 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822308 26735009792 11607 33554432000 4194304 4196468 140728478161632 140618987727152 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47880 KiB

[startup+0.700865 s]
/proc/loadavg: 8.14 8.24 8.24 3/202 1202
/proc/meminfo: memFree=28091188/32770624 swapFree=67108792/67108860
[pid=1180] ppid=1177 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1180/stat : 1180 (xcsp3-exec) S 1177 1180 31529 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 90822302 115843072 363 33554432000 4194304 5098028 140726362463104 140726362461208 139731067933308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15511552 140726362465334 140726362465536 140726362465536 140726362468298 0
/proc/1180/statm: 28282 363 306 221 0 87 0
[pid=1182] ppid=1180 vsize=26110532 memory=94756 CPUtime=1.77 cores=0-7
/proc/1182/stat : 1182 (java) S 1180 1180 31529 0 -1 1077944320 13288 0 0 0 171 6 0 0 20 0 20 0 90822302 26737184768 23689 33554432000 4194304 4196468 140728478161632 140728478144176 140619601968887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
/proc/1182/statm: 6527633 23689 3366 1 0 6488827 0
[pid=1182/tid=1183] ppid=1180 vsize=26110532 memory=280578402814144 CPUtime=0.67 cores=0-7
/proc/1182/task/1183/stat : 1183 (java) R 1180 1180 31529 0 -1 4202560 7101 0 0 0 64 3 0 0 20 0 20 0 90822302 26737184768 23689 33554432000 4194304 4196468 140728478161632 140619606207224 140619195388756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1184] ppid=1180 vsize=26110532 memory=140289201447792 CPUtime=0 cores=0-7
/proc/1182/task/1184/stat : 1184 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26737184768 23689 33554432000 4194304 4196468 140728478161632 140619524549008 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1185] ppid=1180 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1185/stat : 1185 (java) S 1180 1180 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90822303 26737184768 23689 33554432000 4194304 4196468 140728478161632 140619523496208 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1186] ppid=1180 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1186/stat : 1186 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90822303 26737184768 23689 33554432000 4194304 4196468 140728478161632 140619522443920 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0

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

[pid=1182/tid=1304] ppid=1180 vsize=26643044 memory=1452 CPUtime=270.91 cores=0-7
/proc/1182/task/1304/stat : 1304 (java) R 1180 1180 31529 0 -1 4202560 7076 0 0 0 27087 4 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618975973400 140619198772641 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
Current children cumulated CPU time: 19437.7 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 324996 KiB

[startup+2502.3 s]
/proc/loadavg: 8.14 8.31 8.30 9/208 1312
/proc/meminfo: memFree=27834536/32770624 swapFree=67108792/67108860
[pid=1180] ppid=1177 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1180/stat : 1180 (xcsp3-exec) S 1177 1180 31529 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 90822302 115843072 363 33554432000 4194304 5098028 140726362463104 140726362461208 139731067933308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15511552 140726362465334 140726362465536 140726362465536 140726362468298 0
/proc/1180/statm: 28282 363 306 221 0 87 0
[pid=1182] ppid=1180 vsize=26643044 memory=323544 CPUtime=19915.4 cores=0-7
/proc/1182/stat : 1182 (java) S 1180 1180 31529 0 -1 1077944320 355542 0 0 0 1991267 273 0 0 20 0 28 0 90822302 27282477056 80886 33554432000 4194304 4196468 140728478161632 140728478144176 140619601968887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
/proc/1182/statm: 6660761 80886 3439 1 0 6621955 0
[pid=1182/tid=1183] ppid=1180 vsize=26643044 memory=323544 CPUtime=0.69 cores=0-7
/proc/1182/task/1183/stat : 1183 (java) S 1180 1180 31529 0 -1 1077944384 7409 0 0 0 66 3 0 0 20 0 28 0 90822302 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619606209664 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1184] ppid=1180 vsize=26643044 memory=323544 CPUtime=2.38 cores=0-7
/proc/1182/task/1184/stat : 1184 (java) S 1180 1180 31529 0 -1 1077944384 13240 0 0 0 225 13 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619524549008 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1185] ppid=1180 vsize=26643044 memory=323544 CPUtime=2.39 cores=0-7
/proc/1182/task/1185/stat : 1185 (java) S 1180 1180 31529 0 -1 1077944384 13832 0 0 0 226 13 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619523496208 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1186] ppid=1180 vsize=26643044 memory=1452 CPUtime=2.33 cores=0-7
/proc/1182/task/1186/stat : 1186 (java) S 1180 1180 31529 0 -1 1077944384 15034 0 0 0 219 14 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619522443920 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1187] ppid=1180 vsize=26643044 memory=1452 CPUtime=2.36 cores=0-7
/proc/1182/task/1187/stat : 1187 (java) S 1180 1180 31529 0 -1 1077944384 14357 0 0 0 223 13 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619521391120 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1188] ppid=1180 vsize=26643044 memory=323544 CPUtime=2.37 cores=0-7
/proc/1182/task/1188/stat : 1188 (java) S 1180 1180 31529 0 -1 1077944384 11605 0 0 0 224 13 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619520338832 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1189] ppid=1180 vsize=26643044 memory=230 CPUtime=2.37 cores=0-7
/proc/1182/task/1189/stat : 1189 (java) S 1180 1180 31529 0 -1 1077944384 15373 0 0 0 222 15 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619519286032 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1190] ppid=1180 vsize=26643044 memory=232 CPUtime=2.39 cores=0-7
/proc/1182/task/1190/stat : 1190 (java) S 1180 1180 31529 0 -1 1077944384 15207 0 0 0 225 14 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619518233744 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1191] ppid=1180 vsize=26643044 memory=1452 CPUtime=2.37 cores=0-7
/proc/1182/task/1191/stat : 1191 (java) S 1180 1180 31529 0 -1 1077944384 14405 0 0 0 221 16 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619517180944 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1192] ppid=1180 vsize=26643044 memory=1452 CPUtime=2.18 cores=0-7
/proc/1182/task/1192/stat : 1192 (java) S 1180 1180 31529 0 -1 1077944384 38659 0 0 0 177 41 0 0 20 0 28 0 90822304 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619110058096 140619601980034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1194] ppid=1180 vsize=26643044 memory=3804 CPUtime=0 cores=0-7
/proc/1182/task/1194/stat : 1194 (java) S 1180 1180 31529 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 90822305 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618996147040 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1195] ppid=1180 vsize=26643044 memory=7230636130057216064 CPUtime=0 cores=0-7
/proc/1182/task/1195/stat : 1195 (java) S 1180 1180 31529 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 90822305 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618995094656 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1196] ppid=1180 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/1182/task/1196/stat : 1196 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618994042960 140619601987483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1197] ppid=1180 vsize=26643044 memory=0 CPUtime=1.75 cores=0-7
/proc/1182/task/1197/stat : 1197 (java) S 1180 1180 31529 0 -1 1077944384 12128 0 0 0 174 1 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618992990832 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1198] ppid=1180 vsize=26643044 memory=3472328296227679313 CPUtime=1.96 cores=0-7
/proc/1182/task/1198/stat : 1198 (java) S 1180 1180 31529 0 -1 1077944384 10150 0 0 0 194 2 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618991938032 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1199] ppid=1180 vsize=26643044 memory=6655300316396806240 CPUtime=1.99 cores=0-7
/proc/1182/task/1199/stat : 1199 (java) S 1180 1180 31529 0 -1 1077944384 11211 0 0 0 198 1 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618990885744 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1200] ppid=1180 vsize=26643044 memory=323544 CPUtime=0.75 cores=0-7
/proc/1182/task/1200/stat : 1200 (java) S 1180 1180 31529 0 -1 1077944384 9330 0 0 0 73 2 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618989832944 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1201] ppid=1180 vsize=26643044 memory=1452 CPUtime=0 cores=0-7
/proc/1182/task/1201/stat : 1201 (java) S 1180 1180 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618988779872 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1202] ppid=1180 vsize=26643044 memory=1452 CPUtime=0.33 cores=0-7
/proc/1182/task/1202/stat : 1202 (java) S 1180 1180 31529 0 -1 1077944384 3907 0 0 0 8 25 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618987727152 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1297] ppid=1180 vsize=26643044 memory=164 CPUtime=331.22 cores=0-7
/proc/1182/task/1297/stat : 1297 (java) R 1180 1180 31529 0 -1 4202560 557 0 0 0 33121 1 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618978078168 140619198730763 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1298] ppid=1180 vsize=26643044 memory=0 CPUtime=332.02 cores=0-7
/proc/1182/task/1298/stat : 1298 (java) R 1180 1180 31529 0 -1 4202560 967 0 0 0 33202 0 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618977026664 140619196922389 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1299] ppid=1180 vsize=26643044 memory=0 CPUtime=331.43 cores=0-7
/proc/1182/task/1299/stat : 1299 (java) R 1180 1180 31529 0 -1 4202560 2610 0 0 0 33141 2 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618769605528 140619198053138 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1300] ppid=1180 vsize=26643044 memory=1452 CPUtime=330.86 cores=0-7
/proc/1182/task/1300/stat : 1300 (java) R 1180 1180 31529 0 -1 4202560 2847 0 0 0 33084 2 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618979134272 140619198934310 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1301] ppid=1180 vsize=26643044 memory=323544 CPUtime=331.02 cores=0-7
/proc/1182/task/1301/stat : 1301 (java) R 1180 1180 31529 0 -1 4202560 1487 0 0 0 33099 3 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618770657928 140619198731355 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1302] ppid=1180 vsize=26643044 memory=15876 CPUtime=332.03 cores=0-7
/proc/1182/task/1302/stat : 1302 (java) R 1180 1180 31529 0 -1 4202560 723 0 0 0 33203 0 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618771710928 140619199042384 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1303] ppid=1180 vsize=26643044 memory=18268 CPUtime=332.05 cores=0-7
/proc/1182/task/1303/stat : 1303 (java) R 1180 1180 31529 0 -1 4202560 816 0 0 0 33205 0 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618772762504 140619196922325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1304] ppid=1180 vsize=26643044 memory=4136 CPUtime=330.43 cores=0-7
/proc/1182/task/1304/stat : 1304 (java) R 1180 1180 31529 0 -1 4202560 7293 0 0 0 33039 4 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618975972768 140619197881075 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
Current children cumulated CPU time: 19915.4 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 324996 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.17 8.31 8.30 9/207 1312
/proc/meminfo: memFree=27834676/32770624 swapFree=67108792/67108860
[pid=1180] ppid=1177 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1180/stat : 1180 (xcsp3-exec) S 1177 1180 31529 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 90822302 115843072 363 33554432000 4194304 5098028 140726362463104 140726362461208 139731067933308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15511552 140726362465334 140726362465536 140726362465536 140726362468298 0
/proc/1180/statm: 28282 363 306 221 0 87 0
[pid=1182] ppid=1180 vsize=26643044 memory=323544 CPUtime=20056.4 cores=0-7
/proc/1182/stat : 1182 (java) S 1180 1180 31529 0 -1 1077944320 356518 0 0 0 2005362 274 0 0 20 0 28 0 90822302 27282477056 80886 33554432000 4194304 4196468 140728478161632 140728478144176 140619601968887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
/proc/1182/statm: 6660761 80886 3439 1 0 6621955 0
[pid=1182/tid=1183] ppid=1180 vsize=26643044 memory=6935054825532540783 CPUtime=0.69 cores=0-7
/proc/1182/task/1183/stat : 1183 (java) S 1180 1180 31529 0 -1 1077944384 7409 0 0 0 66 3 0 0 20 0 28 0 90822302 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619606209664 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1184] ppid=1180 vsize=26643044 memory=4872558044660077418 CPUtime=2.4 cores=0-7
/proc/1182/task/1184/stat : 1184 (java) S 1180 1180 31529 0 -1 1077944384 13256 0 0 0 227 13 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619524549008 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1185] ppid=1180 vsize=26643044 memory=1008 CPUtime=2.4 cores=0-7
/proc/1182/task/1185/stat : 1185 (java) S 1180 1180 31529 0 -1 1077944384 13877 0 0 0 227 13 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619523496208 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1186] ppid=1180 vsize=26643044 memory=1228 CPUtime=2.34 cores=0-7
/proc/1182/task/1186/stat : 1186 (java) S 1180 1180 31529 0 -1 1077944384 15039 0 0 0 220 14 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619522443920 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1187] ppid=1180 vsize=26643044 memory=1200 CPUtime=2.37 cores=0-7
/proc/1182/task/1187/stat : 1187 (java) S 1180 1180 31529 0 -1 1077944384 14637 0 0 0 224 13 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619521391120 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1188] ppid=1180 vsize=26643044 memory=15876 CPUtime=2.39 cores=0-7
/proc/1182/task/1188/stat : 1188 (java) S 1180 1180 31529 0 -1 1077944384 11619 0 0 0 226 13 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619520338832 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1189] ppid=1180 vsize=26643044 memory=18268 CPUtime=2.38 cores=0-7
/proc/1182/task/1189/stat : 1189 (java) S 1180 1180 31529 0 -1 1077944384 15396 0 0 0 223 15 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619519286032 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1190] ppid=1180 vsize=26643044 memory=8112282956445269571 CPUtime=2.4 cores=0-7
/proc/1182/task/1190/stat : 1190 (java) S 1180 1180 31529 0 -1 1077944384 15208 0 0 0 226 14 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619518233744 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1191] ppid=1180 vsize=26643044 memory=4052 CPUtime=2.38 cores=0-7
/proc/1182/task/1191/stat : 1191 (java) S 1180 1180 31529 0 -1 1077944384 14417 0 0 0 222 16 0 0 20 0 28 0 90822303 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619517180944 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1192] ppid=1180 vsize=26643044 memory=644 CPUtime=2.19 cores=0-7
/proc/1182/task/1192/stat : 1192 (java) S 1180 1180 31529 0 -1 1077944384 38696 0 0 0 178 41 0 0 20 0 28 0 90822304 27282477056 80886 33554432000 4194304 4196468 140728478161632 140619110058096 140619601980034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1194] ppid=1180 vsize=26643044 memory=1792 CPUtime=0 cores=0-7
/proc/1182/task/1194/stat : 1194 (java) S 1180 1180 31529 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 90822305 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618996147040 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1195] ppid=1180 vsize=26643044 memory=1232 CPUtime=0 cores=0-7
/proc/1182/task/1195/stat : 1195 (java) S 1180 1180 31529 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 90822305 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618995094656 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1196] ppid=1180 vsize=26643044 memory=956 CPUtime=0 cores=0-7
/proc/1182/task/1196/stat : 1196 (java) S 1180 1180 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618994042960 140619601987483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1197] ppid=1180 vsize=26643044 memory=4100 CPUtime=1.75 cores=0-7
/proc/1182/task/1197/stat : 1197 (java) S 1180 1180 31529 0 -1 1077944384 12130 0 0 0 174 1 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618992990832 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1198] ppid=1180 vsize=26643044 memory=1408 CPUtime=1.96 cores=0-7
/proc/1182/task/1198/stat : 1198 (java) S 1180 1180 31529 0 -1 1077944384 10152 0 0 0 194 2 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618991938032 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1199] ppid=1180 vsize=26643044 memory=3804 CPUtime=1.99 cores=0-7
/proc/1182/task/1199/stat : 1199 (java) S 1180 1180 31529 0 -1 1077944384 11213 0 0 0 198 1 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618990885744 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1200] ppid=1180 vsize=26643044 memory=1452 CPUtime=0.75 cores=0-7
/proc/1182/task/1200/stat : 1200 (java) S 1180 1180 31529 0 -1 1077944384 9332 0 0 0 73 2 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618989832944 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1201] ppid=1180 vsize=26643044 memory=323544 CPUtime=0 cores=0-7
/proc/1182/task/1201/stat : 1201 (java) S 1180 1180 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618988779872 140619601979093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1202] ppid=1180 vsize=26643044 memory=1452 CPUtime=0.33 cores=0-7
/proc/1182/task/1202/stat : 1202 (java) S 1180 1180 31529 0 -1 1077944384 3911 0 0 0 8 25 0 0 20 0 28 0 90822308 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618987727152 140619601980034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1297] ppid=1180 vsize=26643044 memory=323544 CPUtime=348.88 cores=0-7
/proc/1182/task/1297/stat : 1297 (java) R 1180 1180 31529 0 -1 4202560 583 0 0 0 34887 1 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618978077560 140619197083695 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1298] ppid=1180 vsize=26643044 memory=1008 CPUtime=349.67 cores=0-7
/proc/1182/task/1298/stat : 1298 (java) R 1180 1180 31529 0 -1 4202560 990 0 0 0 34967 0 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618977026072 140619196922299 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1299] ppid=1180 vsize=26643044 memory=1228 CPUtime=349.08 cores=0-7
/proc/1182/task/1299/stat : 1299 (java) R 1180 1180 31529 0 -1 4202560 2663 0 0 0 34906 2 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618769604920 140619197570932 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1300] ppid=1180 vsize=26643044 memory=1200 CPUtime=348.47 cores=0-7
/proc/1182/task/1300/stat : 1300 (java) R 1180 1180 31529 0 -1 4202560 2959 0 0 0 34845 2 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618979135104 140619196978617 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1301] ppid=1180 vsize=26643044 memory=15876 CPUtime=348.42 cores=0-7
/proc/1182/task/1301/stat : 1301 (java) R 1180 1180 31529 0 -1 4202560 1528 0 0 0 34839 3 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618770660824 140619197881193 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1302] ppid=1180 vsize=26643044 memory=18268 CPUtime=349.67 cores=0-7
/proc/1182/task/1302/stat : 1302 (java) R 1180 1180 31529 0 -1 4202560 746 0 0 0 34967 0 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618771710376 140619197880428 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1303] ppid=1180 vsize=26643044 memory=16188 CPUtime=349.72 cores=0-7
/proc/1182/task/1303/stat : 1303 (java) R 1180 1180 31529 0 -1 4202560 851 0 0 0 34972 0 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618772762424 140619198001445 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
[pid=1182/tid=1304] ppid=1180 vsize=26643044 memory=4052 CPUtime=347.99 cores=0-7
/proc/1182/task/1304/stat : 1304 (java) R 1180 1180 31529 0 -1 4202560 7511 0 0 0 34795 4 0 0 20 0 28 0 91039165 27282477056 80886 33554432000 4194304 4196468 140728478161632 140618975972496 140619196923378 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 37036032 140728478168193 140728478168365 140728478168365 140728478171087 0
Current children cumulated CPU time: 20056.4 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 324996 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.04 s]
# the end of solver process 1180 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00115 s, system=0.00115 s

[startup+2520.11 s]
# the end of solver process 1182 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20054.4 s, system=2.74538 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.11
CPU time (s): 20057.1
CPU user time (s): 20054.4
CPU system time (s): 2.74538
CPU usage (%): 795.884
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 512412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20054.4
system time used= 2.74538
maximum resident set size= 529248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357303
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 220713
involuntary context switches= 211439


# summary of solver processes directly reported to runsolver:
#   pid: 1180,1182
#   total CPU time (s): 20057.1
#   total CPU user time (s): 20054.4
#   total CPU system time (s): 2.74538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6457 second user time and 28.1324 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 01:03:10
IDJOB=4297440
IDBENCH=141626
IDSOLVER=2760
FILE ID=node150/4297440-1532732590
RUNJOBID= node150-1532724458-31556
PBS_JOBID= 21022339
Free space on /tmp= 53100 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-30-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297440-1532732590/watcher-4297440-1532732590 -o /tmp/evaluation-result-4297440-1532732590/solver-4297440-1532732590 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532724458-31556 --watchdog 2580  HOME/xcsp3-exec -seed 438144573 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297440-1532732590.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=438144573

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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:        28141948 kB
MemAvailable:   31935672 kB
Buffers:          189532 kB
Cached:          3843388 kB
SwapCached:           32 kB
Active:          1469168 kB
Inactive:        2616716 kB
Active(anon):       4332 kB
Inactive(anon):    76192 kB
Active(file):    1464836 kB
Inactive(file):  2540524 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             21772 kB
Writeback:            28 kB
AnonPages:         60172 kB
Mapped:            42300 kB
Shmem:             25156 kB
Slab:             236308 kB
SReclaimable:     208396 kB
SUnreclaim:        27912 kB
KernelStack:        3216 kB
PageTables:         5080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53080 MiB
End job on node150 at 2018-07-28 01:45:11