Trace number 4394049

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-06-14 parallelSAT (TO)127 20055.6 2520.11

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-00.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
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 benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394049-1568439378.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394049-1568439378.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.50/0.65	c solve instance...
1.89/0.76	o 257 
1.89/0.76	o 252 
1.89/0.77	o 251 
2.56/0.80	o 134 
2.56/0.81	o 132 
23.78/3.56	o 131 
23.78/3.59	o 129 
15484.27/1946.10	o 127 
20054.92/2520.08	s SATISFIABLE
20054.92/2520.08	v <instantiation>
20054.92/2520.08	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>
20054.92/2520.08	v 	<values>0 2 4 11 10 5 7 8 3 9 12 15 14 17 19 16 18 27 29 28 25 23 24 26 22 21 20 13 6 1 2 1 5 1 4 4 1 4 4 4 4 4 4 6 7 5 7 12 3 2 4 1 5 3 2 1 8 8 4 7 </values>
20054.92/2520.08	v </instantiation>
20054.92/2520.08	c Unexpected resolution interruption!

Verifier Data

OK	127

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9611 MiB free)
  memory of node 1: 16384 MiB (15613 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394049-1568439378/watcher-4394049-1568439378 -o /tmp/evaluation-result-4394049-1568439378/solver-4394049-1568439378 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568439334-14507 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 797912356 HOME/instance-4394049-1568439378.xml 

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

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


[startup+0.100121 s]*
/proc/loadavg: 8.58 8.38 8.12 2/211 14545
/proc/meminfo: memFree=25813420/32770624 swapFree=67002164/67108860
[pid=14524] ppid=14521 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/14524/stat : 14524 (xcsp3-exec) S 14521 14524 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420186444 115843072 363 33554432000 4194304 5098028 140722390279088 140722390277192 140437487694460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8491008 140722390283126 140722390283369 140722390283369 140722390286282 0
/proc/14524/statm: 28282 363 304 221 0 87 0
[pid=14526] ppid=14524 vsize=28227388 memory=29280 CPUtime=0.13 cores=0-7
/proc/14526/stat : 14526 (java) S 14524 14524 14480 0 -1 1077944320 5808 0 0 0 12 1 0 0 20 0 20 0 420186445 28904845312 7320 33554432000 4194304 4196468 140735394344064 140735394326608 139671463857911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
/proc/14526/statm: 7056847 7320 3118 1 0 7019032 0
[pid=14526/tid=14527] ppid=14524 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/14526/task/14527/stat : 14527 (java) R 14524 14524 14480 0 -1 4202560 3693 0 0 0 8 0 0 0 20 0 20 0 420186445 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671468094256 139671078311172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14528] ppid=14524 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/14526/task/14528/stat : 14528 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671416478096 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14529] ppid=14524 vsize=28227388 memory=139824589477504 CPUtime=0 cores=0-7
/proc/14526/task/14529/stat : 14529 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671415425296 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14530] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14530/stat : 14530 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671414373008 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14531] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14531/stat : 14531 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671413320208 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14532] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14532/stat : 14532 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671412267920 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14533] ppid=14524 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14526/task/14533/stat : 14533 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671411215120 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14534] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14534/stat : 14534 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671410162832 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14535] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14535/stat : 14535 (java) S 14524 14524 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 7320 33554432000 4194304 4196468 140735394344064 139671409110032 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14536] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14536/stat : 14536 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186447 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670647158896 139671463869058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14537] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14537/stat : 14537 (java) S 14524 14524 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420186448 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670646104864 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14538] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14538/stat : 14538 (java) S 14524 14524 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420186448 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670645052528 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14539] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14539/stat : 14539 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186450 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670644000848 139671463876507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14540] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14540/stat : 14540 (java) S 14524 14524 14480 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 420186450 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670642948720 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14541] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14541/stat : 14541 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186450 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670641895920 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14542] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14542/stat : 14542 (java) S 14524 14524 14480 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 420186450 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670640843632 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14543] ppid=14524 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/14526/task/14543/stat : 14543 (java) S 14524 14524 14480 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 20 0 420186450 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670639790832 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14544] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14544/stat : 14544 (java) S 14524 14524 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186451 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670638737760 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14545] ppid=14524 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14526/task/14545/stat : 14545 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186451 28904845312 7320 33554432000 4194304 4196468 140735394344064 139670637685040 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30732 KiB

