Trace number 4281386

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)8 1994.37 252.09399

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark242.452
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4281386-1503182004.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281386-1503182004.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
2.47/0.90	c solve instance...
2.47/0.95	o 12 
2.47/0.97	o 11 
2.47/0.99	o 10 
3.07/1.03	o 9 
10.02/1.92	o 8 
1993.74/252.06	s SATISFIABLE
1993.74/252.06	v <instantiation>
1993.74/252.06	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
1993.74/252.06	v 	<values>2 3 5 0 7 8 6 4 0 8 7 6 3 2 1 5 7 6 4 1 0 5 3 2 8 1 2 5 6 4 7 0 5 4 3 7 1 0 2 6 6 7 0 2 8 3 4 1 4 2 6 3 5 1 0 8 3 0 1 4 2 6 5 7 </values>
1993.74/252.06	v </instantiation>
1993.74/252.06	c Unexpected resolution interruption!

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281386-1503182004/watcher-4281386-1503182004 -o /tmp/evaluation-result-4281386-1503182004/solver-4281386-1503182004 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503168892-23304 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1458707336 HOME/instance-4281386-1503182004.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
Current StackSize limit: 8192 KiB

solver pid=1304, runsolver pid=1301

[startup+0.100134 s]*
/proc/loadavg: 7.38 7.79 7.22 2/199 1325
/proc/meminfo: memFree=27178488/32770624 swapFree=67108860/67108860
[pid=1304] ppid=1301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1304/stat : 1304 (xcsp3-exec) S 1301 1304 23277 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151287927 9740288 346 33554432000 4194304 5098028 140729319990224 140729319988328 140007314711164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11616256 140729319998570 140729319998780 140729319998780 140729320001515 0
/proc/1304/statm: 2378 346 289 221 0 87 0
[pid=1306] ppid=1304 vsize=25999808 memory=28276 CPUtime=0.11 cores=0-7
/proc/1306/stat : 1306 (java) S 1304 1304 23277 0 -1 1077944320 5463 0 0 0 10 1 0 0 20 0 20 0 151287927 26623803392 7069 33554432000 4194304 4196468 140725192618608 140725192601152 139648806366967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
/proc/1306/statm: 6499952 7069 2849 1 0 6488269 0
[pid=1306/tid=1307] ppid=1304 vsize=25999808 memory=8390339637985935414 CPUtime=0.08 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) R 1304 1304 23277 0 -1 4202560 3500 0 0 0 8 0 0 0 20 0 20 0 151287928 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648810590768 139648806378902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1308] ppid=1304 vsize=25999808 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/1306/task/1308/stat : 1308 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648728947600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1309] ppid=1304 vsize=25999808 memory=288370665332070016 CPUtime=0 cores=0-7
/proc/1306/task/1309/stat : 1309 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648727894800 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1310] ppid=1304 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1310/stat : 1310 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151287929 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648726842512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1311] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1311/stat : 1311 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287929 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648725789712 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1312] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1312/stat : 1312 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648724736400 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1313] ppid=1304 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1313/stat : 1313 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648723683600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1314] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1314/stat : 1314 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648722631312 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1315] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26623803392 7069 33554432000 4194304 4196468 140725192618608 139648721578512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1316] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287930 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647481293424 139648806378114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1317] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1304 1304 23277 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151287931 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647480239392 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1318] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1304 1304 23277 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151287931 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647479187056 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1319] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287933 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647478135376 139648806385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1320] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1304 1304 23277 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 151287933 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647477082224 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1321] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1304 1304 23277 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 151287933 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647476029424 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1322] ppid=1304 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151287933 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647474977136 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1323] ppid=1304 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) R 1304 1304 23277 0 -1 4202560 249 0 0 0 1 0 0 0 20 0 20 0 151287933 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647473924336 139648806388314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1324] ppid=1304 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151287933 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647472872288 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1325] ppid=1304 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287934 26623803392 7069 33554432000 4194304 4196468 140725192618608 139647471819568 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 29660 KiB

