Trace number 4406378

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-24SAT (TO)116 2400.19 2388.64

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-04.xml
MD5SUM3ec1135b215453db38ac12e83e420ae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark84.9302
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size28
Distribution of domain sizes[{"size":15,"count":15},{"size":28,"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-4406378-1569401979.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406378-1569401979.xml, -tl, 2400s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
0.74/0.48	c solve instance...
1.02/0.56	o 146 
1.02/0.56	o 145 
1.02/0.56	o 143 
1.02/0.60	o 142 
1.02/0.60	o 141 
1.31/0.62	o 138 
1.31/0.62	o 137 
1.31/0.63	o 135 
1.63/0.71	o 134 
1.63/0.71	o 133 
1.63/0.73	o 122 
1.63/0.75	o 119 
2.87/1.14	o 116 
2400.14/2388.60	s SATISFIABLE
2400.14/2388.60	v <instantiation>
2400.14/2388.60	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>
2400.14/2388.60	v 	<values>5 2 0 3 4 1 8 13 12 14 11 10 7 6 9 6 4 10 4 9 14 13 10 8 8 5 6 6 6 7 </values>
2400.14/2388.60	v </instantiation>
2400.14/2388.60	c Unexpected resolution interruption!

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406378-1569401979/watcher-4406378-1569401979 -o /var/tmp/evaluation-result-4406378-1569401979/solver-4406378-1569401979 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569396628-31597 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 13758179 HOME/instance-4406378-1569401979.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=32538, runsolver pid=32535

[startup+0.100142 s]*
/proc/loadavg: 1.46 1.47 1.65 5/230 32554
/proc/meminfo: memFree=23714584/32770624 swapFree=66997156/67108860
[pid=32538] ppid=32535 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32538/stat : 32538 (xcsp3-exec) S 32535 32538 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516136218 115843072 364 33554432000 4194304 5098028 140721615919584 140721615917688 139696143286908 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30494720 140721615922008 140721615922265 140721615922265 140721615925190 0
/proc/32538/statm: 28282 364 305 221 0 87 0
[pid=32540] ppid=32538 vsize=15144776 memory=28672 CPUtime=0.13 cores=1,3,5,7
/proc/32540/stat : 32540 (java) S 32538 32538 31565 0 -1 1077944320 5571 0 0 0 12 1 0 0 20 0 15 0 516136219 15508250624 7168 33554432000 4194304 4196468 140724848372016 140724848354560 140647861894903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
/proc/32540/statm: 3786194 7168 3207 1 0 3748377 0
[pid=32540/tid=32541] ppid=32538 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/32540/task/32541/stat : 32541 (java) R 32538 32538 31565 0 -1 4202560 3413 0 0 0 8 1 0 0 20 0 15 0 516136219 15508250624 7168 33554432000 4194304 4196468 140724848372016 140647866126224 140647499121924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32542] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32542/stat : 32542 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136220 15508250624 7168 33554432000 4194304 4196468 140724848372016 140647454083728 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32543] ppid=32538 vsize=15144776 memory=140222161421952 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32543/stat : 32543 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136220 15508250624 7168 33554432000 4194304 4196468 140724848372016 140647453030928 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32544] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32544/stat : 32544 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136220 15508250624 7168 33554432000 4194304 4196468 140724848372016 140647451978128 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32545] ppid=32538 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32545/stat : 32545 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136220 15508250624 7168 33554432000 4194304 4196468 140724848372016 140647450925328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32546] ppid=32538 vsize=15144776 memory=140222161421952 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32546/stat : 32546 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136221 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646937336688 140647861906050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32547] ppid=32538 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32547/stat : 32547 (java) S 32538 32538 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516136221 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646936282656 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32548] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32548/stat : 32548 (java) S 32538 32538 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516136222 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646935229808 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32549] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32549/stat : 32549 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646934178128 140647861913499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32550] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32550/stat : 32550 (java) R 32538 32538 31565 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 15 0 516136224 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646933124672 140647839139648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32551] ppid=32538 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32551/stat : 32551 (java) R 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646932072784 140647861905109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32552] ppid=32538 vsize=15144776 memory=140222161421952 CPUtime=0.02 cores=1,3,5,7
/proc/32540/task/32552/stat : 32552 (java) R 32538 32538 31565 0 -1 4202560 372 0 0 0 2 0 0 0 20 0 15 0 516136224 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646931016904 140647841030841 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32553] ppid=32538 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32553/stat : 32553 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646929967328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32554] ppid=32538 vsize=15144776 memory=140222161421952 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32554/stat : 32554 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136225 15508250624 7168 33554432000 4194304 4196468 140724848372016 140646928915632 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30128 KiB

