Trace number 4400273

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 2001.98 252.092

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-11.xml
MD5SUMac86bf8ef4620229a98c72b0f60cfd27
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size31
Distribution of domain sizes[{"size":30,"count":30},{"size":31,"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-4400273-1568711450.xml"  -tl '2016s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4400273-1568711450.xml, -tl, 2016s, -p, 8]
0.34/0.24	c 8 solvers in parallel
0.34/0.31	c parse instance...
1.80/0.71	c solve instance...
2.44/0.84	o 178 
2.44/0.86	o 176 
2.44/0.87	o 151 
2.44/0.88	o 148 
2.44/0.90	o 147 
2.44/0.90	o 146 
3.14/0.91	o 144 
3.14/0.91	o 143 
3.14/0.94	o 142 
2001.37/252.07	s SATISFIABLE
2001.37/252.07	v <instantiation>
2001.37/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>
2001.37/252.07	v 	<values>0 4 6 3 8 14 11 10 12 13 16 17 19 21 22 20 25 27 29 24 28 23 26 18 15 9 7 5 2 1 10 5 4 12 8 3 4 1 1 2 2 2 1 1 3 6 3 4 3 18 2 4 4 6 4 4 12 4 1 8 </values>
2001.37/252.07	v </instantiation>
2001.37/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: 16375 MiB (14416 MiB free)
  memory of node 1: 16384 MiB (15446 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400273-1568711450/watcher-4400273-1568711450 -o /tmp/evaluation-result-4400273-1568711450/solver-4400273-1568711450 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 459765141 HOME/instance-4400273-1568711450.xml 

running on 8 cores: 0-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
Current StackSize limit: 8192 KiB

solver pid=28506, runsolver pid=28503

[startup+0.10014 s]*
/proc/loadavg: 8.45 7.85 7.83 2/213 28527
/proc/meminfo: memFree=30563936/32770688 swapFree=66961212/67108860
[pid=28506] ppid=28503 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28506/stat : 28506 (xcsp3-exec) S 28503 28506 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447086671 115843072 363 33554432000 4194304 5098028 140735716492592 140735716490696 139913826247292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 37871616 140735716500348 140735716500590 140735716500590 140735716503498 0
/proc/28506/statm: 28282 363 304 221 0 87 0
[pid=28508] ppid=28506 vsize=28227396 memory=28764 CPUtime=0.12 cores=0-7
/proc/28508/stat : 28508 (java) S 28506 28506 18670 0 -1 1077944320 5662 0 0 0 11 1 0 0 20 0 20 0 447086671 28904853504 7191 33554432000 4194304 4196468 140725547501552 140725547484096 140554296737527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
/proc/28508/statm: 7056849 7191 3120 1 0 7019032 0
[pid=28508/tid=28509] ppid=28506 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28508/task/28509/stat : 28509 (java) R 28506 28506 18670 0 -1 4202560 3580 0 0 0 8 1 0 0 20 0 20 0 447086671 28904853504 7191 33554432000 4194304 4196468 140725547501552 140554300966944 140554280957760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28510] ppid=28506 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28508/task/28510/stat : 28510 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 7191 33554432000 4194304 4196468 140725547501552 140554216589968 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28511] ppid=28506 vsize=28227396 memory=139853854344832 CPUtime=0 cores=0-7
/proc/28508/task/28511/stat : 28511 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 7191 33554432000 4194304 4196468 140725547501552 140554215537168 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28512] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28512/stat : 28512 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553846118800 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28513] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28513/stat : 28513 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553845066000 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28514] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28514/stat : 28514 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553844014224 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28515] ppid=28506 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28508/task/28515/stat : 28515 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553842961424 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28516] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28516/stat : 28516 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553841908624 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28517] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28517/stat : 28517 (java) S 28506 28506 18670 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553840855824 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28518] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28518/stat : 28518 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086674 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553681443184 140554296748674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28519] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28519/stat : 28519 (java) S 28506 28506 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447086674 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553680389152 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28520] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28520/stat : 28520 (java) S 28506 28506 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447086674 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553679336304 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28521] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28521/stat : 28521 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086677 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553678284624 140554296756123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28522] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28522/stat : 28522 (java) S 28506 28506 18670 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 447086677 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553610062704 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28523] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28523/stat : 28523 (java) S 28506 28506 18670 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 447086677 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553609009904 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28524] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28524/stat : 28524 (java) S 28506 28506 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447086677 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553607957104 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28525] ppid=28506 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28508/task/28525/stat : 28525 (java) R 28506 28506 18670 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 20 0 447086677 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553606904304 140554282419322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28526] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28526/stat : 28526 (java) S 28506 28506 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447086677 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553605851744 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28527] ppid=28506 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28508/task/28527/stat : 28527 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086678 28904853504 7191 33554432000 4194304 4196468 140725547501552 140553604799024 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30216 KiB

