Trace number 4280371

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)119 20066.9 2520.1201

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 benchmark109
Best CPU time to get the best result obtained on this benchmark2520.0701
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-4280371-1503138154.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4280371-1503138154.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
7.12/1.86	c solve instance...
25.95/6.10	o 147 
35.65/7.78	o 146 
59.41/10.77	o 142 
70.37/12.17	o 135 
217.56/30.66	o 131 
719.47/93.84	o 130 
732.61/95.86	o 129 
1453.42/186.69	o 128 
1683.57/215.65	o 127 
3143.34/398.64	o 126 
5253.36/663.23	o 125 
5818.63/734.14	o 124 
8495.55/1069.78	o 123 
13112.85/1648.53	o 122 
14871.10/1868.91	o 121 
15487.72/1946.29	o 120 
16406.84/2061.50	o 119 
20066.05/2520.09	s SATISFIABLE
20066.05/2520.09	v <instantiation>
20066.05/2520.09	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>
20066.05/2520.09	v 	<values>0 2 5 9 15 29 37 55 71 88 107 118 119 </values>
20066.05/2520.09	v </instantiation>
20066.05/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280371-1503138154/watcher-4280371-1503138154 -o /tmp/evaluation-result-4280371-1503138154/solver-4280371-1503138154 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503132250-29860 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1610980023 HOME/instance-4280371-1503138154.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=31289, runsolver pid=31286

[startup+0.100139 s]*
/proc/loadavg: 8.50 8.33 8.26 2/199 31310
/proc/meminfo: memFree=24649288/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31289/stat : 31289 (xcsp3-exec) S 31286 31289 29833 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146896132 9740288 346 33554432000 4194304 5098028 140727330796016 140727330794120 140674956616316 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16097280 140727330800740 140727330800951 140727330800951 140727330803691 0
/proc/31289/statm: 2378 346 289 221 0 87 0
[pid=31291] ppid=31289 vsize=25999808 memory=25636 CPUtime=0.11 cores=0-7
/proc/31291/stat : 31291 (java) S 31289 31289 29833 0 -1 1077944320 5314 0 0 0 11 0 0 0 20 0 20 0 146896132 26623803392 6409 33554432000 4194304 4196468 140731935428432 140731935410976 140066097643255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
/proc/31291/statm: 6499952 6409 2856 1 0 6488269 0
[pid=31291/tid=31292] ppid=31289 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31291/task/31292/stat : 31292 (java) R 31289 31289 29833 0 -1 4202560 3292 0 0 0 8 0 0 0 20 0 20 0 146896133 26623803392 6409 33554432000 4194304 4196468 140731935428432 140066101864064 140066081686885 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31293] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31293/stat : 31293 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065655360272 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31294] ppid=31289 vsize=25999808 memory=140340814222976 CPUtime=0 cores=0-7
/proc/31291/task/31294/stat : 31294 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065654307728 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31295] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31295/stat : 31295 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065653255184 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31296] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31296/stat : 31296 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065652202640 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31297] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31297/stat : 31297 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065651149072 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31298] ppid=31289 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/31291/task/31298/stat : 31298 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065650096528 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31299] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31299/stat : 31299 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065649043984 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31300] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31300/stat : 31300 (java) S 31289 31289 29833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146896134 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065647991440 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31301] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31301/stat : 31301 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896135 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065225071088 140066097654402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31302] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31302/stat : 31302 (java) S 31289 31289 29833 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146896136 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065224017312 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31303] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31303/stat : 31303 (java) S 31289 31289 29833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146896136 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065222964720 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31304] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31304/stat : 31304 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896138 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065221913296 140066097661851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31305] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31305/stat : 31305 (java) S 31289 31289 29833 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 146896138 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065220859888 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31306] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31306/stat : 31306 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896138 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065219807344 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31307] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31307/stat : 31307 (java) S 31289 31289 29833 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 146896138 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065218754800 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31308] ppid=31289 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/31291/task/31308/stat : 31308 (java) R 31289 31289 29833 0 -1 4202560 279 0 0 0 1 0 0 0 20 0 20 0 146896138 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065217702256 140066090740091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31309] ppid=31289 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31309/stat : 31309 (java) S 31289 31289 29833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146896138 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065216649952 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31310] ppid=31289 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/31291/task/31310/stat : 31310 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896139 26623803392 6409 33554432000 4194304 4196468 140731935428432 140065215597488 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27020 KiB