[startup+0.21149 s]*
/proc/loadavg: 1.46 1.47 1.65 4/230 32554
/proc/meminfo: memFree=23701964/32770624 swapFree=66997156/67108860
[pid=32538] ppid=32535 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32538/stat : 32538 (xcsp3-exec) S 32535 32538 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516136218 115843072 364 33554432000 4194304 5098028 140721615919584 140721615917688 139696143286908 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30494720 140721615922008 140721615922265 140721615922265 140721615925190 0
/proc/32538/statm: 28282 364 305 221 0 87 0
[pid=32540] ppid=32538 vsize=15144776 memory=39532 CPUtime=0.35 cores=1,3,5,7
/proc/32540/stat : 32540 (java) S 32538 32538 31565 0 -1 1077944320 9089 0 0 0 32 3 0 0 20 0 15 0 516136219 15508250624 9883 33554432000 4194304 4196468 140724848372016 140724848354560 140647861894903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
/proc/32540/statm: 3786194 9883 3295 1 0 3748377 0
[pid=32540/tid=32541] ppid=32538 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/32540/task/32541/stat : 32541 (java) R 32538 32538 31565 0 -1 4202560 6182 0 0 0 18 2 0 0 20 0 15 0 516136219 15508250624 9883 33554432000 4194304 4196468 140724848372016 140647866133216 140647498985593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32542] ppid=32538 vsize=15144776 memory=2128866 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32542/stat : 32542 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136220 15508250624 9883 33554432000 4194304 4196468 140724848372016 140647454083728 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32543] ppid=32538 vsize=15144776 memory=140222165322147 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32543/stat : 32543 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136220 15508250624 9883 33554432000 4194304 4196468 140724848372016 140647453030928 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32544] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32544/stat : 32544 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136220 15508250624 9883 33554432000 4194304 4196468 140724848372016 140647451978128 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32545] ppid=32538 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32545/stat : 32545 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136220 15508250624 9883 33554432000 4194304 4196468 140724848372016 140647450925328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32546] ppid=32538 vsize=15144776 memory=140222161421952 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32546/stat : 32546 (java) S 32538 32538 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516136221 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646937336688 140647861906050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32547] ppid=32538 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32547/stat : 32547 (java) S 32538 32538 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516136221 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646936282656 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32548] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32548/stat : 32548 (java) S 32538 32538 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516136222 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646935229808 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32549] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32549/stat : 32549 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646934178128 140647861913499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32550] ppid=32538 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32540/task/32550/stat : 32550 (java) S 32538 32538 31565 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 516136224 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646933125488 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32551] ppid=32538 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32540/task/32551/stat : 32551 (java) S 32538 32538 31565 0 -1 1077944384 151 0 0 0 2 0 0 0 20 0 15 0 516136224 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646932072688 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32552] ppid=32538 vsize=15144776 memory=140222161421952 CPUtime=0.08 cores=1,3,5,7
/proc/32540/task/32552/stat : 32552 (java) R 32538 32538 31565 0 -1 4202560 928 0 0 0 8 0 0 0 20 0 15 0 516136224 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646931019888 140647861916250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32553] ppid=32538 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32553/stat : 32553 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646929967328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32554] ppid=32538 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32554/stat : 32554 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136225 15508250624 9883 33554432000 4194304 4196468 140724848372016 140646928915632 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 40988 KiB

