Trace number 4403976

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20OPT85 765.752 192.96

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark113.298
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"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-4403976-1568991612.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403976-1568991612.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.04/0.53	c solve instance...
1.04/0.58	o 183 
1.04/0.58	o 170 
1.04/0.58	o 147 
1.04/0.59	o 141 
1.04/0.61	o 137 
1.04/0.61	o 136 
1.37/0.65	o 135 
1.37/0.66	o 132 
1.37/0.68	o 129 
1.68/0.71	o 115 
1.68/0.75	o 114 
1.68/0.78	o 104 
2.44/0.96	o 101 
2.44/1.00	o 98 
3.57/1.25	o 96 
3.57/1.26	o 87 
4.37/1.43	o 85 
765.53/192.95	s OPTIMUM FOUND
765.53/192.95	v <instantiation>
765.53/192.95	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>
765.53/192.95	v 	<values>1 3 7 8 9 13 11 10 14 12 6 5 0 4 2 1 8 1 4 8 2 6 13 5 11 4 5 10 1 6 </values>
765.53/192.95	v </instantiation>

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403976-1568991612/watcher-4403976-1568991612 -o /var/tmp/evaluation-result-4403976-1568991612/solver-4403976-1568991612 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568989944-5359 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 659473948 HOME/instance-4403976-1568991612.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB

solver pid=8582, runsolver pid=8579

[startup+0.100063 s]*
/proc/loadavg: 8.59 8.55 7.30 6/233 8598
/proc/meminfo: memFree=6660108/32770624 swapFree=66972240/67108860
[pid=8582] ppid=8579 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8582/stat : 8582 (xcsp3-exec) S 8579 8582 5327 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475103038 115843072 364 33554432000 4194304 5098028 140721213060384 140721213058488 140224714879612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34656256 140721213068119 140721213068377 140721213068377 140721213071302 0
/proc/8582/statm: 28282 364 305 221 0 87 0
[pid=8584] ppid=8582 vsize=15144776 memory=29172 CPUtime=0.13 cores=1,3,5,7
/proc/8584/stat : 8584 (java) S 8582 8582 5327 0 -1 1077944320 5655 0 0 0 12 1 0 0 20 0 15 0 475103039 15508250624 7293 33554432000 4194304 4196468 140728660656496 140728660639040 140235099287287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
/proc/8584/statm: 3786194 7293 3213 1 0 3748377 0
[pid=8584/tid=8585] ppid=8582 vsize=15144776 memory=7100839852958450802 CPUtime=0.09 cores=1,3,5,7
/proc/8584/task/8585/stat : 8585 (java) R 8582 8582 5327 0 -1 4202560 3544 0 0 0 9 0 0 0 20 0 15 0 475103039 15508250624 7293 33554432000 4194304 4196468 140728660656496 140235103515056 140235091524414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8586] ppid=8582 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8586/stat : 8586 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103040 15508250624 7293 33554432000 4194304 4196468 140728660656496 140235051908240 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8587] ppid=8582 vsize=15144776 memory=140653546231424 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8587/stat : 8587 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475103040 15508250624 7293 33554432000 4194304 4196468 140728660656496 140235050855440 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8588] ppid=8582 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8588/stat : 8588 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103040 15508250624 7293 33554432000 4194304 4196468 140728660656496 140235049802640 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8589] ppid=8582 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8589/stat : 8589 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475103040 15508250624 7293 33554432000 4194304 4196468 140728660656496 140235048749840 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8590] ppid=8582 vsize=15144776 memory=140653546231424 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8590/stat : 8590 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475103041 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234567936368 140235099298434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8591] ppid=8582 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8591/stat : 8591 (java) S 8582 8582 5327 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475103042 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234566882336 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8592] ppid=8582 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8592/stat : 8592 (java) S 8582 8582 5327 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475103042 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234565829488 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8593] ppid=8582 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8593/stat : 8593 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475103044 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234564777808 140235099305883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8594] ppid=8582 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8594/stat : 8594 (java) S 8582 8582 5327 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 475103044 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234563726192 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8595] ppid=8582 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8595/stat : 8595 (java) R 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103044 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234562673392 140235099298434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8596] ppid=8582 vsize=15144776 memory=140653546231424 CPUtime=0.02 cores=1,3,5,7
/proc/8584/task/8596/stat : 8596 (java) R 8582 8582 5327 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 475103044 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234561614944 140235077419896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8597] ppid=8582 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8597/stat : 8597 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475103044 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234560568032 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8598] ppid=8582 vsize=15144776 memory=140653546231424 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8598/stat : 8598 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103045 15508250624 7293 33554432000 4194304 4196468 140728660656496 140234559515312 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30628 KiB