[startup+0.210097 s]*
/proc/loadavg: 8.50 8.33 8.26 2/199 31310
/proc/meminfo: memFree=24639348/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31289/stat : 31289 (xcsp3-exec) S 31286 31289 29833 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146896132 9740288 346 33554432000 4194304 5098028 140727330796016 140727330794120 140674956616316 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16097280 140727330800740 140727330800951 140727330800951 140727330803691 0
/proc/31289/statm: 2378 346 289 221 0 87 0
[pid=31291] ppid=31289 vsize=26004064 memory=37576 CPUtime=0.33 cores=0-7
/proc/31291/stat : 31291 (java) S 31289 31289 29833 0 -1 1077944320 8057 0 0 0 31 2 0 0 20 0 20 0 146896132 26628161536 9394 33554432000 4194304 4196468 140731935428432 140731935410976 140066097643255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
/proc/31291/statm: 6501016 9394 3038 1 0 6488269 0
[pid=31291/tid=31292] ppid=31289 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31291/task/31292/stat : 31292 (java) R 31289 31289 29833 0 -1 4202560 4999 0 0 0 18 1 0 0 20 0 20 0 146896133 26628161536 9394 33554432000 4194304 4196468 140731935428432 140066101865184 140066097665181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31293] ppid=31289 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/31291/task/31293/stat : 31293 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065655360272 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31294] ppid=31289 vsize=26004064 memory=288370716965934720 CPUtime=0 cores=0-7
/proc/31291/task/31294/stat : 31294 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065654307728 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31295] ppid=31289 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31291/task/31295/stat : 31295 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065653255184 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31296] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31296/stat : 31296 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065652202640 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31297] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31297/stat : 31297 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065651149072 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31298] ppid=31289 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31291/task/31298/stat : 31298 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065650096528 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31299] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31299/stat : 31299 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065649043984 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31300] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31300/stat : 31300 (java) S 31289 31289 29833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065647991440 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31301] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31301/stat : 31301 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896135 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065225071088 140066097654402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31302] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31302/stat : 31302 (java) S 31289 31289 29833 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146896136 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065224017312 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31303] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31303/stat : 31303 (java) S 31289 31289 29833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146896136 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065222964720 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31304] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31304/stat : 31304 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896138 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065221913296 140066097661851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31305] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31305/stat : 31305 (java) S 31289 31289 29833 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 20 0 146896138 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065220859888 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31306] ppid=31289 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/31291/task/31306/stat : 31306 (java) S 31289 31289 29833 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 146896138 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065219807344 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31307] ppid=31289 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/31291/task/31307/stat : 31307 (java) S 31289 31289 29833 0 -1 1077944384 390 0 0 0 1 0 0 0 20 0 20 0 146896138 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065218754800 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31308] ppid=31289 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/31291/task/31308/stat : 31308 (java) S 31289 31289 29833 0 -1 1077944384 857 0 0 0 7 0 0 0 20 0 20 0 146896138 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065217702256 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31309] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31309/stat : 31309 (java) S 31289 31289 29833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146896138 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065216649952 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31310] ppid=31289 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31291/task/31310/stat : 31310 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896139 26628161536 9394 33554432000 4194304 4196468 140731935428432 140065215597488 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 38960 KiB