[startup+0.210526 s]*
/proc/loadavg: 8.58 8.38 8.12 3/211 14545
/proc/meminfo: memFree=25800540/32770624 swapFree=67002164/67108860
[pid=14524] ppid=14521 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/14524/stat : 14524 (xcsp3-exec) S 14521 14524 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420186444 115843072 363 33554432000 4194304 5098028 140722390279088 140722390277192 140437487694460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8491008 140722390283126 140722390283369 140722390283369 140722390286282 0
/proc/14524/statm: 28282 363 304 221 0 87 0
[pid=14526] ppid=14524 vsize=28227388 memory=40104 CPUtime=0.33 cores=0-7
/proc/14526/stat : 14526 (java) S 14524 14524 14480 0 -1 1077944320 9332 0 0 0 31 2 0 0 20 0 20 0 420186445 28904845312 10026 33554432000 4194304 4196468 140735394344064 140735394326608 139671463857911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
/proc/14526/statm: 7056847 10026 3231 1 0 7019032 0
[pid=14526/tid=14527] ppid=14524 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/14526/task/14527/stat : 14527 (java) R 14524 14524 14480 0 -1 4202560 6597 0 0 0 18 2 0 0 20 0 20 0 420186445 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671468092608 139671463869846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14528] ppid=14524 vsize=28227388 memory=330 CPUtime=0 cores=0-7
/proc/14526/task/14528/stat : 14528 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671416478096 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14529] ppid=14524 vsize=28227388 memory=139824592577794 CPUtime=0 cores=0-7
/proc/14526/task/14529/stat : 14529 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671415425296 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14530] ppid=14524 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14526/task/14530/stat : 14530 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671414373008 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14531] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14531/stat : 14531 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671413320208 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14532] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14532/stat : 14532 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671412267920 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14533] ppid=14524 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14526/task/14533/stat : 14533 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671411215120 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14534] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14534/stat : 14534 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671410162832 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14535] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14535/stat : 14535 (java) S 14524 14524 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186446 28904845312 10026 33554432000 4194304 4196468 140735394344064 139671409110032 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14536] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14536/stat : 14536 (java) S 14524 14524 14480 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420186447 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670647158896 139671463869058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14537] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14537/stat : 14537 (java) S 14524 14524 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420186448 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670646104864 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14538] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14538/stat : 14538 (java) S 14524 14524 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420186448 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670645052528 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14539] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14539/stat : 14539 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186450 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670644000848 139671463876507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14540] ppid=14524 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/14526/task/14540/stat : 14540 (java) S 14524 14524 14480 0 -1 1077944384 437 0 0 0 2 0 0 0 20 0 20 0 420186450 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670642948720 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14541] ppid=14524 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/14526/task/14541/stat : 14541 (java) S 14524 14524 14480 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 420186450 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670641895920 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14542] ppid=14524 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14526/task/14542/stat : 14542 (java) S 14524 14524 14480 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 420186450 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670640843632 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14543] ppid=14524 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/14526/task/14543/stat : 14543 (java) S 14524 14524 14480 0 -1 1077944384 781 0 0 0 8 0 0 0 20 0 20 0 420186450 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670639790832 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14544] ppid=14524 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14544/stat : 14544 (java) S 14524 14524 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186451 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670638737760 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14545] ppid=14524 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14526/task/14545/stat : 14545 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186451 28904845312 10026 33554432000 4194304 4196468 140735394344064 139670637685040 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41556 KiB

