Trace number 4281361

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)SAT (TO)129 1026.1801 252.11501

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-13-a4.xml
MD5SUMa23d33c916089316ecf00e2bfba5f26c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark258.901
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2719
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":13}]
Minimum variable degree793
Maximum variable degree794
Distribution of variable degrees[{"degree":793,"count":11},{"degree":794,"count":2}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":572},{"arity":4,"count":2145},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints2718
Distribution of constraint types[{"type":"intension","count":2718},{"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-4281361-1503186058.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281361-1503186058.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
6.92/1.80	c solve instance...
25.49/6.10	o 147 
35.29/8.21	o 146 
102.34/53.68	o 142 
117.63/55.62	o 135 
286.13/77.21	o 134 
598.64/141.99	o 132 
692.59/184.03	o 131 
887.75/234.74	o 129 
1025.47/252.08	s SATISFIABLE
1025.47/252.08	v <instantiation>
1025.47/252.08	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] </list>
1025.47/252.08	v 	<values>0 1 3 10 14 22 38 53 58 83 100 123 129 </values>
1025.47/252.08	v </instantiation>
1025.47/252.08	c Unexpected resolution interruption!

Verifier Data

OK	129

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281361-1503186058/watcher-4281361-1503186058 -o /tmp/evaluation-result-4281361-1503186058/solver-4281361-1503186058 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503184165-7735 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1778004789 HOME/instance-4281361-1503186058.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 8.36 8.45 8.21 2/199 9106
/proc/meminfo: memFree=24638784/32770624 swapFree=67108860/67108860
[pid=9085] ppid=9082 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/9085/stat : 9085 (xcsp3-exec) S 9082 9085 7708 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 151686527 9740288 345 33554432000 4194304 5098028 140727967928288 140727967926392 140175385256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36405248 140727967929450 140727967929660 140727967929660 140727967932395 0
/proc/9085/statm: 2378 345 289 221 0 87 0
[pid=9087] ppid=9085 vsize=25999808 memory=26320 CPUtime=0.12 cores=0-7
/proc/9087/stat : 9087 (java) S 9085 9085 7708 0 -1 1077944320 5481 0 0 0 11 1 0 0 20 0 20 0 151686527 26623803392 6580 33554432000 4194304 4196468 140730579633248 140730579615792 139968335400695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
/proc/9087/statm: 6499952 6580 2852 1 0 6488269 0
[pid=9087/tid=9088] ppid=9085 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/9087/task/9088/stat : 9088 (java) R 9085 9085 7708 0 -1 4202560 3491 0 0 0 8 0 0 0 20 0 20 0 151686527 26623803392 6580 33554432000 4194304 4196468 140730579633248 139968339632352 139968335412630 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9089] ppid=9085 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9087/task/9089/stat : 9089 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26623803392 6580 33554432000 4194304 4196468 140730579633248 139968288020752 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9090] ppid=9085 vsize=25999808 memory=140298995041920 CPUtime=0 cores=0-7
/proc/9087/task/9090/stat : 9090 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967892683152 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9091] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9091/stat : 9091 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967891630608 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9092] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9092/stat : 9092 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967890578064 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9093] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9093/stat : 9093 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967889525520 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9094] ppid=9085 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/9087/task/9094/stat : 9094 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967888472976 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9095] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9095/stat : 9095 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967887420432 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9096] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9096/stat : 9096 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151686528 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967886367888 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9097] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9097/stat : 9097 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686530 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967395186672 139968335411842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9098] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9098/stat : 9098 (java) S 9085 9085 7708 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151686530 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967394132896 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9099] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9099/stat : 9099 (java) S 9085 9085 7708 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151686530 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967393080304 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9100] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9100/stat : 9100 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686533 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967392028880 139968335419291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9101] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9101/stat : 9101 (java) S 9085 9085 7708 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 151686533 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967390976496 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9102] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9102/stat : 9102 (java) S 9085 9085 7708 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 151686533 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967389923952 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9103] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9103/stat : 9103 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151686533 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967388871408 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9104] ppid=9085 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/9087/task/9104/stat : 9104 (java) S 9085 9085 7708 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 151686533 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967387818864 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9105] ppid=9085 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9105/stat : 9105 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151686533 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967386765536 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9106] ppid=9085 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/9087/task/9106/stat : 9106 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686533 26623803392 6580 33554432000 4194304 4196468 140730579633248 139967385713072 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27700 KiB

