Trace number 4297442

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)187 20062.4 2520.12

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-40-30-00_c18.xml
MD5SUMcd8c3cb9db38dc1b01c6d50a781e959c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark187
Best CPU time to get the best result obtained on this benchmark20062.4
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints41
Number of domains2
Minimum domain size33
Maximum domain size40
Distribution of domain sizes[{"size":33,"count":40},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":40},{"degree":3,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40},{"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-4297442-1532732699.xml"  -tl '20160s' -p 8
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297442-1532732699.xml, -tl, 20160s, -p, 8]
0.12/0.21	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.07/0.84	c solve instance...
2.58/0.96	o 199 
2.58/0.96	o 198 
3.35/1.01	o 192 
3.35/1.02	o 191 
3.35/1.02	o 190 
3.35/1.10	o 189 
4.79/1.20	o 188 
4.79/1.20	o 187 
20061.57/2520.10	s SATISFIABLE
20061.57/2520.10	v <instantiation>
20061.57/2520.10	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] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] 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] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] </list>
20061.57/2520.10	v 	<values>4 2 6 1 12 17 18 23 22 24 19 20 16 9 10 21 26 34 33 32 30 29 31 35 39 37 38 36 27 28 25 14 13 15 11 3 8 7 0 5 1 5 4 8 3 2 3 3 5 4 4 4 4 8 8 5 16 4 1 3 1 1 3 6 7 3 12 8 2 5 11 1 3 6 4 4 1 8 4 2 </values>
20061.57/2520.10	v </instantiation>
20061.57/2520.10	c Unexpected resolution interruption!

Verifier Data

OK	187

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297442-1532732699/watcher-4297442-1532732699 -o /tmp/evaluation-result-4297442-1532732699/solver-4297442-1532732699 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1532725129-21528 --watchdog 2580 HOME/xcsp3-exec -seed 508843972 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297442-1532732699.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=22438, runsolver pid=22435

[startup+0.100114 s]*
/proc/loadavg: 8.06 7.99 8.06 2/201 22459
/proc/meminfo: memFree=20214324/32770624 swapFree=67108860/67108860
[pid=22438] ppid=22435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22438/stat : 22438 (xcsp3-exec) S 22435 22438 21501 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90833061 115843072 363 33554432000 4194304 5098028 140733933347056 140733933345160 139875115754108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16592896 140733933351990 140733933352192 140733933352192 140733933354954 0
/proc/22438/statm: 28282 363 305 221 0 87 0
[pid=22440] ppid=22438 vsize=26104152 memory=26944 CPUtime=0.12 cores=0-7
/proc/22440/stat : 22440 (java) S 22438 22438 21501 0 -1 1077944320 5654 0 0 0 11 1 0 0 20 0 20 0 90833061 26730651648 6736 33554432000 4194304 4196468 140736626613808 140736626596352 139674153225975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
/proc/22440/statm: 6526038 6736 2998 1 0 6488315 0
[pid=22440/tid=22441] ppid=22438 vsize=26104152 memory=7968727498306263451 CPUtime=0.09 cores=0-7
/proc/22440/task/22441/stat : 22441 (java) R 22438 22438 21501 0 -1 4202560 3663 0 0 0 9 0 0 0 20 0 20 0 90833061 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674157459248 139674153237910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22442] ppid=22438 vsize=26104152 memory=732370264514698213 CPUtime=0 cores=0-7
/proc/22440/task/22442/stat : 22442 (java) S 22438 22438 21501 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674105846928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22443] ppid=22438 vsize=26104152 memory=140126177244800 CPUtime=0 cores=0-7
/proc/22440/task/22443/stat : 22443 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674104794128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22444] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22444/stat : 22444 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674103741328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22445] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22445/stat : 22445 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674102688528 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22446] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22446/stat : 22446 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674101635728 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22447] ppid=22438 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22440/task/22447/stat : 22447 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674100582928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22448] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22448/stat : 22448 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674099530128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22449] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22449/stat : 22449 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 6801 33554432000 4194304 4196468 140736626613808 139674098477328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22450] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22450/stat : 22450 (java) S 22438 22438 21501 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90833064 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673549089648 139674153237122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22451] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22451/stat : 22451 (java) S 22438 22438 21501 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90833064 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673548035616 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22452] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22452/stat : 22452 (java) S 22438 22438 21501 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90833064 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673546982768 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22453] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22453/stat : 22453 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673545931088 139674153244571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22454] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22454/stat : 22454 (java) S 22438 22438 21501 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673343093104 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22455] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22455/stat : 22455 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673342040304 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22456] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22456/stat : 22456 (java) S 22438 22438 21501 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673340987504 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22457] ppid=22438 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22440/task/22457/stat : 22457 (java) R 22438 22438 21501 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 20 0 90833067 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673339931640 139674145463102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22458] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22458/stat : 22458 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673338883168 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22459] ppid=22438 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22440/task/22459/stat : 22459 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 6801 33554432000 4194304 4196468 140736626613808 139673337830448 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28396 KiB