[startup+0.310613 s]*
/proc/loadavg: 1.46 1.47 1.65 4/230 32554
/proc/meminfo: memFree=23694560/32770624 swapFree=66997156/67108860
[pid=32538] ppid=32535 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32538/stat : 32538 (xcsp3-exec) S 32535 32538 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516136218 115843072 364 33554432000 4194304 5098028 140721615919584 140721615917688 139696143286908 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30494720 140721615922008 140721615922265 140721615922265 140721615925190 0
/proc/32538/statm: 28282 364 305 221 0 87 0
[pid=32540] ppid=32538 vsize=15149032 memory=48808 CPUtime=0.53 cores=1,3,5,7
/proc/32540/stat : 32540 (java) S 32538 32538 31565 0 -1 1077944320 10535 0 0 0 49 4 0 0 20 0 15 0 516136219 15512608768 12202 33554432000 4194304 4196468 140724848372016 140724848354560 140647861894903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
/proc/32540/statm: 3787258 12202 3370 1 0 3748377 0
[pid=32540/tid=32541] ppid=32538 vsize=15149032 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/32540/task/32541/stat : 32541 (java) R 32538 32538 31565 0 -1 4202560 7294 0 0 0 26 3 0 0 20 0 15 0 516136219 15512608768 12202 33554432000 4194304 4196468 140724848372016 140647866128688 140647845975390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32542] ppid=32538 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32542/stat : 32542 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136220 15512608768 12202 33554432000 4194304 4196468 140724848372016 140647454083728 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32543] ppid=32538 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32543/stat : 32543 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136220 15512608768 12202 33554432000 4194304 4196468 140724848372016 140647453030928 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32544] ppid=32538 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32544/stat : 32544 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136220 15512608768 12202 33554432000 4194304 4196468 140724848372016 140647451978128 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32545] ppid=32538 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32545/stat : 32545 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136220 15512608768 12202 33554432000 4194304 4196468 140724848372016 140647450925328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32546] ppid=32538 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32546/stat : 32546 (java) S 32538 32538 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516136221 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646937336688 140647861906050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32547] ppid=32538 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32547/stat : 32547 (java) S 32538 32538 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516136221 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646936282656 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32548] ppid=32538 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32548/stat : 32548 (java) S 32538 32538 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516136222 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646935229808 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32549] ppid=32538 vsize=15149032 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32549/stat : 32549 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646934178128 140647861913499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32550] ppid=32538 vsize=15149032 memory=4426078206164241782 CPUtime=0.03 cores=1,3,5,7
/proc/32540/task/32550/stat : 32550 (java) S 32538 32538 31565 0 -1 1077944384 541 0 0 0 3 0 0 0 20 0 15 0 516136224 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646933125488 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32551] ppid=32538 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32540/task/32551/stat : 32551 (java) R 32538 32538 31565 0 -1 4202560 247 0 0 0 5 0 0 0 20 0 15 0 516136224 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646932053704 140647841141644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32552] ppid=32538 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/32540/task/32552/stat : 32552 (java) S 32538 32538 31565 0 -1 1077944384 1146 0 0 0 13 0 0 0 20 0 15 0 516136224 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646931019888 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32553] ppid=32538 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32553/stat : 32553 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646929967328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32554] ppid=32538 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32554/stat : 32554 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136225 15512608768 12202 33554432000 4194304 4196468 140724848372016 140646928915632 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50264 KiB