[startup+0.210203 s]*
/proc/loadavg: 8.36 8.45 8.21 2/199 9106
/proc/meminfo: memFree=24626860/32770624 swapFree=67108860/67108860
[pid=9085] ppid=9082 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/9085/stat : 9085 (xcsp3-exec) S 9082 9085 7708 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 151686527 9740288 345 33554432000 4194304 5098028 140727967928288 140727967926392 140175385256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36405248 140727967929450 140727967929660 140727967929660 140727967932395 0
/proc/9085/statm: 2378 345 289 221 0 87 0
[pid=9087] ppid=9085 vsize=26004064 memory=39088 CPUtime=0.33 cores=0-7
/proc/9087/stat : 9087 (java) S 9085 9085 7708 0 -1 1077944320 8345 0 0 0 31 2 0 0 20 0 20 0 151686527 26628161536 9772 33554432000 4194304 4196468 140730579633248 140730579615792 139968335400695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
/proc/9087/statm: 6501016 9772 3062 1 0 6488269 0
[pid=9087/tid=9088] ppid=9085 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9087/task/9088/stat : 9088 (java) R 9085 9085 7708 0 -1 4202560 5398 0 0 0 18 1 0 0 20 0 20 0 151686527 26628161536 9772 33554432000 4194304 4196468 140730579633248 139968339614240 139968319481182 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9089] ppid=9085 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/9087/task/9089/stat : 9089 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 9772 33554432000 4194304 4196468 140730579633248 139968288020752 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9090] ppid=9085 vsize=26004064 memory=140298995054421 CPUtime=0 cores=0-7
/proc/9087/task/9090/stat : 9090 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967892683152 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9091] ppid=9085 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9087/task/9091/stat : 9091 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967891630608 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9092] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9092/stat : 9092 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967890578064 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9093] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9093/stat : 9093 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967889525520 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9094] ppid=9085 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9087/task/9094/stat : 9094 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967888472976 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9095] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9095/stat : 9095 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967887420432 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9096] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9096/stat : 9096 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967886367888 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9097] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9097/stat : 9097 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686530 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967395186672 139968335411842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9098] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9098/stat : 9098 (java) S 9085 9085 7708 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151686530 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967394132896 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9099] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9099/stat : 9099 (java) S 9085 9085 7708 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151686530 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967393080304 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9100] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9100/stat : 9100 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686533 26628161536 9772 33554432000 4194304 4196468 140730579633248 139967392028880 139968335419291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9101] ppid=9085 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/9087/task/9101/stat : 9101 (java) S 9085 9085 7708 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 20 0 151686533 26628194304 9772 33554432000 4194304 4196468 140730579633248 139967390976496 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9102] ppid=9085 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/9087/task/9102/stat : 9102 (java) S 9085 9085 7708 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 151686533 26628194304 9772 33554432000 4194304 4196468 140730579633248 139967389923952 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9103] ppid=9085 vsize=26004096 memory=-1 CPUtime=0.01 cores=0-7
/proc/9087/task/9103/stat : 9103 (java) S 9085 9085 7708 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 151686533 26628194304 9793 33554432000 4194304 4196468 140730579633248 139967388871408 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9104] ppid=9085 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/9087/task/9104/stat : 9104 (java) S 9085 9085 7708 0 -1 1077944384 759 0 0 0 8 0 0 0 20 0 20 0 151686533 26628161536 9793 33554432000 4194304 4196468 140730579633248 139967387818864 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9105] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9105/stat : 9105 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151686533 26628161536 9793 33554432000 4194304 4196468 140730579633248 139967386765536 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9106] ppid=9085 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9087/task/9106/stat : 9106 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686533 26628161536 9793 33554432000 4194304 4196468 140730579633248 139967385713072 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40468 KiB

