Trace number 4393315

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-14SAT (TO)91 2520.36 638.484

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9097
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393315-1568345730.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4393315-1568345730.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.06/0.52	c solve instance...
1.06/0.58	o 145 
1.06/0.59	o 141 
1.06/0.59	o 139 
1.35/0.61	o 138 
1.35/0.61	o 134 
1.35/0.62	o 130 
1.35/0.68	o 129 
1.72/0.77	o 128 
1.72/0.78	o 126 
1.72/0.78	o 125 
2.07/0.80	o 121 
2.07/0.80	o 120 
2.07/0.80	o 119 
2.07/0.80	o 114 
2.07/0.82	o 110 
6.02/1.98	o 109 
12.05/3.54	o 104 
13.01/3.99	o 100 
19.94/6.08	o 97 
21.51/7.59	o 95 
25.29/10.97	o 93 
36.44/13.92	o 91 
2520.04/638.46	s SATISFIABLE
2520.04/638.46	v <instantiation>
2520.04/638.46	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] 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] </list>
2520.04/638.46	v 	<values>0 5 2 1 3 4 7 8 9 13 14 12 10 11 6 15 6 5 2 2 9 2 2 6 1 7 4 7 15 8 </values>
2520.04/638.46	v </instantiation>
2520.04/638.46	c Unexpected resolution interruption!

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393315-1568345730/watcher-4393315-1568345730 -o /tmp/evaluation-result-4393315-1568345730/solver-4393315-1568345730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 409130827 HOME/instance-4393315-1568345730.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.101753 s]*
/proc/loadavg: 6.15 7.87 7.70 7/234 6067
/proc/meminfo: memFree=19674052/32770624 swapFree=66959216/67108860
[pid=6051] ppid=6048 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6051/stat : 6051 (xcsp3-exec) S 6048 6051 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410513183 115843072 363 33554432000 4194304 5098028 140736012727392 140736012725496 140248245273212 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15077376 140736012735355 140736012735597 140736012735597 140736012738506 0
/proc/6051/statm: 28282 363 304 221 0 87 0
[pid=6053] ppid=6051 vsize=15144768 memory=29992 CPUtime=0.14 cores=1,3,5,7
/proc/6053/stat : 6053 (java) S 6051 6051 3331 0 -1 1077944320 5943 0 0 0 12 2 0 0 20 0 15 0 410513183 15508242432 7498 33554432000 4194304 4196468 140733725415040 140733725397584 140190886592247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
/proc/6053/statm: 3786192 7498 3181 1 0 3748377 0
[pid=6053/tid=6054] ppid=6051 vsize=15144768 memory=-8976644418600983157 CPUtime=0.09 cores=1,3,5,7
/proc/6053/task/6054/stat : 6054 (java) R 6051 6051 3331 0 -1 4202560 3827 0 0 0 8 1 0 0 20 0 15 0 410513184 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190890820912 140190886604182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6055] ppid=6051 vsize=15144768 memory=3472467917633074384 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6055/stat : 6055 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190822828560 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6056] ppid=6051 vsize=15144768 memory=139788737922688 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6056/stat : 6056 (java) S 6051 6051 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410513184 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190821776016 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6057] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6057/stat : 6057 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190820722960 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6058] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6058/stat : 6058 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190476196240 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6059] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6059/stat : 6059 (java) S 6051 6051 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410513186 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190029114096 140190886603394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6060] ppid=6051 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6060/stat : 6060 (java) S 6051 6051 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410513186 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190028060320 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6061] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6061/stat : 6061 (java) S 6051 6051 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410513186 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190027007216 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6062] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6062/stat : 6062 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410513189 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190025955792 140190886610843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6063] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6063/stat : 6063 (java) S 6051 6051 3331 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 410513189 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190024902896 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6064] ppid=6051 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6064/stat : 6064 (java) S 6051 6051 3331 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 410513189 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190023850352 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6065] ppid=6051 vsize=15144768 memory=139788737922688 CPUtime=0.02 cores=1,3,5,7
/proc/6053/task/6065/stat : 6065 (java) S 6051 6051 3331 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 410513189 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190022797296 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6066] ppid=6051 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6066/stat : 6066 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410513189 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190021744992 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6067] ppid=6051 vsize=15144768 memory=139788737922688 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6067/stat : 6067 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513189 15508242432 7498 33554432000 4194304 4196468 140733725415040 140190020693040 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31444 KiB