[startup+0.211439 s]*
/proc/loadavg: 8.45 7.85 7.83 3/213 28527
/proc/meminfo: memFree=30549184/32770688 swapFree=66961212/67108860
[pid=28506] ppid=28503 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28506/stat : 28506 (xcsp3-exec) S 28503 28506 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447086671 115843072 363 33554432000 4194304 5098028 140735716492592 140735716490696 139913826247292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 37871616 140735716500348 140735716500590 140735716500590 140735716503498 0
/proc/28506/statm: 28282 363 304 221 0 87 0
[pid=28508] ppid=28506 vsize=28227396 memory=40664 CPUtime=0.34 cores=0-7
/proc/28508/stat : 28508 (java) S 28506 28506 18670 0 -1 1077944320 9463 0 0 0 31 3 0 0 20 0 20 0 447086671 28904853504 10166 33554432000 4194304 4196468 140725547501552 140725547484096 140554296737527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
/proc/28508/statm: 7056849 10166 3283 1 0 7019032 0
[pid=28508/tid=28509] ppid=28506 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/28508/task/28509/stat : 28509 (java) R 28506 28506 18670 0 -1 4202560 6579 0 0 0 18 2 0 0 20 0 20 0 447086671 28904853504 10166 33554432000 4194304 4196468 140725547501552 140554300971024 140554296749462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28510] ppid=28506 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/28508/task/28510/stat : 28510 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 10166 33554432000 4194304 4196468 140725547501552 140554216589968 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28511] ppid=28506 vsize=28227396 memory=139853857647100 CPUtime=0 cores=0-7
/proc/28508/task/28511/stat : 28511 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 10166 33554432000 4194304 4196468 140725547501552 140554215537168 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28512] ppid=28506 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28508/task/28512/stat : 28512 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553846118800 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28513] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28513/stat : 28513 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553845066000 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28514] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28514/stat : 28514 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553844014224 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28515] ppid=28506 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28508/task/28515/stat : 28515 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553842961424 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28516] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28516/stat : 28516 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553841908624 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28517] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28517/stat : 28517 (java) S 28506 28506 18670 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 447086672 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553840855824 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28518] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28518/stat : 28518 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086674 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553681443184 140554296748674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28519] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28519/stat : 28519 (java) S 28506 28506 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447086674 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553680389152 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28520] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28520/stat : 28520 (java) S 28506 28506 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447086674 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553679336304 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28521] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28521/stat : 28521 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086677 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553678284624 140554296756123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28522] ppid=28506 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28508/task/28522/stat : 28522 (java) S 28506 28506 18670 0 -1 1077944384 392 0 0 0 1 0 0 0 20 0 20 0 447086677 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553610062704 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28523] ppid=28506 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/28508/task/28523/stat : 28523 (java) S 28506 28506 18670 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 20 0 447086677 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553609009904 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28524] ppid=28506 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/28508/task/28524/stat : 28524 (java) S 28506 28506 18670 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 20 0 447086677 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553607957104 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28525] ppid=28506 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/28508/task/28525/stat : 28525 (java) R 28506 28506 18670 0 -1 4202560 768 0 0 0 7 0 0 0 20 0 20 0 447086677 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553606904304 140554280843776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28526] ppid=28506 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28526/stat : 28526 (java) S 28506 28506 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447086677 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553605851744 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28527] ppid=28506 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28508/task/28527/stat : 28527 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086678 28904853504 10166 33554432000 4194304 4196468 140725547501552 140553604799024 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42116 KiB