[startup+0.21047 s]*
/proc/loadavg: 7.38 7.79 7.22 2/199 1325
/proc/meminfo: memFree=27167484/32770624 swapFree=67108860/67108860
[pid=1304] ppid=1301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1304/stat : 1304 (xcsp3-exec) S 1301 1304 23277 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151287927 9740288 346 33554432000 4194304 5098028 140729319990224 140729319988328 140007314711164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11616256 140729319998570 140729319998780 140729319998780 140729320001515 0
/proc/1304/statm: 2378 346 289 221 0 87 0
[pid=1306] ppid=1304 vsize=26004064 memory=40624 CPUtime=0.33 cores=0-7
/proc/1306/stat : 1306 (java) S 1304 1304 23277 0 -1 1077944320 8193 0 0 0 30 3 0 0 20 0 20 0 151287927 26628161536 10156 33554432000 4194304 4196468 140725192618608 140725192601152 139648806366967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
/proc/1306/statm: 6501016 10156 3073 1 0 6488269 0
[pid=1306/tid=1307] ppid=1304 vsize=26004064 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) D 1304 1304 23277 0 -1 1077944384 5334 0 0 0 19 1 0 0 20 0 20 0 151287928 26628161536 10156 33554432000 4194304 4196468 140725192618608 139648810577776 139648799046189 0 4 0 16800975 18446744072101629476 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1308] ppid=1304 vsize=26004064 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/1306/task/1308/stat : 1308 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 10156 33554432000 4194304 4196468 140725192618608 139648728947600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1309] ppid=1304 vsize=26004064 memory=288370665332070016 CPUtime=0 cores=0-7
/proc/1306/task/1309/stat : 1309 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 10156 33554432000 4194304 4196468 140725192618608 139648727894800 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1310] ppid=1304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1310/stat : 1310 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 10156 33554432000 4194304 4196468 140725192618608 139648726842512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1311] ppid=1304 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1311/stat : 1311 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287929 26628194304 10156 33554432000 4194304 4196468 140725192618608 139648725789712 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1312] ppid=1304 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1312/stat : 1312 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628194304 10156 33554432000 4194304 4196468 140725192618608 139648724736400 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1313] ppid=1304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1313/stat : 1313 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 10177 33554432000 4194304 4196468 140725192618608 139648723683600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1314] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1314/stat : 1314 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 10177 33554432000 4194304 4196468 140725192618608 139648722631312 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1315] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 10177 33554432000 4194304 4196468 140725192618608 139648721578512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1316] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287930 26628161536 10177 33554432000 4194304 4196468 140725192618608 139647481293424 139648806378114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1317] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1304 1304 23277 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151287931 26628161536 10177 33554432000 4194304 4196468 140725192618608 139647480239392 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1318] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1304 1304 23277 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151287931 26628161536 10177 33554432000 4194304 4196468 140725192618608 139647479187056 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1319] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287933 26628161536 10177 33554432000 4194304 4196468 140725192618608 139647478135376 139648806385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1320] ppid=1304 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1304 1304 23277 0 -1 1077944384 400 0 0 0 1 0 0 0 20 0 20 0 151287933 26628194304 10177 33554432000 4194304 4196468 140725192618608 139647477082224 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1321] ppid=1304 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1304 1304 23277 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 20 0 151287933 26628194304 10177 33554432000 4194304 4196468 140725192618608 139647476029424 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1322] ppid=1304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1304 1304 23277 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 151287933 26628161536 10177 33554432000 4194304 4196468 140725192618608 139647474977136 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1323] ppid=1304 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) S 1304 1304 23277 0 -1 1077944384 761 0 0 0 7 0 0 0 20 0 20 0 151287933 26628161536 10177 33554432000 4194304 4196468 140725192618608 139647473924336 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1324] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151287933 26628161536 10177 33554432000 4194304 4196468 140725192618608 139647472872288 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1325] ppid=1304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287934 26628161536 10177 33554432000 4194304 4196468 140725192618608 139647471819568 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 42008 KiB