[startup+0.310836 s]*
/proc/loadavg: 8.58 8.38 8.12 3/211 14545
/proc/meminfo: memFree=25793280/32770624 swapFree=67002164/67108860
[pid=14524] ppid=14521 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/14524/stat : 14524 (xcsp3-exec) S 14521 14524 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420186444 115843072 363 33554432000 4194304 5098028 140722390279088 140722390277192 140437487694460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8491008 140722390283126 140722390283369 140722390283369 140722390286282 0
/proc/14524/statm: 28282 363 304 221 0 87 0
[pid=14526] ppid=14524 vsize=28231644 memory=49900 CPUtime=0.52 cores=0-7
/proc/14526/stat : 14526 (java) S 14524 14524 14480 0 -1 1077944320 10873 0 0 0 49 3 0 0 20 0 20 0 420186445 28909203456 12475 33554432000 4194304 4196468 140735394344064 140735394326608 139671463857911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
/proc/14526/statm: 7057911 12475 3364 1 0 7019032 0
[pid=14526/tid=14527] ppid=14524 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/14526/task/14527/stat : 14527 (java) R 14524 14524 14480 0 -1 4202560 7798 0 0 0 27 2 0 0 20 0 20 0 420186445 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671468089024 139671447938398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14528] ppid=14524 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14528/stat : 14528 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671416478096 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14529] ppid=14524 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14529/stat : 14529 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671415425296 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14530] ppid=14524 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14530/stat : 14530 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671414373008 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14531] ppid=14524 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14531/stat : 14531 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671413320208 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14532] ppid=14524 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/14526/task/14532/stat : 14532 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186446 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671412267920 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14533] ppid=14524 vsize=28231644 memory=139824472355759 CPUtime=0 cores=0-7
/proc/14526/task/14533/stat : 14533 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671411215120 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14534] ppid=14524 vsize=28231644 memory=139824472358064 CPUtime=0 cores=0-7
/proc/14526/task/14534/stat : 14534 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186446 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671410162832 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14535] ppid=14524 vsize=28231644 memory=139824472360368 CPUtime=0 cores=0-7
/proc/14526/task/14535/stat : 14535 (java) S 14524 14524 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186446 28909203456 12479 33554432000 4194304 4196468 140735394344064 139671409110032 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14536] ppid=14524 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14536/stat : 14536 (java) S 14524 14524 14480 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420186447 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670647158896 139671463869058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14537] ppid=14524 vsize=28231644 memory=279648944727696 CPUtime=0 cores=0-7
/proc/14526/task/14537/stat : 14537 (java) S 14524 14524 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420186448 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670646104864 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14538] ppid=14524 vsize=28231644 memory=279648944734608 CPUtime=0 cores=0-7
/proc/14526/task/14538/stat : 14538 (java) S 14524 14524 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420186448 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670645052528 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14539] ppid=14524 vsize=28231644 memory=279648944675888 CPUtime=0 cores=0-7
/proc/14526/task/14539/stat : 14539 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186450 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670644000848 139671463876507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14540] ppid=14524 vsize=28231644 memory=279648944748432 CPUtime=0.03 cores=0-7
/proc/14526/task/14540/stat : 14540 (java) S 14524 14524 14480 0 -1 1077944384 463 0 0 0 3 0 0 0 20 0 20 0 420186450 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670642948720 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14541] ppid=14524 vsize=28231644 memory=279648944755344 CPUtime=0.02 cores=0-7
/proc/14526/task/14541/stat : 14541 (java) S 14524 14524 14480 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 20 0 420186450 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670641895920 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14542] ppid=14524 vsize=28231644 memory=279648944753040 CPUtime=0.02 cores=0-7
/proc/14526/task/14542/stat : 14542 (java) R 14524 14524 14480 0 -1 4202560 256 0 0 0 2 0 0 0 20 0 20 0 420186450 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670640843632 139671445379589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14543] ppid=14524 vsize=28231644 memory=279648944769200 CPUtime=0.12 cores=0-7
/proc/14526/task/14543/stat : 14543 (java) S 14524 14524 14480 0 -1 1077944384 921 0 0 0 12 0 0 0 20 0 20 0 420186450 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670639790832 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14544] ppid=14524 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14544/stat : 14544 (java) S 14524 14524 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186451 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670638737760 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14545] ppid=14524 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/14526/task/14545/stat : 14545 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186451 28909203456 12479 33554432000 4194304 4196468 140735394344064 139670637685040 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51352 KiB