[startup+0.210825 s]*
/proc/loadavg: 6.15 7.87 7.70 7/234 6067
/proc/meminfo: memFree=19661048/32770624 swapFree=66959216/67108860
[pid=6051] ppid=6048 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6051/stat : 6051 (xcsp3-exec) S 6048 6051 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410513183 115843072 363 33554432000 4194304 5098028 140736012727392 140736012725496 140248245273212 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15077376 140736012735355 140736012735597 140736012735597 140736012738506 0
/proc/6051/statm: 28282 363 304 221 0 87 0
[pid=6053] ppid=6051 vsize=15144768 memory=41060 CPUtime=0.35 cores=1,3,5,7
/proc/6053/stat : 6053 (java) S 6051 6051 3331 0 -1 1077944320 9457 0 0 0 31 4 0 0 20 0 15 0 410513183 15508242432 10265 33554432000 4194304 4196468 140733725415040 140733725397584 140190886592247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
/proc/6053/statm: 3786192 10265 3297 1 0 3748377 0
[pid=6053/tid=6054] ppid=6051 vsize=15144768 memory=4212167822348820889 CPUtime=0.19 cores=1,3,5,7
/proc/6053/task/6054/stat : 6054 (java) S 6051 6051 3331 0 -1 1077944384 6649 0 0 0 17 2 0 0 20 0 15 0 410513184 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190890830048 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6055] ppid=6051 vsize=15144768 memory=3472467917633074384 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6055/stat : 6055 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190822828560 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6056] ppid=6051 vsize=15144768 memory=139788737922688 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6056/stat : 6056 (java) S 6051 6051 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410513184 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190821776016 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6057] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6057/stat : 6057 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190820722960 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6058] ppid=6051 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6058/stat : 6058 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190476196240 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6059] ppid=6051 vsize=15144768 memory=139788737922688 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6059/stat : 6059 (java) S 6051 6051 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410513186 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190029114096 140190886603394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6060] ppid=6051 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6060/stat : 6060 (java) S 6051 6051 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410513186 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190028060320 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6061] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6061/stat : 6061 (java) S 6051 6051 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410513186 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190027007216 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6062] ppid=6051 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6062/stat : 6062 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410513189 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190025955792 140190886610843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6063] ppid=6051 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6053/task/6063/stat : 6063 (java) S 6051 6051 3331 0 -1 1077944384 503 0 0 0 3 0 0 0 20 0 15 0 410513189 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190024902896 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6064] ppid=6051 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6053/task/6064/stat : 6064 (java) S 6051 6051 3331 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 410513189 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190023850352 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6065] ppid=6051 vsize=15144768 memory=139788737922688 CPUtime=0.08 cores=1,3,5,7
/proc/6053/task/6065/stat : 6065 (java) R 6051 6051 3331 0 -1 4202560 739 0 0 0 8 0 0 0 20 0 15 0 410513189 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190022797296 140190886604182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6066] ppid=6051 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6066/stat : 6066 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410513189 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190021744992 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6067] ppid=6051 vsize=15144768 memory=139788737922688 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6067/stat : 6067 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513189 15508242432 10265 33554432000 4194304 4196468 140733725415040 140190020693040 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42512 KiB