[startup+0.30936 s]*
/proc/loadavg: 8.50 8.33 8.26 4/199 31310
/proc/meminfo: memFree=24632556/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31289/stat : 31289 (xcsp3-exec) S 31286 31289 29833 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146896132 9740288 346 33554432000 4194304 5098028 140727330796016 140727330794120 140674956616316 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16097280 140727330800740 140727330800951 140727330800951 140727330803691 0
/proc/31289/statm: 2378 346 289 221 0 87 0
[pid=31291] ppid=31289 vsize=26004064 memory=42728 CPUtime=0.48 cores=0-7
/proc/31291/stat : 31291 (java) S 31289 31289 29833 0 -1 1077944320 8950 0 0 0 46 2 0 0 20 0 20 0 146896132 26628161536 10682 33554432000 4194304 4196468 140731935428432 140731935410976 140066097643255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
/proc/31291/statm: 6501016 10682 3089 1 0 6488269 0
[pid=31291/tid=31292] ppid=31289 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31291/task/31292/stat : 31292 (java) R 31289 31289 29833 0 -1 4202560 5680 0 0 0 28 1 0 0 20 0 20 0 146896133 26628161536 10682 33554432000 4194304 4196468 140731935428432 140066101881376 140065734497576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31293] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31293/stat : 31293 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065655360272 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31294] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31294/stat : 31294 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065654307728 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31295] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31295/stat : 31295 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065653255184 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31296] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31296/stat : 31296 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065652202640 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31297] ppid=31289 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/31291/task/31297/stat : 31297 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065651149072 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31298] ppid=31289 vsize=26004064 memory=140340673737647 CPUtime=0 cores=0-7
/proc/31291/task/31298/stat : 31298 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065650096528 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31299] ppid=31289 vsize=26004064 memory=140340673739952 CPUtime=0 cores=0-7
/proc/31291/task/31299/stat : 31299 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065649043984 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31300] ppid=31289 vsize=26004064 memory=140340673742256 CPUtime=0 cores=0-7
/proc/31291/task/31300/stat : 31300 (java) S 31289 31289 29833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146896134 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065647991440 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31301] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31301/stat : 31301 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896135 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065225071088 140066097654402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31302] ppid=31289 vsize=26004064 memory=280681347491472 CPUtime=0 cores=0-7
/proc/31291/task/31302/stat : 31302 (java) S 31289 31289 29833 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146896136 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065224017312 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31303] ppid=31289 vsize=26004064 memory=280681347498384 CPUtime=0 cores=0-7
/proc/31291/task/31303/stat : 31303 (java) S 31289 31289 29833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146896136 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065222964720 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31304] ppid=31289 vsize=26004064 memory=280681347439664 CPUtime=0 cores=0-7
/proc/31291/task/31304/stat : 31304 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896138 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065221913296 140066097661851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31305] ppid=31289 vsize=26004064 memory=280681347512208 CPUtime=0.01 cores=0-7
/proc/31291/task/31305/stat : 31305 (java) S 31289 31289 29833 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 20 0 146896138 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065220859888 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31306] ppid=31289 vsize=26004064 memory=280681347519120 CPUtime=0.01 cores=0-7
/proc/31291/task/31306/stat : 31306 (java) S 31289 31289 29833 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 146896138 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065219807344 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31307] ppid=31289 vsize=26004064 memory=280681347516816 CPUtime=0.03 cores=0-7
/proc/31291/task/31307/stat : 31307 (java) S 31289 31289 29833 0 -1 1077944384 454 0 0 0 3 0 0 0 20 0 20 0 146896138 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065218754800 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31308] ppid=31289 vsize=26004064 memory=280681347532976 CPUtime=0.12 cores=0-7
/proc/31291/task/31308/stat : 31308 (java) R 31289 31289 29833 0 -1 4202560 1002 0 0 0 12 0 0 0 20 0 20 0 146896138 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065217697248 140066089598099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31309] ppid=31289 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31309/stat : 31309 (java) S 31289 31289 29833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146896138 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065216649952 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31310] ppid=31289 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/31291/task/31310/stat : 31310 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896139 26628161536 10682 33554432000 4194304 4196468 140731935428432 140065215597488 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 44112 KiB