[startup+0.210724 s]*
/proc/loadavg: 8.59 8.55 7.30 7/233 8598
/proc/meminfo: memFree=6646120/32770624 swapFree=66972240/67108860
[pid=8582] ppid=8579 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8582/stat : 8582 (xcsp3-exec) S 8579 8582 5327 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475103038 115843072 364 33554432000 4194304 5098028 140721213060384 140721213058488 140224714879612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34656256 140721213068119 140721213068377 140721213068377 140721213071302 0
/proc/8582/statm: 28282 364 305 221 0 87 0
[pid=8584] ppid=8582 vsize=15144776 memory=41020 CPUtime=0.34 cores=1,3,5,7
/proc/8584/stat : 8584 (java) S 8582 8582 5327 0 -1 1077944320 9474 0 0 0 32 2 0 0 20 0 15 0 475103039 15508250624 10255 33554432000 4194304 4196468 140728660656496 140728660639040 140235099287287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
/proc/8584/statm: 3786194 10255 3317 1 0 3748377 0
[pid=8584/tid=8585] ppid=8582 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/8584/task/8585/stat : 8585 (java) R 8582 8582 5327 0 -1 4202560 6587 0 0 0 18 2 0 0 20 0 15 0 475103039 15508250624 10255 33554432000 4194304 4196468 140728660656496 140235103524752 140235099299222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8586] ppid=8582 vsize=15144776 memory=13657 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8586/stat : 8586 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103040 15508250624 10255 33554432000 4194304 4196468 140728660656496 140235051908240 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8587] ppid=8582 vsize=15144776 memory=140653549764588 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8587/stat : 8587 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475103040 15508250624 10255 33554432000 4194304 4196468 140728660656496 140235050855440 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8588] ppid=8582 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8588/stat : 8588 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103040 15508250624 10255 33554432000 4194304 4196468 140728660656496 140235049802640 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8589] ppid=8582 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8589/stat : 8589 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475103040 15508250624 10255 33554432000 4194304 4196468 140728660656496 140235048749840 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8590] ppid=8582 vsize=15144776 memory=140653546231424 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8590/stat : 8590 (java) S 8582 8582 5327 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475103041 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234567936368 140235099298434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8591] ppid=8582 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8591/stat : 8591 (java) S 8582 8582 5327 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475103042 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234566882336 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8592] ppid=8582 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8592/stat : 8592 (java) S 8582 8582 5327 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475103042 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234565829488 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8593] ppid=8582 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8593/stat : 8593 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475103044 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234564777808 140235099305883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8594] ppid=8582 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8584/task/8594/stat : 8594 (java) S 8582 8582 5327 0 -1 1077944384 734 0 0 0 2 0 0 0 20 0 15 0 475103044 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234563726192 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8595] ppid=8582 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8584/task/8595/stat : 8595 (java) S 8582 8582 5327 0 -1 1077944384 76 0 0 0 2 0 0 0 20 0 15 0 475103044 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234562673392 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8596] ppid=8582 vsize=15144776 memory=140653546231424 CPUtime=0.08 cores=1,3,5,7
/proc/8584/task/8596/stat : 8596 (java) S 8582 8582 5327 0 -1 1077944384 772 0 0 0 8 0 0 0 20 0 15 0 475103044 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234561620592 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8597] ppid=8582 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8597/stat : 8597 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475103044 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234560568032 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8598] ppid=8582 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8598/stat : 8598 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103045 15508250624 10255 33554432000 4194304 4196468 140728660656496 140234559515312 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42476 KiB