[startup+0.310017 s]*
/proc/loadavg: 8.36 8.45 8.21 3/199 9106
/proc/meminfo: memFree=24622580/32770624 swapFree=67108860/67108860
[pid=9085] ppid=9082 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/9085/stat : 9085 (xcsp3-exec) S 9082 9085 7708 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 151686527 9740288 345 33554432000 4194304 5098028 140727967928288 140727967926392 140175385256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36405248 140727967929450 140727967929660 140727967929660 140727967932395 0
/proc/9085/statm: 2378 345 289 221 0 87 0
[pid=9087] ppid=9085 vsize=26004064 memory=46080 CPUtime=0.5 cores=0-7
/proc/9087/stat : 9087 (java) S 9085 9085 7708 0 -1 1077944320 9192 0 0 0 47 3 0 0 20 0 20 0 151686527 26628161536 11520 33554432000 4194304 4196468 140730579633248 140730579615792 139968335400695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
/proc/9087/statm: 6501016 11520 3093 1 0 6488269 0
[pid=9087/tid=9088] ppid=9085 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9087/task/9088/stat : 9088 (java) R 9085 9085 7708 0 -1 4202560 6077 0 0 0 27 2 0 0 20 0 20 0 151686527 26628161536 11520 33554432000 4194304 4196468 140730579633248 139968339636784 139967969882628 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9089] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9089/stat : 9089 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 11520 33554432000 4194304 4196468 140730579633248 139968288020752 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9090] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9090/stat : 9090 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967892683152 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9091] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9091/stat : 9091 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967891630608 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9092] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9092/stat : 9092 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967890578064 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9093] ppid=9085 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/9087/task/9093/stat : 9093 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967889525520 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9094] ppid=9085 vsize=26004064 memory=140298864915375 CPUtime=0 cores=0-7
/proc/9087/task/9094/stat : 9094 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967888472976 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9095] ppid=9085 vsize=26004064 memory=140298864917680 CPUtime=0 cores=0-7
/proc/9087/task/9095/stat : 9095 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967887420432 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9096] ppid=9085 vsize=26004064 memory=140298864919984 CPUtime=0 cores=0-7
/proc/9087/task/9096/stat : 9096 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151686528 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967886367888 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9097] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9097/stat : 9097 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686530 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967395186672 139968335411842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9098] ppid=9085 vsize=26004064 memory=280597729846928 CPUtime=0 cores=0-7
/proc/9087/task/9098/stat : 9098 (java) S 9085 9085 7708 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151686530 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967394132896 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9099] ppid=9085 vsize=26004064 memory=280597729853840 CPUtime=0 cores=0-7
/proc/9087/task/9099/stat : 9099 (java) S 9085 9085 7708 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151686530 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967393080304 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9100] ppid=9085 vsize=26004064 memory=280597729795120 CPUtime=0 cores=0-7
/proc/9087/task/9100/stat : 9100 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686533 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967392028880 139968335419291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9101] ppid=9085 vsize=26004064 memory=280597729867664 CPUtime=0.02 cores=0-7
/proc/9087/task/9101/stat : 9101 (java) S 9085 9085 7708 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 20 0 151686533 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967390976496 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9102] ppid=9085 vsize=26004064 memory=280597729874576 CPUtime=0.02 cores=0-7
/proc/9087/task/9102/stat : 9102 (java) R 9085 9085 7708 0 -1 4202560 216 0 0 0 2 0 0 0 20 0 20 0 151686533 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967389915280 139968314549384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9103] ppid=9085 vsize=26004064 memory=280597729872272 CPUtime=0.01 cores=0-7
/proc/9087/task/9103/stat : 9103 (java) S 9085 9085 7708 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 151686533 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967388871408 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9104] ppid=9085 vsize=26004064 memory=280597729888432 CPUtime=0.13 cores=0-7
/proc/9087/task/9104/stat : 9104 (java) R 9085 9085 7708 0 -1 4202560 880 0 0 0 13 0 0 0 20 0 20 0 151686533 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967387813856 139968327637822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9105] ppid=9085 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9105/stat : 9105 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151686533 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967386765536 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9106] ppid=9085 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9087/task/9106/stat : 9106 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686533 26628161536 11520 33554432000 4194304 4196468 140730579633248 139967385713072 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47460 KiB