[startup+0.210491 s]*
/proc/loadavg: 8.06 7.99 8.06 3/201 22459
/proc/meminfo: memFree=20203164/32770624 swapFree=67108860/67108860
[pid=22438] ppid=22435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22438/stat : 22438 (xcsp3-exec) S 22435 22438 21501 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90833061 115843072 363 33554432000 4194304 5098028 140733933347056 140733933345160 139875115754108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16592896 140733933351990 140733933352192 140733933352192 140733933354954 0
/proc/22438/statm: 28282 363 305 221 0 87 0
[pid=22440] ppid=22438 vsize=26104152 memory=39436 CPUtime=0.33 cores=0-7
/proc/22440/stat : 22440 (java) S 22438 22438 21501 0 -1 1077944320 8515 0 0 0 31 2 0 0 20 0 20 0 90833061 26730651648 9859 33554432000 4194304 4196468 140736626613808 140736626596352 139674153225975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
/proc/22440/statm: 6526038 9859 3182 1 0 6488315 0
[pid=22440/tid=22441] ppid=22438 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/22440/task/22441/stat : 22441 (java) R 22438 22438 21501 0 -1 4202560 5572 0 0 0 18 1 0 0 20 0 20 0 90833061 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674157462736 139674137306462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22442] ppid=22438 vsize=26104152 memory=732370264514698213 CPUtime=0 cores=0-7
/proc/22440/task/22442/stat : 22442 (java) S 22438 22438 21501 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674105846928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22443] ppid=22438 vsize=26104152 memory=140126177244800 CPUtime=0 cores=0-7
/proc/22440/task/22443/stat : 22443 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674104794128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22444] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22444/stat : 22444 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674103741328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22445] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22445/stat : 22445 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674102688528 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22446] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22446/stat : 22446 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674101635728 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22447] ppid=22438 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22440/task/22447/stat : 22447 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674100582928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22448] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22448/stat : 22448 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674099530128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22449] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22449/stat : 22449 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90833062 26730651648 9859 33554432000 4194304 4196468 140736626613808 139674098477328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22450] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22450/stat : 22450 (java) S 22438 22438 21501 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90833064 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673549089648 139674153237122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22451] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22451/stat : 22451 (java) S 22438 22438 21501 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90833064 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673548035616 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22452] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22452/stat : 22452 (java) S 22438 22438 21501 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90833064 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673546982768 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22453] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22453/stat : 22453 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673545931088 139674153244571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22454] ppid=22438 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22440/task/22454/stat : 22454 (java) S 22438 22438 21501 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 20 0 90833067 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673343093104 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22455] ppid=22438 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/22440/task/22455/stat : 22455 (java) S 22438 22438 21501 0 -1 1077944384 241 0 0 0 2 0 0 0 20 0 20 0 90833067 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673342040304 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22456] ppid=22438 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22440/task/22456/stat : 22456 (java) S 22438 22438 21501 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 20 0 90833067 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673340987504 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22457] ppid=22438 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/22440/task/22457/stat : 22457 (java) S 22438 22438 21501 0 -1 1077944384 768 0 0 0 7 0 0 0 20 0 20 0 90833067 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673339934704 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22458] ppid=22438 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22458/stat : 22458 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673338883168 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22459] ppid=22438 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22440/task/22459/stat : 22459 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833067 26730651648 9859 33554432000 4194304 4196468 140736626613808 139673337830448 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40888 KiB

