Trace number 4281622

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 4.0.5 par (2017-08-18)SAT (TO)184 2002.87 252.10699

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n45/
TravellingSalesman-45-30-04.xml
MD5SUM5907a24d8dc1871b0962636261677367
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark248.763
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size34
Maximum domain size45
Distribution of domain sizes[{"size":34,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281622-1503187302.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281622-1503187302.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
2.65/1.11	c solve instance...
3.96/1.32	o 507 
3.96/1.33	o 498 
3.96/1.39	o 203 
3.96/1.40	o 197 
4.56/1.40	o 196 
4.56/1.41	o 195 
4.56/1.43	o 186 
496.06/63.17	o 185 
1845.88/232.48	o 184 
2002.15/252.08	s SATISFIABLE
2002.15/252.08	v <instantiation>
2002.15/252.08	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] </list>
2002.15/252.08	v 	<values>7 4 1 2 13 18 23 32 35 37 36 39 38 34 30 31 26 20 22 25 21 24 28 33 41 44 42 43 40 29 27 17 19 16 15 3 0 5 8 9 10 11 6 14 12 1 3 6 5 5 4 5 2 1 5 2 3 3 2 3 3 4 5 2 3 3 4 6 4 4 9 7 4 6 2 18 1 6 4 6 4 3 2 6 2 2 4 6 3 1 </values>
2002.15/252.08	v </instantiation>
2002.15/252.08	c Unexpected resolution interruption!

Verifier Data

OK	184

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281622-1503187302/watcher-4281622-1503187302 -o /tmp/evaluation-result-4281622-1503187302/solver-4281622-1503187302 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503178145-14492 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 682610641 HOME/instance-4281622-1503187302.xml 

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

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


[startup+0.100168 s]*
/proc/loadavg: 8.06 7.51 6.77 2/199 17979
/proc/meminfo: memFree=27036916/32770624 swapFree=67108860/67108860
[pid=17958] ppid=17955 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17958/stat : 17958 (xcsp3-exec) S 17955 17958 14465 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151818121 9740288 346 33554432000 4194304 5098028 140726234669328 140726234667432 139958723695228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12152832 140726234674283 140726234674492 140726234674492 140726234677227 0
/proc/17958/statm: 2378 346 289 221 0 87 0
[pid=17960] ppid=17958 vsize=25999808 memory=26804 CPUtime=0.12 cores=0-7
/proc/17960/stat : 17960 (java) S 17958 17958 14465 0 -1 1077944320 5633 0 0 0 11 1 0 0 20 0 20 0 151818121 26623803392 6701 33554432000 4194304 4196468 140723283334048 140723283316592 140568304643831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
/proc/17960/statm: 6499952 6701 2847 1 0 6488269 0
[pid=17960/tid=17961] ppid=17958 vsize=25999808 memory=8330421743867828637 CPUtime=0.09 cores=0-7
/proc/17960/task/17961/stat : 17961 (java) R 17958 17958 14465 0 -1 4202560 3643 0 0 0 9 0 0 0 20 0 20 0 151818122 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568308870368 140568288687461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17962] ppid=17958 vsize=25999808 memory=732370325790055397 CPUtime=0 cores=0-7
/proc/17960/task/17962/stat : 17962 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568257264784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17963] ppid=17958 vsize=25999808 memory=140187452601984 CPUtime=0 cores=0-7
/proc/17960/task/17963/stat : 17963 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568256211984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17964] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17964/stat : 17964 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568255159184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17965] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17965/stat : 17965 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151818123 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568254106384 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17966] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17966/stat : 17966 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568253053584 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17967] ppid=17958 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17960/task/17967/stat : 17967 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568252000784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17968] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17968/stat : 17968 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568250947984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17969] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17969/stat : 17969 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26623803392 6701 33554432000 4194304 4196468 140723283334048 140568249895184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17970] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17970/stat : 17970 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818124 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567297112944 140568304654978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17971] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17971/stat : 17971 (java) S 17958 17958 14465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151818124 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567296058912 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17972] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17972/stat : 17972 (java) S 17958 17958 14465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151818125 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567295006064 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17973] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17973/stat : 17973 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818127 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567293954384 140568304662427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17974] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17974/stat : 17974 (java) S 17958 17958 14465 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 151818127 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567292901744 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17975] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17975/stat : 17975 (java) S 17958 17958 14465 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 151818127 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567291848944 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17976] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17976/stat : 17976 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151818127 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567290796144 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17977] ppid=17958 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17960/task/17977/stat : 17977 (java) S 17958 17958 14465 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 20 0 151818127 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567289743344 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17978] ppid=17958 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17978/stat : 17978 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151818127 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567288691808 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17979] ppid=17958 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17960/task/17979/stat : 17979 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818128 26623803392 6701 33554432000 4194304 4196468 140723283334048 140567287639088 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28188 KiB