[startup+0.700916 s]
/proc/loadavg: 8.50 8.33 8.26 5/199 31310
/proc/meminfo: memFree=24604252/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31289/stat : 31289 (xcsp3-exec) S 31286 31289 29833 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146896132 9740288 346 33554432000 4194304 5098028 140727330796016 140727330794120 140674956616316 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16097280 140727330800740 140727330800951 140727330800951 140727330803691 0
/proc/31289/statm: 2378 346 289 221 0 87 0
[pid=31291] ppid=31289 vsize=26006188 memory=95724 CPUtime=2.02 cores=0-7
/proc/31291/stat : 31291 (java) S 31289 31289 29833 0 -1 1077944320 14064 0 0 0 197 5 0 0 20 0 20 0 146896132 26630336512 23931 33554432000 4194304 4196468 140731935428432 140731935410976 140066097643255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
/proc/31291/statm: 6501547 23931 3201 1 0 6488781 0
[pid=31291/tid=31292] ppid=31289 vsize=26006188 memory=280681347890864 CPUtime=0.67 cores=0-7
/proc/31291/task/31292/stat : 31292 (java) R 31289 31289 29833 0 -1 4202560 6352 0 0 0 64 3 0 0 20 0 20 0 146896133 26630336512 23931 33554432000 4194304 4196468 140731935428432 140066101879072 140066097655190 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31293] ppid=31289 vsize=26006188 memory=140340673946480 CPUtime=0 cores=0-7
/proc/31291/task/31293/stat : 31293 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26630336512 23931 33554432000 4194304 4196468 140731935428432 140065655360272 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31294] ppid=31289 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/31291/task/31294/stat : 31294 (java) S 31289 31289 29833 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146896134 26630336512 23931 33554432000 4194304 4196468 140731935428432 140065654307728 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31295] ppid=31289 vsize=26006188 memory=1200 CPUtime=0 cores=0-7
/proc/31291/task/31295/stat : 31295 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146896134 26630336512 23931 33554432000 4194304 4196468 140731935428432 140065653255184 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0

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

[pid=31291/tid=31488] ppid=31289 vsize=26605264 memory=1711744 CPUtime=380.64 cores=0-7
/proc/31291/task/31488/stat : 31488 (java) R 31289 31289 29833 0 -1 4202560 654 0 0 0 38064 0 0 0 20 0 28 0 147102283 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065201274296 140065743667318 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
Current children cumulated CPU time: 19446 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 1713128 KiB