[startup+0.310436 s]*
/proc/loadavg: 8.06 7.99 8.06 3/201 22459
/proc/meminfo: memFree=20196712/32770624 swapFree=67108860/67108860
[pid=22438] ppid=22435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22438/stat : 22438 (xcsp3-exec) S 22435 22438 21501 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90833061 115843072 363 33554432000 4194304 5098028 140733933347056 140733933345160 139875115754108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16592896 140733933351990 140733933352192 140733933352192 140733933354954 0
/proc/22438/statm: 28282 363 305 221 0 87 0
[pid=22440] ppid=22438 vsize=26108408 memory=46724 CPUtime=0.52 cores=0-7
/proc/22440/stat : 22440 (java) S 22438 22438 21501 0 -1 1077944320 9452 0 0 0 49 3 0 0 20 0 20 0 90833061 26735009792 11681 33554432000 4194304 4196468 140736626613808 140736626596352 139674153225975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
/proc/22440/statm: 6527102 11681 3223 1 0 6488315 0
[pid=22440/tid=22441] ppid=22438 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22440/task/22441/stat : 22441 (java) R 22438 22438 21501 0 -1 4202560 6297 0 0 0 27 2 0 0 20 0 20 0 90833061 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674157463264 139674137306462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22442] ppid=22438 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22442/stat : 22442 (java) S 22438 22438 21501 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90833062 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674105846928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22443] ppid=22438 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22443/stat : 22443 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674104794128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22444] ppid=22438 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22444/stat : 22444 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674103741328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22445] ppid=22438 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22445/stat : 22445 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674102688528 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22446] ppid=22438 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/22440/task/22446/stat : 22446 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674101635728 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22447] ppid=22438 vsize=26108408 memory=140126059590575 CPUtime=0 cores=0-7
/proc/22440/task/22447/stat : 22447 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674100582928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22448] ppid=22438 vsize=26108408 memory=140126059592880 CPUtime=0 cores=0-7
/proc/22440/task/22448/stat : 22448 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674099530128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22449] ppid=22438 vsize=26108408 memory=140126059595184 CPUtime=0 cores=0-7
/proc/22440/task/22449/stat : 22449 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90833062 26735009792 11681 33554432000 4194304 4196468 140736626613808 139674098477328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22450] ppid=22438 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22450/stat : 22450 (java) S 22438 22438 21501 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90833064 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673549089648 139674153237122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22451] ppid=22438 vsize=26108408 memory=280252119197328 CPUtime=0 cores=0-7
/proc/22440/task/22451/stat : 22451 (java) S 22438 22438 21501 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90833064 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673548035616 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22452] ppid=22438 vsize=26108408 memory=280252119204240 CPUtime=0 cores=0-7
/proc/22440/task/22452/stat : 22452 (java) S 22438 22438 21501 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90833064 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673546982768 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22453] ppid=22438 vsize=26108408 memory=280252119145520 CPUtime=0 cores=0-7
/proc/22440/task/22453/stat : 22453 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833067 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673545931088 139674153244571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22454] ppid=22438 vsize=26108408 memory=280252119218064 CPUtime=0.02 cores=0-7
/proc/22440/task/22454/stat : 22454 (java) S 22438 22438 21501 0 -1 1077944384 451 0 0 0 2 0 0 0 20 0 20 0 90833067 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673343093104 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22455] ppid=22438 vsize=26108408 memory=280252119224976 CPUtime=0.02 cores=0-7
/proc/22440/task/22455/stat : 22455 (java) S 22438 22438 21501 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 20 0 90833067 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673342040304 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22456] ppid=22438 vsize=26108408 memory=280252119222672 CPUtime=0.03 cores=0-7
/proc/22440/task/22456/stat : 22456 (java) S 22438 22438 21501 0 -1 1077944384 297 0 0 0 3 0 0 0 20 0 20 0 90833067 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673340987504 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22457] ppid=22438 vsize=26108408 memory=280252119238832 CPUtime=0.12 cores=0-7
/proc/22440/task/22457/stat : 22457 (java) S 22438 22438 21501 0 -1 1077944384 852 0 0 0 12 0 0 0 20 0 20 0 90833067 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673339934704 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22458] ppid=22438 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22440/task/22458/stat : 22458 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90833067 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673338883168 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22459] ppid=22438 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/22440/task/22459/stat : 22459 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833067 26735009792 11681 33554432000 4194304 4196468 140736626613808 139673337830448 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48176 KiB