[startup+0.700987 s]
/proc/loadavg: 8.36 8.45 8.21 6/199 9106
/proc/meminfo: memFree=24592456/32770624 swapFree=67108860/67108860
[pid=9085] ppid=9082 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/9085/stat : 9085 (xcsp3-exec) S 9082 9085 7708 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 151686527 9740288 345 33554432000 4194304 5098028 140727967928288 140727967926392 140175385256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36405248 140727967929450 140727967929660 140727967929660 140727967932395 0
/proc/9085/statm: 2378 345 289 221 0 87 0
[pid=9087] ppid=9085 vsize=26006188 memory=100960 CPUtime=2.07 cores=0-7
/proc/9087/stat : 9087 (java) S 9085 9085 7708 0 -1 1077944320 14355 0 0 0 202 5 0 0 20 0 20 0 151686527 26630336512 25240 33554432000 4194304 4196468 140730579633248 140730579615792 139968335400695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
/proc/9087/statm: 6501547 25240 3201 1 0 6488781 0
[pid=9087/tid=9088] ppid=9085 vsize=26006188 memory=280597730246320 CPUtime=0.67 cores=0-7
/proc/9087/task/9088/stat : 9088 (java) R 9085 9085 7708 0 -1 4202560 6752 0 0 0 64 3 0 0 20 0 20 0 151686527 26630336512 25240 33554432000 4194304 4196468 140730579633248 139968339634256 139968335422042 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9089] ppid=9085 vsize=26006188 memory=140298865124208 CPUtime=0 cores=0-7
/proc/9087/task/9089/stat : 9089 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26630336512 25240 33554432000 4194304 4196468 140730579633248 139968288020752 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9090] ppid=9085 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/9087/task/9090/stat : 9090 (java) S 9085 9085 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151686528 26630336512 25240 33554432000 4194304 4196468 140730579633248 139967892683152 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9091] ppid=9085 vsize=26006188 memory=1200 CPUtime=0 cores=0-7
/proc/9087/task/9091/stat : 9091 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151686528 26630336512 25240 33554432000 4194304 4196468 140730579633248 139967891630608 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0

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

[pid=9087/tid=9163] ppid=9085 vsize=26538700 memory=1380 CPUtime=20.27 cores=0-7
/proc/9087/task/9163/stat : 9163 (java) R 9085 9085 7708 0 -1 4202560 2536 0 0 0 2026 1 0 0 20 0 28 0 151700727 27175628800 488743 33554432000 4194304 4196468 140730579633248 139967376651984 139967976560728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
Current children cumulated CPU time: 670.86 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1956352 KiB