[startup+0.31058 s]*
/proc/loadavg: 8.59 8.55 7.30 7/233 8598
/proc/meminfo: memFree=6638940/32770624 swapFree=66972240/67108860
[pid=8582] ppid=8579 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8582/stat : 8582 (xcsp3-exec) S 8579 8582 5327 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475103038 115843072 364 33554432000 4194304 5098028 140721213060384 140721213058488 140224714879612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34656256 140721213068119 140721213068377 140721213068377 140721213071302 0
/proc/8582/statm: 28282 364 305 221 0 87 0
[pid=8584] ppid=8582 vsize=15149032 memory=49752 CPUtime=0.52 cores=1,3,5,7
/proc/8584/stat : 8584 (java) S 8582 8582 5327 0 -1 1077944320 10778 0 0 0 49 3 0 0 20 0 15 0 475103039 15512608768 12438 33554432000 4194304 4196468 140728660656496 140728660639040 140235099287287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
/proc/8584/statm: 3787258 12438 3351 1 0 3748377 0
[pid=8584/tid=8585] ppid=8582 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/8584/task/8585/stat : 8585 (java) R 8582 8582 5327 0 -1 4202560 7801 0 0 0 27 2 0 0 20 0 15 0 475103039 15512608768 12438 33554432000 4194304 4196468 140728660656496 140235103515056 140235083367774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8586] ppid=8582 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8586/stat : 8586 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103040 15512608768 12438 33554432000 4194304 4196468 140728660656496 140235051908240 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8587] ppid=8582 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8587/stat : 8587 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475103040 15512608768 12438 33554432000 4194304 4196468 140728660656496 140235050855440 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8588] ppid=8582 vsize=15149032 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8588/stat : 8588 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103040 15512608768 12438 33554432000 4194304 4196468 140728660656496 140235049802640 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8589] ppid=8582 vsize=15149032 memory=8562125494162282060 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8589/stat : 8589 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475103040 15512608768 12438 33554432000 4194304 4196468 140728660656496 140235048749840 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8590] ppid=8582 vsize=15149032 memory=7295649549999711634 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8590/stat : 8590 (java) S 8582 8582 5327 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475103041 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234567936368 140235099298434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8591] ppid=8582 vsize=15149032 memory=6944938067432061290 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8591/stat : 8591 (java) S 8582 8582 5327 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475103042 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234566882336 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8592] ppid=8582 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8592/stat : 8592 (java) S 8582 8582 5327 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475103042 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234565829488 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8593] ppid=8582 vsize=15149032 memory=7100839852926015589 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8593/stat : 8593 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475103044 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234564777808 140235099305883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8594] ppid=8582 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=1,3,5,7
/proc/8584/task/8594/stat : 8594 (java) S 8582 8582 5327 0 -1 1077944384 745 0 0 0 4 0 0 0 20 0 15 0 475103044 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234563726192 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8595] ppid=8582 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8584/task/8595/stat : 8595 (java) S 8582 8582 5327 0 -1 1077944384 85 0 0 0 3 0 0 0 20 0 15 0 475103044 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234562673392 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8596] ppid=8582 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8584/task/8596/stat : 8596 (java) S 8582 8582 5327 0 -1 1077944384 855 0 0 0 12 0 0 0 20 0 15 0 475103044 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234561620592 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8597] ppid=8582 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8597/stat : 8597 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475103044 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234560568032 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8598] ppid=8582 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8598/stat : 8598 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475103045 15512608768 12438 33554432000 4194304 4196468 140728660656496 140234559515312 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51208 KiB

