Trace number 4270569

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-09)SAT (TO)715 3237.6299 2520.05

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-24-a4.xml
MD5SUM703fa8ddaec9a7a194d23a6d05243a88
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark599
Best CPU time to get the best result obtained on this benchmark2520.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints35928
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":24}]
Minimum variable degree5820
Maximum variable degree5821
Distribution of variable degrees[{"degree":5820,"count":22},{"degree":5821,"count":2}]
Minimum constraint arity1
Maximum constraint arity24
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4048},{"arity":4,"count":31878},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints35927
Distribution of constraint types[{"type":"intension","count":35927},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4270569-1502723094.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4270569-1502723094.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.32/0.26	c parse instance...
65.55/13.97	c solve instance...
405.27/60.88	o 774 
416.35/62.44	o 746 
599.24/85.85	o 734 
655.42/95.70	o 715 
3237.57/2520.02	s SATISFIABLE
3237.57/2520.02	v <instantiation>
3237.57/2520.02	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] </list>
3237.57/2520.02	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 203 251 289 360 400 474 572 627 666 715 </values>
3237.57/2520.02	v </instantiation>
3237.57/2520.02	c Unexpected resolution interruption!

Verifier Data

OK	715

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270569-1502723094/watcher-4270569-1502723094 -o /tmp/evaluation-result-4270569-1502723094/solver-4270569-1502723094 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502716719-25911 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 306290603 HOME/instance-4270569-1502723094.xml 

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

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

solver pid=28038, runsolver pid=28035

[startup+0.100124 s]*
/proc/loadavg: 7.62 8.34 8.28 2/200 28059
/proc/meminfo: memFree=28692668/32770624 swapFree=67108860/67108860
[pid=28038] ppid=28035 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28038/stat : 28038 (xcsp3-exec) S 28035 28038 25884 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105390298 9740288 346 33554432000 4194304 5098028 140720905288000 140720905286104 139899529458300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18030592 140720905290853 140720905291063 140720905291063 140720905293803 0
/proc/28038/statm: 2378 346 289 221 0 87 0
[pid=28040] ppid=28038 vsize=25999808 memory=26912 CPUtime=0.12 cores=0-7
/proc/28040/stat : 28040 (java) S 28038 28038 25884 0 -1 1077944320 5674 0 0 0 11 1 0 0 20 0 20 0 105390298 26623803392 6728 33554432000 4194304 4196468 140730031062384 140730031044928 139873582989047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
/proc/28040/statm: 6499952 6728 2847 1 0 6488269 0
[pid=28040/tid=28041] ppid=28038 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28040/task/28041/stat : 28041 (java) R 28038 28038 25884 0 -1 4202560 3668 0 0 0 8 1 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873587213104 139873583000982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28042] ppid=28038 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28040/task/28042/stat : 28042 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873535610000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28043] ppid=28038 vsize=25999808 memory=140142381659776 CPUtime=0 cores=0-7
/proc/28040/task/28043/stat : 28043 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873534557200 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28044] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28044/stat : 28044 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873533504400 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28045] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28045/stat : 28045 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873532451600 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28046] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28046/stat : 28046 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873531398800 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28047] ppid=28038 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28040/task/28047/stat : 28047 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873530346000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28048] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28048/stat : 28048 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873134967184 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28049] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28049/stat : 28049 (java) S 28038 28038 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105390299 26623803392 6728 33554432000 4194304 4196468 140730031062384 139873133914384 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28050] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28050/stat : 28050 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390301 26623803392 6728 33554432000 4194304 4196468 140730031062384 139872325106544 139873583000194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28051] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28051/stat : 28051 (java) S 28038 28038 25884 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 105390301 26623803392 6728 33554432000 4194304 4196468 140730031062384 139872324052512 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28052] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28052/stat : 28052 (java) S 28038 28038 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105390302 26623803392 6728 33554432000 4194304 4196468 140730031062384 139872322999664 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28053] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28053/stat : 28053 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390304 26623803392 6728 33554432000 4194304 4196468 140730031062384 139872321947984 139873583007643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28054] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28054/stat : 28054 (java) S 28038 28038 25884 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 105390304 26623803392 6728 33554432000 4194304 4196468 140730031062384 139871985330544 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28055] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28055/stat : 28055 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390304 26623803392 6728 33554432000 4194304 4196468 140730031062384 139871984277744 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28056] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28056/stat : 28056 (java) S 28038 28038 25884 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 105390304 26623803392 6728 33554432000 4194304 4196468 140730031062384 139871983224944 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28057] ppid=28038 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/28040/task/28057/stat : 28057 (java) S 28038 28038 25884 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 20 0 105390304 26623803392 6728 33554432000 4194304 4196468 140730031062384 139871982172144 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28058] ppid=28038 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28058/stat : 28058 (java) S 28038 28038 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105390304 26623803392 6728 33554432000 4194304 4196468 140730031062384 139871981120608 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28059] ppid=28038 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28040/task/28059/stat : 28059 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390305 26623803392 6728 33554432000 4194304 4196468 140730031062384 139871980067888 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28296 KiB