[startup+0.311085 s]*
/proc/loadavg: 8.45 7.85 7.83 2/213 28527
/proc/meminfo: memFree=30544284/32770688 swapFree=66961212/67108860
[pid=28506] ppid=28503 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28506/stat : 28506 (xcsp3-exec) S 28503 28506 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447086671 115843072 363 33554432000 4194304 5098028 140735716492592 140735716490696 139913826247292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 37871616 140735716500348 140735716500590 140735716500590 140735716503498 0
/proc/28506/statm: 28282 363 304 221 0 87 0
[pid=28508] ppid=28506 vsize=28231652 memory=47232 CPUtime=0.52 cores=0-7
/proc/28508/stat : 28508 (java) S 28506 28506 18670 0 -1 1077944320 10571 0 0 0 48 4 0 0 20 0 20 0 447086671 28909211648 11808 33554432000 4194304 4196468 140725547501552 140725547484096 140554296737527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
/proc/28508/statm: 7057913 11808 3352 1 0 7019032 0
[pid=28508/tid=28509] ppid=28506 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28508/task/28509/stat : 28509 (java) R 28506 28506 18670 0 -1 4202560 7577 0 0 0 27 2 0 0 20 0 20 0 447086671 28909211648 11808 33554432000 4194304 4196468 140725547501552 140554300950064 140554280818014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28510] ppid=28506 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28510/stat : 28510 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086672 28909211648 11808 33554432000 4194304 4196468 140725547501552 140554216589968 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28511] ppid=28506 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28511/stat : 28511 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086672 28909211648 11808 33554432000 4194304 4196468 140725547501552 140554215537168 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28512] ppid=28506 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28512/stat : 28512 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553846118800 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28513] ppid=28506 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28513/stat : 28513 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553845066000 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28514] ppid=28506 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/28508/task/28514/stat : 28514 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553844014224 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28515] ppid=28506 vsize=28231652 memory=139853731820463 CPUtime=0 cores=0-7
/proc/28508/task/28515/stat : 28515 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553842961424 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28516] ppid=28506 vsize=28231652 memory=139853731822768 CPUtime=0 cores=0-7
/proc/28508/task/28516/stat : 28516 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553841908624 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28517] ppid=28506 vsize=28231652 memory=139853731825072 CPUtime=0 cores=0-7
/proc/28508/task/28517/stat : 28517 (java) S 28506 28506 18670 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 447086672 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553840855824 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28518] ppid=28506 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28518/stat : 28518 (java) S 28506 28506 18670 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447086674 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553681443184 140554296748674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28519] ppid=28506 vsize=28231652 memory=279707463657104 CPUtime=0 cores=0-7
/proc/28508/task/28519/stat : 28519 (java) S 28506 28506 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447086674 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553680389152 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28520] ppid=28506 vsize=28231652 memory=279707463664016 CPUtime=0 cores=0-7
/proc/28508/task/28520/stat : 28520 (java) S 28506 28506 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447086674 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553679336304 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28521] ppid=28506 vsize=28231652 memory=279707463605264 CPUtime=0 cores=0-7
/proc/28508/task/28521/stat : 28521 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086677 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553678284624 140554296756123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28522] ppid=28506 vsize=28231652 memory=279707463677840 CPUtime=0.02 cores=0-7
/proc/28508/task/28522/stat : 28522 (java) S 28506 28506 18670 0 -1 1077944384 400 0 0 0 2 0 0 0 20 0 20 0 447086677 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553610062704 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28523] ppid=28506 vsize=28231652 memory=279707463684752 CPUtime=0.03 cores=0-7
/proc/28508/task/28523/stat : 28523 (java) S 28506 28506 18670 0 -1 1077944384 232 0 0 0 3 0 0 0 20 0 20 0 447086677 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553609009904 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28524] ppid=28506 vsize=28231652 memory=279707463682448 CPUtime=0.02 cores=0-7
/proc/28508/task/28524/stat : 28524 (java) S 28506 28506 18670 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 20 0 447086677 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553607957104 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28525] ppid=28506 vsize=28231652 memory=279707463698608 CPUtime=0.12 cores=0-7
/proc/28508/task/28525/stat : 28525 (java) S 28506 28506 18670 0 -1 1077944384 845 0 0 0 12 0 0 0 20 0 20 0 447086677 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553606904304 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28526] ppid=28506 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28526/stat : 28526 (java) S 28506 28506 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447086677 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553605851744 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28527] ppid=28506 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/28508/task/28527/stat : 28527 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086678 28909211648 11808 33554432000 4194304 4196468 140725547501552 140553604799024 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48684 KiB