[startup+0.701336 s]
/proc/loadavg: 8.59 8.55 7.30 10/233 8598
/proc/meminfo: memFree=6621512/32770624 swapFree=66972240/67108860
[pid=8582] ppid=8579 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8582/stat : 8582 (xcsp3-exec) S 8579 8582 5327 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475103038 115843072 364 33554432000 4194304 5098028 140721213060384 140721213058488 140224714879612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34656256 140721213068119 140721213068377 140721213068377 140721213071302 0
/proc/8582/statm: 28282 364 305 221 0 87 0
[pid=8584] ppid=8582 vsize=15617104 memory=156392 CPUtime=1.68 cores=1,3,5,7
/proc/8584/stat : 8584 (java) S 8582 8582 5327 0 -1 1077944320 16130 0 0 0 162 6 0 0 20 0 19 0 475103039 15991914496 39098 33554432000 4194304 4196468 140728660656496 140728660639040 140235099287287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
/proc/8584/statm: 3904276 39098 3461 1 0 3865376 0
[pid=8584/tid=8585] ppid=8582 vsize=15617104 memory=1792813303041 CPUtime=0.52 cores=1,3,5,7
/proc/8584/task/8585/stat : 8585 (java) S 8582 8582 5327 0 -1 1077944384 9279 0 0 0 49 3 0 0 20 0 19 0 475103039 15991914496 39098 33554432000 4194304 4196468 140728660656496 140235103528064 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8586] ppid=8582 vsize=15617104 memory=33 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8586/stat : 8586 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475103040 15991914496 39098 33554432000 4194304 4196468 140728660656496 140235051908240 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8587] ppid=8582 vsize=15617104 memory=-7604262568725289114 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8587/stat : 8587 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475103040 15991914496 39098 33554432000 4194304 4196468 140728660656496 140235050855440 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8588] ppid=8582 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8588/stat : 8588 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475103040 15991914496 39098 33554432000 4194304 4196468 140728660656496 140235049802640 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8589] ppid=8582 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8589/stat : 8589 (java) S 8582 8582 5327 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475103040 15991914496 39098 33554432000 4194304 4196468 140728660656496 140235048749840 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8590] ppid=8582 vsize=15617104 memory=43064 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8590/stat : 8590 (java) S 8582 8582 5327 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475103041 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234567936368 140235099298434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8591] ppid=8582 vsize=15617104 memory=992 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8591/stat : 8591 (java) S 8582 8582 5327 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475103042 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234566882336 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8592] ppid=8582 vsize=15617104 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8592/stat : 8592 (java) S 8582 8582 5327 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475103042 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234565829488 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8593] ppid=8582 vsize=15617104 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8593/stat : 8593 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475103044 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234564777808 140235099305883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8594] ppid=8582 vsize=15617104 memory=11624 CPUtime=0.26 cores=1,3,5,7
/proc/8584/task/8594/stat : 8594 (java) R 8582 8582 5327 0 -1 4202560 1334 0 0 0 26 0 0 0 20 0 19 0 475103044 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234563717168 140235080808678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8595] ppid=8582 vsize=15617104 memory=740 CPUtime=0.25 cores=1,3,5,7
/proc/8584/task/8595/stat : 8595 (java) R 8582 8582 5327 0 -1 4202560 1436 0 0 0 25 0 0 0 20 0 19 0 475103044 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234562659272 140235080808694 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8596] ppid=8582 vsize=15617104 memory=1056 CPUtime=0.35 cores=1,3,5,7
/proc/8584/task/8596/stat : 8596 (java) R 8582 8582 5327 0 -1 1077944384 1917 0 0 0 35 0 0 0 20 0 19 0 475103044 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234561620592 140235099298434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8597] ppid=8582 vsize=15617104 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8597/stat : 8597 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475103044 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234560568032 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8598] ppid=8582 vsize=15617104 memory=1040 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8598/stat : 8598 (java) S 8582 8582 5327 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475103045 15991914496 39098 33554432000 4194304 4196468 140728660656496 140234559515312 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 157848 KiB

[startup+1.50134 s]
/proc/loadavg: 8.59 8.55 7.30 12/237 8654
/proc/meminfo: memFree=6498468/32770624 swapFree=66972240/67108860
[pid=8582] ppid=8579 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8582/stat : 8582 (xcsp3-exec) S 8579 8582 5327 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475103038 115843072 364 33554432000 4194304 5098028 140721213060384 140721213058488 140224714879612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34656256 140721213068119 140721213068377 140721213068377 140721213071302 0
/proc/8582/statm: 28282 364 305 221 0 87 0

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

/proc/8584/task/8598/stat : 8598 (java) S 8582 8582 5327 0 -1 1077944384 758 0 0 0 0 3 0 0 20 0 19 0 475103045 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234559515312 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8667] ppid=8582 vsize=15617104 memory=1716 CPUtime=188.24 cores=1,3,5,7
/proc/8584/task/8667/stat : 8667 (java) R 8582 8582 5327 0 -1 4202560 685 0 0 0 18824 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234549243176 140234731175961 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8668] ppid=8582 vsize=15617104 memory=1200 CPUtime=188.42 cores=1,3,5,7
/proc/8584/task/8668/stat : 8668 (java) R 8582 8582 5327 0 -1 4202560 1748 0 0 0 18842 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234547141712 140234729437169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8669] ppid=8582 vsize=15617104 memory=1412 CPUtime=188.41 cores=1,3,5,7
/proc/8584/task/8669/stat : 8669 (java) R 8582 8582 5327 0 -1 4202560 2762 0 0 0 18841 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234545033752 140234730321083 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8670] ppid=8582 vsize=15617104 memory=3208 CPUtime=188.4 cores=1,3,5,7
/proc/8584/task/8670/stat : 8670 (java) R 8582 8582 5327 0 -1 4202560 1345 0 0 0 18840 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234543980176 140234729436746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
Current children cumulated CPU time: 761.98 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 277404 KiB