[startup+0.210079 s]*
/proc/loadavg: 8.06 7.51 6.77 3/199 17979
/proc/meminfo: memFree=27026600/32770624 swapFree=67108860/67108860
[pid=17958] ppid=17955 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17958/stat : 17958 (xcsp3-exec) S 17955 17958 14465 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151818121 9740288 346 33554432000 4194304 5098028 140726234669328 140726234667432 139958723695228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12152832 140726234674283 140726234674492 140726234674492 140726234677227 0
/proc/17958/statm: 2378 346 289 221 0 87 0
[pid=17960] ppid=17958 vsize=26004064 memory=38708 CPUtime=0.33 cores=0-7
/proc/17960/stat : 17960 (java) S 17958 17958 14465 0 -1 1077944320 8204 0 0 0 31 2 0 0 20 0 20 0 151818121 26628161536 9677 33554432000 4194304 4196468 140723283334048 140723283316592 140568304643831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
/proc/17960/statm: 6501016 9677 3078 1 0 6488269 0
[pid=17960/tid=17961] ppid=17958 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/17960/task/17961/stat : 17961 (java) R 17958 17958 14465 0 -1 4202560 5422 0 0 0 19 1 0 0 20 0 20 0 151818122 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568308864824 140568288724318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17962] ppid=17958 vsize=26004064 memory=732370325790055397 CPUtime=0 cores=0-7
/proc/17960/task/17962/stat : 17962 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568257264784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17963] ppid=17958 vsize=26004064 memory=140187452601984 CPUtime=0 cores=0-7
/proc/17960/task/17963/stat : 17963 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568256211984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17964] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17964/stat : 17964 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568255159184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17965] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17965/stat : 17965 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568254106384 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17966] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17966/stat : 17966 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568253053584 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17967] ppid=17958 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17960/task/17967/stat : 17967 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568252000784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17968] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17968/stat : 17968 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568250947984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17969] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17969/stat : 17969 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 9677 33554432000 4194304 4196468 140723283334048 140568249895184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17970] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17970/stat : 17970 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818124 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567297112944 140568304654978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17971] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17971/stat : 17971 (java) S 17958 17958 14465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151818124 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567296058912 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17972] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17972/stat : 17972 (java) S 17958 17958 14465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151818125 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567295006064 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17973] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17973/stat : 17973 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818127 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567293954384 140568304662427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17974] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17974/stat : 17974 (java) S 17958 17958 14465 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 20 0 151818127 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567292901744 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17975] ppid=17958 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/17960/task/17975/stat : 17975 (java) S 17958 17958 14465 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 20 0 151818127 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567291848944 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17976] ppid=17958 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17960/task/17976/stat : 17976 (java) S 17958 17958 14465 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 20 0 151818127 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567290796144 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17977] ppid=17958 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/17960/task/17977/stat : 17977 (java) S 17958 17958 14465 0 -1 1077944384 709 0 0 0 7 0 0 0 20 0 20 0 151818127 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567289743344 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17978] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17978/stat : 17978 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151818127 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567288691808 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17979] ppid=17958 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17960/task/17979/stat : 17979 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818128 26628161536 9677 33554432000 4194304 4196468 140723283334048 140567287639088 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40092 KiB

