Trace number 4400276

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16 parallelSAT (TO)142 2002.77 252.098

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-19.xml
MD5SUMa6469c0d47f71dcca9bcaaa451655f38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size33
Distribution of domain sizes[{"size":30,"count":30},{"size":33,"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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400276-1568711452.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400276-1568711452.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.48/0.66	c solve instance...
1.93/0.77	o 174 
1.93/0.78	o 172 
1.93/0.79	o 166 
2.53/0.83	o 161 
2.53/0.83	o 159 
2.53/0.87	o 155 
4.80/1.11	o 151 
4.80/1.14	o 150 
4.80/1.15	o 149 
11.87/2.02	o 147 
11.87/2.05	o 143 
1254.16/158.03	o 142 
2002.11/252.07	s SATISFIABLE
2002.11/252.07	v <instantiation>
2002.11/252.07	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] 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>
2002.11/252.07	v 	<values>22 20 18 14 10 13 12 11 17 21 24 25 27 28 29 19 16 15 8 7 4 2 3 1 0 5 6 9 26 23 3 2 4 4 2 5 2 3 6 2 1 2 2 2 6 12 4 6 6 6 17 3 3 2 4 8 12 11 1 1 </values>
2002.11/252.07	v </instantiation>
2002.11/252.07	c Unexpected resolution interruption!

Verifier Data

OK	142

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400276-1568711452/watcher-4400276-1568711452 -o /tmp/evaluation-result-4400276-1568711452/solver-4400276-1568711452 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568701135-7188 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 2126455645 HOME/instance-4400276-1568711452.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
solver pid=8666, runsolver pid=8663
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 8.19 8.27 8.24 2/213 8687
/proc/meminfo: memFree=29991884/32770624 swapFree=67027556/67108860
[pid=8666] ppid=8663 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/8666/stat : 8666 (xcsp3-exec) S 8663 8666 7161 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447417808 115843072 362 33554432000 4194304 5098028 140731740909840 140731740907944 139744751510140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22503424 140731740914555 140731740914798 140731740914798 140731740917706 0
/proc/8666/statm: 28282 362 304 221 0 87 0
[pid=8668] ppid=8666 vsize=28227396 memory=28036 CPUtime=0.12 cores=0-7
/proc/8668/stat : 8668 (java) S 8666 8666 7161 0 -1 1077944320 5919 0 0 0 11 1 0 0 20 0 20 0 447417808 28904853504 7009 33554432000 4194304 4196468 140736934520576 140736934503120 139783435550455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
/proc/8668/statm: 7056849 7009 3144 1 0 7019032 0
[pid=8668/tid=8669] ppid=8666 vsize=28227396 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/8668/task/8669/stat : 8669 (java) R 8666 8666 7161 0 -1 4202560 3766 0 0 0 8 0 0 0 20 0 20 0 447417808 28904853504 7009 33554432000 4194304 4196468 140736934520576 139783439786880 139783435562390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8670] ppid=8666 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/8668/task/8670/stat : 8670 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 7009 33554432000 4194304 4196468 140736934520576 139783403109008 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8671] ppid=8666 vsize=28227396 memory=140169191831168 CPUtime=0 cores=0-7
/proc/8668/task/8671/stat : 8671 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782986000912 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8672] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8672/stat : 8672 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782984948112 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8673] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8673/stat : 8673 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782983895312 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8674] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8674/stat : 8674 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782982843536 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8675] ppid=8666 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8668/task/8675/stat : 8675 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782981790736 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8676] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8676/stat : 8676 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782980737936 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8677] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8677/stat : 8677 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782979685136 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8678] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8678/stat : 8678 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417810 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782936668528 139783435561602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8679] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8679/stat : 8679 (java) S 8666 8666 7161 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447417811 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782935614496 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8680] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8680/stat : 8680 (java) S 8666 8666 7161 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447417811 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782934561648 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8681] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8681/stat : 8681 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782933509968 139783435569051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8682] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8682/stat : 8682 (java) S 8666 8666 7161 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782547172208 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8683] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8683/stat : 8683 (java) R 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782546119408 139783435561602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8684] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8684/stat : 8684 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782545066608 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8685] ppid=8666 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/8668/task/8685/stat : 8685 (java) S 8666 8666 7161 0 -1 1077944384 411 0 0 0 2 0 0 0 20 0 20 0 447417814 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782544013808 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8686] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8686/stat : 8686 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782542961248 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8687] ppid=8666 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8668/task/8687/stat : 8687 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 7009 33554432000 4194304 4196468 140736934520576 139782541908528 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29484 KiB