[startup+192.403 s]
/proc/loadavg: 8.20 8.48 7.52 9/239 8720
/proc/meminfo: memFree=6410872/32770624 swapFree=66972260/67108860
[pid=8582] ppid=8579 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8582/stat : 8582 (xcsp3-exec) S 8579 8582 5327 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475103038 115843072 364 33554432000 4194304 5098028 140721213060384 140721213058488 140224714879612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34656256 140721213068119 140721213068377 140721213068377 140721213071302 0
/proc/8582/statm: 28282 364 305 221 0 87 0
[pid=8584] ppid=8582 vsize=15617104 memory=275948 CPUtime=763.54 cores=1,3,5,7
/proc/8584/stat : 8584 (java) S 8582 8582 5327 0 -1 1077944320 57023 0 0 0 76328 26 0 0 20 0 19 0 475103039 15991914496 68987 33554432000 4194304 4196468 140728660656496 140728660639040 140235099287287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
/proc/8584/statm: 3904276 68987 3514 1 0 3865376 0
[pid=8584/tid=8585] ppid=8582 vsize=15617104 memory=780 CPUtime=0.52 cores=1,3,5,7
/proc/8584/task/8585/stat : 8585 (java) S 8582 8582 5327 0 -1 1077944384 9279 0 0 0 49 3 0 0 20 0 19 0 475103039 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235103528064 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8586] ppid=8582 vsize=15617104 memory=1436 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8586/stat : 8586 (java) S 8582 8582 5327 0 -1 1077944384 1021 0 0 0 15 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235051908240 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8587] ppid=8582 vsize=15617104 memory=1984 CPUtime=0.18 cores=1,3,5,7
/proc/8584/task/8587/stat : 8587 (java) S 8582 8582 5327 0 -1 1077944384 921 0 0 0 14 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235050855440 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8588] ppid=8582 vsize=15617104 memory=2424 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8588/stat : 8588 (java) S 8582 8582 5327 0 -1 1077944384 806 0 0 0 15 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235049802640 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8589] ppid=8582 vsize=15617104 memory=1764 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8589/stat : 8589 (java) S 8582 8582 5327 0 -1 1077944384 2884 0 0 0 14 5 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235048749840 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8590] ppid=8582 vsize=15617104 memory=111636 CPUtime=0.15 cores=1,3,5,7
/proc/8584/task/8590/stat : 8590 (java) S 8582 8582 5327 0 -1 1077944384 1985 0 0 0 13 2 0 0 20 0 19 0 475103041 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234567936368 140235099298434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8591] ppid=8582 vsize=15617104 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8591/stat : 8591 (java) S 8582 8582 5327 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475103042 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234566882400 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8592] ppid=8582 vsize=15617104 memory=275948 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8592/stat : 8592 (java) S 8582 8582 5327 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475103042 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234565829504 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8593] ppid=8582 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8593/stat : 8593 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234564777808 140235099305883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8594] ppid=8582 vsize=15617104 memory=0 CPUtime=2.08 cores=1,3,5,7
/proc/8584/task/8594/stat : 8594 (java) S 8582 8582 5327 0 -1 1077944384 10270 0 0 0 207 1 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234563726192 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8595] ppid=8582 vsize=15617104 memory=2276 CPUtime=2.43 cores=1,3,5,7
/proc/8584/task/8595/stat : 8595 (java) S 8582 8582 5327 0 -1 1077944384 13660 0 0 0 242 1 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234562673392 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8596] ppid=8582 vsize=15617104 memory=281306804004992 CPUtime=0.6 cores=1,3,5,7
/proc/8584/task/8596/stat : 8596 (java) S 8582 8582 5327 0 -1 1077944384 6109 0 0 0 60 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234561620592 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8597] ppid=8582 vsize=15617104 memory=140653402272860 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8597/stat : 8597 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234560568032 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8598] ppid=8582 vsize=15617104 memory=253384 CPUtime=0.03 cores=1,3,5,7
/proc/8584/task/8598/stat : 8598 (java) S 8582 8582 5327 0 -1 1077944384 758 0 0 0 0 3 0 0 20 0 19 0 475103045 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234559515312 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8667] ppid=8582 vsize=15617104 memory=1764 CPUtime=188.63 cores=1,3,5,7
/proc/8584/task/8667/stat : 8667 (java) R 8582 8582 5327 0 -1 4202560 685 0 0 0 18863 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234549243176 140234729436360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8668] ppid=8582 vsize=15617104 memory=1056 CPUtime=188.81 cores=1,3,5,7
/proc/8584/task/8668/stat : 8668 (java) R 8582 8582 5327 0 -1 4202560 1749 0 0 0 18881 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234547141520 140234729436844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8669] ppid=8582 vsize=15617104 memory=1552 CPUtime=188.79 cores=1,3,5,7
/proc/8584/task/8669/stat : 8669 (java) R 8582 8582 5327 0 -1 4202560 2762 0 0 0 18879 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234545033208 140234730395240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8670] ppid=8582 vsize=15617104 memory=1040 CPUtime=188.79 cores=1,3,5,7
/proc/8584/task/8670/stat : 8670 (java) R 8582 8582 5327 0 -1 4202560 1345 0 0 0 18879 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234543980128 140234729436535 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
Current children cumulated CPU time: 763.54 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 277404 KiB