[startup+0.310609 s]*
/proc/loadavg: 6.15 7.87 7.70 8/234 6067
/proc/meminfo: memFree=19653888/32770624 swapFree=66959216/67108860
[pid=6051] ppid=6048 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6051/stat : 6051 (xcsp3-exec) S 6048 6051 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410513183 115843072 363 33554432000 4194304 5098028 140736012727392 140736012725496 140248245273212 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15077376 140736012735355 140736012735597 140736012735597 140736012738506 0
/proc/6051/statm: 28282 363 304 221 0 87 0
[pid=6053] ppid=6051 vsize=15149024 memory=50276 CPUtime=0.54 cores=1,3,5,7
/proc/6053/stat : 6053 (java) S 6051 6051 3331 0 -1 1077944320 10893 0 0 0 49 5 0 0 20 0 15 0 410513183 15512600576 12569 33554432000 4194304 4196468 140733725415040 140733725397584 140190886592247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
/proc/6053/statm: 3787256 12569 3371 1 0 3748377 0
[pid=6053/tid=6054] ppid=6051 vsize=15149024 memory=-8976644418600983157 CPUtime=0.29 cores=1,3,5,7
/proc/6053/task/6054/stat : 6054 (java) R 6051 6051 3331 0 -1 4202560 7849 0 0 0 26 3 0 0 20 0 15 0 410513184 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190890823360 140190870672734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6055] ppid=6051 vsize=15149024 memory=3472467917633074384 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6055/stat : 6055 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190822828560 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6056] ppid=6051 vsize=15149024 memory=139788737922688 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6056/stat : 6056 (java) S 6051 6051 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410513184 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190821776016 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6057] ppid=6051 vsize=15149024 memory=5 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6057/stat : 6057 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190820722960 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6058] ppid=6051 vsize=15149024 memory=139788636268575 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6058/stat : 6058 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513184 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190476196240 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6059] ppid=6051 vsize=15149024 memory=279577272516384 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6059/stat : 6059 (java) S 6051 6051 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410513186 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190029114096 140190886603394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6060] ppid=6051 vsize=15149024 memory=139788636245519 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6060/stat : 6060 (java) S 6051 6051 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410513186 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190028060320 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6061] ppid=6051 vsize=15149024 memory=279577374177376 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6061/stat : 6061 (java) S 6051 6051 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410513186 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190027007216 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6062] ppid=6051 vsize=15149024 memory=139788636250127 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6062/stat : 6062 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410513189 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190025955792 140190886610843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6063] ppid=6051 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/6053/task/6063/stat : 6063 (java) S 6051 6051 3331 0 -1 1077944384 544 0 0 0 4 0 0 0 20 0 15 0 410513189 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190024902896 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6064] ppid=6051 vsize=15149024 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/6053/task/6064/stat : 6064 (java) S 6051 6051 3331 0 -1 1077944384 375 0 0 0 4 0 0 0 20 0 15 0 410513189 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190023850352 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6065] ppid=6051 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6053/task/6065/stat : 6065 (java) S 6051 6051 3331 0 -1 1077944384 832 0 0 0 12 0 0 0 20 0 15 0 410513189 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190022797296 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6066] ppid=6051 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6066/stat : 6066 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410513189 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190021744992 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6067] ppid=6051 vsize=15149024 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6067/stat : 6067 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410513189 15512600576 12569 33554432000 4194304 4196468 140733725415040 140190020693040 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51728 KiB

[startup+0.705428 s]
/proc/loadavg: 6.15 7.87 7.70 9/234 6067
/proc/meminfo: memFree=19638888/32770624 swapFree=66959216/67108860
[pid=6051] ppid=6048 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6051/stat : 6051 (xcsp3-exec) S 6048 6051 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410513183 115843072 363 33554432000 4194304 5098028 140736012727392 140736012725496 140248245273212 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15077376 140736012735355 140736012735597 140736012735597 140736012738506 0
/proc/6051/statm: 28282 363 304 221 0 87 0
[pid=6053] ppid=6051 vsize=15419460 memory=136700 CPUtime=1.72 cores=1,3,5,7
/proc/6053/stat : 6053 (java) S 6051 6051 3331 0 -1 1077944320 14232 0 0 0 164 8 0 0 20 0 19 0 410513183 15789527040 34175 33554432000 4194304 4196468 140733725415040 140733725397584 140190886592247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
/proc/6053/statm: 3854865 34175 3459 1 0 3815967 0
[pid=6053/tid=6054] ppid=6051 vsize=15419460 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/6053/task/6054/stat : 6054 (java) S 6051 6051 3331 0 -1 1077944384 8770 0 0 0 47 4 0 0 20 0 19 0 410513184 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190890833024 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6055] ppid=6051 vsize=15419460 memory=56 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6055/stat : 6055 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410513184 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190822828560 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6056] ppid=6051 vsize=15419460 memory=7238798801035015221 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6056/stat : 6056 (java) S 6051 6051 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 410513184 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190821776016 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6057] ppid=6051 vsize=15419460 memory=7012755875661107283 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6057/stat : 6057 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410513184 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190820722960 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6058] ppid=6051 vsize=15419460 memory=5859278125529317472 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6058/stat : 6058 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410513184 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190476196240 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6059] ppid=6051 vsize=15419460 memory=2319389199337275488 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6059/stat : 6059 (java) S 6051 6051 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 410513186 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190029114096 140190886603394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6060] ppid=6051 vsize=15419460 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6060/stat : 6060 (java) S 6051 6051 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 410513186 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190028060320 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6061] ppid=6051 vsize=15419460 memory=776 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6061/stat : 6061 (java) S 6051 6051 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 410513186 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190027007216 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6062] ppid=6051 vsize=15419460 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6062/stat : 6062 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410513189 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190025955792 140190886610843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6063] ppid=6051 vsize=15419460 memory=5964 CPUtime=0.29 cores=1,3,5,7
/proc/6053/task/6063/stat : 6063 (java) R 6051 6051 3331 0 -1 4202560 1034 0 0 0 29 0 0 0 20 0 19 0 410513189 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190024894736 140190872743896 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6064] ppid=6051 vsize=15419460 memory=1060 CPUtime=0.26 cores=1,3,5,7
/proc/6053/task/6064/stat : 6064 (java) R 6051 6051 3331 0 -1 4202560 847 0 0 0 26 0 0 0 20 0 19 0 410513189 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190023836896 140190879689083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6065] ppid=6051 vsize=15419460 memory=2828 CPUtime=0.34 cores=1,3,5,7
/proc/6053/task/6065/stat : 6065 (java) R 6051 6051 3331 0 -1 4202560 1509 0 0 0 34 0 0 0 20 0 19 0 410513189 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190022794232 140190865269892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6066] ppid=6051 vsize=15419460 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6066/stat : 6066 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410513189 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190021744992 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6067] ppid=6051 vsize=15419460 memory=984 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6067/stat : 6067 (java) S 6051 6051 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410513189 15789527040 34175 33554432000 4194304 4196468 140733725415040 140190020693040 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 138152 KiB