[startup+0.709162 s]
/proc/loadavg: 1.46 1.47 1.65 9/229 32554
/proc/meminfo: memFree=23676776/32770624 swapFree=66997156/67108860
[pid=32538] ppid=32535 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32538/stat : 32538 (xcsp3-exec) S 32535 32538 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516136218 115843072 364 33554432000 4194304 5098028 140721615919584 140721615917688 139696143286908 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30494720 140721615922008 140721615922265 140721615922265 140721615925190 0
/proc/32538/statm: 28282 364 305 221 0 87 0
[pid=32540] ppid=32538 vsize=15151156 memory=81268 CPUtime=1.63 cores=1,3,5,7
/proc/32540/stat : 32540 (java) S 32538 32538 31565 0 -1 1077944320 17536 0 0 0 156 7 0 0 20 0 15 0 516136219 15514783744 20317 33554432000 4194304 4196468 140724848372016 140724848354560 140647861894903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
/proc/32540/statm: 3787789 20317 3455 1 0 3748889 0
[pid=32540/tid=32541] ppid=32538 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/32540/task/32541/stat : 32541 (java) R 32538 32538 31565 0 -1 4202560 8649 0 0 0 63 5 0 0 20 0 15 0 516136219 15514783744 20317 33554432000 4194304 4196468 140724848372016 140647866134200 140647846424613 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32542] ppid=32538 vsize=15151156 memory=288230608904420306 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32542/stat : 32542 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136220 15514783744 20317 33554432000 4194304 4196468 140724848372016 140647454083728 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32543] ppid=32538 vsize=15151156 memory=15535211066729520 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32543/stat : 32543 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136220 15514783744 20317 33554432000 4194304 4196468 140724848372016 140647453030928 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32544] ppid=32538 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32544/stat : 32544 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136220 15514783744 20317 33554432000 4194304 4196468 140724848372016 140647451978128 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32545] ppid=32538 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32545/stat : 32545 (java) S 32538 32538 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516136220 15514783744 20317 33554432000 4194304 4196468 140724848372016 140647450925328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32546] ppid=32538 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32546/stat : 32546 (java) S 32538 32538 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516136221 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646937336688 140647861906050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32547] ppid=32538 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32547/stat : 32547 (java) S 32538 32538 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516136221 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646936282656 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32548] ppid=32538 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32548/stat : 32548 (java) S 32538 32538 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516136222 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646935229808 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32549] ppid=32538 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32549/stat : 32549 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646934178128 140647861913499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32550] ppid=32538 vsize=15151156 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/32540/task/32550/stat : 32550 (java) R 32538 32538 31565 0 -1 4202560 3045 0 0 0 29 0 0 0 20 0 15 0 516136224 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646933110152 140647846287128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32551] ppid=32538 vsize=15151156 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/32540/task/32551/stat : 32551 (java) R 32538 32538 31565 0 -1 4202560 2349 0 0 0 32 0 0 0 20 0 15 0 516136224 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646932057352 140647847002745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32552] ppid=32538 vsize=15151156 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/32540/task/32552/stat : 32552 (java) S 32538 32538 31565 0 -1 1077944384 2183 0 0 0 31 0 0 0 20 0 15 0 516136224 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646931019888 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32553] ppid=32538 vsize=15151156 memory=8244515594115246183 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32553/stat : 32553 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646929967328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32554] ppid=32538 vsize=15151156 memory=7595159583273407089 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32554/stat : 32554 (java) S 32538 32538 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516136225 15514783744 20317 33554432000 4194304 4196468 140724848372016 140646928915632 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 82724 KiB

[startup+1.50086 s]
/proc/loadavg: 1.46 1.47 1.65 5/229 32554
/proc/meminfo: memFree=23650412/32770624 swapFree=66997156/67108860
[pid=32538] ppid=32535 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32538/stat : 32538 (xcsp3-exec) S 32535 32538 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516136218 115843072 364 33554432000 4194304 5098028 140721615919584 140721615917688 139696143286908 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30494720 140721615922008 140721615922265 140721615922265 140721615925190 0
/proc/32538/statm: 28282 364 305 221 0 87 0

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

/proc/32540/task/32548/stat : 32548 (java) S 32538 32538 31565 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 516136222 15514783744 452146 33554432000 4194304 4196468 140724848372016 140646935229824 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32549] ppid=32538 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32549/stat : 32549 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 452146 33554432000 4194304 4196468 140724848372016 140646934178128 140647861913499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32550] ppid=32538 vsize=15151156 memory=1456 CPUtime=1.84 cores=1,3,5,7
/proc/32540/task/32550/stat : 32550 (java) S 32538 32538 31565 0 -1 1077944384 13372 0 0 0 182 2 0 0 20 0 15 0 516136224 15514783744 452146 33554432000 4194304 4196468 140724848372016 140646933125488 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32551] ppid=32538 vsize=15151156 memory=1456 CPUtime=1.93 cores=1,3,5,7
/proc/32540/task/32551/stat : 32551 (java) S 32538 32538 31565 0 -1 1077944384 15406 0 0 0 192 1 0 0 20 0 15 0 516136224 15514783744 452146 33554432000 4194304 4196468 140724848372016 140646932072688 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32552] ppid=32538 vsize=15151156 memory=1808584 CPUtime=0.46 cores=1,3,5,7
/proc/32540/task/32552/stat : 32552 (java) S 32538 32538 31565 0 -1 1077944384 7847 0 0 0 45 1 0 0 20 0 15 0 516136224 15514783744 452146 33554432000 4194304 4196468 140724848372016 140646931019888 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32553] ppid=32538 vsize=15151156 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32553/stat : 32553 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 452146 33554432000 4194304 4196468 140724848372016 140646929967328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32554] ppid=32538 vsize=15151156 memory=988 CPUtime=0.49 cores=1,3,5,7
/proc/32540/task/32554/stat : 32554 (java) S 32538 32538 31565 0 -1 1077944384 1722 0 0 0 21 28 0 0 20 0 15 0 516136225 15514783744 452146 33554432000 4194304 4196468 140724848372016 140646928915632 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
Current children cumulated CPU time: 2272.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1810040 KiB