[startup+0.210267 s]*
/proc/loadavg: 8.19 8.27 8.24 4/213 8687
/proc/meminfo: memFree=29979232/32770624 swapFree=67027556/67108860
[pid=8666] ppid=8663 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/8666/stat : 8666 (xcsp3-exec) S 8663 8666 7161 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447417808 115843072 362 33554432000 4194304 5098028 140731740909840 140731740907944 139744751510140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22503424 140731740914555 140731740914798 140731740914798 140731740917706 0
/proc/8666/statm: 28282 362 304 221 0 87 0
[pid=8668] ppid=8666 vsize=28227396 memory=39696 CPUtime=0.34 cores=0-7
/proc/8668/stat : 8668 (java) S 8666 8666 7161 0 -1 1077944320 9633 0 0 0 31 3 0 0 20 0 20 0 447417808 28904853504 9924 33554432000 4194304 4196468 140736934520576 140736934503120 139783435550455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
/proc/8668/statm: 7056849 9924 3307 1 0 7019032 0
[pid=8668/tid=8669] ppid=8666 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8668/task/8669/stat : 8669 (java) R 8666 8666 7161 0 -1 4202560 6712 0 0 0 18 1 0 0 20 0 20 0 447417808 28904853504 9924 33554432000 4194304 4196468 140736934520576 139783439780176 139783435562390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8670] ppid=8666 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/8668/task/8670/stat : 8670 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 9924 33554432000 4194304 4196468 140736934520576 139783403109008 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8671] ppid=8666 vsize=28227396 memory=140169191839953 CPUtime=0 cores=0-7
/proc/8668/task/8671/stat : 8671 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782986000912 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8672] ppid=8666 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8668/task/8672/stat : 8672 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782984948112 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8673] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8673/stat : 8673 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782983895312 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8674] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8674/stat : 8674 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782982843536 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8675] ppid=8666 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8668/task/8675/stat : 8675 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782981790736 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8676] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8676/stat : 8676 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782980737936 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8677] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8677/stat : 8677 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782979685136 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8678] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8678/stat : 8678 (java) S 8666 8666 7161 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447417810 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782936668528 139783435561602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8679] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8679/stat : 8679 (java) S 8666 8666 7161 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447417811 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782935614496 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8680] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8680/stat : 8680 (java) S 8666 8666 7161 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447417811 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782934561648 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8681] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8681/stat : 8681 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782933509968 139783435569051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8682] ppid=8666 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8668/task/8682/stat : 8682 (java) S 8666 8666 7161 0 -1 1077944384 494 0 0 0 1 0 0 0 20 0 20 0 447417814 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782547172208 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8683] ppid=8666 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8668/task/8683/stat : 8683 (java) S 8666 8666 7161 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 20 0 447417814 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782546119408 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8684] ppid=8666 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/8668/task/8684/stat : 8684 (java) S 8666 8666 7161 0 -1 1077944384 123 0 0 0 2 0 0 0 20 0 20 0 447417814 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782545066608 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8685] ppid=8666 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/8668/task/8685/stat : 8685 (java) R 8666 8666 7161 0 -1 4202560 927 0 0 0 7 0 0 0 20 0 20 0 447417814 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782544013808 139783435562390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8686] ppid=8666 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8686/stat : 8686 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782542961248 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8687] ppid=8666 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8668/task/8687/stat : 8687 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417814 28904853504 9924 33554432000 4194304 4196468 140736934520576 139782541908528 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41144 KiB