[startup+0.210553 s]*
/proc/loadavg: 7.62 8.34 8.28 2/200 28059
/proc/meminfo: memFree=28682124/32770624 swapFree=67108860/67108860
[pid=28038] ppid=28035 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28038/stat : 28038 (xcsp3-exec) S 28035 28038 25884 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105390298 9740288 346 33554432000 4194304 5098028 140720905288000 140720905286104 139899529458300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18030592 140720905290853 140720905291063 140720905291063 140720905293803 0
/proc/28038/statm: 2378 346 289 221 0 87 0
[pid=28040] ppid=28038 vsize=26004064 memory=39016 CPUtime=0.32 cores=0-7
/proc/28040/stat : 28040 (java) S 28038 28038 25884 0 -1 1077944320 8408 0 0 0 30 2 0 0 20 0 20 0 105390298 26628161536 9754 33554432000 4194304 4196468 140730031062384 140730031044928 139873582989047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
/proc/28040/statm: 6501016 9754 3071 1 0 6488269 0
[pid=28040/tid=28041] ppid=28038 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28040/task/28041/stat : 28041 (java) D 28038 28038 25884 0 -1 1077944384 5502 0 0 0 18 1 0 0 20 0 20 0 105390299 26628161536 9754 33554432000 4194304 4196468 140730031062384 139873587190768 139873575668269 0 4 0 16800975 18446744072101629476 0 0 -1 3 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28042] ppid=28038 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/28040/task/28042/stat : 28042 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 9754 33554432000 4194304 4196468 140730031062384 139873535610000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28043] ppid=28038 vsize=26004096 memory=140142382131129 CPUtime=0 cores=0-7
/proc/28040/task/28043/stat : 28043 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628194304 9754 33554432000 4194304 4196468 140730031062384 139873534557200 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28044] ppid=28038 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/28040/task/28044/stat : 28044 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628194304 9754 33554432000 4194304 4196468 140730031062384 139873533504400 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28045] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28045/stat : 28045 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 9754 33554432000 4194304 4196468 140730031062384 139873532451600 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28046] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28046/stat : 28046 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 9754 33554432000 4194304 4196468 140730031062384 139873531398800 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28047] ppid=28038 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28040/task/28047/stat : 28047 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 9754 33554432000 4194304 4196468 140730031062384 139873530346000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28048] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28048/stat : 28048 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 9754 33554432000 4194304 4196468 140730031062384 139873134967184 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28049] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28049/stat : 28049 (java) S 28038 28038 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 9754 33554432000 4194304 4196468 140730031062384 139873133914384 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28050] ppid=28038 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28050/stat : 28050 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390301 26628194304 9754 33554432000 4194304 4196468 140730031062384 139872325106544 139873583000194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28051] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28051/stat : 28051 (java) S 28038 28038 25884 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 105390301 26628161536 9754 33554432000 4194304 4196468 140730031062384 139872324052512 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28052] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28052/stat : 28052 (java) S 28038 28038 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105390302 26628161536 9754 33554432000 4194304 4196468 140730031062384 139872322999664 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28053] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28053/stat : 28053 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390304 26628161536 9754 33554432000 4194304 4196468 140730031062384 139872321947984 139873583007643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28054] ppid=28038 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/28040/task/28054/stat : 28054 (java) S 28038 28038 25884 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 20 0 105390304 26628161536 9754 33554432000 4194304 4196468 140730031062384 139871985330544 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28055] ppid=28038 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/28040/task/28055/stat : 28055 (java) S 28038 28038 25884 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 20 0 105390304 26628161536 9754 33554432000 4194304 4196468 140730031062384 139871984277744 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28056] ppid=28038 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28040/task/28056/stat : 28056 (java) S 28038 28038 25884 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 20 0 105390304 26628161536 9754 33554432000 4194304 4196468 140730031062384 139871983224944 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28057] ppid=28038 vsize=26004096 memory=-1 CPUtime=0.08 cores=0-7
/proc/28040/task/28057/stat : 28057 (java) S 28038 28038 25884 0 -1 1077944384 714 0 0 0 8 0 0 0 20 0 20 0 105390304 26628194304 9754 33554432000 4194304 4196468 140730031062384 139871982172144 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28058] ppid=28038 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28058/stat : 28058 (java) S 28038 28038 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105390304 26628194304 9754 33554432000 4194304 4196468 140730031062384 139871981120608 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28059] ppid=28038 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28040/task/28059/stat : 28059 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390305 26628161536 9754 33554432000 4194304 4196468 140730031062384 139871980067888 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40400 KiB