[startup+2322.3 s]
/proc/loadavg: 1.84 1.84 1.79 3/229 401
/proc/meminfo: memFree=22868164/32770624 swapFree=66997164/67108860
[pid=32538] ppid=32535 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32538/stat : 32538 (xcsp3-exec) S 32535 32538 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516136218 115843072 364 33554432000 4194304 5098028 140721615919584 140721615917688 139696143286908 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30494720 140721615922008 140721615922265 140721615922265 140721615925190 0
/proc/32538/statm: 28282 364 305 221 0 87 0
[pid=32540] ppid=32538 vsize=15151156 memory=2688656 CPUtime=2332.91 cores=1,3,5,7
/proc/32540/stat : 32540 (java) S 32538 32538 31565 0 -1 1077944320 162374 0 0 0 232685 606 0 0 20 0 15 0 516136219 15514783744 672164 33554432000 4194304 4196468 140724848372016 140724848354560 140647861894903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
/proc/32540/statm: 3787789 672164 3528 1 0 3748889 0
[pid=32540/tid=32541] ppid=32538 vsize=15151156 memory=2614640 CPUtime=2318.49 cores=1,3,5,7
/proc/32540/task/32541/stat : 32541 (java) R 32538 32538 31565 0 -1 4202560 92224 0 0 0 231316 533 0 0 20 0 15 0 516136219 15514783744 672164 33554432000 4194304 4196468 140724848372016 140647866134616 140647502901644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32542] ppid=32538 vsize=15151156 memory=2468656 CPUtime=2.12 cores=1,3,5,7
/proc/32540/task/32542/stat : 32542 (java) S 32538 32538 31565 0 -1 1077944384 5939 0 0 0 206 6 0 0 20 0 15 0 516136220 15514783744 672164 33554432000 4194304 4196468 140724848372016 140647454083728 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32543] ppid=32538 vsize=15151156 memory=2651648 CPUtime=2.12 cores=1,3,5,7
/proc/32540/task/32543/stat : 32543 (java) S 32538 32538 31565 0 -1 1077944384 4872 0 0 0 206 6 0 0 20 0 15 0 516136220 15514783744 672164 33554432000 4194304 4196468 140724848372016 140647453030928 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32544] ppid=32538 vsize=15151156 memory=1456 CPUtime=2.12 cores=1,3,5,7
/proc/32540/task/32544/stat : 32544 (java) S 32538 32538 31565 0 -1 1077944384 3763 0 0 0 205 7 0 0 20 0 15 0 516136220 15514783744 672164 33554432000 4194304 4196468 140724848372016 140647451978128 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32545] ppid=32538 vsize=15151156 memory=1456 CPUtime=2.12 cores=1,3,5,7
/proc/32540/task/32545/stat : 32545 (java) S 32538 32538 31565 0 -1 1077944384 4109 0 0 0 205 7 0 0 20 0 15 0 516136220 15514783744 672164 33554432000 4194304 4196468 140724848372016 140647450925328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32546] ppid=32538 vsize=15151156 memory=1915528 CPUtime=1.1 cores=1,3,5,7
/proc/32540/task/32546/stat : 32546 (java) S 32538 32538 31565 0 -1 1077944384 11685 0 0 0 89 21 0 0 20 0 15 0 516136221 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646937336688 140647861906050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32547] ppid=32538 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32547/stat : 32547 (java) S 32538 32538 31565 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 516136221 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646936282720 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32548] ppid=32538 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32548/stat : 32548 (java) S 32538 32538 31565 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 516136222 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646935229824 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32549] ppid=32538 vsize=15151156 memory=1843540 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32549/stat : 32549 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646934178128 140647861913499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32550] ppid=32538 vsize=15151156 memory=1917632 CPUtime=1.84 cores=1,3,5,7
/proc/32540/task/32550/stat : 32550 (java) S 32538 32538 31565 0 -1 1077944384 13374 0 0 0 182 2 0 0 20 0 15 0 516136224 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646933125488 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32551] ppid=32538 vsize=15151156 memory=3624 CPUtime=1.93 cores=1,3,5,7
/proc/32540/task/32551/stat : 32551 (java) S 32538 32538 31565 0 -1 1077944384 15408 0 0 0 192 1 0 0 20 0 15 0 516136224 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646932072688 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32552] ppid=32538 vsize=15151156 memory=1708 CPUtime=0.47 cores=1,3,5,7
/proc/32540/task/32552/stat : 32552 (java) S 32538 32538 31565 0 -1 1077944384 7849 0 0 0 46 1 0 0 20 0 15 0 516136224 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646931019888 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32553] ppid=32538 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32553/stat : 32553 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646929967328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32554] ppid=32538 vsize=15151156 memory=1917632 CPUtime=0.5 cores=1,3,5,7
/proc/32540/task/32554/stat : 32554 (java) S 32538 32538 31565 0 -1 1077944384 1727 0 0 0 21 29 0 0 20 0 15 0 516136225 15514783744 672164 33554432000 4194304 4196468 140724848372016 140646928915632 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
Current children cumulated CPU time: 2332.91 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2690112 KiB