[startup+0.309646 s]*
/proc/loadavg: 8.19 8.27 8.24 3/213 8687
/proc/meminfo: memFree=29971332/32770624 swapFree=67027556/67108860
[pid=8666] ppid=8663 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/8666/stat : 8666 (xcsp3-exec) S 8663 8666 7161 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447417808 115843072 362 33554432000 4194304 5098028 140731740909840 140731740907944 139744751510140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22503424 140731740914555 140731740914798 140731740914798 140731740917706 0
/proc/8666/statm: 28282 362 304 221 0 87 0
[pid=8668] ppid=8666 vsize=28231652 memory=49232 CPUtime=0.52 cores=0-7
/proc/8668/stat : 8668 (java) S 8666 8666 7161 0 -1 1077944320 11169 0 0 0 48 4 0 0 20 0 20 0 447417808 28909211648 12308 33554432000 4194304 4196468 140736934520576 140736934503120 139783435550455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
/proc/8668/statm: 7057913 12308 3349 1 0 7019032 0
[pid=8668/tid=8669] ppid=8666 vsize=28231652 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8668/task/8669/stat : 8669 (java) R 8666 8666 7161 0 -1 4202560 7822 0 0 0 27 2 0 0 20 0 20 0 447417808 28909211648 12308 33554432000 4194304 4196468 140736934520576 139783439775680 139783419630942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8670] ppid=8666 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8670/stat : 8670 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28909211648 12308 33554432000 4194304 4196468 140736934520576 139783403109008 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8671] ppid=8666 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8671/stat : 8671 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782986000912 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8672] ppid=8666 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8672/stat : 8672 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447417809 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782984948112 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8673] ppid=8666 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8673/stat : 8673 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782983895312 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8674] ppid=8666 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/8668/task/8674/stat : 8674 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782982843536 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8675] ppid=8666 vsize=28231652 memory=140169076372399 CPUtime=0 cores=0-7
/proc/8668/task/8675/stat : 8675 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782981790736 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8676] ppid=8666 vsize=28231652 memory=140169076374704 CPUtime=0 cores=0-7
/proc/8668/task/8676/stat : 8676 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447417809 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782980737936 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8677] ppid=8666 vsize=28231652 memory=140169076377008 CPUtime=0 cores=0-7
/proc/8668/task/8677/stat : 8677 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417809 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782979685136 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8678] ppid=8666 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8678/stat : 8678 (java) S 8666 8666 7161 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447417810 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782936668528 139783435561602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8679] ppid=8666 vsize=28231652 memory=280338152760976 CPUtime=0 cores=0-7
/proc/8668/task/8679/stat : 8679 (java) S 8666 8666 7161 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447417811 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782935614496 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8680] ppid=8666 vsize=28231652 memory=280338152767888 CPUtime=0 cores=0-7
/proc/8668/task/8680/stat : 8680 (java) S 8666 8666 7161 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447417811 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782934561648 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8681] ppid=8666 vsize=28231652 memory=280338152709168 CPUtime=0 cores=0-7
/proc/8668/task/8681/stat : 8681 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417814 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782933509968 139783435569051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8682] ppid=8666 vsize=28231652 memory=280338152781712 CPUtime=0.02 cores=0-7
/proc/8668/task/8682/stat : 8682 (java) R 8666 8666 7161 0 -1 4202560 630 0 0 0 2 0 0 0 20 0 20 0 447417814 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782547153224 139783413202320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8683] ppid=8666 vsize=28231652 memory=280338152788624 CPUtime=0.01 cores=0-7
/proc/8668/task/8683/stat : 8683 (java) S 8666 8666 7161 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 20 0 447417814 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782546119408 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8684] ppid=8666 vsize=28231652 memory=280338152786320 CPUtime=0.03 cores=0-7
/proc/8668/task/8684/stat : 8684 (java) S 8666 8666 7161 0 -1 1077944384 146 0 0 0 3 0 0 0 20 0 20 0 447417814 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782545066608 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8685] ppid=8666 vsize=28231652 memory=280338152802480 CPUtime=0.12 cores=0-7
/proc/8668/task/8685/stat : 8685 (java) S 8666 8666 7161 0 -1 1077944384 1188 0 0 0 12 0 0 0 20 0 20 0 447417814 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782544013808 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8686] ppid=8666 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8686/stat : 8686 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447417814 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782542961248 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8687] ppid=8666 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/8668/task/8687/stat : 8687 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447417814 28909211648 12308 33554432000 4194304 4196468 140736934520576 139782541908528 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50680 KiB

[startup+0.700861 s]
/proc/loadavg: 8.19 8.27 8.24 6/213 8687
/proc/meminfo: memFree=29952528/32770624 swapFree=67027556/67108860
[pid=8666] ppid=8663 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/8666/stat : 8666 (xcsp3-exec) S 8663 8666 7161 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447417808 115843072 362 33554432000 4194304 5098028 140731740909840 140731740907944 139744751510140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22503424 140731740914555 140731740914798 140731740914798 140731740917706 0
/proc/8666/statm: 28282 362 304 221 0 87 0
[pid=8668] ppid=8666 vsize=28766288 memory=119108 CPUtime=1.93 cores=0-7
/proc/8668/stat : 8668 (java) S 8666 8666 7161 0 -1 1077944320 16508 0 0 0 186 7 0 0 20 0 28 0 447417808 29456678912 29777 33554432000 4194304 4196468 140736934520576 140736934503120 139783435550455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
/proc/8668/statm: 7191572 29777 3460 1 0 7152672 0
[pid=8668/tid=8669] ppid=8666 vsize=28766288 memory=280338153160368 CPUtime=0.65 cores=0-7
/proc/8668/task/8669/stat : 8669 (java) S 8666 8666 7161 0 -1 1077944384 9357 0 0 0 61 4 0 0 20 0 28 0 447417808 29456678912 29777 33554432000 4194304 4196468 140736934520576 139783439791232 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8670] ppid=8666 vsize=28766288 memory=140169076581232 CPUtime=0 cores=0-7
/proc/8668/task/8670/stat : 8670 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447417809 29456678912 29777 33554432000 4194304 4196468 140736934520576 139783403109008 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8671] ppid=8666 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8671/stat : 8671 (java) S 8666 8666 7161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447417809 29456678912 29777 33554432000 4194304 4196468 140736934520576 139782986000912 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8672] ppid=8666 vsize=28766288 memory=1224 CPUtime=0 cores=0-7
/proc/8668/task/8672/stat : 8672 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447417809 29456678912 29777 33554432000 4194304 4196468 140736934520576 139782984948112 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0

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