[startup+2502.3 s]
/proc/loadavg: 8.24 8.20 8.26 9/207 31489
/proc/meminfo: memFree=22964708/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31289/stat : 31289 (xcsp3-exec) S 31286 31289 29833 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146896132 9740288 346 33554432000 4194304 5098028 140727330796016 140727330794120 140674956616316 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16097280 140727330800740 140727330800951 140727330800951 140727330803691 0
/proc/31289/statm: 2378 346 289 221 0 87 0
[pid=31291] ppid=31289 vsize=26605264 memory=1711744 CPUtime=19924.8 cores=0-7
/proc/31291/stat : 31291 (java) S 31289 31289 29833 0 -1 1077944320 281417 0 0 0 1992081 399 0 0 20 0 28 0 146896132 27243790336 427936 33554432000 4194304 4196468 140731935428432 140731935410976 140066097643255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
/proc/31291/statm: 6651316 427936 3307 1 0 6638550 0
[pid=31291/tid=31292] ppid=31289 vsize=26605264 memory=1711744 CPUtime=1.7 cores=0-7
/proc/31291/task/31292/stat : 31292 (java) S 31289 31289 29833 0 -1 1077944384 8535 0 0 0 163 7 0 0 20 0 28 0 146896133 27243790336 427936 33554432000 4194304 4196468 140731935428432 140066101884032 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31293] ppid=31289 vsize=26605264 memory=1711744 CPUtime=0.79 cores=0-7
/proc/31291/task/31293/stat : 31293 (java) S 31289 31289 29833 0 -1 1077944384 1568 0 0 0 67 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065655360272 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31294] ppid=31289 vsize=26605264 memory=1711744 CPUtime=0.78 cores=0-7
/proc/31291/task/31294/stat : 31294 (java) S 31289 31289 29833 0 -1 1077944384 588 0 0 0 65 13 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065654307728 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31295] ppid=31289 vsize=26605264 memory=0 CPUtime=0.72 cores=0-7
/proc/31291/task/31295/stat : 31295 (java) S 31289 31289 29833 0 -1 1077944384 1382 0 0 0 60 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065653255184 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31296] ppid=31289 vsize=26605264 memory=1384 CPUtime=0.78 cores=0-7
/proc/31291/task/31296/stat : 31296 (java) S 31289 31289 29833 0 -1 1077944384 1367 0 0 0 66 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065652202640 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31297] ppid=31289 vsize=26605264 memory=1711744 CPUtime=0.79 cores=0-7
/proc/31291/task/31297/stat : 31297 (java) S 31289 31289 29833 0 -1 1077944384 879 0 0 0 67 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065651149072 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31298] ppid=31289 vsize=26605264 memory=4465 CPUtime=0.79 cores=0-7
/proc/31291/task/31298/stat : 31298 (java) S 31289 31289 29833 0 -1 1077944384 621 0 0 0 66 13 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065650096528 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31299] ppid=31289 vsize=26605264 memory=4420 CPUtime=0.78 cores=0-7
/proc/31291/task/31299/stat : 31299 (java) S 31289 31289 29833 0 -1 1077944384 573 0 0 0 66 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065649043984 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31300] ppid=31289 vsize=26605264 memory=164 CPUtime=0.78 cores=0-7
/proc/31291/task/31300/stat : 31300 (java) S 31289 31289 29833 0 -1 1077944384 572 0 0 0 65 13 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065647991440 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31301] ppid=31289 vsize=26605264 memory=-1161699032755964614 CPUtime=0.77 cores=0-7
/proc/31291/task/31301/stat : 31301 (java) S 31289 31289 29833 0 -1 1077944384 10266 0 0 0 75 2 0 0 20 0 28 0 146896135 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065225071088 140066097654402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31302] ppid=31289 vsize=26605264 memory=41004 CPUtime=0 cores=0-7
/proc/31291/task/31302/stat : 31302 (java) S 31289 31289 29833 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 146896136 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065224017376 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31303] ppid=31289 vsize=26605264 memory=1292 CPUtime=0 cores=0-7
/proc/31291/task/31303/stat : 31303 (java) S 31289 31289 29833 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 146896136 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065222964736 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31304] ppid=31289 vsize=26605264 memory=1711744 CPUtime=0 cores=0-7
/proc/31291/task/31304/stat : 31304 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065221913296 140066097661851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31305] ppid=31289 vsize=26605264 memory=1384 CPUtime=3.08 cores=0-7
/proc/31291/task/31305/stat : 31305 (java) S 31289 31289 29833 0 -1 1077944384 22813 0 0 0 303 5 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065220859888 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31306] ppid=31289 vsize=26605264 memory=6791534058613427641 CPUtime=3.61 cores=0-7
/proc/31291/task/31306/stat : 31306 (java) S 31289 31289 29833 0 -1 1077944384 31346 0 0 0 355 6 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065219807344 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31307] ppid=31289 vsize=26605264 memory=4100 CPUtime=3.32 cores=0-7
/proc/31291/task/31307/stat : 31307 (java) S 31289 31289 29833 0 -1 1077944384 30922 0 0 0 327 5 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065218754800 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31308] ppid=31289 vsize=26605264 memory=6791534058613427641 CPUtime=0.98 cores=0-7
/proc/31291/task/31308/stat : 31308 (java) S 31289 31289 29833 0 -1 1077944384 22257 0 0 0 93 5 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065217702256 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31309] ppid=31289 vsize=26605264 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/31291/task/31309/stat : 31309 (java) S 31289 31289 29833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065216649952 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31310] ppid=31289 vsize=26605264 memory=0 CPUtime=1.17 cores=0-7
/proc/31291/task/31310/stat : 31310 (java) S 31289 31289 29833 0 -1 1077944384 5744 0 0 0 0 117 0 0 20 0 28 0 146896139 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065215597488 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31481] ppid=31289 vsize=26605264 memory=117 CPUtime=440.75 cores=0-7
/proc/31291/task/31481/stat : 31481 (java) R 31289 31289 29833 0 -1 4202560 1140 0 0 0 44071 4 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065205485176 140065743186444 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31482] ppid=31289 vsize=26605264 memory=1384 CPUtime=440.81 cores=0-7
/proc/31291/task/31482/stat : 31482 (java) R 31289 31289 29833 0 -1 4202560 1024 0 0 0 44081 0 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065200222952 140065742812894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31483] ppid=31289 vsize=26605264 memory=1384 CPUtime=440.79 cores=0-7
/proc/31291/task/31483/stat : 31483 (java) R 31289 31289 29833 0 -1 4202560 1830 0 0 0 44078 1 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065204433272 140065743997307 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31484] ppid=31289 vsize=26605264 memory=1711744 CPUtime=440.7 cores=0-7
/proc/31291/task/31484/stat : 31484 (java) R 31289 31289 29833 0 -1 4202560 3472 0 0 0 44066 4 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065206535160 140065742812675 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31485] ppid=31289 vsize=26605264 memory=1384 CPUtime=440.78 cores=0-7
/proc/31291/task/31485/stat : 31485 (java) R 31289 31289 29833 0 -1 4202560 1688 0 0 0 44072 6 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065203375544 140065742346327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31486] ppid=31289 vsize=26605264 memory=1711744 CPUtime=431.58 cores=0-7
/proc/31291/task/31486/stat : 31486 (java) R 31289 31289 29833 0 -1 4202560 871 0 0 0 43157 1 0 0 20 0 28 0 147102283 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065199172680 140065742813132 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31487] ppid=31289 vsize=26605264 memory=2428 CPUtime=440.83 cores=0-7
/proc/31291/task/31487/stat : 31487 (java) R 31289 31289 29833 0 -1 4202560 1016 0 0 0 44083 0 0 0 20 0 28 0 147102283 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065202330824 140065743887279 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31488] ppid=31289 vsize=26605264 memory=1728 CPUtime=440.64 cores=0-7
/proc/31291/task/31488/stat : 31488 (java) R 31289 31289 29833 0 -1 4202560 696 0 0 0 44064 0 0 0 20 0 28 0 147102283 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065201274296 140065742812992 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
Current children cumulated CPU time: 19924.8 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 1713128 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.33 8.22 8.27 9/208 31497
/proc/meminfo: memFree=22963328/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/31289/stat : 31289 (xcsp3-exec) S 31286 31289 29833 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146896132 9740288 346 33554432000 4194304 5098028 140727330796016 140727330794120 140674956616316 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16097280 140727330800740 140727330800951 140727330800951 140727330803691 0
/proc/31289/statm: 2378 346 289 221 0 87 0
[pid=31291] ppid=31289 vsize=26605264 memory=1711744 CPUtime=20066.1 cores=0-7
/proc/31291/stat : 31291 (java) S 31289 31289 29833 0 -1 1077944320 282072 0 0 0 2006206 399 0 0 20 0 28 0 146896132 27243790336 427936 33554432000 4194304 4196468 140731935428432 140731935410976 140066097643255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
/proc/31291/statm: 6651316 427936 3307 1 0 6638550 0
[pid=31291/tid=31292] ppid=31289 vsize=26605264 memory=1008 CPUtime=1.7 cores=0-7
/proc/31291/task/31292/stat : 31292 (java) S 31289 31289 29833 0 -1 1077944384 8535 0 0 0 163 7 0 0 20 0 28 0 146896133 27243790336 427936 33554432000 4194304 4196468 140731935428432 140066101884032 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31293] ppid=31289 vsize=26605264 memory=1944 CPUtime=0.79 cores=0-7
/proc/31291/task/31293/stat : 31293 (java) S 31289 31289 29833 0 -1 1077944384 1568 0 0 0 67 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065655360272 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31294] ppid=31289 vsize=26605264 memory=4126316290023845779 CPUtime=0.78 cores=0-7
/proc/31291/task/31294/stat : 31294 (java) S 31289 31289 29833 0 -1 1077944384 588 0 0 0 65 13 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065654307728 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31295] ppid=31289 vsize=26605264 memory=1224 CPUtime=0.72 cores=0-7
/proc/31291/task/31295/stat : 31295 (java) S 31289 31289 29833 0 -1 1077944384 1382 0 0 0 60 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065653255184 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31296] ppid=31289 vsize=26605264 memory=5784 CPUtime=0.78 cores=0-7
/proc/31291/task/31296/stat : 31296 (java) S 31289 31289 29833 0 -1 1077944384 1367 0 0 0 66 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065652202640 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31297] ppid=31289 vsize=26605264 memory=1720 CPUtime=0.79 cores=0-7
/proc/31291/task/31297/stat : 31297 (java) S 31289 31289 29833 0 -1 1077944384 879 0 0 0 67 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065651149072 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31298] ppid=31289 vsize=26605264 memory=4612 CPUtime=0.79 cores=0-7
/proc/31291/task/31298/stat : 31298 (java) S 31289 31289 29833 0 -1 1077944384 621 0 0 0 66 13 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065650096528 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31299] ppid=31289 vsize=26605264 memory=1008 CPUtime=0.78 cores=0-7
/proc/31291/task/31299/stat : 31299 (java) S 31289 31289 29833 0 -1 1077944384 573 0 0 0 66 12 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065649043984 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31300] ppid=31289 vsize=26605264 memory=1944 CPUtime=0.78 cores=0-7
/proc/31291/task/31300/stat : 31300 (java) S 31289 31289 29833 0 -1 1077944384 572 0 0 0 65 13 0 0 20 0 28 0 146896134 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065647991440 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31301] ppid=31289 vsize=26605264 memory=640 CPUtime=0.77 cores=0-7
/proc/31291/task/31301/stat : 31301 (java) S 31289 31289 29833 0 -1 1077944384 10272 0 0 0 75 2 0 0 20 0 28 0 146896135 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065225071088 140066097654402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31302] ppid=31289 vsize=26605264 memory=1796 CPUtime=0 cores=0-7
/proc/31291/task/31302/stat : 31302 (java) S 31289 31289 29833 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 146896136 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065224017376 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31303] ppid=31289 vsize=26605264 memory=960 CPUtime=0 cores=0-7
/proc/31291/task/31303/stat : 31303 (java) S 31289 31289 29833 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 146896136 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065222964736 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31304] ppid=31289 vsize=26605264 memory=1232 CPUtime=0 cores=0-7
/proc/31291/task/31304/stat : 31304 (java) S 31289 31289 29833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065221913296 140066097661851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31305] ppid=31289 vsize=26605264 memory=2428 CPUtime=3.08 cores=0-7
/proc/31291/task/31305/stat : 31305 (java) S 31289 31289 29833 0 -1 1077944384 22815 0 0 0 303 5 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065220859888 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31306] ppid=31289 vsize=26605264 memory=932 CPUtime=3.61 cores=0-7
/proc/31291/task/31306/stat : 31306 (java) S 31289 31289 29833 0 -1 1077944384 31349 0 0 0 355 6 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065219807344 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31307] ppid=31289 vsize=26605264 memory=1580 CPUtime=3.32 cores=0-7
/proc/31291/task/31307/stat : 31307 (java) S 31289 31289 29833 0 -1 1077944384 30924 0 0 0 327 5 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065218754800 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31308] ppid=31289 vsize=26605264 memory=2244 CPUtime=0.98 cores=0-7
/proc/31291/task/31308/stat : 31308 (java) S 31289 31289 29833 0 -1 1077944384 22259 0 0 0 93 5 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065217702256 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31309] ppid=31289 vsize=26605264 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31291/task/31309/stat : 31309 (java) S 31289 31289 29833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 146896138 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065216649952 140066097653461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31310] ppid=31289 vsize=26605264 memory=-8253362762722141311 CPUtime=1.18 cores=0-7
/proc/31291/task/31310/stat : 31310 (java) S 31289 31289 29833 0 -1 1077944384 5763 0 0 0 0 118 0 0 20 0 28 0 146896139 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065215597488 140066097654402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31481] ppid=31289 vsize=26605264 memory=7100839861465685612 CPUtime=458.45 cores=0-7
/proc/31291/task/31481/stat : 31481 (java) R 31289 31289 29833 0 -1 4202560 1185 0 0 0 45841 4 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065205485176 140065742347406 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31482] ppid=31289 vsize=26605264 memory=-7175204567652784766 CPUtime=458.52 cores=0-7
/proc/31291/task/31482/stat : 31482 (java) R 31289 31289 29833 0 -1 4202560 1048 0 0 0 45852 0 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065200222952 140065743170341 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31483] ppid=31289 vsize=26605264 memory=3054156605268465310 CPUtime=458.48 cores=0-7
/proc/31291/task/31483/stat : 31483 (java) R 31289 31289 29833 0 -1 4202560 1941 0 0 0 45847 1 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065204433272 140065742346184 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31484] ppid=31289 vsize=26605264 memory=8514726395714825349 CPUtime=458.4 cores=0-7
/proc/31291/task/31484/stat : 31484 (java) R 31289 31289 29833 0 -1 4202560 3714 0 0 0 45836 4 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065206535160 140065743667794 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31485] ppid=31289 vsize=26605264 memory=5784 CPUtime=458.29 cores=0-7
/proc/31291/task/31485/stat : 31485 (java) R 31289 31289 29833 0 -1 4202560 1787 0 0 0 45823 6 0 0 20 0 28 0 147102282 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065203375544 140065742832484 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31486] ppid=31289 vsize=26605264 memory=1720 CPUtime=449.1 cores=0-7
/proc/31291/task/31486/stat : 31486 (java) R 31289 31289 29833 0 -1 4202560 908 0 0 0 44909 1 0 0 20 0 28 0 147102283 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065199172680 140065743666270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31487] ppid=31289 vsize=26605264 memory=61988 CPUtime=458.54 cores=0-7
/proc/31291/task/31487/stat : 31487 (java) R 31289 31289 29833 0 -1 4202560 1033 0 0 0 45854 0 0 0 20 0 28 0 147102283 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065202330824 140065742812675 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
[pid=31291/tid=31488] ppid=31289 vsize=26605264 memory=23748 CPUtime=458.34 cores=0-7
/proc/31291/task/31488/stat : 31488 (java) R 31289 31289 29833 0 -1 4202560 742 0 0 0 45834 0 0 0 20 0 28 0 147102283 27243790336 427936 33554432000 4194304 4196468 140731935428432 140065201274296 140065743170499 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 35299328 140731935433874 140731935434051 140731935434051 140731935436751 0
Current children cumulated CPU time: 20066.1 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 1713128 KiB

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

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