[startup+1.50088 s]
/proc/loadavg: 6.15 7.87 7.70 12/238 6131
/proc/meminfo: memFree=19524700/32770624 swapFree=66959216/67108860
[pid=6051] ppid=6048 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6051/stat : 6051 (xcsp3-exec) S 6048 6051 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410513183 115843072 363 33554432000 4194304 5098028 140736012727392 140736012725496 140248245273212 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15077376 140736012735355 140736012735597 140736012735597 140736012738506 0
/proc/6051/statm: 28282 363 304 221 0 87 0

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

/proc/6053/stat : 6053 (java) S 6051 6051 3331 0 -1 1077944320 103513 0 0 0 205675 129 0 0 20 0 19 0 410513183 15856635904 144214 33554432000 4194304 4196468 140733725415040 140733725397584 140190886592247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
/proc/6053/statm: 3871249 144214 3531 1 0 3832351 0
[pid=6053/tid=6054] ppid=6051 vsize=15484996 memory=599428 CPUtime=0.52 cores=1,3,5,7
/proc/6053/task/6054/stat : 6054 (java) S 6051 6051 3331 0 -1 1077944384 9265 0 0 0 48 4 0 0 20 0 19 0 410513184 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190890833024 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6055] ppid=6051 vsize=15484996 memory=635340 CPUtime=2.44 cores=1,3,5,7
/proc/6053/task/6055/stat : 6055 (java) S 6051 6051 3331 0 -1 1077944384 5723 0 0 0 223 21 0 0 20 0 19 0 410513184 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190822828560 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6056] ppid=6051 vsize=15484996 memory=1452 CPUtime=2.44 cores=1,3,5,7
/proc/6053/task/6056/stat : 6056 (java) S 6051 6051 3331 0 -1 1077944384 5992 0 0 0 222 22 0 0 20 0 19 0 410513184 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190821776016 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6057] ppid=6051 vsize=15484996 memory=599428 CPUtime=2.45 cores=1,3,5,7
/proc/6053/task/6057/stat : 6057 (java) S 6051 6051 3331 0 -1 1077944384 5456 0 0 0 225 20 0 0 20 0 19 0 410513184 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190820722960 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6058] ppid=6051 vsize=15484996 memory=577368 CPUtime=2.45 cores=1,3,5,7
/proc/6053/task/6058/stat : 6058 (java) S 6051 6051 3331 0 -1 1077944384 5711 0 0 0 223 22 0 0 20 0 19 0 410513184 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190476196240 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6059] ppid=6051 vsize=15484996 memory=577368 CPUtime=0.49 cores=1,3,5,7
/proc/6053/task/6059/stat : 6059 (java) S 6051 6051 3331 0 -1 1077944384 5556 0 0 0 28 21 0 0 20 0 19 0 410513186 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190029114096 140190886603394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6060] ppid=6051 vsize=15484996 memory=576856 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6060/stat : 6060 (java) S 6051 6051 3331 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 410513186 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190028060384 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6061] ppid=6051 vsize=15484996 memory=576856 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6061/stat : 6061 (java) S 6051 6051 3331 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 410513186 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190027007232 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6062] ppid=6051 vsize=15484996 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6062/stat : 6062 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410513189 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190025955792 140190886610843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6063] ppid=6051 vsize=15484996 memory=0 CPUtime=2.91 cores=1,3,5,7
/proc/6053/task/6063/stat : 6063 (java) S 6051 6051 3331 0 -1 1077944384 18455 0 0 0 290 1 0 0 20 0 19 0 410513189 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190024902896 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6064] ppid=6051 vsize=15484996 memory=2257 CPUtime=2.72 cores=1,3,5,7
/proc/6053/task/6064/stat : 6064 (java) S 6051 6051 3331 0 -1 1077944384 18367 0 0 0 269 3 0 0 20 0 19 0 410513189 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190023850352 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6065] ppid=6051 vsize=15484996 memory=1452 CPUtime=0.6 cores=1,3,5,7
/proc/6053/task/6065/stat : 6065 (java) S 6051 6051 3331 0 -1 1077944384 8056 0 0 0 59 1 0 0 20 0 19 0 410513189 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190022797296 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6066] ppid=6051 vsize=15484996 memory=577368 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6066/stat : 6066 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410513189 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190021744992 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6067] ppid=6051 vsize=15484996 memory=1452 CPUtime=0.24 cores=1,3,5,7
/proc/6053/task/6067/stat : 6067 (java) S 6051 6051 3331 0 -1 1077944384 1621 0 0 0 0 24 0 0 20 0 19 0 410513189 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190020693040 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6156] ppid=6051 vsize=15484996 memory=1452 CPUtime=502.76 cores=1,3,5,7
/proc/6053/task/6156/stat : 6156 (java) R 6051 6051 3331 0 -1 4202560 1506 0 0 0 50274 2 0 0 20 0 19 0 410514576 15856635904 144214 33554432000 4194304 4196468 140733725415040 140189939674632 140190504941403 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6157] ppid=6051 vsize=15484996 memory=1452 CPUtime=502.54 cores=1,3,5,7
/proc/6053/task/6157/stat : 6157 (java) R 6051 6051 3331 0 -1 4202560 8054 0 0 0 50250 4 0 0 20 0 19 0 410514576 15856635904 144214 33554432000 4194304 4196468 140733725415040 140189938624608 140190504941099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6158] ppid=6051 vsize=15484996 memory=1452 CPUtime=502.5 cores=1,3,5,7
/proc/6053/task/6158/stat : 6158 (java) R 6051 6051 3331 0 -1 4202560 3432 0 0 0 50248 2 0 0 20 0 19 0 410514576 15856635904 144214 33554432000 4194304 4196468 140733725415040 140190015770984 140190504781357 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6159] ppid=6051 vsize=15484996 memory=576856 CPUtime=502.49 cores=1,3,5,7
/proc/6053/task/6159/stat : 6159 (java) R 6051 6051 3331 0 -1 4202560 1111 0 0 0 50249 0 0 0 20 0 19 0 410514576 15856635904 144214 33554432000 4194304 4196468 140733725415040 140189942832736 140190507426516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
Current children cumulated CPU time: 2058.04 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 578308 KiB