[startup+2382.3 s]
/proc/loadavg: 1.69 1.79 1.78 3/229 405
/proc/meminfo: memFree=17875472/32770624 swapFree=66997164/67108860
[pid=32538] ppid=32535 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32538/stat : 32538 (xcsp3-exec) S 32535 32538 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516136218 115843072 364 33554432000 4194304 5098028 140721615919584 140721615917688 139696143286908 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30494720 140721615922008 140721615922265 140721615922265 140721615925190 0
/proc/32538/statm: 28282 364 305 221 0 87 0
[pid=32540] ppid=32538 vsize=15151156 memory=7680632 CPUtime=2393.7 cores=1,3,5,7
/proc/32540/stat : 32540 (java) S 32538 32538 31565 0 -1 1077944320 174908 0 0 0 238688 682 0 0 20 0 15 0 516136219 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140724848354560 140647861894903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
/proc/32540/statm: 3787789 1920158 3528 1 0 3748889 0
[pid=32540/tid=32541] ppid=32538 vsize=15151156 memory=1456 CPUtime=2378.2 cores=1,3,5,7
/proc/32540/task/32541/stat : 32541 (java) R 32538 32538 31565 0 -1 4202560 100697 0 0 0 237213 607 0 0 20 0 15 0 516136219 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140647866134616 140647502431479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32542] ppid=32538 vsize=15151156 memory=7604560 CPUtime=2.38 cores=1,3,5,7
/proc/32540/task/32542/stat : 32542 (java) S 32538 32538 31565 0 -1 1077944384 6394 0 0 0 232 6 0 0 20 0 15 0 516136220 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140647454083728 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32543] ppid=32538 vsize=15151156 memory=6549792 CPUtime=2.39 cores=1,3,5,7
/proc/32540/task/32543/stat : 32543 (java) S 32538 32538 31565 0 -1 1077944384 5637 0 0 0 232 7 0 0 20 0 15 0 516136220 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140647453030928 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32544] ppid=32538 vsize=15151156 memory=1456 CPUtime=2.38 cores=1,3,5,7
/proc/32540/task/32544/stat : 32544 (java) S 32538 32538 31565 0 -1 1077944384 4764 0 0 0 231 7 0 0 20 0 15 0 516136220 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140647451978128 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32545] ppid=32538 vsize=15151156 memory=6512784 CPUtime=2.38 cores=1,3,5,7
/proc/32540/task/32545/stat : 32545 (java) S 32538 32538 31565 0 -1 1077944384 5767 0 0 0 231 7 0 0 20 0 15 0 516136220 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140647450925328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32546] ppid=32538 vsize=15151156 memory=7680632 CPUtime=1.11 cores=1,3,5,7
/proc/32540/task/32546/stat : 32546 (java) S 32538 32538 31565 0 -1 1077944384 11847 0 0 0 90 21 0 0 20 0 15 0 516136221 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646937336688 140647861906050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32547] ppid=32538 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32547/stat : 32547 (java) S 32538 32538 31565 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 516136221 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646936282720 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32548] ppid=32538 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32548/stat : 32548 (java) S 32538 32538 31565 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 516136222 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646935229824 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32549] ppid=32538 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32549/stat : 32549 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646934178128 140647861913499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32550] ppid=32538 vsize=15151156 memory=3624 CPUtime=1.84 cores=1,3,5,7
/proc/32540/task/32550/stat : 32550 (java) S 32538 32538 31565 0 -1 1077944384 13374 0 0 0 182 2 0 0 20 0 15 0 516136224 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646933125488 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32551] ppid=32538 vsize=15151156 memory=1048 CPUtime=1.93 cores=1,3,5,7
/proc/32540/task/32551/stat : 32551 (java) S 32538 32538 31565 0 -1 1077944384 15408 0 0 0 192 1 0 0 20 0 15 0 516136224 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646932072688 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32552] ppid=32538 vsize=15151156 memory=6132 CPUtime=0.47 cores=1,3,5,7
/proc/32540/task/32552/stat : 32552 (java) S 32538 32538 31565 0 -1 1077944384 7850 0 0 0 46 1 0 0 20 0 15 0 516136224 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646931019888 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32553] ppid=32538 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32553/stat : 32553 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646929967328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32554] ppid=32538 vsize=15151156 memory=1456 CPUtime=0.52 cores=1,3,5,7
/proc/32540/task/32554/stat : 32554 (java) S 32538 32538 31565 0 -1 1077944384 1746 0 0 0 22 30 0 0 20 0 15 0 516136225 15514783744 1920158 33554432000 4194304 4196468 140724848372016 140646928915632 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
Current children cumulated CPU time: 2393.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 7682088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.6 s]
/proc/loadavg: 1.71 1.80 1.78 3/230 408
/proc/meminfo: memFree=17269500/32770624 swapFree=66997164/67108860
[pid=32538] ppid=32535 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/32538/stat : 32538 (xcsp3-exec) S 32535 32538 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516136218 115843072 364 33554432000 4194304 5098028 140721615919584 140721615917688 139696143286908 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30494720 140721615922008 140721615922265 140721615922265 140721615925190 0
/proc/32538/statm: 28282 364 305 221 0 87 0
[pid=32540] ppid=32538 vsize=15151156 memory=8285112 CPUtime=2400.14 cores=1,3,5,7
/proc/32540/stat : 32540 (java) S 32538 32538 31565 0 -1 1077944320 175811 0 0 0 239323 691 0 0 20 0 15 0 516136219 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140724848354560 140647861894903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
/proc/32540/statm: 3787789 2071278 3528 1 0 3748889 0
[pid=32540/tid=32541] ppid=32538 vsize=15151156 memory=10596 CPUtime=2384.46 cores=1,3,5,7
/proc/32540/task/32541/stat : 32541 (java) R 32538 32538 31565 0 -1 4202560 101588 0 0 0 237830 616 0 0 20 0 15 0 516136219 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140647866134416 140647504485335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32542] ppid=32538 vsize=15151156 memory=6791534058613427641 CPUtime=2.42 cores=1,3,5,7
/proc/32540/task/32542/stat : 32542 (java) S 32538 32538 31565 0 -1 1077944384 6400 0 0 0 236 6 0 0 20 0 15 0 516136220 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140647454083728 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32543] ppid=32538 vsize=15151156 memory=1412 CPUtime=2.44 cores=1,3,5,7
/proc/32540/task/32543/stat : 32543 (java) S 32538 32538 31565 0 -1 1077944384 5640 0 0 0 237 7 0 0 20 0 15 0 516136220 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140647453030928 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32544] ppid=32538 vsize=15151156 memory=3264 CPUtime=2.43 cores=1,3,5,7
/proc/32540/task/32544/stat : 32544 (java) S 32538 32538 31565 0 -1 1077944384 4764 0 0 0 236 7 0 0 20 0 15 0 516136220 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140647451978128 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32545] ppid=32538 vsize=15151156 memory=1456 CPUtime=2.42 cores=1,3,5,7
/proc/32540/task/32545/stat : 32545 (java) S 32538 32538 31565 0 -1 1077944384 5770 0 0 0 235 7 0 0 20 0 15 0 516136220 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140647450925328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32546] ppid=32538 vsize=15151156 memory=7641572 CPUtime=1.11 cores=1,3,5,7
/proc/32540/task/32546/stat : 32546 (java) S 32538 32538 31565 0 -1 1077944384 11847 0 0 0 90 21 0 0 20 0 15 0 516136221 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646937336688 140647861906050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32547] ppid=32538 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32547/stat : 32547 (java) S 32538 32538 31565 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 516136221 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646936282720 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32548] ppid=32538 vsize=15151156 memory=3240 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32548/stat : 32548 (java) S 32538 32538 31565 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 516136222 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646935229824 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32549] ppid=32538 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32549/stat : 32549 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646934178128 140647861913499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32550] ppid=32538 vsize=15151156 memory=207452 CPUtime=1.84 cores=1,3,5,7
/proc/32540/task/32550/stat : 32550 (java) S 32538 32538 31565 0 -1 1077944384 13374 0 0 0 182 2 0 0 20 0 15 0 516136224 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646933125488 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32551] ppid=32538 vsize=15151156 memory=6791534058613427641 CPUtime=1.93 cores=1,3,5,7
/proc/32540/task/32551/stat : 32551 (java) S 32538 32538 31565 0 -1 1077944384 15408 0 0 0 192 1 0 0 20 0 15 0 516136224 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646932072688 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32552] ppid=32538 vsize=15151156 memory=7002128 CPUtime=0.47 cores=1,3,5,7
/proc/32540/task/32552/stat : 32552 (java) S 32538 32538 31565 0 -1 1077944384 7850 0 0 0 46 1 0 0 20 0 15 0 516136224 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646931019888 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32553] ppid=32538 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/32540/task/32553/stat : 32553 (java) S 32538 32538 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516136224 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646929967328 140647861905109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
[pid=32540/tid=32554] ppid=32538 vsize=15151156 memory=6791534058613427641 CPUtime=0.52 cores=1,3,5,7
/proc/32540/task/32554/stat : 32554 (java) S 32538 32538 31565 0 -1 1077944384 1746 0 0 0 22 30 0 0 20 0 15 0 516136225 15514783744 2071278 33554432000 4194304 4196468 140724848372016 140646928915632 140647861906050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 18972672 140724848374747 140724848374922 140724848374922 140724848377807 0
Current children cumulated CPU time: 2400.14 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 8286568 KiB

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

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