[startup+0.310494 s]*
/proc/loadavg: 7.62 8.34 8.28 4/200 28059
/proc/meminfo: memFree=28677720/32770624 swapFree=67108860/67108860
[pid=28038] ppid=28035 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28038/stat : 28038 (xcsp3-exec) S 28035 28038 25884 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105390298 9740288 346 33554432000 4194304 5098028 140720905288000 140720905286104 139899529458300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18030592 140720905290853 140720905291063 140720905291063 140720905293803 0
/proc/28038/statm: 2378 346 289 221 0 87 0
[pid=28040] ppid=28038 vsize=26004064 memory=45908 CPUtime=0.5 cores=0-7
/proc/28040/stat : 28040 (java) S 28038 28038 25884 0 -1 1077944320 9218 0 0 0 47 3 0 0 20 0 20 0 105390298 26628161536 11477 33554432000 4194304 4196468 140730031062384 140730031044928 139873582989047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
/proc/28040/statm: 6501016 11477 3100 1 0 6488269 0
[pid=28040/tid=28041] ppid=28038 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28040/task/28041/stat : 28041 (java) R 28038 28038 25884 0 -1 4202560 6096 0 0 0 27 2 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873587226944 139873583010973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28042] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28042/stat : 28042 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873535610000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28043] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28043/stat : 28043 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873534557200 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28044] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28044/stat : 28044 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873533504400 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28045] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28045/stat : 28045 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873532451600 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28046] ppid=28038 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/28040/task/28046/stat : 28046 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873531398800 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28047] ppid=28038 vsize=26004064 memory=140142232826799 CPUtime=0 cores=0-7
/proc/28040/task/28047/stat : 28047 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873530346000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28048] ppid=28038 vsize=26004064 memory=140142232829104 CPUtime=0 cores=0-7
/proc/28040/task/28048/stat : 28048 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873134967184 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28049] ppid=28038 vsize=26004064 memory=140142232831408 CPUtime=0 cores=0-7
/proc/28040/task/28049/stat : 28049 (java) S 28038 28038 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105390299 26628161536 11477 33554432000 4194304 4196468 140730031062384 139873133914384 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28050] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28050/stat : 28050 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390301 26628161536 11477 33554432000 4194304 4196468 140730031062384 139872325106544 139873583000194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28051] ppid=28038 vsize=26004064 memory=280284465669776 CPUtime=0 cores=0-7
/proc/28040/task/28051/stat : 28051 (java) S 28038 28038 25884 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 105390301 26628161536 11477 33554432000 4194304 4196468 140730031062384 139872324052512 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28052] ppid=28038 vsize=26004064 memory=280284465676688 CPUtime=0 cores=0-7
/proc/28040/task/28052/stat : 28052 (java) S 28038 28038 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105390302 26628161536 11477 33554432000 4194304 4196468 140730031062384 139872322999664 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28053] ppid=28038 vsize=26004064 memory=280284465617968 CPUtime=0 cores=0-7
/proc/28040/task/28053/stat : 28053 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390304 26628161536 11477 33554432000 4194304 4196468 140730031062384 139872321947984 139873583007643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28054] ppid=28038 vsize=26004064 memory=280284465690512 CPUtime=0.01 cores=0-7
/proc/28040/task/28054/stat : 28054 (java) S 28038 28038 25884 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 20 0 105390304 26628161536 11477 33554432000 4194304 4196468 140730031062384 139871985330544 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28055] ppid=28038 vsize=26004064 memory=280284465697424 CPUtime=0.02 cores=0-7
/proc/28040/task/28055/stat : 28055 (java) S 28038 28038 25884 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 20 0 105390304 26628161536 11477 33554432000 4194304 4196468 140730031062384 139871984277744 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28056] ppid=28038 vsize=26004064 memory=280284465695120 CPUtime=0.02 cores=0-7
/proc/28040/task/28056/stat : 28056 (java) R 28038 28038 25884 0 -1 4202560 254 0 0 0 2 0 0 0 20 0 20 0 105390304 26628161536 11477 33554432000 4194304 4196468 140730031062384 139871983216272 139873560583792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28057] ppid=28038 vsize=26004064 memory=280284465711280 CPUtime=0.13 cores=0-7
/proc/28040/task/28057/stat : 28057 (java) R 28038 28038 25884 0 -1 4202560 815 0 0 0 13 0 0 0 20 0 20 0 105390304 26628161536 11477 33554432000 4194304 4196468 140730031062384 139871982171328 139873561509223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28058] ppid=28038 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28058/stat : 28058 (java) S 28038 28038 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105390304 26628161536 11477 33554432000 4194304 4196468 140730031062384 139871981120608 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28059] ppid=28038 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28040/task/28059/stat : 28059 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390305 26628161536 11477 33554432000 4194304 4196468 140730031062384 139871980067888 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47292 KiB