[startup+0.315196 s]*
/proc/loadavg: 7.38 7.79 7.22 3/199 1325
/proc/meminfo: memFree=27162956/32770624 swapFree=67108860/67108860
[pid=1304] ppid=1301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1304/stat : 1304 (xcsp3-exec) S 1301 1304 23277 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151287927 9740288 346 33554432000 4194304 5098028 140729319990224 140729319988328 140007314711164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11616256 140729319998570 140729319998780 140729319998780 140729320001515 0
/proc/1304/statm: 2378 346 289 221 0 87 0
[pid=1306] ppid=1304 vsize=26004064 memory=47568 CPUtime=0.5 cores=0-7
/proc/1306/stat : 1306 (java) S 1304 1304 23277 0 -1 1077944320 9081 0 0 0 47 3 0 0 20 0 20 0 151287927 26628161536 11892 33554432000 4194304 4196468 140725192618608 140725192601152 139648806366967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
/proc/1306/statm: 6501016 11892 3106 1 0 6488269 0
[pid=1306/tid=1307] ppid=1304 vsize=26004064 memory=1398720917958146503 CPUtime=0.29 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) R 1304 1304 23277 0 -1 4202560 6020 0 0 0 28 1 0 0 20 0 20 0 151287928 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648810604592 139648806378902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1308] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1308/stat : 1308 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648728947600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1309] ppid=1304 vsize=26004064 memory=140289180359656 CPUtime=0 cores=0-7
/proc/1306/task/1309/stat : 1309 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648727894800 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1310] ppid=1304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1310/stat : 1310 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648726842512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1311] ppid=1304 vsize=26004064 memory=2240 CPUtime=0 cores=0-7
/proc/1306/task/1311/stat : 1311 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648725789712 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1312] ppid=1304 vsize=26004064 memory=2241 CPUtime=0 cores=0-7
/proc/1306/task/1312/stat : 1312 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648724736400 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1313] ppid=1304 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1306/task/1313/stat : 1313 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648723683600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1314] ppid=1304 vsize=26004064 memory=280578133989456 CPUtime=0 cores=0-7
/proc/1306/task/1314/stat : 1314 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648722631312 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1315] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26628161536 11892 33554432000 4194304 4196468 140725192618608 139648721578512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1316] ppid=1304 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287930 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647481293424 139648806378114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1317] ppid=1304 vsize=26004064 memory=379 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1304 1304 23277 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151287931 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647480239392 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1318] ppid=1304 vsize=26004064 memory=74 CPUtime=0 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1304 1304 23277 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151287931 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647479187056 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1319] ppid=1304 vsize=26004064 memory=99 CPUtime=0 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287933 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647478135376 139648806385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1320] ppid=1304 vsize=26004064 memory=16477 CPUtime=0.02 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1304 1304 23277 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 20 0 151287933 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647477082224 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1321] ppid=1304 vsize=26004064 memory=1 CPUtime=0.02 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1304 1304 23277 0 -1 1077944384 422 0 0 0 2 0 0 0 20 0 20 0 151287933 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647476029424 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1322] ppid=1304 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) R 1304 1304 23277 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 20 0 151287933 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647474977136 139648789648896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1323] ppid=1304 vsize=26004064 memory=0 CPUtime=0.12 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) R 1304 1304 23277 0 -1 4202560 888 0 0 0 12 0 0 0 20 0 20 0 151287933 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647473920704 139648798604094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1324] ppid=1304 vsize=26004064 memory=4049052931404609588 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151287933 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647472872288 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1325] ppid=1304 vsize=26004064 memory=3472895575524712495 CPUtime=0 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151287934 26628161536 11892 33554432000 4194304 4196468 140725192618608 139647471819568 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 48952 KiB