[startup+2520.12 s]
# the end of solver process 31291 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20062.8 s, system=4.00811 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.12
CPU time (s): 20066.9
CPU user time (s): 20062.8
CPU system time (s): 4.00811
CPU usage (%): 796.266
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 1713132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20062.8
system time used= 4.00811
maximum resident set size= 1712212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63383
involuntary context switches= 201027


# summary of solver processes directly reported to runsolver:
#   pid: 31289,31291
#   total CPU time (s): 20066.9
#   total CPU user time (s): 20062.8
#   total CPU system time (s): 4.00811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.6797 second user time and 30.1663 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-19 12:08:14
IDJOB=4280371
IDBENCH=126238
IDSOLVER=2675
FILE ID=node151/4280371-1503138154
RUNJOBID= node151-1503132250-29860
PBS_JOBID= 20630789
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-4280371-1503138154/watcher-4280371-1503138154 -o /tmp/evaluation-result-4280371-1503138154/solver-4280371-1503138154 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503132250-29860 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1610980023 HOME/instance-4280371-1503138154.xml

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

MD5SUM BENCH= a23d33c916089316ecf00e2bfba5f26c
RANDOM SEED=1610980023

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:        24663740 kB
MemAvailable:   31974456 kB
Buffers:          321616 kB
Cached:          7281260 kB
SwapCached:            0 kB
Active:          1790000 kB
Inactive:        5865044 kB
Active(anon):      43896 kB
Inactive(anon):    44340 kB
Active(file):    1746104 kB
Inactive(file):  5820704 kB
Unevictable:        7576 kB
Mlocked:            7576 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:         59568 kB
Mapped:            50880 kB
Shmem:             33416 kB
Slab:             146136 kB
SReclaimable:     119488 kB
SUnreclaim:        26648 kB
KernelStack:        3168 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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-19 12:50:14