[startup+0.701147 s]
/proc/loadavg: 8.58 8.38 8.12 5/211 14545
/proc/meminfo: memFree=25772172/32770624 swapFree=67002164/67108860
[pid=14524] ppid=14521 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/14524/stat : 14524 (xcsp3-exec) S 14521 14524 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420186444 115843072 363 33554432000 4194304 5098028 140722390279088 140722390277192 140437487694460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8491008 140722390283126 140722390283369 140722390283369 140722390286282 0
/proc/14524/statm: 28282 363 304 221 0 87 0
[pid=14526] ppid=14524 vsize=28766280 memory=118036 CPUtime=1.89 cores=0-7
/proc/14526/stat : 14526 (java) S 14524 14524 14480 0 -1 1077944320 15289 0 0 0 184 5 0 0 20 0 28 0 420186445 29456670720 29509 33554432000 4194304 4196468 140735394344064 140735394326608 139671463857911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
/proc/14526/statm: 7191570 29509 3461 1 0 7152672 0
[pid=14526/tid=14527] ppid=14524 vsize=28766280 memory=279648945127088 CPUtime=0.65 cores=0-7
/proc/14526/task/14527/stat : 14527 (java) S 14524 14524 14480 0 -1 1077944384 8812 0 0 0 62 3 0 0 20 0 28 0 420186445 29456670720 29509 33554432000 4194304 4196468 140735394344064 139671468098688 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14528] ppid=14524 vsize=28766280 memory=139824472564592 CPUtime=0 cores=0-7
/proc/14526/task/14528/stat : 14528 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420186446 29456670720 29509 33554432000 4194304 4196468 140735394344064 139671416478096 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14529] ppid=14524 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/14526/task/14529/stat : 14529 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420186446 29456670720 29509 33554432000 4194304 4196468 140735394344064 139671415425296 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14530] ppid=14524 vsize=28766280 memory=1056 CPUtime=0 cores=0-7
/proc/14526/task/14530/stat : 14530 (java) S 14524 14524 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420186446 29456670720 29509 33554432000 4194304 4196468 140735394344064 139671414373008 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0

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

[pid=14526/tid=14785] ppid=14524 vsize=28768328 memory=1110392 CPUtime=491.86 cores=0-7
/proc/14526/task/14785/stat : 14785 (java) R 14524 14524 14480 0 -1 4202560 2286 0 0 0 49185 1 0 0 20 0 28 0 420381055 29458767872 273532 33554432000 4194304 4196468 140735394344064 139670622158424 139671083057569 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
Current children cumulated CPU time: 19435.7 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1095580 KiB