[startup+0.309381 s]*
/proc/loadavg: 8.06 7.51 6.77 3/199 17979
/proc/meminfo: memFree=27019652/32770624 swapFree=67108860/67108860
[pid=17958] ppid=17955 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17958/stat : 17958 (xcsp3-exec) S 17955 17958 14465 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151818121 9740288 346 33554432000 4194304 5098028 140726234669328 140726234667432 139958723695228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12152832 140726234674283 140726234674492 140726234674492 140726234677227 0
/proc/17958/statm: 2378 346 289 221 0 87 0
[pid=17960] ppid=17958 vsize=26004064 memory=45656 CPUtime=0.49 cores=0-7
/proc/17960/stat : 17960 (java) S 17958 17958 14465 0 -1 1077944320 9147 0 0 0 46 3 0 0 20 0 20 0 151818121 26628161536 11414 33554432000 4194304 4196468 140723283334048 140723283316592 140568304643831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
/proc/17960/statm: 6501016 11414 3099 1 0 6488269 0
[pid=17960/tid=17961] ppid=17958 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/17960/task/17961/stat : 17961 (java) R 17958 17958 14465 0 -1 4202560 6155 0 0 0 27 1 0 0 20 0 20 0 151818122 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568308875232 140568304665757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17962] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17962/stat : 17962 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568257264784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17963] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17963/stat : 17963 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568256211984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17964] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17964/stat : 17964 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568255159184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17965] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17965/stat : 17965 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568254106384 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17966] ppid=17958 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17960/task/17966/stat : 17966 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568253053584 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17967] ppid=17958 vsize=26004064 memory=140187329983407 CPUtime=0 cores=0-7
/proc/17960/task/17967/stat : 17967 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568252000784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17968] ppid=17958 vsize=26004064 memory=140187329985712 CPUtime=0 cores=0-7
/proc/17960/task/17968/stat : 17968 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568250947984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17969] ppid=17958 vsize=26004064 memory=140187329988016 CPUtime=0 cores=0-7
/proc/17960/task/17969/stat : 17969 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26628161536 11414 33554432000 4194304 4196468 140723283334048 140568249895184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17970] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17970/stat : 17970 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818124 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567297112944 140568304654978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17971] ppid=17958 vsize=26004064 memory=280374659982992 CPUtime=0 cores=0-7
/proc/17960/task/17971/stat : 17971 (java) S 17958 17958 14465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151818124 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567296058912 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17972] ppid=17958 vsize=26004064 memory=280374659989904 CPUtime=0 cores=0-7
/proc/17960/task/17972/stat : 17972 (java) S 17958 17958 14465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151818125 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567295006064 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17973] ppid=17958 vsize=26004064 memory=280374659931184 CPUtime=0 cores=0-7
/proc/17960/task/17973/stat : 17973 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818127 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567293954384 140568304662427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17974] ppid=17958 vsize=26004064 memory=280374660003728 CPUtime=0.01 cores=0-7
/proc/17960/task/17974/stat : 17974 (java) S 17958 17958 14465 0 -1 1077944384 360 0 0 0 1 0 0 0 20 0 20 0 151818127 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567292901744 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17975] ppid=17958 vsize=26004064 memory=280374660010640 CPUtime=0.03 cores=0-7
/proc/17960/task/17975/stat : 17975 (java) S 17958 17958 14465 0 -1 1077944384 268 0 0 0 3 0 0 0 20 0 20 0 151818127 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567291848944 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17976] ppid=17958 vsize=26004064 memory=280374660008336 CPUtime=0.02 cores=0-7
/proc/17960/task/17976/stat : 17976 (java) S 17958 17958 14465 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 20 0 151818127 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567290796144 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17977] ppid=17958 vsize=26004064 memory=280374660024496 CPUtime=0.11 cores=0-7
/proc/17960/task/17977/stat : 17977 (java) S 17958 17958 14465 0 -1 1077944384 802 0 0 0 11 0 0 0 20 0 20 0 151818127 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567289743344 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17978] ppid=17958 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17960/task/17978/stat : 17978 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151818127 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567288691808 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17979] ppid=17958 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17960/task/17979/stat : 17979 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818128 26628161536 11414 33554432000 4194304 4196468 140723283334048 140567287639088 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47040 KiB