[startup+0.700998 s]
/proc/loadavg: 8.06 7.99 8.06 4/201 22459
/proc/meminfo: memFree=20179160/32770624 swapFree=67108860/67108860
[pid=22438] ppid=22435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22438/stat : 22438 (xcsp3-exec) S 22435 22438 21501 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90833061 115843072 363 33554432000 4194304 5098028 140733933347056 140733933345160 139875115754108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16592896 140733933351990 140733933352192 140733933352192 140733933354954 0
/proc/22438/statm: 28282 363 305 221 0 87 0
[pid=22440] ppid=22438 vsize=26110532 memory=93144 CPUtime=1.67 cores=0-7
/proc/22440/stat : 22440 (java) S 22438 22438 21501 0 -1 1077944320 12921 0 0 0 161 6 0 0 20 0 20 0 90833061 26737184768 23286 33554432000 4194304 4196468 140736626613808 140736626596352 139674153225975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
/proc/22440/statm: 6527633 23286 3355 1 0 6488827 0
[pid=22440/tid=22441] ppid=22438 vsize=26110532 memory=280252119533760 CPUtime=0.67 cores=0-7
/proc/22440/task/22441/stat : 22441 (java) R 22438 22438 21501 0 -1 4202560 7093 0 0 0 63 4 0 0 20 0 20 0 90833061 26737184768 23286 33554432000 4194304 4196468 140736626613808 139674157463584 139673765800869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22442] ppid=22438 vsize=26110532 memory=1228 CPUtime=0 cores=0-7
/proc/22440/task/22442/stat : 22442 (java) S 22438 22438 21501 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90833062 26737184768 23286 33554432000 4194304 4196468 140736626613808 139674105846928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22443] ppid=22438 vsize=26110532 memory=1428 CPUtime=0 cores=0-7
/proc/22440/task/22443/stat : 22443 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26737184768 23286 33554432000 4194304 4196468 140736626613808 139674104794128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22444] ppid=22438 vsize=26110532 memory=1196 CPUtime=0 cores=0-7
/proc/22440/task/22444/stat : 22444 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90833062 26737184768 23286 33554432000 4194304 4196468 140736626613808 139674103741328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0

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

[pid=22440/tid=22531] ppid=22438 vsize=26644072 memory=0 CPUtime=2431.59 cores=0-7
/proc/22440/task/22531/stat : 22531 (java) R 22438 22438 21501 0 -1 4202560 57288 0 0 0 243122 37 0 0 20 0 28 0 90833183 27283529728 91431 33554432000 4194304 4196468 140736626613808 139673327128280 139673768540546 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
Current children cumulated CPU time: 19443.8 s
Current children cumulated vsize: 26757200 KiB
Current children cumulated memory: 367176 KiB