[pid=8668/tid=8800] ppid=8666 vsize=28767316 memory=8112282956445269571 CPUtime=4.22 cores=0-7
/proc/8668/task/8800/stat : 8800 (java) R 8666 8666 7161 0 -1 4202560 102 0 0 0 422 0 0 0 20 0 28 0 447433611 29457731584 45779 33554432000 4194304 4196468 140736934520576 139781474341192 139783076614959 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
Current children cumulated CPU time: 1288.3 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 184564 KiB

[startup+222.302 s]
/proc/loadavg: 8.95 8.48 8.32 9/221 8805
/proc/meminfo: memFree=29821064/32770624 swapFree=67027556/67108860
[pid=8666] ppid=8663 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/8666/stat : 8666 (xcsp3-exec) S 8663 8666 7161 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447417808 115843072 362 33554432000 4194304 5098028 140731740909840 140731740907944 139744751510140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22503424 140731740914555 140731740914798 140731740914798 140731740917706 0
/proc/8666/statm: 28282 362 304 221 0 87 0
[pid=8668] ppid=8666 vsize=28767316 memory=201248 CPUtime=1765.57 cores=0-7
/proc/8668/stat : 8668 (java) S 8666 8666 7161 0 -1 1077944320 92081 0 0 0 176489 68 0 0 20 0 28 0 447417808 29457731584 50312 33554432000 4194304 4196468 140736934520576 140736934503120 139783435550455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
/proc/8668/statm: 7191829 50312 3521 1 0 7152929 0
[pid=8668/tid=8669] ppid=8666 vsize=28767316 memory=201248 CPUtime=0.66 cores=0-7
/proc/8668/task/8669/stat : 8669 (java) S 8666 8666 7161 0 -1 1077944384 9596 0 0 0 62 4 0 0 20 0 28 0 447417808 29457731584 50312 33554432000 4194304 4196468 140736934520576 139783439791232 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8670] ppid=8666 vsize=28767316 memory=201248 CPUtime=0.2 cores=0-7
/proc/8668/task/8670/stat : 8670 (java) S 8666 8666 7161 0 -1 1077944384 2474 0 0 0 16 4 0 0 20 0 28 0 447417809 29457731584 50312 33554432000 4194304 4196468 140736934520576 139783403109008 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8671] ppid=8666 vsize=28767316 memory=1448 CPUtime=0.21 cores=0-7
/proc/8668/task/8671/stat : 8671 (java) S 8666 8666 7161 0 -1 1077944384 2386 0 0 0 16 5 0 0 20 0 28 0 447417809 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782986000912 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8672] ppid=8666 vsize=28767316 memory=0 CPUtime=0.2 cores=0-7
/proc/8668/task/8672/stat : 8672 (java) S 8666 8666 7161 0 -1 1077944384 2524 0 0 0 16 4 0 0 20 0 28 0 447417809 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782984948112 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8673] ppid=8666 vsize=28767316 memory=1612 CPUtime=0.2 cores=0-7
/proc/8668/task/8673/stat : 8673 (java) S 8666 8666 7161 0 -1 1077944384 1935 0 0 0 16 4 0 0 20 0 28 0 447417809 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782983895312 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8674] ppid=8666 vsize=28767316 memory=1224 CPUtime=0.2 cores=0-7
/proc/8668/task/8674/stat : 8674 (java) S 8666 8666 7161 0 -1 1077944384 1902 0 0 0 16 4 0 0 20 0 28 0 447417809 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782982843536 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8675] ppid=8666 vsize=28767316 memory=1384 CPUtime=0.2 cores=0-7
/proc/8668/task/8675/stat : 8675 (java) S 8666 8666 7161 0 -1 1077944384 1074 0 0 0 16 4 0 0 20 0 28 0 447417809 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782981790736 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8676] ppid=8666 vsize=28767316 memory=15080 CPUtime=0.2 cores=0-7
/proc/8668/task/8676/stat : 8676 (java) S 8666 8666 7161 0 -1 1077944384 1982 0 0 0 16 4 0 0 20 0 28 0 447417809 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782980737936 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8677] ppid=8666 vsize=28767316 memory=1384 CPUtime=0.19 cores=0-7
/proc/8668/task/8677/stat : 8677 (java) S 8666 8666 7161 0 -1 1077944384 1830 0 0 0 16 3 0 0 20 0 28 0 447417809 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782979685136 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8678] ppid=8666 vsize=28767316 memory=15080 CPUtime=0.19 cores=0-7
/proc/8668/task/8678/stat : 8678 (java) S 8666 8666 7161 0 -1 1077944384 5946 0 0 0 14 5 0 0 20 0 28 0 447417810 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782936668528 139783435561602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8679] ppid=8666 vsize=28767316 memory=70 CPUtime=0 cores=0-7
/proc/8668/task/8679/stat : 8679 (java) S 8666 8666 7161 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 447417811 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782935614560 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8680] ppid=8666 vsize=28767316 memory=0 CPUtime=0 cores=0-7
/proc/8668/task/8680/stat : 8680 (java) S 8666 8666 7161 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 28 0 447417811 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782934561664 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8681] ppid=8666 vsize=28767316 memory=280338154028192 CPUtime=0 cores=0-7
/proc/8668/task/8681/stat : 8681 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447417814 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782933509968 139783435569051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8682] ppid=8666 vsize=28767316 memory=6943526294502006880 CPUtime=1.91 cores=0-7
/proc/8668/task/8682/stat : 8682 (java) S 8666 8666 7161 0 -1 1077944384 8378 0 0 0 190 1 0 0 20 0 28 0 447417814 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782547172208 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8683] ppid=8666 vsize=28767316 memory=4968 CPUtime=1.73 cores=0-7
/proc/8668/task/8683/stat : 8683 (java) S 8666 8666 7161 0 -1 1077944384 9601 0 0 0 172 1 0 0 20 0 28 0 447417814 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782546119408 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8684] ppid=8666 vsize=28767316 memory=10092 CPUtime=1.86 cores=0-7
/proc/8668/task/8684/stat : 8684 (java) S 8666 8666 7161 0 -1 1077944384 10760 0 0 0 185 1 0 0 20 0 28 0 447417814 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782545066608 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8685] ppid=8666 vsize=28767316 memory=6011014003347123046 CPUtime=0.7 cores=0-7
/proc/8668/task/8685/stat : 8685 (java) S 8666 8666 7161 0 -1 1077944384 9486 0 0 0 68 2 0 0 20 0 28 0 447417814 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782544013808 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8686] ppid=8666 vsize=28767316 memory=7301297521281296235 CPUtime=0 cores=0-7
/proc/8668/task/8686/stat : 8686 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447417814 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782542961248 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8687] ppid=8666 vsize=28767316 memory=8112282956445269571 CPUtime=0.03 cores=0-7
/proc/8668/task/8687/stat : 8687 (java) S 8666 8666 7161 0 -1 1077944384 1936 0 0 0 0 3 0 0 20 0 28 0 447417814 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782541908528 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8793] ppid=8666 vsize=28767316 memory=2876 CPUtime=63.9 cores=0-7
/proc/8668/task/8793/stat : 8793 (java) R 8666 8666 7161 0 -1 4202560 198 0 0 0 6390 0 0 0 20 0 28 0 447433611 29457731584 50312 33554432000 4194304 4196468 140736934520576 139781469076040 139783078333602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8794] ppid=8666 vsize=28767316 memory=1572 CPUtime=63.98 cores=0-7
/proc/8668/task/8794/stat : 8794 (java) R 8666 8666 7161 0 -1 4202560 275 0 0 0 6398 0 0 0 20 0 28 0 447433611 29457731584 50312 33554432000 4194304 4196468 140736934520576 139781471182568 139783076615057 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8795] ppid=8666 vsize=28767316 memory=1448 CPUtime=63.47 cores=0-7
/proc/8668/task/8795/stat : 8795 (java) R 8666 8666 7161 0 -1 4202560 190 0 0 0 6347 0 0 0 20 0 28 0 447433611 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782530822464 139783078005710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8796] ppid=8666 vsize=28767316 memory=1448 CPUtime=63.85 cores=0-7
/proc/8668/task/8796/stat : 8796 (java) R 8666 8666 7161 0 -1 4202560 363 0 0 0 6385 0 0 0 20 0 28 0 447433611 29457731584 50312 33554432000 4194304 4196468 140736934520576 139781470130616 139783077339586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8797] ppid=8666 vsize=28767316 memory=201248 CPUtime=63.77 cores=0-7
/proc/8668/task/8797/stat : 8797 (java) R 8666 8666 7161 0 -1 4202560 281 0 0 0 6377 0 0 0 20 0 28 0 447433611 29457731584 50312 33554432000 4194304 4196468 140736934520576 139781472235656 139783077469308 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8798] ppid=8666 vsize=28767316 memory=1448 CPUtime=63.96 cores=0-7
/proc/8668/task/8798/stat : 8798 (java) R 8666 8666 7161 0 -1 4202560 419 0 0 0 6396 0 0 0 20 0 28 0 447433611 29457731584 50312 33554432000 4194304 4196468 140736934520576 139781473288200 139783072201486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8799] ppid=8666 vsize=28767316 memory=1448 CPUtime=63.65 cores=0-7
/proc/8668/task/8799/stat : 8799 (java) R 8666 8666 7161 0 -1 4202560 235 0 0 0 6365 0 0 0 20 0 28 0 447433611 29457731584 50312 33554432000 4194304 4196468 140736934520576 139782531877712 139783077628908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8800] ppid=8666 vsize=28767316 memory=201248 CPUtime=63.94 cores=0-7
/proc/8668/task/8800/stat : 8800 (java) R 8666 8666 7161 0 -1 4202560 381 0 0 0 6394 0 0 0 20 0 28 0 447433611 29457731584 50312 33554432000 4194304 4196468 140736934520576 139781474340680 139783078005456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
Current children cumulated CPU time: 1765.57 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 202696 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 9.50 8.67 8.39 9/220 8805
/proc/meminfo: memFree=29788292/32770624 swapFree=67027556/67108860
[pid=8666] ppid=8663 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/8666/stat : 8666 (xcsp3-exec) S 8663 8666 7161 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447417808 115843072 362 33554432000 4194304 5098028 140731740909840 140731740907944 139744751510140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22503424 140731740914555 140731740914798 140731740914798 140731740917706 0
/proc/8666/statm: 28282 362 304 221 0 87 0
[pid=8668] ppid=8666 vsize=28767316 memory=232196 CPUtime=2002.11 cores=0-7
/proc/8668/stat : 8668 (java) S 8666 8666 7161 0 -1 1077944320 93988 0 0 0 200138 73 0 0 20 0 28 0 447417808 29457731584 58049 33554432000 4194304 4196468 140736934520576 140736934503120 139783435550455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
/proc/8668/statm: 7191829 58049 3521 1 0 7152929 0
[pid=8668/tid=8669] ppid=8666 vsize=28767316 memory=8112282956445269571 CPUtime=0.66 cores=0-7
/proc/8668/task/8669/stat : 8669 (java) S 8666 8666 7161 0 -1 1077944384 9596 0 0 0 62 4 0 0 20 0 28 0 447417808 29457731584 58049 33554432000 4194304 4196468 140736934520576 139783439791232 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8670] ppid=8666 vsize=28767316 memory=4126316290023845779 CPUtime=0.24 cores=0-7
/proc/8668/task/8670/stat : 8670 (java) S 8666 8666 7161 0 -1 1077944384 2674 0 0 0 19 5 0 0 20 0 28 0 447417809 29457731584 58049 33554432000 4194304 4196468 140736934520576 139783403109008 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8671] ppid=8666 vsize=28767316 memory=1736 CPUtime=0.24 cores=0-7
/proc/8668/task/8671/stat : 8671 (java) S 8666 8666 7161 0 -1 1077944384 2442 0 0 0 19 5 0 0 20 0 28 0 447417809 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782986000912 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8672] ppid=8666 vsize=28767316 memory=1772 CPUtime=0.25 cores=0-7
/proc/8668/task/8672/stat : 8672 (java) S 8666 8666 7161 0 -1 1077944384 2573 0 0 0 20 5 0 0 20 0 28 0 447417809 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782984948112 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8673] ppid=8666 vsize=28767316 memory=924 CPUtime=0.25 cores=0-7
/proc/8668/task/8673/stat : 8673 (java) S 8666 8666 7161 0 -1 1077944384 2003 0 0 0 20 5 0 0 20 0 28 0 447417809 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782983895312 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8674] ppid=8666 vsize=28767316 memory=1448 CPUtime=0.25 cores=0-7
/proc/8668/task/8674/stat : 8674 (java) S 8666 8666 7161 0 -1 1077944384 1955 0 0 0 20 5 0 0 20 0 28 0 447417809 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782982843536 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8675] ppid=8666 vsize=28767316 memory=1448 CPUtime=0.24 cores=0-7
/proc/8668/task/8675/stat : 8675 (java) S 8666 8666 7161 0 -1 1077944384 1125 0 0 0 19 5 0 0 20 0 28 0 447417809 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782981790736 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8676] ppid=8666 vsize=28767316 memory=223916 CPUtime=0.24 cores=0-7
/proc/8668/task/8676/stat : 8676 (java) S 8666 8666 7161 0 -1 1077944384 2327 0 0 0 19 5 0 0 20 0 28 0 447417809 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782980737936 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8677] ppid=8666 vsize=28767316 memory=8112282956445269571 CPUtime=0.24 cores=0-7
/proc/8668/task/8677/stat : 8677 (java) S 8666 8666 7161 0 -1 1077944384 1863 0 0 0 20 4 0 0 20 0 28 0 447417809 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782979685136 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8678] ppid=8666 vsize=28767316 memory=4126316290023845779 CPUtime=0.23 cores=0-7
/proc/8668/task/8678/stat : 8678 (java) S 8666 8666 7161 0 -1 1077944384 6253 0 0 0 18 5 0 0 20 0 28 0 447417810 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782936668528 139783435561602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8679] ppid=8666 vsize=28767316 memory=500 CPUtime=0 cores=0-7
/proc/8668/task/8679/stat : 8679 (java) S 8666 8666 7161 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 447417811 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782935614560 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8680] ppid=8666 vsize=28767316 memory=1736 CPUtime=0 cores=0-7
/proc/8668/task/8680/stat : 8680 (java) S 8666 8666 7161 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 28 0 447417811 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782934561664 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8681] ppid=8666 vsize=28767316 memory=1772 CPUtime=0 cores=0-7
/proc/8668/task/8681/stat : 8681 (java) S 8666 8666 7161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447417814 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782933509968 139783435569051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8682] ppid=8666 vsize=28767316 memory=4120 CPUtime=1.91 cores=0-7
/proc/8668/task/8682/stat : 8682 (java) S 8666 8666 7161 0 -1 1077944384 8380 0 0 0 190 1 0 0 20 0 28 0 447417814 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782547172208 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8683] ppid=8666 vsize=28767316 memory=34300 CPUtime=1.73 cores=0-7
/proc/8668/task/8683/stat : 8683 (java) S 8666 8666 7161 0 -1 1077944384 9604 0 0 0 172 1 0 0 20 0 28 0 447417814 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782546119408 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8684] ppid=8666 vsize=28767316 memory=1296 CPUtime=1.86 cores=0-7
/proc/8668/task/8684/stat : 8684 (java) S 8666 8666 7161 0 -1 1077944384 10762 0 0 0 185 1 0 0 20 0 28 0 447417814 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782545066608 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8685] ppid=8666 vsize=28767316 memory=2184 CPUtime=0.7 cores=0-7
/proc/8668/task/8685/stat : 8685 (java) S 8666 8666 7161 0 -1 1077944384 9488 0 0 0 68 2 0 0 20 0 28 0 447417814 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782544013808 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8686] ppid=8666 vsize=28767316 memory=225964 CPUtime=0 cores=0-7
/proc/8668/task/8686/stat : 8686 (java) S 8666 8666 7161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447417814 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782542961248 139783435560661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8687] ppid=8666 vsize=28767316 memory=8112282956445269571 CPUtime=0.04 cores=0-7
/proc/8668/task/8687/stat : 8687 (java) S 8666 8666 7161 0 -1 1077944384 1956 0 0 0 0 4 0 0 20 0 28 0 447417814 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782541908528 139783435561602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8793] ppid=8666 vsize=28767316 memory=230060 CPUtime=93.31 cores=0-7
/proc/8668/task/8793/stat : 8793 (java) R 8666 8666 7161 0 -1 4202560 263 0 0 0 9331 0 0 0 20 0 28 0 447433611 29457731584 58049 33554432000 4194304 4196468 140736934520576 139781469076216 139783080254866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8794] ppid=8666 vsize=28767316 memory=1736 CPUtime=93.48 cores=0-7
/proc/8668/task/8794/stat : 8794 (java) R 8666 8666 7161 0 -1 4202560 355 0 0 0 9348 0 0 0 20 0 28 0 447433611 29457731584 58049 33554432000 4194304 4196468 140736934520576 139781471182496 139783078014501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8795] ppid=8666 vsize=28767316 memory=1772 CPUtime=92.95 cores=0-7
/proc/8668/task/8795/stat : 8795 (java) R 8666 8666 7161 0 -1 4202560 254 0 0 0 9295 0 0 0 20 0 28 0 447433611 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782530822712 139783076614533 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8796] ppid=8666 vsize=28767316 memory=924 CPUtime=93.44 cores=0-7
/proc/8668/task/8796/stat : 8796 (java) R 8666 8666 7161 0 -1 4202560 469 0 0 0 9344 0 0 0 20 0 28 0 447433611 29457731584 58049 33554432000 4194304 4196468 140736934520576 139781470133376 139783077912912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8797] ppid=8666 vsize=28767316 memory=2344 CPUtime=93.35 cores=0-7
/proc/8668/task/8797/stat : 8797 (java) R 8666 8666 7161 0 -1 4202560 418 0 0 0 9335 0 0 0 20 0 28 0 447433611 29457731584 58049 33554432000 4194304 4196468 140736934520576 139781472235584 139783076614859 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8798] ppid=8666 vsize=28767316 memory=2064 CPUtime=93.55 cores=0-7
/proc/8668/task/8798/stat : 8798 (java) R 8666 8666 7161 0 -1 4202560 523 0 0 0 9355 0 0 0 20 0 28 0 447433611 29457731584 58049 33554432000 4194304 4196468 140736934520576 139781473287984 139783078204677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8799] ppid=8666 vsize=28767316 memory=2876 CPUtime=93.09 cores=0-7
/proc/8668/task/8799/stat : 8799 (java) R 8666 8666 7161 0 -1 4202560 311 0 0 0 9309 0 0 0 20 0 28 0 447433611 29457731584 58049 33554432000 4194304 4196468 140736934520576 139782531874696 139783078205003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
[pid=8668/tid=8800] ppid=8666 vsize=28767316 memory=1572 CPUtime=93.54 cores=0-7
/proc/8668/task/8800/stat : 8800 (java) R 8666 8666 7161 0 -1 4202560 465 0 0 0 9354 0 0 0 20 0 28 0 447433611 29457731584 58049 33554432000 4194304 4196468 140736934520576 139781474340416 139783076615057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140736934527984 140736934528155 140736934528155 140736934531023 0
Current children cumulated CPU time: 2002.11 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 233644 KiB

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