[startup+582.301 s]
/proc/loadavg: 8.41 8.14 7.93 9/238 6713
/proc/meminfo: memFree=19016124/32770624 swapFree=66959216/67108860
[pid=6051] ppid=6048 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6051/stat : 6051 (xcsp3-exec) S 6048 6051 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410513183 115843072 363 33554432000 4194304 5098028 140736012727392 140736012725496 140248245273212 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15077376 140736012735355 140736012735597 140736012735597 140736012738506 0
/proc/6051/statm: 28282 363 304 221 0 87 0
[pid=6053] ppid=6051 vsize=15484996 memory=694432 CPUtime=2296.73 cores=1,3,5,7
/proc/6053/stat : 6053 (java) S 6051 6051 3331 0 -1 1077944320 110380 0 0 0 229529 144 0 0 20 0 19 0 410513183 15856635904 173608 33554432000 4194304 4196468 140733725415040 140733725397584 140190886592247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
/proc/6053/statm: 3871249 173608 3532 1 0 3832351 0
[pid=6053/tid=6054] ppid=6051 vsize=15484996 memory=1452 CPUtime=0.52 cores=1,3,5,7
/proc/6053/task/6054/stat : 6054 (java) S 6051 6051 3331 0 -1 1077944384 9265 0 0 0 48 4 0 0 20 0 19 0 410513184 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190890833024 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6055] ppid=6051 vsize=15484996 memory=694432 CPUtime=3 cores=1,3,5,7
/proc/6053/task/6055/stat : 6055 (java) S 6051 6051 3331 0 -1 1077944384 6318 0 0 0 276 24 0 0 20 0 19 0 410513184 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190822828560 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6056] ppid=6051 vsize=15484996 memory=5793693468212171435 CPUtime=3 cores=1,3,5,7
/proc/6053/task/6056/stat : 6056 (java) S 6051 6051 3331 0 -1 1077944384 6833 0 0 0 275 25 0 0 20 0 19 0 410513184 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190821776016 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6057] ppid=6051 vsize=15484996 memory=279577273670608 CPUtime=3 cores=1,3,5,7
/proc/6053/task/6057/stat : 6057 (java) S 6051 6051 3331 0 -1 1077944384 5896 0 0 0 278 22 0 0 20 0 19 0 410513184 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190820722960 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6058] ppid=6051 vsize=15484996 memory=609888 CPUtime=3.01 cores=1,3,5,7
/proc/6053/task/6058/stat : 6058 (java) S 6051 6051 3331 0 -1 1077944384 6102 0 0 0 276 25 0 0 20 0 19 0 410513184 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190476196240 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6059] ppid=6051 vsize=15484996 memory=671788 CPUtime=0.55 cores=1,3,5,7
/proc/6053/task/6059/stat : 6059 (java) S 6051 6051 3331 0 -1 1077944384 7663 0 0 0 31 24 0 0 20 0 19 0 410513186 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190029114096 140190886603394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6060] ppid=6051 vsize=15484996 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6060/stat : 6060 (java) S 6051 6051 3331 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 410513186 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190028060384 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6061] ppid=6051 vsize=15484996 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6061/stat : 6061 (java) S 6051 6051 3331 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 410513186 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190027007232 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6062] ppid=6051 vsize=15484996 memory=694432 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6062/stat : 6062 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410513189 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190025955792 140190886610843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6063] ppid=6051 vsize=15484996 memory=1452 CPUtime=2.93 cores=1,3,5,7
/proc/6053/task/6063/stat : 6063 (java) S 6051 6051 3331 0 -1 1077944384 18604 0 0 0 292 1 0 0 20 0 19 0 410513189 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190024902896 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6064] ppid=6051 vsize=15484996 memory=671788 CPUtime=2.72 cores=1,3,5,7
/proc/6053/task/6064/stat : 6064 (java) S 6051 6051 3331 0 -1 1077944384 18369 0 0 0 269 3 0 0 20 0 19 0 410513189 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190023850352 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6065] ppid=6051 vsize=15484996 memory=3620 CPUtime=0.6 cores=1,3,5,7
/proc/6053/task/6065/stat : 6065 (java) S 6051 6051 3331 0 -1 1077944384 8061 0 0 0 59 1 0 0 20 0 19 0 410513189 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190022797296 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6066] ppid=6051 vsize=15484996 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6066/stat : 6066 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410513189 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190021744992 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6067] ppid=6051 vsize=15484996 memory=1452 CPUtime=0.26 cores=1,3,5,7
/proc/6053/task/6067/stat : 6067 (java) S 6051 6051 3331 0 -1 1077944384 1642 0 0 0 0 26 0 0 20 0 19 0 410513189 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190020693040 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6156] ppid=6051 vsize=15484996 memory=671788 CPUtime=562.01 cores=1,3,5,7
/proc/6053/task/6156/stat : 6156 (java) R 6051 6051 3331 0 -1 4202560 1657 0 0 0 56199 2 0 0 20 0 19 0 410514576 15856635904 173608 33554432000 4194304 4196468 140733725415040 140189939674552 140190505800069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6157] ppid=6051 vsize=15484996 memory=671788 CPUtime=561.51 cores=1,3,5,7
/proc/6053/task/6157/stat : 6157 (java) R 6051 6051 3331 0 -1 4202560 9933 0 0 0 56146 5 0 0 20 0 19 0 410514576 15856635904 173608 33554432000 4194304 4196468 140733725415040 140189938622696 140190505754989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6158] ppid=6051 vsize=15484996 memory=1452 CPUtime=561.69 cores=1,3,5,7
/proc/6053/task/6158/stat : 6158 (java) R 6051 6051 3331 0 -1 4202560 3610 0 0 0 56167 2 0 0 20 0 19 0 410514576 15856635904 173608 33554432000 4194304 4196468 140733725415040 140190015770608 140190506412534 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6159] ppid=6051 vsize=15484996 memory=671652 CPUtime=561.41 cores=1,3,5,7
/proc/6053/task/6159/stat : 6159 (java) R 6051 6051 3331 0 -1 4202560 1219 0 0 0 56141 0 0 0 20 0 19 0 410514576 15856635904 173608 33554432000 4194304 4196468 140733725415040 140189942835520 140190507426516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
Current children cumulated CPU time: 2296.73 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 695884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+638.401 s]
/proc/loadavg: 8.67 8.27 7.99 10/237 6719
/proc/meminfo: memFree=18946852/32770624 swapFree=66959216/67108860
[pid=6051] ppid=6048 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6051/stat : 6051 (xcsp3-exec) S 6048 6051 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410513183 115843072 363 33554432000 4194304 5098028 140736012727392 140736012725496 140248245273212 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15077376 140736012735355 140736012735597 140736012735597 140736012738506 0
/proc/6051/statm: 28282 363 304 221 0 87 0
[pid=6053] ppid=6051 vsize=15484996 memory=772060 CPUtime=2520.04 cores=1,3,5,7
/proc/6053/stat : 6053 (java) S 6051 6051 3331 0 -1 1077944320 112895 0 0 0 251853 151 0 0 20 0 19 0 410513183 15856635904 193015 33554432000 4194304 4196468 140733725415040 140733725397584 140190886592247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
/proc/6053/statm: 3871249 193015 3532 1 0 3832351 0
[pid=6053/tid=6054] ppid=6051 vsize=15484996 memory=1564 CPUtime=0.52 cores=1,3,5,7
/proc/6053/task/6054/stat : 6054 (java) S 6051 6051 3331 0 -1 1077944384 9265 0 0 0 48 4 0 0 20 0 19 0 410513184 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190890833024 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6055] ppid=6051 vsize=15484996 memory=5964 CPUtime=3.12 cores=1,3,5,7
/proc/6053/task/6055/stat : 6055 (java) S 6051 6051 3331 0 -1 1077944384 6348 0 0 0 287 25 0 0 20 0 19 0 410513184 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190822828560 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6056] ppid=6051 vsize=15484996 memory=1060 CPUtime=3.12 cores=1,3,5,7
/proc/6053/task/6056/stat : 6056 (java) S 6051 6051 3331 0 -1 1077944384 7415 0 0 0 286 26 0 0 20 0 19 0 410513184 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190821776016 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6057] ppid=6051 vsize=15484996 memory=2828 CPUtime=3.12 cores=1,3,5,7
/proc/6053/task/6057/stat : 6057 (java) S 6051 6051 3331 0 -1 1077944384 5949 0 0 0 289 23 0 0 20 0 19 0 410513184 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190820722960 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6058] ppid=6051 vsize=15484996 memory=1216 CPUtime=3.13 cores=1,3,5,7
/proc/6053/task/6058/stat : 6058 (java) S 6051 6051 3331 0 -1 1077944384 6133 0 0 0 287 26 0 0 20 0 19 0 410513184 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190476196240 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6059] ppid=6051 vsize=15484996 memory=984 CPUtime=0.55 cores=1,3,5,7
/proc/6053/task/6059/stat : 6059 (java) S 6051 6051 3331 0 -1 1077944384 7702 0 0 0 31 24 0 0 20 0 19 0 410513186 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190029114096 140190886603394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6060] ppid=6051 vsize=15484996 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6060/stat : 6060 (java) S 6051 6051 3331 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 410513186 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190028060384 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6061] ppid=6051 vsize=15484996 memory=20700 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6061/stat : 6061 (java) S 6051 6051 3331 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 410513186 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190027007232 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6062] ppid=6051 vsize=15484996 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6062/stat : 6062 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410513189 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190025955792 140190886610843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6063] ppid=6051 vsize=15484996 memory=1436 CPUtime=2.93 cores=1,3,5,7
/proc/6053/task/6063/stat : 6063 (java) S 6051 6051 3331 0 -1 1077944384 18606 0 0 0 292 1 0 0 20 0 19 0 410513189 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190024902896 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6064] ppid=6051 vsize=15484996 memory=580 CPUtime=2.72 cores=1,3,5,7
/proc/6053/task/6064/stat : 6064 (java) S 6051 6051 3331 0 -1 1077944384 18371 0 0 0 269 3 0 0 20 0 19 0 410513189 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190023850352 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6065] ppid=6051 vsize=15484996 memory=1720 CPUtime=0.6 cores=1,3,5,7
/proc/6053/task/6065/stat : 6065 (java) S 6051 6051 3331 0 -1 1077944384 8063 0 0 0 59 1 0 0 20 0 19 0 410513189 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190022797296 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6066] ppid=6051 vsize=15484996 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6053/task/6066/stat : 6066 (java) S 6051 6051 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410513189 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190021744992 140190886602453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6067] ppid=6051 vsize=15484996 memory=772060 CPUtime=0.29 cores=1,3,5,7
/proc/6053/task/6067/stat : 6067 (java) S 6051 6051 3331 0 -1 1077944384 1646 0 0 0 0 29 0 0 20 0 19 0 410513189 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190020693040 140190886603394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6156] ppid=6051 vsize=15484996 memory=1060 CPUtime=617.97 cores=1,3,5,7
/proc/6053/task/6156/stat : 6156 (java) R 6051 6051 3331 0 -1 4202560 1693 0 0 0 61794 3 0 0 20 0 19 0 410514576 15856635904 193015 33554432000 4194304 4196468 140733725415040 140189939677456 140190504941462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6157] ppid=6051 vsize=15484996 memory=2828 CPUtime=617.1 cores=1,3,5,7
/proc/6053/task/6157/stat : 6157 (java) R 6051 6051 3331 0 -1 4202560 11558 0 0 0 61704 6 0 0 20 0 19 0 410514576 15856635904 193015 33554432000 4194304 4196468 140733725415040 140189938623080 140190504940576 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6158] ppid=6051 vsize=15484996 memory=1216 CPUtime=616.99 cores=1,3,5,7
/proc/6053/task/6158/stat : 6158 (java) R 6051 6051 3331 0 -1 4202560 3708 0 0 0 61696 3 0 0 20 0 19 0 410514576 15856635904 193015 33554432000 4194304 4196468 140733725415040 140190015770856 140190504940602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
[pid=6053/tid=6159] ppid=6051 vsize=15484996 memory=984 CPUtime=617.37 cores=1,3,5,7
/proc/6053/task/6159/stat : 6159 (java) R 6051 6051 3331 0 -1 4202560 1230 0 0 0 61736 1 0 0 20 0 19 0 410514576 15856635904 193015 33554432000 4194304 4196468 140733725415040 140189942832752 140190507426516 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32903168 140733725422575 140733725422746 140733725422746 140733725425615 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 773512 KiB

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

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