[startup+0.701338 s]
/proc/loadavg: 7.38 7.79 7.22 5/199 1325
/proc/meminfo: memFree=27150888/32770624 swapFree=67108860/67108860
[pid=1304] ppid=1301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1304/stat : 1304 (xcsp3-exec) S 1301 1304 23277 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151287927 9740288 346 33554432000 4194304 5098028 140729319990224 140729319988328 140007314711164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11616256 140729319998570 140729319998780 140729319998780 140729320001515 0
/proc/1304/statm: 2378 346 289 221 0 87 0
[pid=1306] ppid=1304 vsize=26006188 memory=93860 CPUtime=1.65 cores=0-7
/proc/1306/stat : 1306 (java) S 1304 1304 23277 0 -1 1077944320 13626 0 0 0 160 5 0 0 20 0 20 0 151287927 26630336512 23465 33554432000 4194304 4196468 140725192618608 140725192601152 139648806366967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
/proc/1306/statm: 6501547 23465 3205 1 0 6488781 0
[pid=1306/tid=1307] ppid=1304 vsize=26006188 memory=4580 CPUtime=0.67 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) R 1304 1304 23277 0 -1 4202560 6691 0 0 0 65 2 0 0 20 0 20 0 151287928 26630336512 23465 33554432000 4194304 4196468 140725192618608 139648810604928 139648806378902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1308] ppid=1304 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1308/stat : 1308 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26630336512 23465 33554432000 4194304 4196468 140725192618608 139648728947600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1309] ppid=1304 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1306/task/1309/stat : 1309 (java) S 1304 1304 23277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151287929 26630336512 23465 33554432000 4194304 4196468 140725192618608 139648727894800 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1310] ppid=1304 vsize=26006188 memory=12132 CPUtime=0 cores=0-7
/proc/1306/task/1310/stat : 1310 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151287929 26630336512 23465 33554432000 4194304 4196468 140725192618608 139648726842512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0

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

[pid=1306/tid=1377] ppid=1304 vsize=26538700 memory=960 CPUtime=158.5 cores=0-7
/proc/1306/task/1377/stat : 1377 (java) R 1304 1304 23277 0 -1 4202560 9017 0 0 0 15844 6 0 0 20 0 28 0 151288120 27175628800 69284 33554432000 4194304 4196468 140725192618608 139647462760424 139648403001442 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
Current children cumulated CPU time: 1281.82 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 278520 KiB