[startup+0.700847 s]
/proc/loadavg: 8.06 7.51 6.77 3/199 17979
/proc/meminfo: memFree=27003096/32770624 swapFree=67108860/67108860
[pid=17958] ppid=17955 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17958/stat : 17958 (xcsp3-exec) S 17955 17958 14465 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151818121 9740288 346 33554432000 4194304 5098028 140726234669328 140726234667432 139958723695228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12152832 140726234674283 140726234674492 140726234674492 140726234677227 0
/proc/17958/statm: 2378 346 289 221 0 87 0
[pid=17960] ppid=17958 vsize=26006188 memory=78660 CPUtime=1.57 cores=0-7
/proc/17960/stat : 17960 (java) S 17958 17958 14465 0 -1 1077944320 12341 0 0 0 152 5 0 0 20 0 20 0 151818121 26630336512 19665 33554432000 4194304 4196468 140723283334048 140723283316592 140568304643831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
/proc/17960/statm: 6501547 19665 3203 1 0 6488781 0
[pid=17960/tid=17961] ppid=17958 vsize=26006188 memory=280374660319424 CPUtime=0.67 cores=0-7
/proc/17960/task/17961/stat : 17961 (java) R 17958 17958 14465 0 -1 4202560 6756 0 0 0 65 2 0 0 20 0 20 0 151818122 26630336512 19665 33554432000 4194304 4196468 140723283334048 140568308880448 140568304655766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17962] ppid=17958 vsize=26006188 memory=1420 CPUtime=0 cores=0-7
/proc/17960/task/17962/stat : 17962 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151818123 26630336512 19665 33554432000 4194304 4196468 140723283334048 140568257264784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17963] ppid=17958 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/17960/task/17963/stat : 17963 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26630336512 19665 33554432000 4194304 4196468 140723283334048 140568256211984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17964] ppid=17958 vsize=26006188 memory=1712 CPUtime=0 cores=0-7
/proc/17960/task/17964/stat : 17964 (java) S 17958 17958 14465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151818123 26630336512 19665 33554432000 4194304 4196468 140723283334048 140568255159184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0

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

[pid=17960/tid=18051] ppid=17958 vsize=26539728 memory=42140 CPUtime=98.74 cores=0-7
/proc/17960/task/18051/stat : 18051 (java) R 17958 17958 14465 0 -1 4202560 790 0 0 0 9874 0 0 0 20 0 28 0 151824438 27176681472 80622 33554432000 4194304 4196468 140723283334048 140567280124392 140567927816597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
Current children cumulated CPU time: 1287.05 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 323872 KiB