[startup+192.801 s]
/proc/loadavg: 8.20 8.48 7.52 9/239 8720
/proc/meminfo: memFree=6410872/32770624 swapFree=66972260/67108860
[pid=8582] ppid=8579 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8582/stat : 8582 (xcsp3-exec) S 8579 8582 5327 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475103038 115843072 364 33554432000 4194304 5098028 140721213060384 140721213058488 140224714879612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34656256 140721213068119 140721213068377 140721213068377 140721213071302 0
/proc/8582/statm: 28282 364 305 221 0 87 0
[pid=8584] ppid=8582 vsize=15617104 memory=275948 CPUtime=765.13 cores=1,3,5,7
/proc/8584/stat : 8584 (java) S 8582 8582 5327 0 -1 1077944320 57026 0 0 0 76487 26 0 0 20 0 19 0 475103039 15991914496 68987 33554432000 4194304 4196468 140728660656496 140728660639040 140235099287287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
/proc/8584/statm: 3904276 68987 3514 1 0 3865376 0
[pid=8584/tid=8585] ppid=8582 vsize=15617104 memory=1456 CPUtime=0.52 cores=1,3,5,7
/proc/8584/task/8585/stat : 8585 (java) S 8582 8582 5327 0 -1 1077944384 9279 0 0 0 49 3 0 0 20 0 19 0 475103039 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235103528064 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8586] ppid=8582 vsize=15617104 memory=257516 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8586/stat : 8586 (java) S 8582 8582 5327 0 -1 1077944384 1022 0 0 0 15 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235051908240 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8587] ppid=8582 vsize=15617104 memory=8112282956445269571 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8587/stat : 8587 (java) S 8582 8582 5327 0 -1 1077944384 921 0 0 0 15 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235050855440 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8588] ppid=8582 vsize=15617104 memory=275948 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8588/stat : 8588 (java) S 8582 8582 5327 0 -1 1077944384 806 0 0 0 15 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235049802640 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8589] ppid=8582 vsize=15617104 memory=1552 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8589/stat : 8589 (java) S 8582 8582 5327 0 -1 1077944384 2884 0 0 0 14 5 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235048749840 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8590] ppid=8582 vsize=15617104 memory=1040 CPUtime=0.15 cores=1,3,5,7
/proc/8584/task/8590/stat : 8590 (java) S 8582 8582 5327 0 -1 1077944384 1986 0 0 0 13 2 0 0 20 0 19 0 475103041 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234567936368 140235099298434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8591] ppid=8582 vsize=15617104 memory=3644 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8591/stat : 8591 (java) S 8582 8582 5327 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475103042 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234566882400 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8592] ppid=8582 vsize=15617104 memory=780 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8592/stat : 8592 (java) S 8582 8582 5327 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475103042 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234565829504 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8593] ppid=8582 vsize=15617104 memory=275948 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8593/stat : 8593 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234564777808 140235099305883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8594] ppid=8582 vsize=15617104 memory=1456 CPUtime=2.08 cores=1,3,5,7
/proc/8584/task/8594/stat : 8594 (java) S 8582 8582 5327 0 -1 1077944384 10270 0 0 0 207 1 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234563726192 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8595] ppid=8582 vsize=15617104 memory=275948 CPUtime=2.43 cores=1,3,5,7
/proc/8584/task/8595/stat : 8595 (java) S 8582 8582 5327 0 -1 1077944384 13660 0 0 0 242 1 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234562673392 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8596] ppid=8582 vsize=15617104 memory=992 CPUtime=0.6 cores=1,3,5,7
/proc/8584/task/8596/stat : 8596 (java) S 8582 8582 5327 0 -1 1077944384 6109 0 0 0 60 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234561620592 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8597] ppid=8582 vsize=15617104 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8597/stat : 8597 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234560568032 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8598] ppid=8582 vsize=15617104 memory=1432 CPUtime=0.03 cores=1,3,5,7
/proc/8584/task/8598/stat : 8598 (java) S 8582 8582 5327 0 -1 1077944384 758 0 0 0 0 3 0 0 20 0 19 0 475103045 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234559515312 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8667] ppid=8582 vsize=15617104 memory=11624 CPUtime=189.03 cores=1,3,5,7
/proc/8584/task/8667/stat : 8667 (java) R 8582 8582 5327 0 -1 4202560 685 0 0 0 18903 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234549242968 140234729436741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8668] ppid=8582 vsize=15617104 memory=740 CPUtime=189.2 cores=1,3,5,7
/proc/8584/task/8668/stat : 8668 (java) R 8582 8582 5327 0 -1 4202560 1750 0 0 0 18920 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234547138312 140234729437243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8669] ppid=8582 vsize=15617104 memory=1056 CPUtime=189.19 cores=1,3,5,7
/proc/8584/task/8669/stat : 8669 (java) R 8582 8582 5327 0 -1 4202560 2762 0 0 0 18919 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234545033104 140234729436973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8670] ppid=8582 vsize=15617104 memory=1552 CPUtime=189.18 cores=1,3,5,7
/proc/8584/task/8670/stat : 8670 (java) R 8582 8582 5327 0 -1 4202560 1345 0 0 0 18918 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234543983296 140234730323351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
Current children cumulated CPU time: 765.13 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 277404 KiB