[startup+222.301 s]
/proc/loadavg: 3.66 5.95 7.25 2/208 9178
/proc/meminfo: memFree=22708692/32770624 swapFree=67108860/67108860
[pid=9085] ppid=9082 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/9085/stat : 9085 (xcsp3-exec) S 9082 9085 7708 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 151686527 9740288 345 33554432000 4194304 5098028 140727967928288 140727967926392 140175385256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36405248 140727967929450 140727967929660 140727967929660 140727967932395 0
/proc/9085/statm: 2378 345 289 221 0 87 0
[pid=9087] ppid=9085 vsize=26538700 memory=1955296 CPUtime=875.34 cores=0-7
/proc/9087/stat : 9087 (java) S 9085 9085 7708 0 -1 1077944320 160043 0 0 0 87293 241 0 0 20 0 28 0 151686527 27175628800 488824 33554432000 4194304 4196468 140730579633248 140730579615792 139968335400695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
/proc/9087/statm: 6634675 488824 3306 1 0 6621909 0
[pid=9087/tid=9088] ppid=9085 vsize=26538700 memory=1955296 CPUtime=1.61 cores=0-7
/proc/9087/task/9088/stat : 9088 (java) S 9085 9085 7708 0 -1 1077944384 8379 0 0 0 155 6 0 0 20 0 28 0 151686527 27175628800 488824 33554432000 4194304 4196468 140730579633248 139968339641472 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9089] ppid=9085 vsize=26538700 memory=1955296 CPUtime=0.83 cores=0-7
/proc/9087/task/9089/stat : 9089 (java) S 9085 9085 7708 0 -1 1077944384 1560 0 0 0 69 14 0 0 20 0 28 0 151686528 27175628800 488824 33554432000 4194304 4196468 140730579633248 139968288020752 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9090] ppid=9085 vsize=26538700 memory=1955296 CPUtime=0.82 cores=0-7
/proc/9087/task/9090/stat : 9090 (java) S 9085 9085 7708 0 -1 1077944384 1056 0 0 0 67 15 0 0 20 0 28 0 151686528 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967892683152 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9091] ppid=9085 vsize=26538700 memory=1955296 CPUtime=0.79 cores=0-7
/proc/9087/task/9091/stat : 9091 (java) S 9085 9085 7708 0 -1 1077944384 1305 0 0 0 65 14 0 0 20 0 28 0 151686528 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967891630608 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9092] ppid=9085 vsize=26538700 memory=1955296 CPUtime=0.82 cores=0-7
/proc/9087/task/9092/stat : 9092 (java) S 9085 9085 7708 0 -1 1077944384 1325 0 0 0 70 12 0 0 20 0 28 0 151686528 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967890578064 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9093] ppid=9085 vsize=26538700 memory=1380 CPUtime=0.85 cores=0-7
/proc/9087/task/9093/stat : 9093 (java) S 9085 9085 7708 0 -1 1077944384 1159 0 0 0 70 15 0 0 20 0 28 0 151686528 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967889525520 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9094] ppid=9085 vsize=26538700 memory=82 CPUtime=0.83 cores=0-7
/proc/9087/task/9094/stat : 9094 (java) S 9085 9085 7708 0 -1 1077944384 1109 0 0 0 70 13 0 0 20 0 28 0 151686528 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967888472976 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9095] ppid=9085 vsize=26538700 memory=1380 CPUtime=0.83 cores=0-7
/proc/9087/task/9095/stat : 9095 (java) S 9085 9085 7708 0 -1 1077944384 1922 0 0 0 70 13 0 0 20 0 28 0 151686528 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967887420432 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9096] ppid=9085 vsize=26538700 memory=1380 CPUtime=0.84 cores=0-7
/proc/9087/task/9096/stat : 9096 (java) S 9085 9085 7708 0 -1 1077944384 2797 0 0 0 70 14 0 0 20 0 28 0 151686528 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967886367888 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9097] ppid=9085 vsize=26538700 memory=280597732659136 CPUtime=0.78 cores=0-7
/proc/9087/task/9097/stat : 9097 (java) S 9085 9085 7708 0 -1 1077944384 10627 0 0 0 75 3 0 0 20 0 28 0 151686530 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967395186672 139968335411842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9098] ppid=9085 vsize=26538700 memory=1955296 CPUtime=0 cores=0-7
/proc/9087/task/9098/stat : 9098 (java) S 9085 9085 7708 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 151686530 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967394132960 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9099] ppid=9085 vsize=26538700 memory=78185584674586 CPUtime=0 cores=0-7
/proc/9087/task/9099/stat : 9099 (java) S 9085 9085 7708 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 151686530 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967393080320 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9100] ppid=9085 vsize=26538700 memory=301741373374332954 CPUtime=0 cores=0-7
/proc/9087/task/9100/stat : 9100 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151686533 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967392028880 139968335419291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9101] ppid=9085 vsize=26538700 memory=288230596050944315 CPUtime=3.35 cores=0-7
/proc/9087/task/9101/stat : 9101 (java) S 9085 9085 7708 0 -1 1077944384 24998 0 0 0 330 5 0 0 20 0 28 0 151686533 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967390976496 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9102] ppid=9085 vsize=26538700 memory=1380 CPUtime=3.85 cores=0-7
/proc/9087/task/9102/stat : 9102 (java) S 9085 9085 7708 0 -1 1077944384 26737 0 0 0 381 4 0 0 20 0 28 0 151686533 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967389923952 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9103] ppid=9085 vsize=26538700 memory=4144 CPUtime=3.51 cores=0-7
/proc/9087/task/9103/stat : 9103 (java) S 9085 9085 7708 0 -1 1077944384 19282 0 0 0 346 5 0 0 20 0 28 0 151686533 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967388871408 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9104] ppid=9085 vsize=26538700 memory=1380 CPUtime=0.96 cores=0-7
/proc/9087/task/9104/stat : 9104 (java) S 9085 9085 7708 0 -1 1077944384 12376 0 0 0 94 2 0 0 20 0 28 0 151686533 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967387818864 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9105] ppid=9085 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/9087/task/9105/stat : 9105 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151686533 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967386765536 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9106] ppid=9085 vsize=26538700 memory=792 CPUtime=0.12 cores=0-7
/proc/9087/task/9106/stat : 9106 (java) S 9085 9085 7708 0 -1 1077944384 2515 0 0 0 5 7 0 0 20 0 28 0 151686533 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967385713072 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9164] ppid=9085 vsize=26538700 memory=10096 CPUtime=20.45 cores=0-7
/proc/9087/task/9164/stat : 9164 (java) S 9085 9085 7708 0 -1 1077944384 783 0 0 0 2045 0 0 0 20 0 28 0 151704930 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967377706672 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9165] ppid=9085 vsize=26538700 memory=280597731786432 CPUtime=20.55 cores=0-7
/proc/9087/task/9165/stat : 9165 (java) S 9085 9085 7708 0 -1 1077944384 908 0 0 0 2055 0 0 0 20 0 28 0 151704930 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967372444752 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9166] ppid=9085 vsize=26538700 memory=4026532099 CPUtime=20.62 cores=0-7
/proc/9087/task/9166/stat : 9166 (java) S 9085 9085 7708 0 -1 1077944384 782 0 0 0 2062 0 0 0 20 0 28 0 151704930 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967370339536 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9167] ppid=9085 vsize=26538700 memory=1955296 CPUtime=20.61 cores=0-7
/proc/9087/task/9167/stat : 9167 (java) S 9085 9085 7708 0 -1 1077944384 1318 0 0 0 2061 0 0 0 20 0 28 0 151704930 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967374550352 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9168] ppid=9085 vsize=26538700 memory=4144 CPUtime=20.81 cores=0-7
/proc/9087/task/9168/stat : 9168 (java) S 9085 9085 7708 0 -1 1077944384 745 0 0 0 2081 0 0 0 20 0 28 0 151704930 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967376655824 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9169] ppid=9085 vsize=26538700 memory=4144 CPUtime=20.65 cores=0-7
/proc/9087/task/9169/stat : 9169 (java) S 9085 9085 7708 0 -1 1077944384 1641 0 0 0 2064 1 0 0 20 0 28 0 151704930 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967373497936 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9170] ppid=9085 vsize=26538700 memory=42240 CPUtime=38.15 cores=0-7
/proc/9087/task/9170/stat : 9170 (java) R 9085 9085 7708 0 -1 4202560 3658 0 0 0 3804 11 0 0 20 0 28 0 151704931 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967375598832 139967976599037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9171] ppid=9085 vsize=26538700 memory=4136 CPUtime=20.53 cores=0-7
/proc/9087/task/9171/stat : 9171 (java) S 9085 9085 7708 0 -1 1077944384 705 0 0 0 2052 1 0 0 20 0 28 0 151704931 27175628800 488824 33554432000 4194304 4196468 140730579633248 139967371391824 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
Current children cumulated CPU time: 875.34 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1956676 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 4.16 5.82 7.16 9/208 9186
/proc/meminfo: memFree=22706844/32770624 swapFree=67108860/67108860
[pid=9085] ppid=9082 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/9085/stat : 9085 (xcsp3-exec) S 9082 9085 7708 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 151686527 9740288 345 33554432000 4194304 5098028 140727967928288 140727967926392 140175385256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36405248 140727967929450 140727967929660 140727967929660 140727967932395 0
/proc/9085/statm: 2378 345 289 221 0 87 0
[pid=9087] ppid=9085 vsize=26538700 memory=1957272 CPUtime=1025.47 cores=0-7
/proc/9087/stat : 9087 (java) S 9085 9085 7708 0 -1 1077944320 175767 0 0 0 102280 267 0 0 20 0 28 0 151686527 27175628800 489318 33554432000 4194304 4196468 140730579633248 140730579615792 139968335400695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
/proc/9087/statm: 6634675 489318 3307 1 0 6621909 0
[pid=9087/tid=9088] ppid=9085 vsize=26538700 memory=8112282956445269571 CPUtime=1.61 cores=0-7
/proc/9087/task/9088/stat : 9088 (java) S 9085 9085 7708 0 -1 1077944384 8631 0 0 0 155 6 0 0 20 0 28 0 151686527 27175628800 489318 33554432000 4194304 4196468 140730579633248 139968339641472 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9089] ppid=9085 vsize=26538700 memory=4126316290023845779 CPUtime=0.85 cores=0-7
/proc/9087/task/9089/stat : 9089 (java) S 9085 9085 7708 0 -1 1077944384 2073 0 0 0 71 14 0 0 20 0 28 0 151686528 27175628800 489318 33554432000 4194304 4196468 140730579633248 139968288020752 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9090] ppid=9085 vsize=26538700 memory=1796 CPUtime=0.83 cores=0-7
/proc/9087/task/9090/stat : 9090 (java) S 9085 9085 7708 0 -1 1077944384 1133 0 0 0 68 15 0 0 20 0 28 0 151686528 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967892683152 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9091] ppid=9085 vsize=26538700 memory=960 CPUtime=0.81 cores=0-7
/proc/9087/task/9091/stat : 9091 (java) S 9085 9085 7708 0 -1 1077944384 1364 0 0 0 67 14 0 0 20 0 28 0 151686528 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967891630608 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9092] ppid=9085 vsize=26538700 memory=1232 CPUtime=0.83 cores=0-7
/proc/9087/task/9092/stat : 9092 (java) S 9085 9085 7708 0 -1 1077944384 1684 0 0 0 71 12 0 0 20 0 28 0 151686528 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967890578064 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9093] ppid=9085 vsize=26538700 memory=2428 CPUtime=0.87 cores=0-7
/proc/9087/task/9093/stat : 9093 (java) S 9085 9085 7708 0 -1 1077944384 1242 0 0 0 72 15 0 0 20 0 28 0 151686528 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967889525520 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9094] ppid=9085 vsize=26538700 memory=932 CPUtime=0.84 cores=0-7
/proc/9087/task/9094/stat : 9094 (java) S 9085 9085 7708 0 -1 1077944384 1290 0 0 0 71 13 0 0 20 0 28 0 151686528 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967888472976 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9095] ppid=9085 vsize=26538700 memory=8112282956445269571 CPUtime=0.84 cores=0-7
/proc/9087/task/9095/stat : 9095 (java) S 9085 9085 7708 0 -1 1077944384 1973 0 0 0 71 13 0 0 20 0 28 0 151686528 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967887420432 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9096] ppid=9085 vsize=26538700 memory=8596 CPUtime=0.85 cores=0-7
/proc/9087/task/9096/stat : 9096 (java) S 9085 9085 7708 0 -1 1077944384 2941 0 0 0 71 14 0 0 20 0 28 0 151686528 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967886367888 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9097] ppid=9085 vsize=26538700 memory=15876 CPUtime=0.78 cores=0-7
/proc/9087/task/9097/stat : 9097 (java) S 9085 9085 7708 0 -1 1077944384 11108 0 0 0 75 3 0 0 20 0 28 0 151686530 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967395186672 139968335411842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9098] ppid=9085 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/9087/task/9098/stat : 9098 (java) S 9085 9085 7708 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 151686530 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967394132960 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9099] ppid=9085 vsize=26538700 memory=24384 CPUtime=0 cores=0-7
/proc/9087/task/9099/stat : 9099 (java) S 9085 9085 7708 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 151686530 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967393080320 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9100] ppid=9085 vsize=26538700 memory=18472 CPUtime=0 cores=0-7
/proc/9087/task/9100/stat : 9100 (java) S 9085 9085 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151686533 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967392028880 139968335419291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9101] ppid=9085 vsize=26538700 memory=640 CPUtime=3.36 cores=0-7
/proc/9087/task/9101/stat : 9101 (java) S 9085 9085 7708 0 -1 1077944384 26110 0 0 0 331 5 0 0 20 0 28 0 151686533 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967390976496 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9102] ppid=9085 vsize=26538700 memory=1796 CPUtime=3.87 cores=0-7
/proc/9087/task/9102/stat : 9102 (java) S 9085 9085 7708 0 -1 1077944384 28733 0 0 0 383 4 0 0 20 0 28 0 151686533 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967389923952 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9103] ppid=9085 vsize=26538700 memory=960 CPUtime=3.52 cores=0-7
/proc/9087/task/9103/stat : 9103 (java) S 9085 9085 7708 0 -1 1077944384 20364 0 0 0 347 5 0 0 20 0 28 0 151686533 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967388871408 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9104] ppid=9085 vsize=26538700 memory=1232 CPUtime=0.97 cores=0-7
/proc/9087/task/9104/stat : 9104 (java) S 9085 9085 7708 0 -1 1077944384 13638 0 0 0 94 3 0 0 20 0 28 0 151686533 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967387818864 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9105] ppid=9085 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/9087/task/9105/stat : 9105 (java) S 9085 9085 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151686533 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967386765536 139968335410901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9106] ppid=9085 vsize=26538700 memory=2428 CPUtime=0.14 cores=0-7
/proc/9087/task/9106/stat : 9106 (java) S 9085 9085 7708 0 -1 1077944384 2873 0 0 0 6 8 0 0 20 0 28 0 151686533 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967385713072 139968335411842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9179] ppid=9085 vsize=26538700 memory=1728 CPUtime=17.22 cores=0-7
/proc/9087/task/9179/stat : 9179 (java) R 9085 9085 7708 0 -1 4202560 623 0 0 0 1722 0 0 0 20 0 28 0 151710002 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967373491016 139967976599037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9180] ppid=9085 vsize=26538700 memory=792 CPUtime=16.87 cores=0-7
/proc/9087/task/9180/stat : 9180 (java) R 9085 9085 7708 0 -1 4202560 560 0 0 0 1685 2 0 0 20 0 28 0 151710002 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967374544760 139967975708695 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9181] ppid=9085 vsize=26538700 memory=10096 CPUtime=17.22 cores=0-7
/proc/9087/task/9181/stat : 9181 (java) R 9085 9085 7708 0 -1 4202560 567 0 0 0 1720 2 0 0 20 0 28 0 151710002 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967370334136 139967977156084 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9182] ppid=9085 vsize=26538700 memory=1380 CPUtime=17.21 cores=0-7
/proc/9087/task/9182/stat : 9182 (java) R 9085 9085 7708 0 -1 4202560 778 0 0 0 1719 2 0 0 20 0 28 0 151710002 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967377703168 139967977157198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9183] ppid=9085 vsize=26538700 memory=1955296 CPUtime=17.23 cores=0-7
/proc/9087/task/9183/stat : 9183 (java) R 9085 9085 7708 0 -1 4202560 1020 0 0 0 1721 2 0 0 20 0 28 0 151710002 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967375597752 139967976004923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9184] ppid=9085 vsize=26538700 memory=1957272 CPUtime=17.23 cores=0-7
/proc/9087/task/9184/stat : 9184 (java) R 9085 9085 7708 0 -1 4202560 397 0 0 0 1723 0 0 0 20 0 28 0 151710002 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967376650560 139967975708690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9185] ppid=9085 vsize=26538700 memory=1955296 CPUtime=17.23 cores=0-7
/proc/9087/task/9185/stat : 9185 (java) R 9085 9085 7708 0 -1 4202560 2177 0 0 0 1710 13 0 0 20 0 28 0 151710002 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967371385840 139967973890667 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
[pid=9087/tid=9186] ppid=9085 vsize=26538700 memory=2244 CPUtime=17.23 cores=0-7
/proc/9087/task/9186/stat : 9186 (java) R 9085 9085 7708 0 -1 4202560 550 0 0 0 1723 0 0 0 20 0 28 0 151710002 27175628800 489318 33554432000 4194304 4196468 140730579633248 139967372438992 139967975708531 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24121344 140730579641496 140730579641672 140730579641672 140730579644367 0
Current children cumulated CPU time: 1025.47 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1958652 KiB

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

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

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

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