[startup+0.701015 s]
/proc/loadavg: 8.45 7.85 7.83 4/213 28527
/proc/meminfo: memFree=30527712/32770688 swapFree=66961212/67108860
[pid=28506] ppid=28503 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28506/stat : 28506 (xcsp3-exec) S 28503 28506 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447086671 115843072 363 33554432000 4194304 5098028 140735716492592 140735716490696 139913826247292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 37871616 140735716500348 140735716500590 140735716500590 140735716503498 0
/proc/28506/statm: 28282 363 304 221 0 87 0
[pid=28508] ppid=28506 vsize=28233776 memory=93936 CPUtime=1.8 cores=0-7
/proc/28508/stat : 28508 (java) S 28506 28506 18670 0 -1 1077944320 15030 0 0 0 174 6 0 0 20 0 20 0 447086671 28911386624 23484 33554432000 4194304 4196468 140725547501552 140725547484096 140554296737527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
/proc/28508/statm: 7058444 23484 3456 1 0 7019544 0
[pid=28508/tid=28509] ppid=28506 vsize=28233776 memory=279707464056496 CPUtime=0.68 cores=0-7
/proc/28508/task/28509/stat : 28509 (java) R 28506 28506 18670 0 -1 4202560 9013 0 0 0 64 4 0 0 20 0 20 0 447086671 28911386624 23484 33554432000 4194304 4196468 140725547501552 140554300975072 140554296759453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28510] ppid=28506 vsize=28233776 memory=139853732029296 CPUtime=0 cores=0-7
/proc/28508/task/28510/stat : 28510 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086672 28911386624 23484 33554432000 4194304 4196468 140725547501552 140554216589968 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28511] ppid=28506 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/28508/task/28511/stat : 28511 (java) S 28506 28506 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447086672 28911386624 23484 33554432000 4194304 4196468 140725547501552 140554215537168 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28512] ppid=28506 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/28508/task/28512/stat : 28512 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447086672 28911386624 23484 33554432000 4194304 4196468 140725547501552 140553846118800 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0

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

[pid=28508/tid=28607] ppid=28506 vsize=28766288 memory=1452 CPUtime=159.95 cores=0-7
/proc/28508/task/28607/stat : 28607 (java) R 28506 28506 18670 0 -1 4202560 1886 0 0 0 15992 3 0 0 20 0 28 0 447086766 29456678912 47456 33554432000 4194304 4196468 140725547501552 140553591369704 140553901588239 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
Current children cumulated CPU time: 1287.58 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 191276 KiB