[startup+0.700991 s]
/proc/loadavg: 7.62 8.34 8.28 4/200 28059
/proc/meminfo: memFree=28646856/32770624 swapFree=67108860/67108860
[pid=28038] ppid=28035 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28038/stat : 28038 (xcsp3-exec) S 28035 28038 25884 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105390298 9740288 346 33554432000 4194304 5098028 140720905288000 140720905286104 139899529458300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18030592 140720905290853 140720905291063 140720905291063 140720905293803 0
/proc/28038/statm: 2378 346 289 221 0 87 0
[pid=28040] ppid=28038 vsize=26004140 memory=152460 CPUtime=1.89 cores=0-7
/proc/28040/stat : 28040 (java) S 28038 28038 25884 0 -1 1077944320 13265 0 0 0 183 6 0 0 20 0 20 0 105390298 26628239360 38115 33554432000 4194304 4196468 140730031062384 140730031044928 139873582989047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
/proc/28040/statm: 6501035 38115 3200 1 0 6488269 0
[pid=28040/tid=28041] ppid=28038 vsize=26004140 memory=280284466069168 CPUtime=0.68 cores=0-7
/proc/28040/task/28041/stat : 28041 (java) R 28038 28038 25884 0 -1 4202560 6424 0 0 0 64 4 0 0 20 0 20 0 105390299 26628239360 38115 33554432000 4194304 4196468 140730031062384 139873587223392 139873213752106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28042] ppid=28038 vsize=26004140 memory=140142233035632 CPUtime=0 cores=0-7
/proc/28040/task/28042/stat : 28042 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105390299 26628239360 38115 33554432000 4194304 4196468 140730031062384 139873535610000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28043] ppid=28038 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28043/stat : 28043 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628239360 38115 33554432000 4194304 4196468 140730031062384 139873534557200 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28044] ppid=28038 vsize=26004140 memory=1200 CPUtime=0 cores=0-7
/proc/28040/task/28044/stat : 28044 (java) S 28038 28038 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105390299 26628239360 38115 33554432000 4194304 4196468 140730031062384 139873533504400 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0

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

[pid=28040/tid=28099] ppid=28038 vsize=26538700 memory=1384 CPUtime=2.73 cores=0-7
/proc/28040/task/28099/stat : 28099 (java) S 28038 28038 25884 0 -1 1077944384 424 0 0 0 273 0 0 0 20 0 28 0 105399869 27175628800 1613158 33554432000 4194304 4196468 140730031062384 139871972062672 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
Current children cumulated CPU time: 3159.02 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6454016 KiB