[startup+222.306 s]
/proc/loadavg: 8.09 7.81 7.05 9/208 18058
/proc/meminfo: memFree=26829440/32770624 swapFree=67108860/67108860
[pid=17958] ppid=17955 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17958/stat : 17958 (xcsp3-exec) S 17955 17958 14465 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151818121 9740288 346 33554432000 4194304 5098028 140726234669328 140726234667432 139958723695228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12152832 140726234674283 140726234674492 140726234674492 140726234677227 0
/proc/17958/statm: 2378 346 289 221 0 87 0
[pid=17960] ppid=17958 vsize=26539728 memory=231236 CPUtime=1765.4 cores=0-7
/proc/17960/stat : 17960 (java) S 17958 17958 14465 0 -1 1077944320 104055 0 0 0 176477 63 0 0 20 0 28 0 151818121 27176681472 57809 33554432000 4194304 4196468 140723283334048 140723283316592 140568304643831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
/proc/17960/statm: 6634932 57809 3268 1 0 6622166 0
[pid=17960/tid=17961] ppid=17958 vsize=26539728 memory=234316 CPUtime=1.1 cores=0-7
/proc/17960/task/17961/stat : 17961 (java) S 17958 17958 14465 0 -1 1077944384 7589 0 0 0 108 2 0 0 20 0 28 0 151818122 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568308884608 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17962] ppid=17958 vsize=26539728 memory=1384 CPUtime=0.1 cores=0-7
/proc/17960/task/17962/stat : 17962 (java) S 17958 17958 14465 0 -1 1077944384 2512 0 0 0 7 3 0 0 20 0 28 0 151818123 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568257264784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17963] ppid=17958 vsize=26539728 memory=234316 CPUtime=0.09 cores=0-7
/proc/17960/task/17963/stat : 17963 (java) S 17958 17958 14465 0 -1 1077944384 1642 0 0 0 7 2 0 0 20 0 28 0 151818123 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568256211984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17964] ppid=17958 vsize=26539728 memory=8612 CPUtime=0.11 cores=0-7
/proc/17960/task/17964/stat : 17964 (java) S 17958 17958 14465 0 -1 1077944384 769 0 0 0 7 4 0 0 20 0 28 0 151818123 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568255159184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17965] ppid=17958 vsize=26539728 memory=1224 CPUtime=0.07 cores=0-7
/proc/17960/task/17965/stat : 17965 (java) S 17958 17958 14465 0 -1 1077944384 567 0 0 0 6 1 0 0 20 0 28 0 151818123 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568254106384 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17966] ppid=17958 vsize=26539728 memory=916 CPUtime=0.1 cores=0-7
/proc/17960/task/17966/stat : 17966 (java) S 17958 17958 14465 0 -1 1077944384 1926 0 0 0 8 2 0 0 20 0 28 0 151818123 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568253053584 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17967] ppid=17958 vsize=26539728 memory=4584 CPUtime=0.09 cores=0-7
/proc/17960/task/17967/stat : 17967 (java) S 17958 17958 14465 0 -1 1077944384 2260 0 0 0 7 2 0 0 20 0 28 0 151818123 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568252000784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17968] ppid=17958 vsize=26539728 memory=1384 CPUtime=0.09 cores=0-7
/proc/17960/task/17968/stat : 17968 (java) S 17958 17958 14465 0 -1 1077944384 1632 0 0 0 7 2 0 0 20 0 28 0 151818123 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568250947984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17969] ppid=17958 vsize=26539728 memory=241468 CPUtime=0.09 cores=0-7
/proc/17960/task/17969/stat : 17969 (java) S 17958 17958 14465 0 -1 1077944384 1077 0 0 0 7 2 0 0 20 0 28 0 151818123 27176681472 57809 33554432000 4194304 4196468 140723283334048 140568249895184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17970] ppid=17958 vsize=26539728 memory=1384 CPUtime=0.08 cores=0-7
/proc/17960/task/17970/stat : 17970 (java) S 17958 17958 14465 0 -1 1077944384 4775 0 0 0 5 3 0 0 20 0 28 0 151818124 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567297112944 140568304654978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17971] ppid=17958 vsize=26539728 memory=322488 CPUtime=0 cores=0-7
/proc/17960/task/17971/stat : 17971 (java) S 17958 17958 14465 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 151818124 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567296058976 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17972] ppid=17958 vsize=26539728 memory=4465 CPUtime=0 cores=0-7
/proc/17960/task/17972/stat : 17972 (java) S 17958 17958 14465 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 151818125 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567295006064 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17973] ppid=17958 vsize=26539728 memory=4420 CPUtime=0 cores=0-7
/proc/17960/task/17973/stat : 17973 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151818127 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567293954384 140568304662427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17974] ppid=17958 vsize=26539728 memory=2428 CPUtime=2.35 cores=0-7
/proc/17960/task/17974/stat : 17974 (java) S 17958 17958 14465 0 -1 1077944384 9555 0 0 0 232 3 0 0 20 0 28 0 151818127 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567292901744 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17975] ppid=17958 vsize=26539728 memory=1728 CPUtime=2.36 cores=0-7
/proc/17960/task/17975/stat : 17975 (java) S 17958 17958 14465 0 -1 1077944384 14799 0 0 0 234 2 0 0 20 0 28 0 151818127 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567291848944 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17976] ppid=17958 vsize=26539728 memory=1420 CPUtime=2.37 cores=0-7
/proc/17960/task/17976/stat : 17976 (java) S 17958 17958 14465 0 -1 1077944384 11858 0 0 0 234 3 0 0 20 0 28 0 151818127 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567290796144 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17977] ppid=17958 vsize=26539728 memory=1384 CPUtime=0.78 cores=0-7
/proc/17960/task/17977/stat : 17977 (java) S 17958 17958 14465 0 -1 1077944384 9804 0 0 0 76 2 0 0 20 0 28 0 151818127 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567289743344 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17978] ppid=17958 vsize=26539728 memory=244548 CPUtime=0 cores=0-7
/proc/17960/task/17978/stat : 17978 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151818127 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567288691808 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17979] ppid=17958 vsize=26539728 memory=1384 CPUtime=0.05 cores=0-7
/proc/17960/task/17979/stat : 17979 (java) S 17958 17958 14465 0 -1 1077944384 781 0 0 0 0 5 0 0 20 0 28 0 151818128 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567287639088 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18044] ppid=17958 vsize=26539728 memory=4612 CPUtime=158.84 cores=0-7
/proc/17960/task/18044/stat : 18044 (java) R 17958 17958 14465 0 -1 4202560 1043 0 0 0 15884 0 0 0 20 0 28 0 151824438 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567271704832 140567927923765 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18045] ppid=17958 vsize=26539728 memory=15876 CPUtime=158.44 cores=0-7
/proc/17960/task/18045/stat : 18045 (java) R 17958 17958 14465 0 -1 4202560 730 0 0 0 15844 0 0 0 20 0 28 0 151824438 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567273807840 140567926835548 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18046] ppid=17958 vsize=26539728 memory=1384 CPUtime=158.6 cores=0-7
/proc/17960/task/18046/stat : 18046 (java) R 17958 17958 14465 0 -1 4202560 1385 0 0 0 15860 0 0 0 20 0 28 0 151824438 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567276965792 140567926835398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18047] ppid=17958 vsize=26539728 memory=1712 CPUtime=158.41 cores=0-7
/proc/17960/task/18047/stat : 18047 (java) R 17958 17958 14465 0 -1 4202560 3147 0 0 0 15840 1 0 0 20 0 28 0 151824438 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567274860448 140567927921836 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18048] ppid=17958 vsize=26539728 memory=1952 CPUtime=158.59 cores=0-7
/proc/17960/task/18048/stat : 18048 (java) R 17958 17958 14465 0 -1 4202560 2124 0 0 0 15858 1 0 0 20 0 28 0 151824438 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567272758656 140567926177606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18049] ppid=17958 vsize=26539728 memory=4140 CPUtime=157.4 cores=0-7
/proc/17960/task/18049/stat : 18049 (java) R 17958 17958 14465 0 -1 4202560 5460 0 0 0 15737 3 0 0 20 0 28 0 151824438 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567278018008 140567927719570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18050] ppid=17958 vsize=26539728 memory=1384 CPUtime=158.77 cores=0-7
/proc/17960/task/18050/stat : 18050 (java) R 17958 17958 14465 0 -1 4202560 3716 0 0 0 15876 1 0 0 20 0 28 0 151824438 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567279071712 140567927921877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18051] ppid=17958 vsize=26539728 memory=238392 CPUtime=158.68 cores=0-7
/proc/17960/task/18051/stat : 18051 (java) R 17958 17958 14465 0 -1 4202560 992 0 0 0 15868 0 0 0 20 0 28 0 151824438 27176681472 57809 33554432000 4194304 4196468 140723283334048 140567280124256 140567926836791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
Current children cumulated CPU time: 1765.4 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 232620 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.38 7.91 7.11 9/208 18066
/proc/meminfo: memFree=26853816/32770624 swapFree=67108860/67108860
[pid=17958] ppid=17955 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17958/stat : 17958 (xcsp3-exec) S 17955 17958 14465 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151818121 9740288 346 33554432000 4194304 5098028 140726234669328 140726234667432 139958723695228 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12152832 140726234674283 140726234674492 140726234674492 140726234677227 0
/proc/17958/statm: 2378 346 289 221 0 87 0
[pid=17960] ppid=17958 vsize=26539728 memory=210304 CPUtime=2002.15 cores=0-7
/proc/17960/stat : 17960 (java) S 17958 17958 14465 0 -1 1077944320 119669 0 0 0 200145 70 0 0 20 0 28 0 151818121 27176681472 52576 33554432000 4194304 4196468 140723283334048 140723283316592 140568304643831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
/proc/17960/statm: 6634932 52576 3269 1 0 6622166 0
[pid=17960/tid=17961] ppid=17958 vsize=26539728 memory=6791534058613427641 CPUtime=1.1 cores=0-7
/proc/17960/task/17961/stat : 17961 (java) S 17958 17958 14465 0 -1 1077944384 7746 0 0 0 108 2 0 0 20 0 28 0 151818122 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568308884608 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17962] ppid=17958 vsize=26539728 memory=-7003737579269690708 CPUtime=0.11 cores=0-7
/proc/17960/task/17962/stat : 17962 (java) S 17958 17958 14465 0 -1 1077944384 2637 0 0 0 8 3 0 0 20 0 28 0 151818123 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568257264784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17963] ppid=17958 vsize=26539728 memory=2240 CPUtime=0.11 cores=0-7
/proc/17960/task/17963/stat : 17963 (java) S 17958 17958 14465 0 -1 1077944384 2851 0 0 0 8 3 0 0 20 0 28 0 151818123 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568256211984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17964] ppid=17958 vsize=26539728 memory=4128 CPUtime=0.11 cores=0-7
/proc/17960/task/17964/stat : 17964 (java) S 17958 17958 14465 0 -1 1077944384 1425 0 0 0 7 4 0 0 20 0 28 0 151818123 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568255159184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17965] ppid=17958 vsize=26539728 memory=1572 CPUtime=0.09 cores=0-7
/proc/17960/task/17965/stat : 17965 (java) S 17958 17958 14465 0 -1 1077944384 748 0 0 0 7 2 0 0 20 0 28 0 151818123 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568254106384 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17966] ppid=17958 vsize=26539728 memory=932 CPUtime=0.1 cores=0-7
/proc/17960/task/17966/stat : 17966 (java) S 17958 17958 14465 0 -1 1077944384 2510 0 0 0 8 2 0 0 20 0 28 0 151818123 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568253053584 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17967] ppid=17958 vsize=26539728 memory=211328 CPUtime=0.11 cores=0-7
/proc/17960/task/17967/stat : 17967 (java) S 17958 17958 14465 0 -1 1077944384 2870 0 0 0 8 3 0 0 20 0 28 0 151818123 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568252000784 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17968] ppid=17958 vsize=26539728 memory=2424 CPUtime=0.1 cores=0-7
/proc/17960/task/17968/stat : 17968 (java) S 17958 17958 14465 0 -1 1077944384 2214 0 0 0 8 2 0 0 20 0 28 0 151818123 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568250947984 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17969] ppid=17958 vsize=26539728 memory=1236 CPUtime=0.1 cores=0-7
/proc/17960/task/17969/stat : 17969 (java) S 17958 17958 14465 0 -1 1077944384 1275 0 0 0 8 2 0 0 20 0 28 0 151818123 27176681472 52576 33554432000 4194304 4196468 140723283334048 140568249895184 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17970] ppid=17958 vsize=26539728 memory=2240 CPUtime=0.08 cores=0-7
/proc/17960/task/17970/stat : 17970 (java) S 17958 17958 14465 0 -1 1077944384 6747 0 0 0 5 3 0 0 20 0 28 0 151818124 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567297112944 140568304654978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17971] ppid=17958 vsize=26539728 memory=4128 CPUtime=0 cores=0-7
/proc/17960/task/17971/stat : 17971 (java) S 17958 17958 14465 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 151818124 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567296058976 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17972] ppid=17958 vsize=26539728 memory=1572 CPUtime=0 cores=0-7
/proc/17960/task/17972/stat : 17972 (java) S 17958 17958 14465 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 151818125 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567295006064 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17973] ppid=17958 vsize=26539728 memory=932 CPUtime=0 cores=0-7
/proc/17960/task/17973/stat : 17973 (java) S 17958 17958 14465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151818127 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567293954384 140568304662427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17974] ppid=17958 vsize=26539728 memory=2200 CPUtime=2.36 cores=0-7
/proc/17960/task/17974/stat : 17974 (java) S 17958 17958 14465 0 -1 1077944384 10224 0 0 0 233 3 0 0 20 0 28 0 151818127 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567292901744 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17975] ppid=17958 vsize=26539728 memory=7792 CPUtime=2.36 cores=0-7
/proc/17960/task/17975/stat : 17975 (java) S 17958 17958 14465 0 -1 1077944384 14811 0 0 0 234 2 0 0 20 0 28 0 151818127 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567291848944 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17976] ppid=17958 vsize=26539728 memory=1384 CPUtime=2.37 cores=0-7
/proc/17960/task/17976/stat : 17976 (java) S 17958 17958 14465 0 -1 1077944384 11874 0 0 0 234 3 0 0 20 0 28 0 151818127 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567290796144 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17977] ppid=17958 vsize=26539728 memory=1384 CPUtime=0.78 cores=0-7
/proc/17960/task/17977/stat : 17977 (java) S 17958 17958 14465 0 -1 1077944384 11325 0 0 0 76 2 0 0 20 0 28 0 151818127 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567289743344 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17978] ppid=17958 vsize=26539728 memory=213376 CPUtime=0 cores=0-7
/proc/17960/task/17978/stat : 17978 (java) S 17958 17958 14465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151818127 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567288691808 140568304654037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=17979] ppid=17958 vsize=26539728 memory=211328 CPUtime=0.05 cores=0-7
/proc/17960/task/17979/stat : 17979 (java) S 17958 17958 14465 0 -1 1077944384 932 0 0 0 0 5 0 0 20 0 28 0 151818128 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567287639088 140568304654978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18059] ppid=17958 vsize=26539728 memory=4128 CPUtime=19.49 cores=0-7
/proc/17960/task/18059/stat : 18059 (java) R 17958 17958 14465 0 -1 4202560 338 0 0 0 1949 0 0 0 20 0 28 0 151841370 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567272754280 140567926835453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18060] ppid=17958 vsize=26539728 memory=1572 CPUtime=19.5 cores=0-7
/proc/17960/task/18060/stat : 18060 (java) R 17958 17958 14465 0 -1 4202560 241 0 0 0 1950 0 0 0 20 0 28 0 151841370 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567278018592 140567927921836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18061] ppid=17958 vsize=26539728 memory=932 CPUtime=19.49 cores=0-7
/proc/17960/task/18061/stat : 18061 (java) R 17958 17958 14465 0 -1 4202560 346 0 0 0 1949 0 0 0 20 0 28 0 151841370 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567273808016 140567926177931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18062] ppid=17958 vsize=26539728 memory=2200 CPUtime=19.34 cores=0-7
/proc/17960/task/18062/stat : 18062 (java) R 17958 17958 14465 0 -1 4202560 667 0 0 0 1933 1 0 0 20 0 28 0 151841370 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567279071192 140567926299271 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18063] ppid=17958 vsize=26539728 memory=7792 CPUtime=19.24 cores=0-7
/proc/17960/task/18063/stat : 18063 (java) R 17958 17958 14465 0 -1 4202560 923 0 0 0 1924 0 0 0 20 0 28 0 151841370 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567276965584 140568289020951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18064] ppid=17958 vsize=26539728 memory=840 CPUtime=19.49 cores=0-7
/proc/17960/task/18064/stat : 18064 (java) R 17958 17958 14465 0 -1 4202560 198 0 0 0 1949 0 0 0 20 0 28 0 151841370 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567280123624 140567927720595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18065] ppid=17958 vsize=26539728 memory=1692 CPUtime=19.49 cores=0-7
/proc/17960/task/18065/stat : 18065 (java) R 17958 17958 14465 0 -1 4202560 919 0 0 0 1949 0 0 0 20 0 28 0 151841370 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567274860416 140567926835847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
[pid=17960/tid=18066] ppid=17958 vsize=26539728 memory=916 CPUtime=19.47 cores=0-7
/proc/17960/task/18066/stat : 18066 (java) R 17958 17958 14465 0 -1 4202560 1061 0 0 0 1947 0 0 0 20 0 28 0 151841370 27176681472 52576 33554432000 4194304 4196468 140723283334048 140567271705792 140567927744576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11706368 140723283342488 140723283342664 140723283342664 140723283345359 0
Current children cumulated CPU time: 2002.15 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 211688 KiB

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

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

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

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