[startup+2502.3 s]
/proc/loadavg: 8.68 8.33 8.27 9/207 22567
/proc/meminfo: memFree=19879252/32770624 swapFree=67108860/67108860
[pid=22438] ppid=22435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22438/stat : 22438 (xcsp3-exec) S 22435 22438 21501 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90833061 115843072 363 33554432000 4194304 5098028 140733933347056 140733933345160 139875115754108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16592896 140733933351990 140733933352192 140733933352192 140733933354954 0
/proc/22438/statm: 28282 363 305 221 0 87 0
[pid=22440] ppid=22438 vsize=26644072 memory=365792 CPUtime=19920.8 cores=0-7
/proc/22440/stat : 22440 (java) S 22438 22438 21501 0 -1 1077944320 346792 0 0 0 1991786 289 0 0 20 0 28 0 90833061 27283529728 91448 33554432000 4194304 4196468 140736626613808 140736626596352 139674153225975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
/proc/22440/statm: 6661018 91448 3440 1 0 6622212 0
[pid=22440/tid=22441] ppid=22438 vsize=26644072 memory=365792 CPUtime=0.82 cores=0-7
/proc/22440/task/22441/stat : 22441 (java) S 22438 22438 21501 0 -1 1077944384 7190 0 0 0 78 4 0 0 20 0 28 0 90833061 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674157466752 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22442] ppid=22438 vsize=26644072 memory=365792 CPUtime=2.56 cores=0-7
/proc/22440/task/22442/stat : 22442 (java) S 22438 22438 21501 0 -1 1077944384 17965 0 0 0 241 15 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674105846928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22443] ppid=22438 vsize=26644072 memory=2240 CPUtime=2.55 cores=0-7
/proc/22440/task/22443/stat : 22443 (java) S 22438 22438 21501 0 -1 1077944384 14273 0 0 0 241 14 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674104794128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22444] ppid=22438 vsize=26644072 memory=6791534058613427641 CPUtime=2.53 cores=0-7
/proc/22440/task/22444/stat : 22444 (java) S 22438 22438 21501 0 -1 1077944384 14060 0 0 0 239 14 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674103741328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22445] ppid=22438 vsize=26644072 memory=164 CPUtime=2.54 cores=0-7
/proc/22440/task/22445/stat : 22445 (java) S 22438 22438 21501 0 -1 1077944384 14082 0 0 0 240 14 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674102688528 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22446] ppid=22438 vsize=26644072 memory=7661555723034194028 CPUtime=2.58 cores=0-7
/proc/22440/task/22446/stat : 22446 (java) S 22438 22438 21501 0 -1 1077944384 16140 0 0 0 243 15 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674101635728 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22447] ppid=22438 vsize=26644072 memory=912 CPUtime=2.55 cores=0-7
/proc/22440/task/22447/stat : 22447 (java) S 22438 22438 21501 0 -1 1077944384 14011 0 0 0 240 15 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674100582928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22448] ppid=22438 vsize=26644072 memory=4220 CPUtime=2.56 cores=0-7
/proc/22440/task/22448/stat : 22448 (java) S 22438 22438 21501 0 -1 1077944384 15956 0 0 0 242 14 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674099530128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22449] ppid=22438 vsize=26644072 memory=1296 CPUtime=2.55 cores=0-7
/proc/22440/task/22449/stat : 22449 (java) S 22438 22438 21501 0 -1 1077944384 16422 0 0 0 242 13 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674098477328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22450] ppid=22438 vsize=26644072 memory=2412 CPUtime=2.07 cores=0-7
/proc/22440/task/22450/stat : 22450 (java) S 22438 22438 21501 0 -1 1077944384 38334 0 0 0 164 43 0 0 20 0 28 0 90833064 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673549089648 139674153237122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22451] ppid=22438 vsize=26644072 memory=365724 CPUtime=0 cores=0-7
/proc/22440/task/22451/stat : 22451 (java) S 22438 22438 21501 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 90833064 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673548035680 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22452] ppid=22438 vsize=26644072 memory=365724 CPUtime=0 cores=0-7
/proc/22440/task/22452/stat : 22452 (java) S 22438 22438 21501 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 90833064 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673546982784 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22453] ppid=22438 vsize=26644072 memory=1452 CPUtime=0 cores=0-7
/proc/22440/task/22453/stat : 22453 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673545931088 139674153244571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22454] ppid=22438 vsize=26644072 memory=1452 CPUtime=1.9 cores=0-7
/proc/22440/task/22454/stat : 22454 (java) S 22438 22438 21501 0 -1 1077944384 10212 0 0 0 188 2 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673343093104 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22455] ppid=22438 vsize=26644072 memory=3472328296227679313 CPUtime=1.73 cores=0-7
/proc/22440/task/22455/stat : 22455 (java) S 22438 22438 21501 0 -1 1077944384 6798 0 0 0 172 1 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673342040304 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22456] ppid=22438 vsize=26644072 memory=7593739040114343968 CPUtime=1.64 cores=0-7
/proc/22440/task/22456/stat : 22456 (java) S 22438 22438 21501 0 -1 1077944384 7588 0 0 0 163 1 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673340987504 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22457] ppid=22438 vsize=26644072 memory=365792 CPUtime=0.75 cores=0-7
/proc/22440/task/22457/stat : 22457 (java) S 22438 22438 21501 0 -1 1077944384 10712 0 0 0 73 2 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673339934704 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22458] ppid=22438 vsize=26644072 memory=4012 CPUtime=0 cores=0-7
/proc/22440/task/22458/stat : 22458 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673338883168 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22459] ppid=22438 vsize=26644072 memory=1452 CPUtime=0.42 cores=0-7
/proc/22440/task/22459/stat : 22459 (java) S 22438 22438 21501 0 -1 1077944384 3301 0 0 0 21 21 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673337830448 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22524] ppid=22438 vsize=26644072 memory=1452 CPUtime=2488.78 cores=0-7
/proc/22440/task/22524/stat : 22524 (java) R 22438 22438 21501 0 -1 4202560 7028 0 0 0 248870 8 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673323969488 139673769196903 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22525] ppid=22438 vsize=26644072 memory=1452 CPUtime=2481.82 cores=0-7
/proc/22440/task/22525/stat : 22525 (java) R 22438 22438 21501 0 -1 4202560 8792 0 0 0 248171 11 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673322917920 139673769198001 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22526] ppid=22438 vsize=26644072 memory=365792 CPUtime=2485.63 cores=0-7
/proc/22440/task/22526/stat : 22526 (java) R 22438 22438 21501 0 -1 4202560 8686 0 0 0 248554 9 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673325023272 139673768539975 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22527] ppid=22438 vsize=26644072 memory=6791534058613427641 CPUtime=2484.96 cores=0-7
/proc/22440/task/22527/stat : 22527 (java) R 22438 22438 21501 0 -1 4202560 19827 0 0 0 248472 24 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673329233600 139673768539892 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22528] ppid=22438 vsize=26644072 memory=2412 CPUtime=2484.72 cores=0-7
/proc/22440/task/22528/stat : 22528 (java) R 22438 22438 21501 0 -1 4202560 17558 0 0 0 248456 16 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673320812240 139673767672289 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22529] ppid=22438 vsize=26644072 memory=1724 CPUtime=2487.92 cores=0-7
/proc/22440/task/22529/stat : 22529 (java) R 22438 22438 21501 0 -1 4202560 7229 0 0 0 248785 7 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673326078624 139673769197955 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22530] ppid=22438 vsize=26644072 memory=1228 CPUtime=2484.55 cores=0-7
/proc/22440/task/22530/stat : 22530 (java) R 22438 22438 21501 0 -1 4202560 9299 0 0 0 248445 10 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673328181800 139673769351241 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22531] ppid=22438 vsize=26644072 memory=365792 CPUtime=2490.93 cores=0-7
/proc/22440/task/22531/stat : 22531 (java) R 22438 22438 21501 0 -1 4202560 58646 0 0 0 249055 38 0 0 20 0 28 0 90833183 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673327128656 139673769452157 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
Current children cumulated CPU time: 19920.8 s
Current children cumulated vsize: 26757200 KiB
Current children cumulated memory: 367244 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.53 8.31 8.27 9/207 22567
/proc/meminfo: memFree=19879136/32770624 swapFree=67108860/67108860
[pid=22438] ppid=22435 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22438/stat : 22438 (xcsp3-exec) S 22435 22438 21501 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90833061 115843072 363 33554432000 4194304 5098028 140733933347056 140733933345160 139875115754108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16592896 140733933351990 140733933352192 140733933352192 140733933354954 0
/proc/22438/statm: 28282 363 305 221 0 87 0
[pid=22440] ppid=22438 vsize=26644072 memory=365792 CPUtime=20061.6 cores=0-7
/proc/22440/stat : 22440 (java) S 22438 22438 21501 0 -1 1077944320 346841 0 0 0 2005867 290 0 0 20 0 28 0 90833061 27283529728 91448 33554432000 4194304 4196468 140736626613808 140736626596352 139674153225975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
/proc/22440/statm: 6661018 91448 3440 1 0 6622212 0
[pid=22440/tid=22441] ppid=22438 vsize=26644072 memory=6791534058613427641 CPUtime=0.82 cores=0-7
/proc/22440/task/22441/stat : 22441 (java) S 22438 22438 21501 0 -1 1077944384 7190 0 0 0 78 4 0 0 20 0 28 0 90833061 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674157466752 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22442] ppid=22438 vsize=26644072 memory=6791534058613427641 CPUtime=2.58 cores=0-7
/proc/22440/task/22442/stat : 22442 (java) S 22438 22438 21501 0 -1 1077944384 17967 0 0 0 243 15 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674105846928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22443] ppid=22438 vsize=26644072 memory=-7003737579269690708 CPUtime=2.58 cores=0-7
/proc/22440/task/22443/stat : 22443 (java) S 22438 22438 21501 0 -1 1077944384 14278 0 0 0 244 14 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674104794128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22444] ppid=22438 vsize=26644072 memory=2340 CPUtime=2.55 cores=0-7
/proc/22440/task/22444/stat : 22444 (java) S 22438 22438 21501 0 -1 1077944384 14060 0 0 0 241 14 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674103741328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22445] ppid=22438 vsize=26644072 memory=-7003737579269690708 CPUtime=2.56 cores=0-7
/proc/22440/task/22445/stat : 22445 (java) S 22438 22438 21501 0 -1 1077944384 14082 0 0 0 242 14 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674102688528 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22446] ppid=22438 vsize=26644072 memory=792 CPUtime=2.61 cores=0-7
/proc/22440/task/22446/stat : 22446 (java) S 22438 22438 21501 0 -1 1077944384 16144 0 0 0 246 15 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674101635728 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22447] ppid=22438 vsize=26644072 memory=1716 CPUtime=2.58 cores=0-7
/proc/22440/task/22447/stat : 22447 (java) S 22438 22438 21501 0 -1 1077944384 14011 0 0 0 243 15 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674100582928 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22448] ppid=22438 vsize=26644072 memory=1952 CPUtime=2.58 cores=0-7
/proc/22440/task/22448/stat : 22448 (java) S 22438 22438 21501 0 -1 1077944384 15960 0 0 0 244 14 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674099530128 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22449] ppid=22438 vsize=26644072 memory=8580 CPUtime=2.58 cores=0-7
/proc/22440/task/22449/stat : 22449 (java) S 22438 22438 21501 0 -1 1077944384 16423 0 0 0 245 13 0 0 20 0 28 0 90833062 27283529728 91448 33554432000 4194304 4196468 140736626613808 139674098477328 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22450] ppid=22438 vsize=26644072 memory=15872 CPUtime=2.08 cores=0-7
/proc/22440/task/22450/stat : 22450 (java) S 22438 22438 21501 0 -1 1077944384 38337 0 0 0 165 43 0 0 20 0 28 0 90833064 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673549089648 139674153237122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22451] ppid=22438 vsize=26644072 memory=4012 CPUtime=0 cores=0-7
/proc/22440/task/22451/stat : 22451 (java) S 22438 22438 21501 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 90833064 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673548035680 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22452] ppid=22438 vsize=26644072 memory=15256 CPUtime=0 cores=0-7
/proc/22440/task/22452/stat : 22452 (java) S 22438 22438 21501 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 90833064 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673546982784 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22453] ppid=22438 vsize=26644072 memory=18484 CPUtime=0 cores=0-7
/proc/22440/task/22453/stat : 22453 (java) S 22438 22438 21501 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673545931088 139674153244571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22454] ppid=22438 vsize=26644072 memory=644 CPUtime=1.9 cores=0-7
/proc/22440/task/22454/stat : 22454 (java) S 22438 22438 21501 0 -1 1077944384 10212 0 0 0 188 2 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673343093104 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22455] ppid=22438 vsize=26644072 memory=840 CPUtime=1.73 cores=0-7
/proc/22440/task/22455/stat : 22455 (java) S 22438 22438 21501 0 -1 1077944384 6798 0 0 0 172 1 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673342040304 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22456] ppid=22438 vsize=26644072 memory=1796 CPUtime=1.64 cores=0-7
/proc/22440/task/22456/stat : 22456 (java) S 22438 22438 21501 0 -1 1077944384 7588 0 0 0 163 1 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673340987504 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22457] ppid=22438 vsize=26644072 memory=912 CPUtime=0.75 cores=0-7
/proc/22440/task/22457/stat : 22457 (java) S 22438 22438 21501 0 -1 1077944384 10712 0 0 0 73 2 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673339934704 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22458] ppid=22438 vsize=26644072 memory=4220 CPUtime=0 cores=0-7
/proc/22440/task/22458/stat : 22458 (java) S 22438 22438 21501 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673338883168 139674153236181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22459] ppid=22438 vsize=26644072 memory=4108 CPUtime=0.42 cores=0-7
/proc/22440/task/22459/stat : 22459 (java) S 22438 22438 21501 0 -1 1077944384 3303 0 0 0 21 21 0 0 20 0 28 0 90833067 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673337830448 139674153237122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22524] ppid=22438 vsize=26644072 memory=1408 CPUtime=2506.37 cores=0-7
/proc/22440/task/22524/stat : 22524 (java) R 22438 22438 21501 0 -1 4202560 7029 0 0 0 250629 8 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673323970504 139673768539892 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22525] ppid=22438 vsize=26644072 memory=3800 CPUtime=2499.46 cores=0-7
/proc/22440/task/22525/stat : 22525 (java) R 22438 22438 21501 0 -1 4202560 8796 0 0 0 249935 11 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673322917936 139673769197103 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22526] ppid=22438 vsize=26644072 memory=1452 CPUtime=2503.16 cores=0-7
/proc/22440/task/22526/stat : 22526 (java) R 22438 22438 21501 0 -1 4202560 8688 0 0 0 250307 9 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673325023104 139673768447437 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22527] ppid=22438 vsize=26644072 memory=365792 CPUtime=2502.51 cores=0-7
/proc/22440/task/22527/stat : 22527 (java) R 22438 22438 21501 0 -1 4202560 19831 0 0 0 250227 24 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673329234544 139673769582693 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22528] ppid=22438 vsize=26644072 memory=0 CPUtime=2502.23 cores=0-7
/proc/22440/task/22528/stat : 22528 (java) R 22438 22438 21501 0 -1 4202560 17561 0 0 0 250207 16 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673320812192 139673769650035 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22529] ppid=22438 vsize=26644072 memory=140126059991535 CPUtime=2505.56 cores=0-7
/proc/22440/task/22529/stat : 22529 (java) R 22438 22438 21501 0 -1 4202560 7232 0 0 0 250549 7 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673326076064 139673769197903 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22530] ppid=22438 vsize=26644072 memory=667680 CPUtime=2502.1 cores=0-7
/proc/22440/task/22530/stat : 22530 (java) R 22438 22438 21501 0 -1 4202560 9301 0 0 0 250200 10 0 0 20 0 28 0 90833182 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673328181728 139673768539952 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
[pid=22440/tid=22531] ppid=22438 vsize=26644072 memory=6791534058613427641 CPUtime=2508.49 cores=0-7
/proc/22440/task/22531/stat : 22531 (java) R 22438 22438 21501 0 -1 4202560 58655 0 0 0 250811 38 0 0 20 0 28 0 90833183 27283529728 91448 33554432000 4194304 4196468 140736626613808 139673327131648 139673768542324 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 17354752 140736626615425 140736626615597 140736626615597 140736626618319 0
Current children cumulated CPU time: 20061.6 s
Current children cumulated vsize: 26757200 KiB
Current children cumulated memory: 367244 KiB

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

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