[startup+192.901 s]
/proc/loadavg: 8.20 8.48 7.52 9/239 8720
/proc/meminfo: memFree=6410872/32770624 swapFree=66972260/67108860
[pid=8582] ppid=8579 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8582/stat : 8582 (xcsp3-exec) S 8579 8582 5327 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475103038 115843072 364 33554432000 4194304 5098028 140721213060384 140721213058488 140224714879612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34656256 140721213068119 140721213068377 140721213068377 140721213071302 0
/proc/8582/statm: 28282 364 305 221 0 87 0
[pid=8584] ppid=8582 vsize=15617104 memory=275948 CPUtime=765.53 cores=1,3,5,7
/proc/8584/stat : 8584 (java) S 8582 8582 5327 0 -1 1077944320 57026 0 0 0 76527 26 0 0 20 0 19 0 475103039 15991914496 68987 33554432000 4194304 4196468 140728660656496 140728660639040 140235099287287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
/proc/8584/statm: 3904276 68987 3514 1 0 3865376 0
[pid=8584/tid=8585] ppid=8582 vsize=15617104 memory=273900 CPUtime=0.52 cores=1,3,5,7
/proc/8584/task/8585/stat : 8585 (java) S 8582 8582 5327 0 -1 1077944384 9279 0 0 0 49 3 0 0 20 0 19 0 475103039 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235103528064 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8586] ppid=8582 vsize=15617104 memory=275948 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8586/stat : 8586 (java) S 8582 8582 5327 0 -1 1077944384 1022 0 0 0 15 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235051908240 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8587] ppid=8582 vsize=15617104 memory=275948 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8587/stat : 8587 (java) S 8582 8582 5327 0 -1 1077944384 921 0 0 0 15 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235050855440 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8588] ppid=8582 vsize=15617104 memory=1456 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8588/stat : 8588 (java) S 8582 8582 5327 0 -1 1077944384 806 0 0 0 15 4 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235049802640 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8589] ppid=8582 vsize=15617104 memory=1456 CPUtime=0.19 cores=1,3,5,7
/proc/8584/task/8589/stat : 8589 (java) S 8582 8582 5327 0 -1 1077944384 2884 0 0 0 14 5 0 0 20 0 19 0 475103040 15991914496 68987 33554432000 4194304 4196468 140728660656496 140235048749840 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8590] ppid=8582 vsize=15617104 memory=3612 CPUtime=0.15 cores=1,3,5,7
/proc/8584/task/8590/stat : 8590 (java) S 8582 8582 5327 0 -1 1077944384 1986 0 0 0 13 2 0 0 20 0 19 0 475103041 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234567936368 140235099298434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8591] ppid=8582 vsize=15617104 memory=273900 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8591/stat : 8591 (java) S 8582 8582 5327 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475103042 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234566882400 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8592] ppid=8582 vsize=15617104 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8592/stat : 8592 (java) S 8582 8582 5327 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475103042 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234565829504 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8593] ppid=8582 vsize=15617104 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8593/stat : 8593 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234564777808 140235099305883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8594] ppid=8582 vsize=15617104 memory=255432 CPUtime=2.08 cores=1,3,5,7
/proc/8584/task/8594/stat : 8594 (java) S 8582 8582 5327 0 -1 1077944384 10270 0 0 0 207 1 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234563726192 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8595] ppid=8582 vsize=15617104 memory=2120 CPUtime=2.43 cores=1,3,5,7
/proc/8584/task/8595/stat : 8595 (java) S 8582 8582 5327 0 -1 1077944384 13660 0 0 0 242 1 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234562673392 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8596] ppid=8582 vsize=15617104 memory=500 CPUtime=0.6 cores=1,3,5,7
/proc/8584/task/8596/stat : 8596 (java) S 8582 8582 5327 0 -1 1077944384 6109 0 0 0 60 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234561620592 140235099298434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8597] ppid=8582 vsize=15617104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8584/task/8597/stat : 8597 (java) S 8582 8582 5327 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475103044 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234560568032 140235099297493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8598] ppid=8582 vsize=15617104 memory=177510998360858 CPUtime=0.03 cores=1,3,5,7
/proc/8584/task/8598/stat : 8598 (java) R 8582 8582 5327 0 -1 1077944384 758 0 0 0 0 3 0 0 20 0 19 0 475103045 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234559515312 140235099298434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8667] ppid=8582 vsize=15617104 memory=255468 CPUtime=189.13 cores=1,3,5,7
/proc/8584/task/8667/stat : 8667 (java) R 8582 8582 5327 0 -1 4202560 685 0 0 0 18913 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234549242968 140234730590522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8668] ppid=8582 vsize=15617104 memory=1456 CPUtime=189.3 cores=1,3,5,7
/proc/8584/task/8668/stat : 8668 (java) R 8582 8582 5327 0 -1 4202560 1750 0 0 0 18930 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234547138312 140234732263750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8669] ppid=8582 vsize=15617104 memory=275948 CPUtime=189.29 cores=1,3,5,7
/proc/8584/task/8669/stat : 8669 (java) R 8582 8582 5327 0 -1 4202560 2762 0 0 0 18929 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234545033104 140234729437549 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
[pid=8584/tid=8670] ppid=8582 vsize=15617104 memory=1456 CPUtime=189.28 cores=1,3,5,7
/proc/8584/task/8670/stat : 8670 (java) R 8582 8582 5327 0 -1 4202560 1345 0 0 0 18928 0 0 0 20 0 19 0 475103181 15991914496 68987 33554432000 4194304 4196468 140728660656496 140234543983296 140234730323447 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27500544 140728660665307 140728660665482 140728660665482 140728660668367 0
Current children cumulated CPU time: 765.53 s
Current children cumulated vsize: 15730232 KiB
Current children cumulated memory: 277404 KiB