[startup+222.302 s]
/proc/loadavg: 8.47 8.10 7.93 9/221 28621
/proc/meminfo: memFree=30389328/32770688 swapFree=66961212/67108860
[pid=28506] ppid=28503 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28506/stat : 28506 (xcsp3-exec) S 28503 28506 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447086671 115843072 363 33554432000 4194304 5098028 140735716492592 140735716490696 139913826247292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 37871616 140735716500348 140735716500590 140735716500590 140735716503498 0
/proc/28506/statm: 28282 363 304 221 0 87 0
[pid=28508] ppid=28506 vsize=28766288 memory=204200 CPUtime=1765.19 cores=0-7
/proc/28508/stat : 28508 (java) S 28506 28506 18670 0 -1 1077944320 87737 0 0 0 176446 73 0 0 20 0 28 0 447086671 29456678912 51050 33554432000 4194304 4196468 140725547501552 140725547484096 140554296737527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
/proc/28508/statm: 7191572 51050 3518 1 0 7152672 0
[pid=28508/tid=28509] ppid=28506 vsize=28766288 memory=204200 CPUtime=0.72 cores=0-7
/proc/28508/task/28509/stat : 28509 (java) S 28506 28506 18670 0 -1 1077944384 9120 0 0 0 68 4 0 0 20 0 28 0 447086671 29456678912 51050 33554432000 4194304 4196468 140725547501552 140554300978304 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28510] ppid=28506 vsize=28766288 memory=204200 CPUtime=0.18 cores=0-7
/proc/28508/task/28510/stat : 28510 (java) S 28506 28506 18670 0 -1 1077944384 1957 0 0 0 15 3 0 0 20 0 28 0 447086672 29456678912 51050 33554432000 4194304 4196468 140725547501552 140554216589968 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28511] ppid=28506 vsize=28766288 memory=204200 CPUtime=0.21 cores=0-7
/proc/28508/task/28511/stat : 28511 (java) S 28506 28506 18670 0 -1 1077944384 3386 0 0 0 16 5 0 0 20 0 28 0 447086672 29456678912 51050 33554432000 4194304 4196468 140725547501552 140554215537168 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28512] ppid=28506 vsize=28766288 memory=1452 CPUtime=0.19 cores=0-7
/proc/28508/task/28512/stat : 28512 (java) S 28506 28506 18670 0 -1 1077944384 1850 0 0 0 14 5 0 0 20 0 28 0 447086672 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553846118800 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28513] ppid=28506 vsize=28766288 memory=198056 CPUtime=0.19 cores=0-7
/proc/28508/task/28513/stat : 28513 (java) S 28506 28506 18670 0 -1 1077944384 933 0 0 0 16 3 0 0 20 0 28 0 447086672 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553845066000 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28514] ppid=28506 vsize=28766288 memory=-3253322038155611931 CPUtime=0.19 cores=0-7
/proc/28508/task/28514/stat : 28514 (java) S 28506 28506 18670 0 -1 1077944384 2460 0 0 0 15 4 0 0 20 0 28 0 447086672 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553844014224 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28515] ppid=28506 vsize=28766288 memory=0 CPUtime=0.18 cores=0-7
/proc/28508/task/28515/stat : 28515 (java) S 28506 28506 18670 0 -1 1077944384 1522 0 0 0 15 3 0 0 20 0 28 0 447086672 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553842961424 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28516] ppid=28506 vsize=28766288 memory=0 CPUtime=0.19 cores=0-7
/proc/28508/task/28516/stat : 28516 (java) S 28506 28506 18670 0 -1 1077944384 4456 0 0 0 15 4 0 0 20 0 28 0 447086672 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553841908624 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28517] ppid=28506 vsize=28766288 memory=1628 CPUtime=0.18 cores=0-7
/proc/28508/task/28517/stat : 28517 (java) S 28506 28506 18670 0 -1 1077944384 1797 0 0 0 15 3 0 0 20 0 28 0 447086672 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553840855824 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28518] ppid=28506 vsize=28766288 memory=796 CPUtime=0.2 cores=0-7
/proc/28508/task/28518/stat : 28518 (java) S 28506 28506 18670 0 -1 1077944384 7155 0 0 0 14 6 0 0 20 0 28 0 447086674 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553681443184 140554296748674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28519] ppid=28506 vsize=28766288 memory=21804 CPUtime=0 cores=0-7
/proc/28508/task/28519/stat : 28519 (java) S 28506 28506 18670 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 447086674 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553680389216 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28520] ppid=28506 vsize=28766288 memory=21792 CPUtime=0 cores=0-7
/proc/28508/task/28520/stat : 28520 (java) S 28506 28506 18670 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 447086674 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553679336320 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28521] ppid=28506 vsize=28766288 memory=197 CPUtime=0 cores=0-7
/proc/28508/task/28521/stat : 28521 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447086677 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553678284624 140554296756123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28522] ppid=28506 vsize=28766288 memory=174 CPUtime=1.62 cores=0-7
/proc/28508/task/28522/stat : 28522 (java) S 28506 28506 18670 0 -1 1077944384 6278 0 0 0 161 1 0 0 20 0 28 0 447086677 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553610062704 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28523] ppid=28506 vsize=28766288 memory=1452 CPUtime=1.97 cores=0-7
/proc/28508/task/28523/stat : 28523 (java) S 28506 28506 18670 0 -1 1077944384 8141 0 0 0 195 2 0 0 20 0 28 0 447086677 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553609009904 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28524] ppid=28506 vsize=28766288 memory=1452 CPUtime=1.74 cores=0-7
/proc/28508/task/28524/stat : 28524 (java) S 28506 28506 18670 0 -1 1077944384 8614 0 0 0 172 2 0 0 20 0 28 0 447086677 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553607957104 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28525] ppid=28506 vsize=28766288 memory=1452 CPUtime=0.71 cores=0-7
/proc/28508/task/28525/stat : 28525 (java) S 28506 28506 18670 0 -1 1077944384 6489 0 0 0 69 2 0 0 20 0 28 0 447086677 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553606904304 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28526] ppid=28506 vsize=28766288 memory=204200 CPUtime=0 cores=0-7
/proc/28508/task/28526/stat : 28526 (java) S 28506 28506 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447086677 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553605851744 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28527] ppid=28506 vsize=28766288 memory=1452 CPUtime=0.03 cores=0-7
/proc/28508/task/28527/stat : 28527 (java) S 28506 28506 18670 0 -1 1077944384 1522 0 0 0 0 3 0 0 20 0 28 0 447086678 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553604799024 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28600] ppid=28506 vsize=28766288 memory=198048 CPUtime=219.48 cores=0-7
/proc/28508/task/28600/stat : 28600 (java) R 28506 28506 18670 0 -1 4202560 1939 0 0 0 21946 2 0 0 20 0 28 0 447086765 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553593476528 140553901642872 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28601] ppid=28506 vsize=28766288 memory=800 CPUtime=219.3 cores=0-7
/proc/28508/task/28601/stat : 28601 (java) R 28506 28506 18670 0 -1 4202560 1837 0 0 0 21928 2 0 0 20 0 28 0 447086765 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553589264056 140553900822612 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28602] ppid=28506 vsize=28766288 memory=1808 CPUtime=218.63 cores=0-7
/proc/28508/task/28602/stat : 28602 (java) R 28506 28506 18670 0 -1 4202560 1747 0 0 0 21861 2 0 0 20 0 28 0 447086765 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553588212408 140553900292756 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28603] ppid=28506 vsize=28766288 memory=7011348500760778584 CPUtime=220.02 cores=0-7
/proc/28508/task/28603/stat : 28603 (java) R 28506 28506 18670 0 -1 4202560 3885 0 0 0 22000 2 0 0 20 0 28 0 447086765 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553592423312 140553900293169 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28604] ppid=28506 vsize=28766288 memory=4639074098508484688 CPUtime=218.95 cores=0-7
/proc/28508/task/28604/stat : 28604 (java) R 28506 28506 18670 0 -1 4202560 2990 0 0 0 21892 3 0 0 20 0 28 0 447086765 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553590317368 140553901137335 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28605] ppid=28506 vsize=28766288 memory=47096 CPUtime=219.81 cores=0-7
/proc/28508/task/28605/stat : 28605 (java) R 28506 28506 18670 0 -1 4202560 2685 0 0 0 21980 1 0 0 20 0 28 0 447086765 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553595580488 140553900929657 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28606] ppid=28506 vsize=28766288 memory=984 CPUtime=219.81 cores=0-7
/proc/28508/task/28606/stat : 28606 (java) R 28506 28506 18670 0 -1 4202560 1633 0 0 0 21981 0 0 0 20 0 28 0 447086765 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553594527640 140553900295215 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28607] ppid=28506 vsize=28766288 memory=2044 CPUtime=219.72 cores=0-7
/proc/28508/task/28607/stat : 28607 (java) R 28506 28506 18670 0 -1 4202560 2495 0 0 0 21968 4 0 0 20 0 28 0 447086766 29456678912 51050 33554432000 4194304 4196468 140725547501552 140553591369544 140553902520414 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
Current children cumulated CPU time: 1765.19 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 205652 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.29 8.09 7.93 9/221 28623
/proc/meminfo: memFree=30376032/32770688 swapFree=66961212/67108860
[pid=28506] ppid=28503 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28506/stat : 28506 (xcsp3-exec) S 28503 28506 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447086671 115843072 363 33554432000 4194304 5098028 140735716492592 140735716490696 139913826247292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 37871616 140735716500348 140735716500590 140735716500590 140735716503498 0
/proc/28506/statm: 28282 363 304 221 0 87 0
[pid=28508] ppid=28506 vsize=28766288 memory=218548 CPUtime=2001.37 cores=0-7
/proc/28508/stat : 28508 (java) S 28506 28506 18670 0 -1 1077944320 91689 0 0 0 200059 78 0 0 20 0 28 0 447086671 29456678912 54637 33554432000 4194304 4196468 140725547501552 140725547484096 140554296737527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
/proc/28508/statm: 7191572 54637 3518 1 0 7152672 0
[pid=28508/tid=28509] ppid=28506 vsize=28766288 memory=6791534058613427641 CPUtime=0.72 cores=0-7
/proc/28508/task/28509/stat : 28509 (java) S 28506 28506 18670 0 -1 1077944384 9120 0 0 0 68 4 0 0 20 0 28 0 447086671 29456678912 54637 33554432000 4194304 4196468 140725547501552 140554300978304 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28510] ppid=28506 vsize=28766288 memory=4872558044660077418 CPUtime=0.22 cores=0-7
/proc/28508/task/28510/stat : 28510 (java) S 28506 28506 18670 0 -1 1077944384 2093 0 0 0 18 4 0 0 20 0 28 0 447086672 29456678912 54637 33554432000 4194304 4196468 140725547501552 140554216589968 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28511] ppid=28506 vsize=28766288 memory=14068 CPUtime=0.24 cores=0-7
/proc/28508/task/28511/stat : 28511 (java) S 28506 28506 18670 0 -1 1077944384 3839 0 0 0 19 5 0 0 20 0 28 0 447086672 29456678912 54637 33554432000 4194304 4196468 140725547501552 140554215537168 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28512] ppid=28506 vsize=28766288 memory=2120 CPUtime=0.23 cores=0-7
/proc/28508/task/28512/stat : 28512 (java) S 28506 28506 18670 0 -1 1077944384 1913 0 0 0 18 5 0 0 20 0 28 0 447086672 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553846118800 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28513] ppid=28506 vsize=28766288 memory=4100 CPUtime=0.22 cores=0-7
/proc/28508/task/28513/stat : 28513 (java) S 28506 28506 18670 0 -1 1077944384 1297 0 0 0 19 3 0 0 20 0 28 0 447086672 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553845066000 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28514] ppid=28506 vsize=28766288 memory=1756 CPUtime=0.23 cores=0-7
/proc/28508/task/28514/stat : 28514 (java) S 28506 28506 18670 0 -1 1077944384 2546 0 0 0 18 5 0 0 20 0 28 0 447086672 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553844014224 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28515] ppid=28506 vsize=28766288 memory=1408 CPUtime=0.23 cores=0-7
/proc/28508/task/28515/stat : 28515 (java) S 28506 28506 18670 0 -1 1077944384 1617 0 0 0 19 4 0 0 20 0 28 0 447086672 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553842961424 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28516] ppid=28506 vsize=28766288 memory=3640 CPUtime=0.23 cores=0-7
/proc/28508/task/28516/stat : 28516 (java) S 28506 28506 18670 0 -1 1077944384 4860 0 0 0 18 5 0 0 20 0 28 0 447086672 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553841908624 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28517] ppid=28506 vsize=28766288 memory=-3622645143214314312 CPUtime=0.2 cores=0-7
/proc/28508/task/28517/stat : 28517 (java) S 28506 28506 18670 0 -1 1077944384 1932 0 0 0 17 3 0 0 20 0 28 0 447086672 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553840855824 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28518] ppid=28506 vsize=28766288 memory=216496 CPUtime=0.24 cores=0-7
/proc/28508/task/28518/stat : 28518 (java) S 28506 28506 18670 0 -1 1077944384 7757 0 0 0 17 7 0 0 20 0 28 0 447086674 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553681443184 140554296748674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28519] ppid=28506 vsize=28766288 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28508/task/28519/stat : 28519 (java) S 28506 28506 18670 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 447086674 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553680389216 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28520] ppid=28506 vsize=28766288 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28508/task/28520/stat : 28520 (java) S 28506 28506 18670 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 447086674 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553679336320 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28521] ppid=28506 vsize=28766288 memory=4596 CPUtime=0 cores=0-7
/proc/28508/task/28521/stat : 28521 (java) S 28506 28506 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447086677 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553678284624 140554296756123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28522] ppid=28506 vsize=28766288 memory=4100 CPUtime=1.62 cores=0-7
/proc/28508/task/28522/stat : 28522 (java) S 28506 28506 18670 0 -1 1077944384 6282 0 0 0 161 1 0 0 20 0 28 0 447086677 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553610062704 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28523] ppid=28506 vsize=28766288 memory=1756 CPUtime=1.97 cores=0-7
/proc/28508/task/28523/stat : 28523 (java) S 28506 28506 18670 0 -1 1077944384 8145 0 0 0 195 2 0 0 20 0 28 0 447086677 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553609009904 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28524] ppid=28506 vsize=28766288 memory=1408 CPUtime=1.74 cores=0-7
/proc/28508/task/28524/stat : 28524 (java) S 28506 28506 18670 0 -1 1077944384 8618 0 0 0 172 2 0 0 20 0 28 0 447086677 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553607957104 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28525] ppid=28506 vsize=28766288 memory=6791534058613427641 CPUtime=0.71 cores=0-7
/proc/28508/task/28525/stat : 28525 (java) S 28506 28506 18670 0 -1 1077944384 6493 0 0 0 69 2 0 0 20 0 28 0 447086677 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553606904304 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28526] ppid=28506 vsize=28766288 memory=6028 CPUtime=0 cores=0-7
/proc/28508/task/28526/stat : 28526 (java) S 28506 28506 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447086677 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553605851744 140554296747733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28527] ppid=28506 vsize=28766288 memory=780 CPUtime=0.04 cores=0-7
/proc/28508/task/28527/stat : 28527 (java) S 28506 28506 18670 0 -1 1077944384 1561 0 0 0 0 4 0 0 20 0 28 0 447086678 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553604799024 140554296748674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28600] ppid=28506 vsize=28766288 memory=3988 CPUtime=248.97 cores=0-7
/proc/28508/task/28600/stat : 28600 (java) R 28506 28506 18670 0 -1 4202560 2215 0 0 0 24895 2 0 0 20 0 28 0 447086765 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553593473672 140553901642074 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28601] ppid=28506 vsize=28766288 memory=1452 CPUtime=248.71 cores=0-7
/proc/28508/task/28601/stat : 28601 (java) R 28506 28506 18670 0 -1 4202560 1958 0 0 0 24869 2 0 0 20 0 28 0 447086765 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553589267104 140553901137514 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28602] ppid=28506 vsize=28766288 memory=206248 CPUtime=248.09 cores=0-7
/proc/28508/task/28602/stat : 28602 (java) R 28506 28506 18670 0 -1 4202560 1845 0 0 0 24807 2 0 0 20 0 28 0 447086765 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553588212808 140553900822641 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28603] ppid=28506 vsize=28766288 memory=1452 CPUtime=249.53 cores=0-7
/proc/28508/task/28603/stat : 28603 (java) R 28506 28506 18670 0 -1 4202560 4273 0 0 0 24950 3 0 0 20 0 28 0 447086765 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553592422544 140553902314227 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28604] ppid=28506 vsize=28766288 memory=1452 CPUtime=248.38 cores=0-7
/proc/28508/task/28604/stat : 28604 (java) R 28506 28506 18670 0 -1 4202560 3149 0 0 0 24834 4 0 0 20 0 28 0 447086765 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553590317896 140553902876089 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28605] ppid=28506 vsize=28766288 memory=204200 CPUtime=249.34 cores=0-7
/proc/28508/task/28605/stat : 28605 (java) R 28506 28506 18670 0 -1 4202560 2864 0 0 0 24933 1 0 0 20 0 28 0 447086765 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553595581048 140553900823982 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28606] ppid=28506 vsize=28766288 memory=198048 CPUtime=249.35 cores=0-7
/proc/28508/task/28606/stat : 28606 (java) R 28506 28506 18670 0 -1 4202560 1792 0 0 0 24935 0 0 0 20 0 28 0 447086765 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553594527640 140553901571791 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
[pid=28508/tid=28607] ppid=28506 vsize=28766288 memory=6791534058613427641 CPUtime=249.22 cores=0-7
/proc/28508/task/28607/stat : 28607 (java) R 28506 28506 18670 0 -1 4202560 2674 0 0 0 24918 4 0 0 20 0 28 0 447086766 29456678912 54637 33554432000 4194304 4196468 140725547501552 140553591370184 140553901602719 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 34402304 140725547504624 140725547504795 140725547504795 140725547507663 0
Current children cumulated CPU time: 2001.37 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 220000 KiB

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

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