[startup+2502.3 s]
/proc/loadavg: 1.05 1.10 1.62 2/208 28155
/proc/meminfo: memFree=22259248/32770624 swapFree=67108860/67108860
[pid=28038] ppid=28035 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28038/stat : 28038 (xcsp3-exec) S 28035 28038 25884 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105390298 9740288 346 33554432000 4194304 5098028 140720905288000 140720905286104 139899529458300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18030592 140720905290853 140720905291063 140720905291063 140720905293803 0
/proc/28038/statm: 2378 346 289 221 0 87 0
[pid=28040] ppid=28038 vsize=26538700 memory=6452636 CPUtime=3219.85 cores=0-7
/proc/28040/stat : 28040 (java) S 28038 28038 25884 0 -1 1077944320 933506 0 0 0 319924 2061 0 0 20 0 28 0 105390298 27175628800 1613159 33554432000 4194304 4196468 140730031062384 140730031044928 139873582989047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
/proc/28040/statm: 6634675 1613159 3300 1 0 6621909 0
[pid=28040/tid=28041] ppid=28038 vsize=26538700 memory=6452636 CPUtime=6.91 cores=0-7
/proc/28040/task/28041/stat : 28041 (java) S 28038 28038 25884 0 -1 1077944384 10910 0 0 0 674 17 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873587229824 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28042] ppid=28038 vsize=26538700 memory=6452632 CPUtime=42.44 cores=0-7
/proc/28040/task/28042/stat : 28042 (java) S 28038 28038 25884 0 -1 1077944384 80457 0 0 0 4053 191 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873535610000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28043] ppid=28038 vsize=26538700 memory=6452632 CPUtime=42.59 cores=0-7
/proc/28040/task/28043/stat : 28043 (java) S 28038 28038 25884 0 -1 1077944384 65427 0 0 0 4055 204 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873534557200 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28044] ppid=28038 vsize=26538700 memory=6452632 CPUtime=42.81 cores=0-7
/proc/28040/task/28044/stat : 28044 (java) S 28038 28038 25884 0 -1 1077944384 66413 0 0 0 4072 209 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873533504400 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28045] ppid=28038 vsize=26538700 memory=6452632 CPUtime=42.44 cores=0-7
/proc/28040/task/28045/stat : 28045 (java) S 28038 28038 25884 0 -1 1077944384 75305 0 0 0 4050 194 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873532451600 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28046] ppid=28038 vsize=26538700 memory=241334212418428 CPUtime=42.33 cores=0-7
/proc/28040/task/28046/stat : 28046 (java) S 28038 28038 25884 0 -1 1077944384 64421 0 0 0 4041 192 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873531398800 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28047] ppid=28038 vsize=26538700 memory=1384 CPUtime=42.53 cores=0-7
/proc/28040/task/28047/stat : 28047 (java) S 28038 28038 25884 0 -1 1077944384 61054 0 0 0 4064 189 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873530346000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28048] ppid=28038 vsize=26538700 memory=6452632 CPUtime=42.53 cores=0-7
/proc/28040/task/28048/stat : 28048 (java) S 28038 28038 25884 0 -1 1077944384 75757 0 0 0 4055 198 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873134967184 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28049] ppid=28038 vsize=26538700 memory=1728 CPUtime=42.51 cores=0-7
/proc/28040/task/28049/stat : 28049 (java) S 28038 28038 25884 0 -1 1077944384 81921 0 0 0 4047 204 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873133914384 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28050] ppid=28038 vsize=26538700 memory=1728 CPUtime=5.56 cores=0-7
/proc/28040/task/28050/stat : 28050 (java) S 28038 28038 25884 0 -1 1077944384 39840 0 0 0 526 30 0 0 20 0 28 0 105390301 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139872325106544 139873583000194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28051] ppid=28038 vsize=26538700 memory=4144 CPUtime=0 cores=0-7
/proc/28040/task/28051/stat : 28051 (java) S 28038 28038 25884 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 28 0 105390301 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139872324052576 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28052] ppid=28038 vsize=26538700 memory=30372 CPUtime=0 cores=0-7
/proc/28040/task/28052/stat : 28052 (java) S 28038 28038 25884 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 105390302 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139872322999680 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28053] ppid=28038 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/28040/task/28053/stat : 28053 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139872321947984 139873583007643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28054] ppid=28038 vsize=26538700 memory=1384 CPUtime=3.61 cores=0-7
/proc/28040/task/28054/stat : 28054 (java) S 28038 28038 25884 0 -1 1077944384 18609 0 0 0 357 4 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871985330544 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28055] ppid=28038 vsize=26538700 memory=1224 CPUtime=3.61 cores=0-7
/proc/28040/task/28055/stat : 28055 (java) S 28038 28038 25884 0 -1 1077944384 16916 0 0 0 358 3 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871984277744 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28056] ppid=28038 vsize=26538700 memory=5716 CPUtime=3.1 cores=0-7
/proc/28040/task/28056/stat : 28056 (java) S 28038 28038 25884 0 -1 1077944384 13908 0 0 0 306 4 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871983224944 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28057] ppid=28038 vsize=26538700 memory=1384 CPUtime=1.03 cores=0-7
/proc/28040/task/28057/stat : 28057 (java) S 28038 28038 25884 0 -1 1077944384 23203 0 0 0 97 6 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871982172144 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28058] ppid=28038 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28040/task/28058/stat : 28058 (java) S 28038 28038 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871981120608 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28059] ppid=28038 vsize=26538700 memory=6452636 CPUtime=1.63 cores=0-7
/proc/28040/task/28059/stat : 28059 (java) S 28038 28038 25884 0 -1 1077944384 4125 0 0 0 66 97 0 0 20 0 28 0 105390305 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871980067888 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28092] ppid=28038 vsize=26538700 memory=4144 CPUtime=1.21 cores=0-7
/proc/28040/task/28092/stat : 28092 (java) S 28038 28038 25884 0 -1 1077944384 569 0 0 0 118 3 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871971008560 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28093] ppid=28038 vsize=26538700 memory=30372 CPUtime=1.18 cores=0-7
/proc/28040/task/28093/stat : 28093 (java) S 28038 28038 25884 0 -1 1077944384 496 0 0 0 117 1 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871964693712 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28094] ppid=28038 vsize=26538700 memory=6452632 CPUtime=1.1 cores=0-7
/proc/28040/task/28094/stat : 28094 (java) S 28038 28038 25884 0 -1 1077944384 609 0 0 0 109 1 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871968904272 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28095] ppid=28038 vsize=26538700 memory=1384 CPUtime=1.57 cores=0-7
/proc/28040/task/28095/stat : 28095 (java) S 28038 28038 25884 0 -1 1077944384 1015 0 0 0 157 0 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871965746128 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28096] ppid=28038 vsize=26538700 memory=6452632 CPUtime=2383.96 cores=0-7
/proc/28040/task/28096/stat : 28096 (java) R 28038 28038 25884 0 -1 4202560 109024 0 0 0 238355 41 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871967848096 139873212599424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28097] ppid=28038 vsize=26538700 memory=2244 CPUtime=1.13 cores=0-7
/proc/28040/task/28097/stat : 28097 (java) S 28038 28038 25884 0 -1 1077944384 2042 0 0 0 113 0 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871966798544 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28098] ppid=28038 vsize=26538700 memory=6791534058613427641 CPUtime=1.36 cores=0-7
/proc/28040/task/28098/stat : 28098 (java) S 28038 28038 25884 0 -1 1077944384 211 0 0 0 136 0 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871969957456 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28099] ppid=28038 vsize=26538700 memory=30372 CPUtime=2.73 cores=0-7
/proc/28040/task/28099/stat : 28099 (java) S 28038 28038 25884 0 -1 1077944384 424 0 0 0 273 0 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871972062672 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
Current children cumulated CPU time: 3219.85 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6454020 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.04 1.09 1.61 2/208 28155
/proc/meminfo: memFree=22259628/32770624 swapFree=67108860/67108860
[pid=28038] ppid=28035 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28038/stat : 28038 (xcsp3-exec) S 28035 28038 25884 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 105390298 9740288 346 33554432000 4194304 5098028 140720905288000 140720905286104 139899529458300 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18030592 140720905290853 140720905291063 140720905291063 140720905293803 0
/proc/28038/statm: 2378 346 289 221 0 87 0
[pid=28040] ppid=28038 vsize=26538700 memory=6452636 CPUtime=3237.57 cores=0-7
/proc/28040/stat : 28040 (java) S 28038 28038 25884 0 -1 1077944320 933919 0 0 0 321695 2062 0 0 20 0 28 0 105390298 27175628800 1613159 33554432000 4194304 4196468 140730031062384 140730031044928 139873582989047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
/proc/28040/statm: 6634675 1613159 3300 1 0 6621909 0
[pid=28040/tid=28041] ppid=28038 vsize=26538700 memory=4104 CPUtime=6.91 cores=0-7
/proc/28040/task/28041/stat : 28041 (java) S 28038 28038 25884 0 -1 1077944384 10910 0 0 0 674 17 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873587229824 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28042] ppid=28038 vsize=26538700 memory=1152 CPUtime=42.44 cores=0-7
/proc/28040/task/28042/stat : 28042 (java) S 28038 28038 25884 0 -1 1077944384 80457 0 0 0 4053 191 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873535610000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28043] ppid=28038 vsize=26538700 memory=4872558044660077418 CPUtime=42.59 cores=0-7
/proc/28040/task/28043/stat : 28043 (java) S 28038 28038 25884 0 -1 1077944384 65427 0 0 0 4055 204 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873534557200 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28044] ppid=28038 vsize=26538700 memory=17896 CPUtime=42.81 cores=0-7
/proc/28040/task/28044/stat : 28044 (java) S 28038 28038 25884 0 -1 1077944384 66413 0 0 0 4072 209 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873533504400 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28045] ppid=28038 vsize=26538700 memory=18472 CPUtime=42.44 cores=0-7
/proc/28040/task/28045/stat : 28045 (java) S 28038 28038 25884 0 -1 1077944384 75305 0 0 0 4050 194 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873532451600 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28046] ppid=28038 vsize=26538700 memory=640 CPUtime=42.33 cores=0-7
/proc/28040/task/28046/stat : 28046 (java) S 28038 28038 25884 0 -1 1077944384 64421 0 0 0 4041 192 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873531398800 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28047] ppid=28038 vsize=26538700 memory=1796 CPUtime=42.53 cores=0-7
/proc/28040/task/28047/stat : 28047 (java) S 28038 28038 25884 0 -1 1077944384 61054 0 0 0 4064 189 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873530346000 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28048] ppid=28038 vsize=26538700 memory=960 CPUtime=42.53 cores=0-7
/proc/28040/task/28048/stat : 28048 (java) S 28038 28038 25884 0 -1 1077944384 75757 0 0 0 4055 198 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873134967184 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28049] ppid=28038 vsize=26538700 memory=1236 CPUtime=42.51 cores=0-7
/proc/28040/task/28049/stat : 28049 (java) S 28038 28038 25884 0 -1 1077944384 81921 0 0 0 4047 204 0 0 20 0 28 0 105390299 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139873133914384 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28050] ppid=28038 vsize=26538700 memory=2344 CPUtime=5.56 cores=0-7
/proc/28040/task/28050/stat : 28050 (java) S 28038 28038 25884 0 -1 1077944384 39840 0 0 0 526 30 0 0 20 0 28 0 105390301 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139872325106544 139873583000194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28051] ppid=28038 vsize=26538700 memory=932 CPUtime=0 cores=0-7
/proc/28040/task/28051/stat : 28051 (java) S 28038 28038 25884 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 28 0 105390301 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139872324052576 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28052] ppid=28038 vsize=26538700 memory=1580 CPUtime=0 cores=0-7
/proc/28040/task/28052/stat : 28052 (java) S 28038 28038 25884 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 105390302 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139872322999680 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28053] ppid=28038 vsize=26538700 memory=2244 CPUtime=0 cores=0-7
/proc/28040/task/28053/stat : 28053 (java) S 28038 28038 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139872321947984 139873583007643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28054] ppid=28038 vsize=26538700 memory=3868 CPUtime=3.61 cores=0-7
/proc/28040/task/28054/stat : 28054 (java) S 28038 28038 25884 0 -1 1077944384 18609 0 0 0 357 4 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871985330544 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28055] ppid=28038 vsize=26538700 memory=1384 CPUtime=3.61 cores=0-7
/proc/28040/task/28055/stat : 28055 (java) S 28038 28038 25884 0 -1 1077944384 16916 0 0 0 358 3 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871984277744 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28056] ppid=28038 vsize=26538700 memory=6452636 CPUtime=3.1 cores=0-7
/proc/28040/task/28056/stat : 28056 (java) S 28038 28038 25884 0 -1 1077944384 13908 0 0 0 306 4 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871983224944 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28057] ppid=28038 vsize=26538700 memory=6791534058613427641 CPUtime=1.03 cores=0-7
/proc/28040/task/28057/stat : 28057 (java) S 28038 28038 25884 0 -1 1077944384 23203 0 0 0 97 6 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871982172144 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28058] ppid=28038 vsize=26538700 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28040/task/28058/stat : 28058 (java) S 28038 28038 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105390304 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871981120608 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28059] ppid=28038 vsize=26538700 memory=4104 CPUtime=1.65 cores=0-7
/proc/28040/task/28059/stat : 28059 (java) S 28038 28038 25884 0 -1 1077944384 4127 0 0 0 67 98 0 0 20 0 28 0 105390305 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871980067888 139873583000194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28092] ppid=28038 vsize=26538700 memory=1152 CPUtime=1.21 cores=0-7
/proc/28040/task/28092/stat : 28092 (java) S 28038 28038 25884 0 -1 1077944384 569 0 0 0 118 3 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871971008560 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28093] ppid=28038 vsize=26538700 memory=3868 CPUtime=1.18 cores=0-7
/proc/28040/task/28093/stat : 28093 (java) S 28038 28038 25884 0 -1 1077944384 496 0 0 0 117 1 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871964693712 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28094] ppid=28038 vsize=26538700 memory=1384 CPUtime=1.1 cores=0-7
/proc/28040/task/28094/stat : 28094 (java) S 28038 28038 25884 0 -1 1077944384 609 0 0 0 109 1 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871968904272 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28095] ppid=28038 vsize=26538700 memory=640 CPUtime=1.57 cores=0-7
/proc/28040/task/28095/stat : 28095 (java) S 28038 28038 25884 0 -1 1077944384 1015 0 0 0 157 0 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871965746128 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28096] ppid=28038 vsize=26538700 memory=1796 CPUtime=2401.68 cores=0-7
/proc/28040/task/28096/stat : 28096 (java) R 28038 28038 25884 0 -1 4202560 109435 0 0 0 240126 42 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871967848096 139873214950891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28097] ppid=28038 vsize=26538700 memory=960 CPUtime=1.13 cores=0-7
/proc/28040/task/28097/stat : 28097 (java) S 28038 28038 25884 0 -1 1077944384 2042 0 0 0 113 0 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871966798544 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28098] ppid=28038 vsize=26538700 memory=1236 CPUtime=1.36 cores=0-7
/proc/28040/task/28098/stat : 28098 (java) S 28038 28038 25884 0 -1 1077944384 211 0 0 0 136 0 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871969957456 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
[pid=28040/tid=28099] ppid=28038 vsize=26538700 memory=2344 CPUtime=2.73 cores=0-7
/proc/28040/task/28099/stat : 28099 (java) S 28038 28038 25884 0 -1 1077944384 424 0 0 0 273 0 0 0 20 0 28 0 105399869 27175628800 1613159 33554432000 4194304 4196468 140730031062384 139871972062672 139873582999253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140730031064210 140730031064387 140730031064387 140730031067087 0
Current children cumulated CPU time: 3237.57 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6454020 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.05
CPU time (s): 3237.63
CPU user time (s): 3216.97
CPU system time (s): 20.6604
CPU usage (%): 128.475
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 9973408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3216.97
system time used= 20.6604
maximum resident set size= 9972024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 935271
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87559
involuntary context switches= 17770