[startup+638.484 s]
# the end of solver process 6053 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.83 s, system=1.52401 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): 638.484
CPU time (s): 2520.36
CPU user time (s): 2518.83
CPU system time (s): 1.52401
CPU usage (%): 394.741
Max. virtual memory (cumulated for all children) (KiB): 15602196
Max. memory (cumulated for all children) (KiB): 773512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.83
system time used= 1.52401
maximum resident set size= 787452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23116
involuntary context switches= 44428


# summary of solver processes directly reported to runsolver:
#   pid: 6051,6053
#   total CPU time (s): 2520.36
#   total CPU user time (s): 2518.83
#   total CPU system time (s): 1.52401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.07033 second user time and 7.52032 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 05:34:50
IDJOB=4393315
IDBENCH=135747
IDSOLVER=2840
FILE ID=node124/4393315-1568345730
RUNJOBID= node124-1568343408-4479
PBS_JOBID= 21701165
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393315-1568345730/watcher-4393315-1568345730 -o /tmp/evaluation-result-4393315-1568345730/solver-4393315-1568345730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 409130827 HOME/instance-4393315-1568345730.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=409130827

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19691216 kB
MemAvailable:   31627128 kB
Buffers:          172500 kB
Cached:         11925756 kB
SwapCached:        45864 kB
Active:          1221512 kB
Inactive:       11116104 kB
Active(anon):     193652 kB
Inactive(anon):    86808 kB
Active(file):    1027860 kB
Inactive(file): 11029296 kB
Unevictable:      107908 kB
Mlocked:          107908 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             26024 kB
Writeback:             0 kB
AnonPages:        302260 kB
Mapped:            56176 kB
Shmem:             32744 kB
Slab:             336456 kB
SReclaimable:     307216 kB
SUnreclaim:        29240 kB
KernelStack:        3808 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1387780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 05:45:29