[startup+2388.64 s]
# the end of solver process 32540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.24 s, system=6.94691 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): 2388.64
CPU time (s): 2400.19
CPU user time (s): 2393.24
CPU system time (s): 6.94691
CPU usage (%): 100.483
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 8286568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.24
system time used= 6.94691
maximum resident set size= 8285484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71914
involuntary context switches= 5034


# summary of solver processes directly reported to runsolver:
#   pid: 32538,32540
#   total CPU time (s): 2400.19
#   total CPU user time (s): 2393.24
#   total CPU system time (s): 6.94691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8204 second user time and 19.5832 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-25 10:58:57
IDJOB=4406378
IDBENCH=135733
IDSOLVER=2870
FILE ID=node140/4406378-1569401979
RUNJOBID= node140-1569396628-31597
PBS_JOBID= 21705682
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-04.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406378-1569401979/watcher-4406378-1569401979 -o /var/tmp/evaluation-result-4406378-1569401979/solver-4406378-1569401979 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569396628-31597 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 13758179 HOME/instance-4406378-1569401979.xml

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=13758179

node140.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.43
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.43
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.43
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.43
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:        23729880 kB
MemAvailable:   29857328 kB
Buffers:          147264 kB
Cached:          6084228 kB
SwapCached:         2916 kB
Active:          5114312 kB
Inactive:        3109252 kB
Active(anon):    1989844 kB
Inactive(anon):    57444 kB
Active(file):    3124468 kB
Inactive(file):  3051808 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66997156 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:       2103812 kB
Mapped:            70676 kB
Shmem:             46468 kB
Slab:             408196 kB
SReclaimable:     379632 kB
SUnreclaim:        28564 kB
KernelStack:        4016 kB
PageTables:         9904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3030676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1968128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node140 at 2019-09-25 11:38:46