[startup+222.301 s]
/proc/loadavg: 8.01 7.92 7.39 9/208 1385
/proc/meminfo: memFree=26910504/32770624 swapFree=67108860/67108860
[pid=1304] ppid=1301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1304/stat : 1304 (xcsp3-exec) S 1301 1304 23277 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151287927 9740288 346 33554432000 4194304 5098028 140729319990224 140729319988328 140007314711164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11616256 140729319998570 140729319998780 140729319998780 140729320001515 0
/proc/1304/statm: 2378 346 289 221 0 87 0
[pid=1306] ppid=1304 vsize=26538700 memory=300288 CPUtime=1757.8 cores=0-7
/proc/1306/stat : 1306 (java) S 1304 1304 23277 0 -1 1077944320 114926 0 0 0 175682 98 0 0 20 0 28 0 151287927 27175628800 75072 33554432000 4194304 4196468 140725192618608 140725192601152 139648806366967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
/proc/1306/statm: 6634675 75072 3273 1 0 6621909 0
[pid=1306/tid=1307] ppid=1304 vsize=26538700 memory=300288 CPUtime=0.89 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) S 1304 1304 23277 0 -1 1077944384 6782 0 0 0 86 3 0 0 20 0 28 0 151287928 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648810607744 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1308] ppid=1304 vsize=26538700 memory=300256 CPUtime=0.37 cores=0-7
/proc/1306/task/1308/stat : 1308 (java) S 1304 1304 23277 0 -1 1077944384 2982 0 0 0 28 9 0 0 20 0 28 0 151287929 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648728947600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1309] ppid=1304 vsize=26538700 memory=1384 CPUtime=0.37 cores=0-7
/proc/1306/task/1309/stat : 1309 (java) S 1304 1304 23277 0 -1 1077944384 4066 0 0 0 30 7 0 0 20 0 28 0 151287929 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648727894800 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1310] ppid=1304 vsize=26538700 memory=-3252517613198930781 CPUtime=0.37 cores=0-7
/proc/1306/task/1310/stat : 1310 (java) S 1304 1304 23277 0 -1 1077944384 3665 0 0 0 29 8 0 0 20 0 28 0 151287929 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648726842512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1311] ppid=1304 vsize=26538700 memory=-6368199152461293614 CPUtime=0.39 cores=0-7
/proc/1306/task/1311/stat : 1311 (java) S 1304 1304 23277 0 -1 1077944384 4223 0 0 0 29 10 0 0 20 0 28 0 151287929 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648725789712 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1312] ppid=1304 vsize=26538700 memory=300256 CPUtime=0.36 cores=0-7
/proc/1306/task/1312/stat : 1312 (java) S 1304 1304 23277 0 -1 1077944384 3488 0 0 0 28 8 0 0 20 0 28 0 151287929 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648724736400 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1313] ppid=1304 vsize=26538700 memory=1384 CPUtime=0.37 cores=0-7
/proc/1306/task/1313/stat : 1313 (java) S 1304 1304 23277 0 -1 1077944384 3189 0 0 0 29 8 0 0 20 0 28 0 151287929 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648723683600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1314] ppid=1304 vsize=26538700 memory=1384 CPUtime=0.38 cores=0-7
/proc/1306/task/1314/stat : 1314 (java) S 1304 1304 23277 0 -1 1077944384 4465 0 0 0 29 9 0 0 20 0 28 0 151287929 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648722631312 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1315] ppid=1304 vsize=26538700 memory=298188 CPUtime=0.37 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1304 1304 23277 0 -1 1077944384 2629 0 0 0 29 8 0 0 20 0 28 0 151287929 27175628800 75072 33554432000 4194304 4196468 140725192618608 139648721578512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1316] ppid=1304 vsize=26538700 memory=1384 CPUtime=0.47 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1304 1304 23277 0 -1 1077944384 8656 0 0 0 41 6 0 0 20 0 28 0 151287930 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647481293424 139648806378114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1317] ppid=1304 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1304 1304 23277 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 151287931 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647480239456 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1318] ppid=1304 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1304 1304 23277 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151287931 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647479187072 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1319] ppid=1304 vsize=26538700 memory=4100 CPUtime=0 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151287933 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647478135376 139648806385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1320] ppid=1304 vsize=26538700 memory=300256 CPUtime=1.47 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1304 1304 23277 0 -1 1077944384 6373 0 0 0 145 2 0 0 20 0 28 0 151287933 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647477082224 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1321] ppid=1304 vsize=26538700 memory=1384 CPUtime=1.79 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1304 1304 23277 0 -1 1077944384 10000 0 0 0 177 2 0 0 20 0 28 0 151287933 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647476029424 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1322] ppid=1304 vsize=26538700 memory=4126316290023845779 CPUtime=1.54 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1304 1304 23277 0 -1 1077944384 7844 0 0 0 152 2 0 0 20 0 28 0 151287933 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647474977136 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1323] ppid=1304 vsize=26538700 memory=0 CPUtime=0.72 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) S 1304 1304 23277 0 -1 1077944384 4098 0 0 0 71 1 0 0 20 0 28 0 151287933 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647473924336 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1324] ppid=1304 vsize=26538700 memory=2196 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151287933 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647472872288 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1325] ppid=1304 vsize=26538700 memory=7788 CPUtime=0.04 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1304 1304 23277 0 -1 1077944384 1569 0 0 0 0 4 0 0 20 0 28 0 151287934 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647471819568 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1370] ppid=1304 vsize=26538700 memory=8716 CPUtime=217.34 cores=0-7
/proc/1306/task/1370/stat : 1370 (java) R 1304 1304 23277 0 -1 4202560 2064 0 0 0 21734 0 0 0 20 0 28 0 151288120 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647460654936 139648402248865 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1371] ppid=1304 vsize=26538700 memory=1712 CPUtime=218 cores=0-7
/proc/1306/task/1371/stat : 1371 (java) R 1304 1304 23277 0 -1 4202560 1746 0 0 0 21799 1 0 0 20 0 28 0 151288120 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647463813280 139648402244745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1372] ppid=1304 vsize=26538700 memory=280575584816844 CPUtime=217.77 cores=0-7
/proc/1306/task/1372/stat : 1372 (java) R 1304 1304 23277 0 -1 4202560 5216 0 0 0 21776 1 0 0 20 0 28 0 151288120 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647458549456 139648403198164 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1373] ppid=1304 vsize=26538700 memory=0 CPUtime=217.22 cores=0-7
/proc/1306/task/1373/stat : 1373 (java) R 1304 1304 23277 0 -1 4202560 8227 0 0 0 21718 4 0 0 20 0 28 0 151288120 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647461707344 139648402248583 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1374] ppid=1304 vsize=26538700 memory=1292 CPUtime=217.86 cores=0-7
/proc/1306/task/1374/stat : 1374 (java) R 1304 1304 23277 0 -1 4202560 4668 0 0 0 21783 3 0 0 20 0 28 0 151288120 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647457497040 139648402247697 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1375] ppid=1304 vsize=26538700 memory=2448 CPUtime=217.68 cores=0-7
/proc/1306/task/1375/stat : 1375 (java) R 1304 1304 23277 0 -1 4202560 1720 0 0 0 21768 0 0 0 20 0 28 0 151288120 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647459602256 139648402248910 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1376] ppid=1304 vsize=26538700 memory=1292 CPUtime=217.66 cores=0-7
/proc/1306/task/1376/stat : 1376 (java) R 1304 1304 23277 0 -1 4202560 4258 0 0 0 21765 1 0 0 20 0 28 0 151288120 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647456444448 139648401936874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1377] ppid=1304 vsize=26538700 memory=2448 CPUtime=217.99 cores=0-7
/proc/1306/task/1377/stat : 1377 (java) R 1304 1304 23277 0 -1 4202560 10673 0 0 0 21792 7 0 0 20 0 28 0 151288120 27175628800 75072 33554432000 4194304 4196468 140725192618608 139647462760528 139648402605293 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
Current children cumulated CPU time: 1757.8 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 301672 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.09 7.95 7.42 9/208 1385
/proc/meminfo: memFree=26876708/32770624 swapFree=67108860/67108860
[pid=1304] ppid=1301 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1304/stat : 1304 (xcsp3-exec) S 1301 1304 23277 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151287927 9740288 346 33554432000 4194304 5098028 140729319990224 140729319988328 140007314711164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11616256 140729319998570 140729319998780 140729319998780 140729320001515 0
/proc/1304/statm: 2378 346 289 221 0 87 0
[pid=1306] ppid=1304 vsize=26538700 memory=334104 CPUtime=1993.74 cores=0-7
/proc/1306/stat : 1306 (java) S 1304 1304 23277 0 -1 1077944320 117564 0 0 0 199270 104 0 0 20 0 28 0 151287927 27175628800 83526 33554432000 4194304 4196468 140725192618608 140725192601152 139648806366967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
/proc/1306/statm: 6634675 83526 3273 1 0 6621909 0
[pid=1306/tid=1307] ppid=1304 vsize=26538700 memory=1398720917958146503 CPUtime=0.89 cores=0-7
/proc/1306/task/1307/stat : 1307 (java) S 1304 1304 23277 0 -1 1077944384 6782 0 0 0 86 3 0 0 20 0 28 0 151287928 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648810607744 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1308] ppid=1304 vsize=26538700 memory=4126316290023845779 CPUtime=0.44 cores=0-7
/proc/1306/task/1308/stat : 1308 (java) S 1304 1304 23277 0 -1 1077944384 3066 0 0 0 34 10 0 0 20 0 28 0 151287929 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648728947600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1309] ppid=1304 vsize=26538700 memory=23160 CPUtime=0.44 cores=0-7
/proc/1306/task/1309/stat : 1309 (java) S 1304 1304 23277 0 -1 1077944384 4152 0 0 0 36 8 0 0 20 0 28 0 151287929 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648727894800 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1310] ppid=1304 vsize=26538700 memory=4052 CPUtime=0.43 cores=0-7
/proc/1306/task/1310/stat : 1310 (java) S 1304 1304 23277 0 -1 1077944384 3759 0 0 0 35 8 0 0 20 0 28 0 151287929 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648726842512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1311] ppid=1304 vsize=26538700 memory=16236 CPUtime=0.45 cores=0-7
/proc/1306/task/1311/stat : 1311 (java) S 1304 1304 23277 0 -1 1077944384 4305 0 0 0 35 10 0 0 20 0 28 0 151287929 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648725789712 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1312] ppid=1304 vsize=26538700 memory=1796 CPUtime=0.43 cores=0-7
/proc/1306/task/1312/stat : 1312 (java) S 1304 1304 23277 0 -1 1077944384 3581 0 0 0 34 9 0 0 20 0 28 0 151287929 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648724736400 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1313] ppid=1304 vsize=26538700 memory=23160 CPUtime=0.44 cores=0-7
/proc/1306/task/1313/stat : 1313 (java) S 1304 1304 23277 0 -1 1077944384 3579 0 0 0 35 9 0 0 20 0 28 0 151287929 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648723683600 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1314] ppid=1304 vsize=26538700 memory=4052 CPUtime=0.44 cores=0-7
/proc/1306/task/1314/stat : 1314 (java) S 1304 1304 23277 0 -1 1077944384 4570 0 0 0 35 9 0 0 20 0 28 0 151287929 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648722631312 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1315] ppid=1304 vsize=26538700 memory=16236 CPUtime=0.44 cores=0-7
/proc/1306/task/1315/stat : 1315 (java) S 1304 1304 23277 0 -1 1077944384 2741 0 0 0 35 9 0 0 20 0 28 0 151287929 27175628800 83526 33554432000 4194304 4196468 140725192618608 139648721578512 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1316] ppid=1304 vsize=26538700 memory=1796 CPUtime=0.54 cores=0-7
/proc/1306/task/1316/stat : 1316 (java) S 1304 1304 23277 0 -1 1077944384 8922 0 0 0 47 7 0 0 20 0 28 0 151287930 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647481293424 139648806378114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1317] ppid=1304 vsize=26538700 memory=1156 CPUtime=0 cores=0-7
/proc/1306/task/1317/stat : 1317 (java) S 1304 1304 23277 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 151287931 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647480239456 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1318] ppid=1304 vsize=26538700 memory=3544 CPUtime=0 cores=0-7
/proc/1306/task/1318/stat : 1318 (java) S 1304 1304 23277 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151287931 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647479187072 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1319] ppid=1304 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/1306/task/1319/stat : 1319 (java) S 1304 1304 23277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151287933 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647478135376 139648806385563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1320] ppid=1304 vsize=26538700 memory=333980 CPUtime=1.47 cores=0-7
/proc/1306/task/1320/stat : 1320 (java) S 1304 1304 23277 0 -1 1077944384 6375 0 0 0 145 2 0 0 20 0 28 0 151287933 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647477082224 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1321] ppid=1304 vsize=26538700 memory=644 CPUtime=1.79 cores=0-7
/proc/1306/task/1321/stat : 1321 (java) S 1304 1304 23277 0 -1 1077944384 10002 0 0 0 177 2 0 0 20 0 28 0 151287933 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647476029424 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1322] ppid=1304 vsize=26538700 memory=960 CPUtime=1.54 cores=0-7
/proc/1306/task/1322/stat : 1322 (java) S 1304 1304 23277 0 -1 1077944384 7847 0 0 0 152 2 0 0 20 0 28 0 151287933 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647474977136 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1323] ppid=1304 vsize=26538700 memory=4472 CPUtime=0.72 cores=0-7
/proc/1306/task/1323/stat : 1323 (java) S 1304 1304 23277 0 -1 1077944384 4100 0 0 0 71 1 0 0 20 0 28 0 151287933 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647473924336 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1324] ppid=1304 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/1306/task/1324/stat : 1324 (java) S 1304 1304 23277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151287933 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647472872288 139648806377173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1325] ppid=1304 vsize=26538700 memory=8112282956445269571 CPUtime=0.04 cores=0-7
/proc/1306/task/1325/stat : 1325 (java) S 1304 1304 23277 0 -1 1077944384 1597 0 0 0 0 4 0 0 20 0 28 0 151287934 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647471819568 139648806378114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1370] ppid=1304 vsize=26538700 memory=2240 CPUtime=246.8 cores=0-7
/proc/1306/task/1370/stat : 1370 (java) R 1304 1304 23277 0 -1 4202560 2142 0 0 0 24680 0 0 0 20 0 28 0 151288120 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647460654936 139648402244711 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1371] ppid=1304 vsize=26538700 memory=4124 CPUtime=247.43 cores=0-7
/proc/1306/task/1371/stat : 1371 (java) R 1304 1304 23277 0 -1 4202560 1819 0 0 0 24742 1 0 0 20 0 28 0 151288120 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647463813456 139648402242591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1372] ppid=1304 vsize=26538700 memory=2196 CPUtime=247.1 cores=0-7
/proc/1306/task/1372/stat : 1372 (java) R 1304 1304 23277 0 -1 4202560 5355 0 0 0 24709 1 0 0 20 0 28 0 151288120 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647458546296 139648402241941 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1373] ppid=1304 vsize=26538700 memory=7788 CPUtime=246.63 cores=0-7
/proc/1306/task/1373/stat : 1373 (java) R 1304 1304 23277 0 -1 4202560 8355 0 0 0 24658 5 0 0 20 0 28 0 151288120 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647461707248 139648402249124 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1374] ppid=1304 vsize=26538700 memory=840 CPUtime=247.35 cores=0-7
/proc/1306/task/1374/stat : 1374 (java) R 1304 1304 23277 0 -1 4202560 4785 0 0 0 24732 3 0 0 20 0 28 0 151288120 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647457492912 139648402241909 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1375] ppid=1304 vsize=26538700 memory=1692 CPUtime=247 cores=0-7
/proc/1306/task/1375/stat : 1375 (java) R 1304 1304 23277 0 -1 4202560 1800 0 0 0 24700 0 0 0 20 0 28 0 151288120 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647459598960 139648403320485 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1376] ppid=1304 vsize=26538700 memory=916 CPUtime=247.14 cores=0-7
/proc/1306/task/1376/stat : 1376 (java) R 1304 1304 23277 0 -1 4202560 4400 0 0 0 24713 1 0 0 20 0 28 0 151288120 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647456441464 139648402618736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
[pid=1306/tid=1377] ppid=1304 vsize=26538700 memory=4488 CPUtime=247.44 cores=0-7
/proc/1306/task/1377/stat : 1377 (java) R 1304 1304 23277 0 -1 4202560 11205 0 0 0 24737 7 0 0 20 0 28 0 151288120 27175628800 83526 33554432000 4194304 4196468 140725192618608 139647462759120 139648792435092 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 10141696 140725192623256 140725192623432 140725192623432 140725192626127 0
Current children cumulated CPU time: 1993.74 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 335488 KiB

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

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