[startup+2502.3 s]
/proc/loadavg: 8.58 8.49 8.39 9/220 14829
/proc/meminfo: memFree=24210820/32770624 swapFree=67002168/67108860
[pid=14524] ppid=14521 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/14524/stat : 14524 (xcsp3-exec) S 14521 14524 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420186444 115843072 363 33554432000 4194304 5098028 140722390279088 140722390277192 140437487694460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8491008 140722390283126 140722390283369 140722390283369 140722390286282 0
/proc/14524/statm: 28282 363 304 221 0 87 0
[pid=14526] ppid=14524 vsize=28768328 memory=1631644 CPUtime=19913.8 cores=0-7
/proc/14526/stat : 14526 (java) S 14524 14524 14480 0 -1 1077944320 1588761 0 0 0 1989787 1591 0 0 20 0 28 0 420186445 29458767872 407911 33554432000 4194304 4196468 140735394344064 140735394326608 139671463857911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
/proc/14526/statm: 7192082 407911 3540 1 0 7153184 0
[pid=14526/tid=14527] ppid=14524 vsize=28768328 memory=1631644 CPUtime=0.65 cores=0-7
/proc/14526/task/14527/stat : 14527 (java) S 14524 14524 14480 0 -1 1077944384 8847 0 0 0 62 3 0 0 20 0 28 0 420186445 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671468098688 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14528] ppid=14524 vsize=28768328 memory=1648064 CPUtime=11.78 cores=0-7
/proc/14526/task/14528/stat : 14528 (java) S 14524 14524 14480 0 -1 1077944384 30133 0 0 0 1094 84 0 0 20 0 28 0 420186446 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671416478096 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14529] ppid=14524 vsize=28768328 memory=1648064 CPUtime=11.73 cores=0-7
/proc/14526/task/14529/stat : 14529 (java) S 14524 14524 14480 0 -1 1077944384 34825 0 0 0 1085 88 0 0 20 0 28 0 420186446 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671415425296 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14530] ppid=14524 vsize=28768328 memory=1648064 CPUtime=11.72 cores=0-7
/proc/14526/task/14530/stat : 14530 (java) S 14524 14524 14480 0 -1 1077944384 33417 0 0 0 1084 88 0 0 20 0 28 0 420186446 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671414373008 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14531] ppid=14524 vsize=28768328 memory=1452 CPUtime=11.7 cores=0-7
/proc/14526/task/14531/stat : 14531 (java) S 14524 14524 14480 0 -1 1077944384 31642 0 0 0 1078 92 0 0 20 0 28 0 420186446 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671413320208 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14532] ppid=14524 vsize=28768328 memory=1648064 CPUtime=11.66 cores=0-7
/proc/14526/task/14532/stat : 14532 (java) S 14524 14524 14480 0 -1 1077944384 36527 0 0 0 1078 88 0 0 20 0 28 0 420186446 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671412267920 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14533] ppid=14524 vsize=28768328 memory=47667 CPUtime=11.75 cores=0-7
/proc/14526/task/14533/stat : 14533 (java) S 14524 14524 14480 0 -1 1077944384 35887 0 0 0 1084 91 0 0 20 0 28 0 420186446 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671411215120 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14534] ppid=14524 vsize=28768328 memory=47868 CPUtime=11.73 cores=0-7
/proc/14526/task/14534/stat : 14534 (java) S 14524 14524 14480 0 -1 1077944384 27939 0 0 0 1085 88 0 0 20 0 28 0 420186446 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671410162832 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14535] ppid=14524 vsize=28768328 memory=1040 CPUtime=11.62 cores=0-7
/proc/14526/task/14535/stat : 14535 (java) S 14524 14524 14480 0 -1 1077944384 34379 0 0 0 1074 88 0 0 20 0 28 0 420186446 29458767872 407911 33554432000 4194304 4196468 140735394344064 139671409110032 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14536] ppid=14524 vsize=28768328 memory=14008 CPUtime=3.33 cores=0-7
/proc/14526/task/14536/stat : 14536 (java) S 14524 14524 14480 0 -1 1077944384 129884 0 0 0 218 115 0 0 20 0 28 0 420186447 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670647158896 139671463869058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14537] ppid=14524 vsize=28768328 memory=636 CPUtime=0 cores=0-7
/proc/14526/task/14537/stat : 14537 (java) S 14524 14524 14480 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 420186448 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670646104928 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14538] ppid=14524 vsize=28768328 memory=2832 CPUtime=0 cores=0-7
/proc/14526/task/14538/stat : 14538 (java) S 14524 14524 14480 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 420186448 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670645052544 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14539] ppid=14524 vsize=28768328 memory=1625536 CPUtime=0 cores=0-7
/proc/14526/task/14539/stat : 14539 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420186450 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670644000848 139671463876507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14540] ppid=14524 vsize=28768328 memory=1452 CPUtime=4.4 cores=0-7
/proc/14526/task/14540/stat : 14540 (java) S 14524 14524 14480 0 -1 1077944384 28762 0 0 0 436 4 0 0 20 0 28 0 420186450 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670642948720 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14541] ppid=14524 vsize=28768328 memory=10592 CPUtime=4.61 cores=0-7
/proc/14526/task/14541/stat : 14541 (java) S 14524 14524 14480 0 -1 1077944384 24945 0 0 0 457 4 0 0 20 0 28 0 420186450 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670641895920 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14542] ppid=14524 vsize=28768328 memory=1720 CPUtime=4.11 cores=0-7
/proc/14526/task/14542/stat : 14542 (java) S 14524 14524 14480 0 -1 1077944384 20346 0 0 0 407 4 0 0 20 0 28 0 420186450 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670640843632 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14543] ppid=14524 vsize=28768328 memory=1648064 CPUtime=1.11 cores=0-7
/proc/14526/task/14543/stat : 14543 (java) S 14524 14524 14480 0 -1 1077944384 20743 0 0 0 107 4 0 0 20 0 28 0 420186450 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670639790832 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14544] ppid=14524 vsize=28768328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/14526/task/14544/stat : 14544 (java) S 14524 14524 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420186451 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670638737760 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14545] ppid=14524 vsize=28768328 memory=14008 CPUtime=0.61 cores=0-7
/proc/14526/task/14545/stat : 14545 (java) S 14524 14524 14480 0 -1 1077944384 6390 0 0 0 0 61 0 0 20 0 28 0 420186451 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670637685040 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14778] ppid=14524 vsize=28768328 memory=1648064 CPUtime=550.71 cores=0-7
/proc/14526/task/14778/stat : 14778 (java) R 14524 14524 14480 0 -1 4202560 1949 0 0 0 55070 1 0 0 20 0 28 0 420381055 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670627421032 139671086649020 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14779] ppid=14524 vsize=28768328 memory=1452 CPUtime=551.3 cores=0-7
/proc/14526/task/14779/stat : 14779 (java) R 14524 14524 14480 0 -1 4202560 2147 0 0 0 55129 1 0 0 20 0 28 0 420381055 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670621106168 139671086540656 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14780] ppid=14524 vsize=28768328 memory=1625536 CPUtime=549.11 cores=0-7
/proc/14526/task/14780/stat : 14780 (java) R 14524 14524 14480 0 -1 4202560 26984 0 0 0 54889 22 0 0 20 0 28 0 420381055 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670624264712 139671078511786 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14781] ppid=14524 vsize=28768328 memory=1631644 CPUtime=550.35 cores=0-7
/proc/14526/task/14781/stat : 14781 (java) R 14524 14524 14480 0 -1 4202560 33699 0 0 0 54992 43 0 0 20 0 28 0 420381055 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670623211720 139671085766515 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14782] ppid=14524 vsize=28768328 memory=3616 CPUtime=549.29 cores=0-7
/proc/14526/task/14782/stat : 14782 (java) R 14524 14524 14480 0 -1 4202560 14421 0 0 0 54916 13 0 0 20 0 28 0 420381055 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670625320176 139671086498791 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14783] ppid=14524 vsize=28768328 memory=39868 CPUtime=548.59 cores=0-7
/proc/14526/task/14783/stat : 14783 (java) R 14524 14524 14480 0 -1 4202560 4253 0 0 0 54853 6 0 0 20 0 28 0 420381055 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670626369680 139671088542344 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14784] ppid=14524 vsize=28768328 memory=1625536 CPUtime=549.07 cores=0-7
/proc/14526/task/14784/stat : 14784 (java) R 14524 14524 14480 0 -1 4202560 35007 0 0 0 54874 33 0 0 20 0 28 0 420381055 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670628475208 139671089249779 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14785] ppid=14524 vsize=28768328 memory=1625536 CPUtime=551.44 cores=0-7
/proc/14526/task/14785/stat : 14785 (java) R 14524 14524 14480 0 -1 4202560 2303 0 0 0 55143 1 0 0 20 0 28 0 420381055 29458767872 407911 33554432000 4194304 4196468 140735394344064 139670622158392 139671083057343 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
Current children cumulated CPU time: 19913.8 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1633096 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.45 8.46 8.38 10/220 14830
/proc/meminfo: memFree=24287136/32770624 swapFree=67002168/67108860
[pid=14524] ppid=14521 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/14524/stat : 14524 (xcsp3-exec) S 14521 14524 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420186444 115843072 363 33554432000 4194304 5098028 140722390279088 140722390277192 140437487694460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8491008 140722390283126 140722390283369 140722390283369 140722390286282 0
/proc/14524/statm: 28282 363 304 221 0 87 0
[pid=14526] ppid=14524 vsize=28768328 memory=1553156 CPUtime=20054.9 cores=0-7
/proc/14526/stat : 14526 (java) S 14524 14524 14480 0 -1 1077944320 1589307 0 0 0 2003900 1592 0 0 20 0 28 0 420186445 29458767872 388289 33554432000 4194304 4196468 140735394344064 140735394326608 139671463857911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
/proc/14526/statm: 7192082 388289 3540 1 0 7153184 0
[pid=14526/tid=14527] ppid=14524 vsize=28768328 memory=1398720917958146503 CPUtime=0.65 cores=0-7
/proc/14526/task/14527/stat : 14527 (java) S 14524 14524 14480 0 -1 1077944384 8847 0 0 0 62 3 0 0 20 0 28 0 420186445 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671468098688 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14528] ppid=14524 vsize=28768328 memory=4126316290023845779 CPUtime=11.85 cores=0-7
/proc/14526/task/14528/stat : 14528 (java) S 14524 14524 14480 0 -1 1077944384 30144 0 0 0 1101 84 0 0 20 0 28 0 420186446 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671416478096 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14529] ppid=14524 vsize=28768328 memory=1448 CPUtime=11.8 cores=0-7
/proc/14526/task/14529/stat : 14529 (java) S 14524 14524 14480 0 -1 1077944384 34857 0 0 0 1092 88 0 0 20 0 28 0 420186446 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671415425296 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14530] ppid=14524 vsize=28768328 memory=1980 CPUtime=11.79 cores=0-7
/proc/14526/task/14530/stat : 14530 (java) S 14524 14524 14480 0 -1 1077944384 33439 0 0 0 1091 88 0 0 20 0 28 0 420186446 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671414373008 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14531] ppid=14524 vsize=28768328 memory=2580 CPUtime=11.78 cores=0-7
/proc/14526/task/14531/stat : 14531 (java) S 14524 14524 14480 0 -1 1077944384 31668 0 0 0 1086 92 0 0 20 0 28 0 420186446 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671413320208 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14532] ppid=14524 vsize=28768328 memory=1764 CPUtime=11.73 cores=0-7
/proc/14526/task/14532/stat : 14532 (java) S 14524 14524 14480 0 -1 1077944384 36546 0 0 0 1085 88 0 0 20 0 28 0 420186446 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671412267920 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14533] ppid=14524 vsize=28768328 memory=1452 CPUtime=11.82 cores=0-7
/proc/14526/task/14533/stat : 14533 (java) S 14524 14524 14480 0 -1 1077944384 36182 0 0 0 1091 91 0 0 20 0 28 0 420186446 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671411215120 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14534] ppid=14524 vsize=28768328 memory=1584964 CPUtime=11.81 cores=0-7
/proc/14526/task/14534/stat : 14534 (java) S 14524 14524 14480 0 -1 1077944384 27981 0 0 0 1092 89 0 0 20 0 28 0 420186446 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671410162832 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14535] ppid=14524 vsize=28768328 memory=1452 CPUtime=11.69 cores=0-7
/proc/14526/task/14535/stat : 14535 (java) S 14524 14524 14480 0 -1 1077944384 34413 0 0 0 1081 88 0 0 20 0 28 0 420186446 29458767872 388289 33554432000 4194304 4196468 140735394344064 139671409110032 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14536] ppid=14524 vsize=28768328 memory=1584964 CPUtime=3.34 cores=0-7
/proc/14526/task/14536/stat : 14536 (java) S 14524 14524 14480 0 -1 1077944384 129920 0 0 0 218 116 0 0 20 0 28 0 420186447 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670647158896 139671463869058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14537] ppid=14524 vsize=28768328 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/14526/task/14537/stat : 14537 (java) S 14524 14524 14480 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 420186448 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670646104928 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14538] ppid=14524 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/14526/task/14538/stat : 14538 (java) S 14524 14524 14480 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 420186448 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670645052544 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14539] ppid=14524 vsize=28768328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/14526/task/14539/stat : 14539 (java) S 14524 14524 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420186450 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670644000848 139671463876507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14540] ppid=14524 vsize=28768328 memory=1631644 CPUtime=4.4 cores=0-7
/proc/14526/task/14540/stat : 14540 (java) S 14524 14524 14480 0 -1 1077944384 28762 0 0 0 436 4 0 0 20 0 28 0 420186450 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670642948720 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14541] ppid=14524 vsize=28768328 memory=1648064 CPUtime=4.61 cores=0-7
/proc/14526/task/14541/stat : 14541 (java) S 14524 14524 14480 0 -1 1077944384 24945 0 0 0 457 4 0 0 20 0 28 0 420186450 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670641895920 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14542] ppid=14524 vsize=28768328 memory=-3622645143214314312 CPUtime=4.11 cores=0-7
/proc/14526/task/14542/stat : 14542 (java) S 14524 14524 14480 0 -1 1077944384 20346 0 0 0 407 4 0 0 20 0 28 0 420186450 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670640843632 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14543] ppid=14524 vsize=28768328 memory=1568 CPUtime=1.11 cores=0-7
/proc/14526/task/14543/stat : 14543 (java) S 14524 14524 14480 0 -1 1077944384 20743 0 0 0 107 4 0 0 20 0 28 0 420186450 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670639790832 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14544] ppid=14524 vsize=28768328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/14526/task/14544/stat : 14544 (java) S 14524 14524 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420186451 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670638737760 139671463868117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14545] ppid=14524 vsize=28768328 memory=3792 CPUtime=0.61 cores=0-7
/proc/14526/task/14545/stat : 14545 (java) S 14524 14524 14480 0 -1 1077944384 6392 0 0 0 0 61 0 0 20 0 28 0 420186451 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670637685040 139671463869058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14778] ppid=14524 vsize=28768328 memory=1452 CPUtime=568.32 cores=0-7
/proc/14526/task/14778/stat : 14778 (java) R 14524 14524 14480 0 -1 4202560 1950 0 0 0 56831 1 0 0 20 0 28 0 420381055 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670627420784 139671079326990 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14779] ppid=14524 vsize=28768328 memory=1584964 CPUtime=568.92 cores=0-7
/proc/14526/task/14779/stat : 14779 (java) R 14524 14524 14480 0 -1 4202560 2147 0 0 0 56891 1 0 0 20 0 28 0 420381055 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670621105952 139671083058308 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14780] ppid=14524 vsize=28768328 memory=4104 CPUtime=566.61 cores=0-7
/proc/14526/task/14780/stat : 14780 (java) R 14524 14524 14480 0 -1 4202560 26991 0 0 0 56639 22 0 0 20 0 28 0 420381055 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670624267280 139671086689340 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14781] ppid=14524 vsize=28768328 memory=1398720917958146503 CPUtime=567.71 cores=0-7
/proc/14526/task/14781/stat : 14781 (java) R 14524 14524 14480 0 -1 4202560 33702 0 0 0 56728 43 0 0 20 0 28 0 420381055 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670623211472 139671086500106 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14782] ppid=14524 vsize=28768328 memory=4126316290023845779 CPUtime=566.9 cores=0-7
/proc/14526/task/14782/stat : 14782 (java) R 14524 14524 14480 0 -1 4202560 14424 0 0 0 56677 13 0 0 20 0 28 0 420381055 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670625317416 139671086645007 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14783] ppid=14524 vsize=28768328 memory=636 CPUtime=566.2 cores=0-7
/proc/14526/task/14783/stat : 14783 (java) R 14524 14524 14480 0 -1 4202560 4264 0 0 0 56614 6 0 0 20 0 28 0 420381055 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670626369680 139671088542843 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14784] ppid=14524 vsize=28768328 memory=2832 CPUtime=566.69 cores=0-7
/proc/14526/task/14784/stat : 14784 (java) R 14524 14524 14480 0 -1 4202560 35008 0 0 0 56636 33 0 0 20 0 28 0 420381055 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670628474632 139671083057305 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
[pid=14526/tid=14785] ppid=14524 vsize=28768328 memory=1056 CPUtime=569.05 cores=0-7
/proc/14526/task/14785/stat : 14785 (java) R 14524 14524 14480 0 -1 4202560 2304 0 0 0 56904 1 0 0 20 0 28 0 420381055 29458767872 388289 33554432000 4194304 4196468 140735394344064 139670622158616 139671083050398 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 39092224 140735394350058 140735394350230 140735394350230 140735394353103 0
Current children cumulated CPU time: 20054.9 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1554608 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.11
CPU time (s): 20055.6
CPU user time (s): 20039.7
CPU system time (s): 15.9361
CPU usage (%): 795.824
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 2139484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20039.7
system time used= 15.9361
maximum resident set size= 2138032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1590199
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159699
involuntary context switches= 232623