Child status: 0
Real time (s): 192.96
CPU time (s): 765.752
CPU user time (s): 765.479
CPU system time (s): 0.273547
CPU usage (%): 396.846
Max. virtual memory (cumulated for all children) (KiB): 15730232
Max. memory (cumulated for all children) (KiB): 277404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 765.479
system time used= 0.273547
maximum resident set size= 276240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12297
involuntary context switches= 15970


# summary of solver processes directly reported to runsolver:
#   pid: 8582
#   total CPU time (s): 765.752
#   total CPU user time (s): 765.479
#   total CPU system time (s): 0.273547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22816 second user time and 2.21 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 16:59:29
IDJOB=4403976
IDBENCH=135750
IDSOLVER=2864
FILE ID=node117/4403976-1568991612
RUNJOBID= node117-1568989944-5359
PBS_JOBID= 21704646
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.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 /var/tmp/evaluation-result-4403976-1568991612/watcher-4403976-1568991612 -o /var/tmp/evaluation-result-4403976-1568991612/solver-4403976-1568991612 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568989944-5359 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 659473948 HOME/instance-4403976-1568991612.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=659473948

node117.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.75
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.75
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.75
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.75
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:         6675796 kB
MemAvailable:   27669540 kB
Buffers:          136640 kB
Cached:         20762504 kB
SwapCached:        27752 kB
Active:         14545136 kB
Inactive:       10542532 kB
Active(anon):    4160684 kB
Inactive(anon):    68744 kB
Active(file):   10384452 kB
Inactive(file): 10473788 kB
Unevictable:      108556 kB
Mlocked:          108556 kB
SwapTotal:      67108860 kB
SwapFree:       66972240 kB
Dirty:             26152 kB
Writeback:             0 kB
AnonPages:       4274592 kB
Mapped:            61412 kB
Shmem:             32416 kB
Slab:             592916 kB
SReclaimable:     563964 kB
SUnreclaim:        28952 kB
KernelStack:        3968 kB
PageTables:        13992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5390240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4149248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node117 at 2019-09-20 17:02:42