[startup+252.094 s]
# the end of solver process 1306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1993.32 s, system=1.05471 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.094
CPU time (s): 1994.37
CPU user time (s): 1993.32
CPU system time (s): 1.05471
CPU usage (%): 791.124
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 335488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1993.32
system time used= 1.05471
maximum resident set size= 334772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49767
involuntary context switches= 22726


# summary of solver processes directly reported to runsolver:
#   pid: 1304,1306
#   total CPU time (s): 1994.37
#   total CPU user time (s): 1993.32
#   total CPU system time (s): 1.05471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27542 second user time and 2.58922 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 00:19:04
IDJOB=4281386
IDBENCH=120544
IDSOLVER=2676
FILE ID=node113/4281386-1503182004
RUNJOBID= node113-1503168892-23304
PBS_JOBID= 20630835
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.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-4281386-1503182004/watcher-4281386-1503182004 -o /tmp/evaluation-result-4281386-1503182004/solver-4281386-1503182004 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503168892-23304 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1458707336 HOME/instance-4281386-1503182004.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=1458707336

node113.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
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:        27196024 kB
MemAvailable:   31971520 kB
Buffers:          254628 kB
Cached:          4810364 kB
SwapCached:            0 kB
Active:          1256272 kB
Inactive:        3863640 kB
Active(anon):       4744 kB
Inactive(anon):    85928 kB
Active(file):    1251528 kB
Inactive(file):  3777712 kB
Unevictable:        7476 kB
Mlocked:            7476 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7692 kB
Writeback:             0 kB
AnonPages:         71444 kB
Mapped:            51628 kB
Shmem:             33416 kB
Slab:             150808 kB
SReclaimable:     124180 kB
SUnreclaim:        26628 kB
KernelStack:        3520 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61684 MiB
End job on node113 at 2017-08-20 00:23:17