Child status: 143
Real time (s): 252.107
CPU time (s): 2002.87
CPU user time (s): 2002.16
CPU system time (s): 0.711673
CPU usage (%): 794.452
Max. virtual memory (cumulated for all children) (KiB): 26549240
Max. memory (cumulated for all children) (KiB): 405504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2002.16
system time used= 0.711673
maximum resident set size= 408224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121068
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14270
involuntary context switches= 21538


# summary of solver processes directly reported to runsolver:
#   pid: 17958,17960
#   total CPU time (s): 2002.87
#   total CPU user time (s): 2002.16
#   total CPU system time (s): 0.711673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71587 second user time and 2.34107 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-20 01:47:22
IDJOB=4281622
IDBENCH=135725
IDSOLVER=2676
FILE ID=node107/4281622-1503187302
RUNJOBID= node107-1503178145-14492
PBS_JOBID= 20630849
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n45/TravellingSalesman-45-30-04.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281622-1503187302/watcher-4281622-1503187302 -o /tmp/evaluation-result-4281622-1503187302/solver-4281622-1503187302 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503178145-14492 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 682610641 HOME/instance-4281622-1503187302.xml

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

MD5SUM BENCH= 5907a24d8dc1871b0962636261677367
RANDOM SEED=682610641

node107.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.84
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.84
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.84
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.84
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:        27053536 kB
MemAvailable:   31976104 kB
Buffers:          268868 kB
Cached:          4947372 kB
SwapCached:            0 kB
Active:           838984 kB
Inactive:        4430856 kB
Active(anon):      56576 kB
Inactive(anon):    33132 kB
Active(file):     782408 kB
Inactive(file):  4397724 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:         64488 kB
Mapped:            51540 kB
Shmem:             33420 kB
Slab:             142968 kB
SReclaimable:     116540 kB
SUnreclaim:        26428 kB
KernelStack:        3392 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61860 MiB
End job on node107 at 2017-08-20 01:51:34