[startup+252.092 s]
# the end of solver process 28508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2001.19 s, system=0.786708 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.092
CPU time (s): 2001.98
CPU user time (s): 2001.19
CPU system time (s): 0.786708
CPU usage (%): 794.147
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 262396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2001.19
system time used= 0.786708
maximum resident set size= 269660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24578
involuntary context switches= 23518


# summary of solver processes directly reported to runsolver:
#   pid: 28506,28508
#   total CPU time (s): 2001.98
#   total CPU user time (s): 2001.19
#   total CPU system time (s): 0.786708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.72371 second user time and 2.59787 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 11:10:09
IDJOB=4400273
IDBENCH=135866
IDSOLVER=2855
FILE ID=node116/4400273-1568711450
RUNJOBID= node116-1568700981-18697
PBS_JOBID= 21703912
Free space on /tmp= 61232 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-11.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-4400273-1568711450/watcher-4400273-1568711450 -o /tmp/evaluation-result-4400273-1568711450/solver-4400273-1568711450 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 459765141 HOME/instance-4400273-1568711450.xml

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

MD5SUM BENCH= ac86bf8ef4620229a98c72b0f60cfd27
RANDOM SEED=459765141

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30580244 kB
MemAvailable:   31847056 kB
Buffers:          153492 kB
Cached:          1407556 kB
SwapCached:        46584 kB
Active:          1027960 kB
Inactive:         584048 kB
Active(anon):       4624 kB
Inactive(anon):    94964 kB
Active(file):    1023336 kB
Inactive(file):   489084 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961212 kB
Dirty:             26060 kB
Writeback:             4 kB
AnonPages:        115148 kB
Mapped:            47824 kB
Shmem:             40296 kB
Slab:             169284 kB
SReclaimable:     140456 kB
SUnreclaim:        28828 kB
KernelStack:        3312 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     506428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61208 MiB
End job on node116 at 2019-09-17 11:14:21