# summary of solver processes directly reported to runsolver:
#   pid: 14524,14526
#   total CPU time (s): 20055.6
#   total CPU user time (s): 20039.7
#   total CPU system time (s): 15.9361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.1088 second user time and 29.4741 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-14 07:35:34
IDJOB=4394049
IDBENCH=135859
IDSOLVER=2841
FILE ID=node136/4394049-1568439378
RUNJOBID= node136-1568439334-14507
PBS_JOBID= 21702333
Free space on /tmp= 61168 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-00.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-4394049-1568439378/watcher-4394049-1568439378 -o /tmp/evaluation-result-4394049-1568439378/solver-4394049-1568439378 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568439334-14507 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 797912356 HOME/instance-4394049-1568439378.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=797912356

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25830732 kB
MemAvailable:   31890712 kB
Buffers:           85052 kB
Cached:          6251172 kB
SwapCached:         3104 kB
Active:          2038004 kB
Inactive:        4305236 kB
Active(anon):       5184 kB
Inactive(anon):    42384 kB
Active(file):    2032820 kB
Inactive(file):  4262852 kB
Unevictable:      107800 kB
Mlocked:          107800 kB
SwapTotal:      67108860 kB
SwapFree:       67002164 kB
Dirty:             26052 kB
Writeback:             0 kB
AnonPages:        112428 kB
Mapped:            43848 kB
Shmem:             31940 kB
Slab:             189100 kB
SReclaimable:     160284 kB
SUnreclaim:        28816 kB
KernelStack:        3280 kB
PageTables:         6036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497600 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61140 MiB
End job on node136 at 2019-09-14 08:17:34