Child status: 143
Real time (s): 252.115
CPU time (s): 1026.18
CPU user time (s): 1023.48
CPU system time (s): 2.69646
CPU usage (%): 407.029
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1958652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1023.48
system time used= 2.69646
maximum resident set size= 1957760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176742
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13190
involuntary context switches= 10663


# summary of solver processes directly reported to runsolver:
#   pid: 9085,9087
#   total CPU time (s): 1026.18
#   total CPU user time (s): 1023.48
#   total CPU system time (s): 2.69646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.06742 second user time and 3.00031 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-20 01:26:38
IDJOB=4281361
IDBENCH=126238
IDSOLVER=2676
FILE ID=node151/4281361-1503186058
RUNJOBID= node151-1503184165-7735
PBS_JOBID= 20630854
Free space on /tmp= 61804 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-13-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-4281361-1503186058/watcher-4281361-1503186058 -o /tmp/evaluation-result-4281361-1503186058/solver-4281361-1503186058 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503184165-7735 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1778004789 HOME/instance-4281361-1503186058.xml

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

MD5SUM BENCH= a23d33c916089316ecf00e2bfba5f26c
RANDOM SEED=1778004789

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:        24653560 kB
MemAvailable:   31973588 kB
Buffers:          327116 kB
Cached:          7284556 kB
SwapCached:            0 kB
Active:          1802900 kB
Inactive:        5862680 kB
Active(anon):      45688 kB
Inactive(anon):    44328 kB
Active(file):    1757212 kB
Inactive(file):  5818352 kB
Unevictable:        7576 kB
Mlocked:            7576 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7868 kB
Writeback:             0 kB
AnonPages:         73524 kB
Mapped:            51504 kB
Shmem:             33416 kB
Slab:             147364 kB
SReclaimable:     120600 kB
SUnreclaim:        26764 kB
KernelStack:        3520 kB
PageTables:         4788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 61796 MiB
End job on node151 at 2017-08-20 01:30:50