# summary of solver processes directly reported to runsolver:
#   pid: 28038,28040
#   total CPU time (s): 3237.63
#   total CPU user time (s): 3216.97
#   total CPU system time (s): 20.6604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3119 second user time and 34.9338 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-14 16:50:35
IDJOB=4270569
IDBENCH=126230
IDSOLVER=2662
FILE ID=node151/4270569-1502723094
RUNJOBID= node151-1502716719-25911
PBS_JOBID= 20629033
Free space on /tmp= 61756 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-24-a4.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-4270569-1502723094/watcher-4270569-1502723094 -o /tmp/evaluation-result-4270569-1502723094/solver-4270569-1502723094 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502716719-25911 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 306290603 HOME/instance-4270569-1502723094.xml

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

MD5SUM BENCH= 703fa8ddaec9a7a194d23a6d05243a88
RANDOM SEED=306290603

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28709944 kB
MemAvailable:   31985484 kB
Buffers:          274584 kB
Cached:          3290900 kB
SwapCached:            0 kB
Active:           970736 kB
Inactive:        2648332 kB
Active(anon):      56684 kB
Inactive(anon):    25048 kB
Active(file):     914052 kB
Inactive(file):  2623284 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9484 kB
Writeback:             0 kB
AnonPages:         58496 kB
Mapped:            44876 kB
Shmem:             25224 kB
Slab:             134492 kB
SReclaimable:     108076 kB
SUnreclaim:        26416 kB
KernelStack:        3280 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61748 MiB
End job on node151 at 2017-08-14 17:32:36