[startup+252.038 s]
# the end of solver process 8666 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000837 s, system=0.001675 s

[startup+252.098 s]
# the end of solver process 8668 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2002.02 s, system=0.747705 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): 252.098
CPU time (s): 2002.77
CPU user time (s): 2002.02
CPU system time (s): 0.747705
CPU usage (%): 794.439
Max. virtual memory (cumulated for all children) (KiB): 28880444
Max. memory (cumulated for all children) (KiB): 270304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2002.02
system time used= 0.747705
maximum resident set size= 276960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25590
involuntary context switches= 23293


# summary of solver processes directly reported to runsolver:
#   pid: 8666,8668
#   total CPU time (s): 2002.77
#   total CPU user time (s): 2002.02
#   total CPU system time (s): 0.747705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9666 second user time and 2.8787 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 11:10:12
IDJOB=4400276
IDBENCH=135868
IDSOLVER=2855
FILE ID=node150/4400276-1568711452
RUNJOBID= node150-1568701135-7188
PBS_JOBID= 21703914
Free space on /tmp= 59368 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-19.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400276-1568711452/watcher-4400276-1568711452 -o /tmp/evaluation-result-4400276-1568711452/solver-4400276-1568711452 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568701135-7188 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 2126455645 HOME/instance-4400276-1568711452.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=2126455645

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.79
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.79
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.79
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.79
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:        30007700 kB
MemAvailable:   31842456 kB
Buffers:          221044 kB
Cached:          1876420 kB
SwapCached:        10780 kB
Active:           929676 kB
Inactive:        1212380 kB
Active(anon):       5316 kB
Inactive(anon):    78664 kB
Active(file):     924360 kB
Inactive(file):  1133716 kB
Unevictable:      109640 kB
Mlocked:          109640 kB
SwapTotal:      67108860 kB
SwapFree:       67027556 kB
Dirty:             26320 kB
Writeback:             0 kB
AnonPages:        142632 kB
Mapped:            47352 kB
Shmem:             31020 kB
Slab:             214572 kB
SReclaimable:     185028 kB
SUnreclaim:        29544 kB
KernelStack:        3424 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59344 MiB
End job on node150 at 2019-09-17 11:14:25