[startup+2520.12 s]
# the end of solver process 22440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20059.5 s, system=2.90637 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.12
CPU time (s): 20062.4
CPU user time (s): 20059.5
CPU system time (s): 2.90637
CPU usage (%): 796.09
Max. virtual memory (cumulated for all children) (KiB): 26757200
Max. memory (cumulated for all children) (KiB): 518120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20059.5
system time used= 2.90637
maximum resident set size= 548428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203084
involuntary context switches= 209995


# summary of solver processes directly reported to runsolver:
#   pid: 22438,22440
#   total CPU time (s): 20062.4
#   total CPU user time (s): 20059.5
#   total CPU system time (s): 2.90637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4605 second user time and 27.0466 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-28 01:04:59
IDJOB=4297442
IDBENCH=141628
IDSOLVER=2760
FILE ID=node103/4297442-1532732699
RUNJOBID= node103-1532725129-21528
PBS_JOBID= 21022342
Free space on /tmp= 56536 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-40-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-4297442-1532732699/watcher-4297442-1532732699 -o /tmp/evaluation-result-4297442-1532732699/solver-4297442-1532732699 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1532725129-21528 --watchdog 2580  HOME/xcsp3-exec -seed 508843972 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297442-1532732699.xml

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

MD5SUM BENCH= cd8c3cb9db38dc1b01c6d50a781e959c
RANDOM SEED=508843972

node103.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.48
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.48
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.48
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.48
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:        20231404 kB
MemAvailable:   31928588 kB
Buffers:          298928 kB
Cached:         11582668 kB
SwapCached:            0 kB
Active:          3921024 kB
Inactive:        8014628 kB
Active(anon):      56748 kB
Inactive(anon):    25184 kB
Active(file):    3864276 kB
Inactive(file):  7989444 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             22056 kB
Writeback:             0 kB
AnonPages:        190008 kB
Mapped:            42244 kB
Shmem:             25228 kB
Slab:             299300 kB
SReclaimable:     271924 kB
SUnreclaim:        27376 kB
KernelStack:        3712 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56516 MiB
End job on node103 at 2018-07-28 01:46:59