Trace number 4271576

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)SAT (TO)8 1999.15 252.105

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-4271576-1502640270.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271576-1502640270.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
2.50/0.90	c solve instance...
2.50/0.95	o 12 
2.50/0.97	o 11 
2.50/1.00	o 10 
2.50/1.00	o 9 
5.40/1.36	o 8 
1998.42/252.08	s SATISFIABLE
1998.42/252.08	v <instantiation>
1998.42/252.08	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] 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>
1998.42/252.08	v 	<values>5 2 1 6 4 3 7 8 8 4 0 7 1 5 6 2 7 3 8 4 6 0 1 5 1 6 5 2 7 8 4 3 2 0 4 1 3 6 5 7 6 8 2 5 0 7 3 4 3 5 6 8 2 4 0 1 4 7 3 0 5 1 2 6 </values>
1998.42/252.08	v </instantiation>
1998.42/252.08	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 (12304 MiB free)
  memory of node 1: 16384 MiB (13629 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271576-1502640270/watcher-4271576-1502640270 -o /tmp/evaluation-result-4271576-1502640270/solver-4271576-1502640270 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502638143-6791 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 542940713 HOME/instance-4271576-1502640270.xml 

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

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


[startup+0.100141 s]*
/proc/loadavg: 7.55 7.86 6.38 2/200 19360
/proc/meminfo: memFree=26539988/32770624 swapFree=67108860/67108860
[pid=19339] ppid=19336 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/19339/stat : 19339 (xcsp3-exec) S 19336 19339 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97098645 9740288 345 33554432000 4194304 5098028 140736662121216 140736662119320 140211689734780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7278592 140736662127723 140736662127932 140736662127932 140736662130667 0
/proc/19339/statm: 2378 345 289 221 0 87 0
[pid=19341] ppid=19339 vsize=25999808 memory=27368 CPUtime=0.11 cores=0-7
/proc/19341/stat : 19341 (java) S 19339 19339 6764 0 -1 1077944320 5727 0 0 0 10 1 0 0 20 0 20 0 97098645 26623803392 6842 33554432000 4194304 4196468 140722486403472 140722486386016 140637570506487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
/proc/19341/statm: 6499952 6842 2860 1 0 6488269 0
[pid=19341/tid=19342] ppid=19339 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19341/task/19342/stat : 19342 (java) R 19339 19339 6764 0 -1 4202560 3722 0 0 0 8 1 0 0 20 0 20 0 97098645 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637574739760 140637570518422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19343] ppid=19339 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19341/task/19343/stat : 19343 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637523126800 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19344] ppid=19339 vsize=25999808 memory=140672109704832 CPUtime=0 cores=0-7
/proc/19341/task/19344/stat : 19344 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098646 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637522074256 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19345] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19345/stat : 19345 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637521021200 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19346] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19346/stat : 19346 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97098646 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637519968656 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19347] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19347/stat : 19347 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098646 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637518916624 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19348] ppid=19339 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19341/task/19348/stat : 19348 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637517864080 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19349] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19349/stat : 19349 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637516811024 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19350] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19350/stat : 19350 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26623803392 6842 33554432000 4194304 4196468 140722486403472 140637515758480 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19351] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19351/stat : 19351 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098647 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636357679344 140637570517634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19352] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19352/stat : 19352 (java) S 19339 19339 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97098648 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636356625568 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19353] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19353/stat : 19353 (java) S 19339 19339 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97098648 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636288180976 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19354] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19354/stat : 19354 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098651 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636287129552 140637570525083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19355] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19355/stat : 19355 (java) S 19339 19339 6764 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 97098651 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636286077680 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19356] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19356/stat : 19356 (java) S 19339 19339 6764 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 97098651 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636285025136 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19357] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19357/stat : 19357 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97098651 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636283972080 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19358] ppid=19339 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/19341/task/19358/stat : 19358 (java) S 19339 19339 6764 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 20 0 97098651 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636282919536 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19359] ppid=19339 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19359/stat : 19359 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97098651 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636281866720 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19360] ppid=19339 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19341/task/19360/stat : 19360 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098651 26623803392 6842 33554432000 4194304 4196468 140722486403472 140636280814256 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28748 KiB

[startup+0.210252 s]*
/proc/loadavg: 7.55 7.86 6.38 2/200 19360
/proc/meminfo: memFree=26528808/32770624 swapFree=67108860/67108860
[pid=19339] ppid=19336 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/19339/stat : 19339 (xcsp3-exec) S 19336 19339 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97098645 9740288 345 33554432000 4194304 5098028 140736662121216 140736662119320 140211689734780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7278592 140736662127723 140736662127932 140736662127932 140736662130667 0
/proc/19339/statm: 2378 345 289 221 0 87 0
[pid=19341] ppid=19339 vsize=26004064 memory=39008 CPUtime=0.33 cores=0-7
/proc/19341/stat : 19341 (java) S 19339 19339 6764 0 -1 1077944320 8329 0 0 0 31 2 0 0 20 0 20 0 97098645 26628161536 9752 33554432000 4194304 4196468 140722486403472 140722486386016 140637570506487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
/proc/19341/statm: 6501016 9752 3049 1 0 6488269 0
[pid=19341/tid=19342] ppid=19339 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19341/task/19342/stat : 19342 (java) R 19339 19339 6764 0 -1 4202560 5442 0 0 0 18 1 0 0 20 0 20 0 97098645 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637574727480 140637570528413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19343] ppid=19339 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/19341/task/19343/stat : 19343 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637523126800 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19344] ppid=19339 vsize=26004064 memory=140672109719023 CPUtime=0 cores=0-7
/proc/19341/task/19344/stat : 19344 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637522074256 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19345] ppid=19339 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19341/task/19345/stat : 19345 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637521021200 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19346] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19346/stat : 19346 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637519968656 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19347] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19347/stat : 19347 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637518916624 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19348] ppid=19339 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19341/task/19348/stat : 19348 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637517864080 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19349] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19349/stat : 19349 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637516811024 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19350] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19350/stat : 19350 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 9752 33554432000 4194304 4196468 140722486403472 140637515758480 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19351] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19351/stat : 19351 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098647 26628161536 9752 33554432000 4194304 4196468 140722486403472 140636357679344 140637570517634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19352] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19352/stat : 19352 (java) S 19339 19339 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97098648 26628161536 9752 33554432000 4194304 4196468 140722486403472 140636356625568 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19353] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19353/stat : 19353 (java) S 19339 19339 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97098648 26628161536 9752 33554432000 4194304 4196468 140722486403472 140636288180976 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19354] ppid=19339 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19354/stat : 19354 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098651 26628194304 9752 33554432000 4194304 4196468 140722486403472 140636287129552 140637570525083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19355] ppid=19339 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19355/stat : 19355 (java) S 19339 19339 6764 0 -1 1077944384 367 0 0 0 0 0 0 0 20 0 20 0 97098651 26628194304 9752 33554432000 4194304 4196468 140722486403472 140636286077680 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19356] ppid=19339 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19341/task/19356/stat : 19356 (java) S 19339 19339 6764 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 20 0 97098651 26628161536 9772 33554432000 4194304 4196468 140722486403472 140636285025136 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19357] ppid=19339 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/19341/task/19357/stat : 19357 (java) S 19339 19339 6764 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 20 0 97098651 26628161536 9772 33554432000 4194304 4196468 140722486403472 140636283972080 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19358] ppid=19339 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/19341/task/19358/stat : 19358 (java) S 19339 19339 6764 0 -1 1077944384 736 0 0 0 7 0 0 0 20 0 20 0 97098651 26628161536 9772 33554432000 4194304 4196468 140722486403472 140636282919536 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19359] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19359/stat : 19359 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97098651 26628161536 9772 33554432000 4194304 4196468 140722486403472 140636281866720 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19360] ppid=19339 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19341/task/19360/stat : 19360 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098651 26628161536 9772 33554432000 4194304 4196468 140722486403472 140636280814256 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40388 KiB

[startup+0.312945 s]*
/proc/loadavg: 7.55 7.86 6.38 4/200 19360
/proc/meminfo: memFree=26524592/32770624 swapFree=67108860/67108860
[pid=19339] ppid=19336 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/19339/stat : 19339 (xcsp3-exec) S 19336 19339 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97098645 9740288 345 33554432000 4194304 5098028 140736662121216 140736662119320 140211689734780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7278592 140736662127723 140736662127932 140736662127932 140736662130667 0
/proc/19339/statm: 2378 345 289 221 0 87 0
[pid=19341] ppid=19339 vsize=26004064 memory=45936 CPUtime=0.51 cores=0-7
/proc/19341/stat : 19341 (java) S 19339 19339 6764 0 -1 1077944320 9172 0 0 0 48 3 0 0 20 0 20 0 97098645 26628161536 11484 33554432000 4194304 4196468 140722486403472 140722486386016 140637570506487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
/proc/19341/statm: 6501016 11484 3124 1 0 6488269 0
[pid=19341/tid=19342] ppid=19339 vsize=26004064 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/19341/task/19342/stat : 19342 (java) R 19339 19339 6764 0 -1 4202560 6108 0 0 0 28 2 0 0 20 0 20 0 97098645 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637574744400 140637554586974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19343] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19343/stat : 19343 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637523126800 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19344] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19344/stat : 19344 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637522074256 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19345] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19345/stat : 19345 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637521021200 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19346] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19346/stat : 19346 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637519968656 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19347] ppid=19339 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/19341/task/19347/stat : 19347 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637518916624 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19348] ppid=19339 vsize=26004064 memory=140671990199215 CPUtime=0 cores=0-7
/proc/19341/task/19348/stat : 19348 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637517864080 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19349] ppid=19339 vsize=26004064 memory=140671990201520 CPUtime=0 cores=0-7
/proc/19341/task/19349/stat : 19349 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637516811024 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19350] ppid=19339 vsize=26004064 memory=140671990203824 CPUtime=0 cores=0-7
/proc/19341/task/19350/stat : 19350 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26628161536 11484 33554432000 4194304 4196468 140722486403472 140637515758480 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19351] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19351/stat : 19351 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098647 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636357679344 140637570517634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19352] ppid=19339 vsize=26004064 memory=281343980414608 CPUtime=0 cores=0-7
/proc/19341/task/19352/stat : 19352 (java) S 19339 19339 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97098648 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636356625568 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19353] ppid=19339 vsize=26004064 memory=281343980421520 CPUtime=0 cores=0-7
/proc/19341/task/19353/stat : 19353 (java) S 19339 19339 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97098648 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636288180976 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19354] ppid=19339 vsize=26004064 memory=281343980362800 CPUtime=0 cores=0-7
/proc/19341/task/19354/stat : 19354 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098651 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636287129552 140637570525083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19355] ppid=19339 vsize=26004064 memory=281343980435344 CPUtime=0.01 cores=0-7
/proc/19341/task/19355/stat : 19355 (java) S 19339 19339 6764 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 20 0 97098651 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636286077680 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19356] ppid=19339 vsize=26004064 memory=281343980442256 CPUtime=0.02 cores=0-7
/proc/19341/task/19356/stat : 19356 (java) S 19339 19339 6764 0 -1 1077944384 410 0 0 0 2 0 0 0 20 0 20 0 97098651 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636285025136 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19357] ppid=19339 vsize=26004064 memory=281343980439952 CPUtime=0.03 cores=0-7
/proc/19341/task/19357/stat : 19357 (java) S 19339 19339 6764 0 -1 1077944384 136 0 0 0 3 0 0 0 20 0 20 0 97098651 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636283972080 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19358] ppid=19339 vsize=26004064 memory=281343980456112 CPUtime=0.12 cores=0-7
/proc/19341/task/19358/stat : 19358 (java) R 19339 19339 6764 0 -1 4202560 851 0 0 0 12 0 0 0 20 0 20 0 97098651 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636282916472 140637570518422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19359] ppid=19339 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19359/stat : 19359 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97098651 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636281866720 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19360] ppid=19339 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19341/task/19360/stat : 19360 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098651 26628161536 11484 33554432000 4194304 4196468 140722486403472 140636280814256 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47316 KiB

[startup+0.701029 s]
/proc/loadavg: 7.55 7.86 6.38 3/200 19360
/proc/meminfo: memFree=26511640/32770624 swapFree=67108860/67108860
[pid=19339] ppid=19336 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/19339/stat : 19339 (xcsp3-exec) S 19336 19339 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97098645 9740288 345 33554432000 4194304 5098028 140736662121216 140736662119320 140211689734780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7278592 140736662127723 140736662127932 140736662127932 140736662130667 0
/proc/19339/statm: 2378 345 289 221 0 87 0
[pid=19341] ppid=19339 vsize=26006188 memory=94652 CPUtime=1.67 cores=0-7
/proc/19341/stat : 19341 (java) S 19339 19339 6764 0 -1 1077944320 14838 0 0 0 162 5 0 0 20 0 20 0 97098645 26630336512 23663 33554432000 4194304 4196468 140722486403472 140722486386016 140637570506487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
/proc/19341/statm: 6501547 23663 3205 1 0 6488781 0
[pid=19341/tid=19342] ppid=19339 vsize=26006188 memory=281343980814000 CPUtime=0.67 cores=0-7
/proc/19341/task/19342/stat : 19342 (java) R 19339 19339 6764 0 -1 4202560 6803 0 0 0 64 3 0 0 20 0 20 0 97098645 26630336512 23663 33554432000 4194304 4196468 140722486403472 140637574742400 140637181217090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19343] ppid=19339 vsize=26006188 memory=140671990408048 CPUtime=0 cores=0-7
/proc/19341/task/19343/stat : 19343 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26630336512 23663 33554432000 4194304 4196468 140722486403472 140637523126800 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19344] ppid=19339 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19341/task/19344/stat : 19344 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97098646 26630336512 23663 33554432000 4194304 4196468 140722486403472 140637522074256 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19345] ppid=19339 vsize=26006188 memory=1428 CPUtime=0 cores=0-7
/proc/19341/task/19345/stat : 19345 (java) S 19339 19339 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97098646 26630336512 23663 33554432000 4194304 4196468 140722486403472 140637521021200 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0

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

[pid=19341/tid=19408] ppid=19339 vsize=26538700 memory=4012 CPUtime=159.06 cores=0-7
/proc/19341/task/19408/stat : 19408 (java) R 19339 19339 6764 0 -1 4202560 6845 0 0 0 15903 3 0 0 20 0 28 0 97098782 27175628800 48141 33554432000 4194304 4196468 140722486403472 140636271751288 140637183952522 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
Current children cumulated CPU time: 1285.82 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 193944 KiB

[startup+222.301 s]
/proc/loadavg: 8.14 8.14 6.82 9/208 19408
/proc/meminfo: memFree=26354388/32770624 swapFree=67108860/67108860
[pid=19339] ppid=19336 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/19339/stat : 19339 (xcsp3-exec) S 19336 19339 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97098645 9740288 345 33554432000 4194304 5098028 140736662121216 140736662119320 140211689734780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7278592 140736662127723 140736662127932 140736662127932 140736662130667 0
/proc/19339/statm: 2378 345 289 221 0 87 0
[pid=19341] ppid=19339 vsize=26538700 memory=220124 CPUtime=1762.67 cores=0-7
/proc/19341/stat : 19341 (java) S 19339 19339 6764 0 -1 1077944320 97850 0 0 0 176206 61 0 0 20 0 28 0 97098645 27175628800 55031 33554432000 4194304 4196468 140722486403472 140722486386016 140637570506487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
/proc/19341/statm: 6634675 55031 3287 1 0 6621909 0
[pid=19341/tid=19342] ppid=19339 vsize=26538700 memory=220124 CPUtime=0.88 cores=0-7
/proc/19341/task/19342/stat : 19342 (java) S 19339 19339 6764 0 -1 1077944384 6893 0 0 0 85 3 0 0 20 0 28 0 97098645 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637574747264 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19343] ppid=19339 vsize=26538700 memory=220124 CPUtime=0.24 cores=0-7
/proc/19341/task/19343/stat : 19343 (java) S 19339 19339 6764 0 -1 1077944384 1811 0 0 0 19 5 0 0 20 0 28 0 97098646 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637523126800 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19344] ppid=19339 vsize=26538700 memory=220124 CPUtime=0.24 cores=0-7
/proc/19341/task/19344/stat : 19344 (java) S 19339 19339 6764 0 -1 1077944384 2714 0 0 0 20 4 0 0 20 0 28 0 97098646 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637522074256 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19345] ppid=19339 vsize=26538700 memory=1380 CPUtime=0.25 cores=0-7
/proc/19341/task/19345/stat : 19345 (java) S 19339 19339 6764 0 -1 1077944384 3215 0 0 0 20 5 0 0 20 0 28 0 97098646 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637521021200 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19346] ppid=19339 vsize=26538700 memory=220124 CPUtime=0.25 cores=0-7
/proc/19341/task/19346/stat : 19346 (java) S 19339 19339 6764 0 -1 1077944384 1544 0 0 0 20 5 0 0 20 0 28 0 97098646 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637519968656 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19347] ppid=19339 vsize=26538700 memory=218024 CPUtime=0.24 cores=0-7
/proc/19341/task/19347/stat : 19347 (java) S 19339 19339 6764 0 -1 1077944384 2088 0 0 0 20 4 0 0 20 0 28 0 97098646 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637518916624 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19348] ppid=19339 vsize=26538700 memory=2200 CPUtime=0.25 cores=0-7
/proc/19341/task/19348/stat : 19348 (java) S 19339 19339 6764 0 -1 1077944384 2543 0 0 0 20 5 0 0 20 0 28 0 97098646 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637517864080 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19349] ppid=19339 vsize=26538700 memory=281343980917728 CPUtime=0.24 cores=0-7
/proc/19341/task/19349/stat : 19349 (java) S 19339 19339 6764 0 -1 1077944384 2655 0 0 0 20 4 0 0 20 0 28 0 97098646 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637516811024 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19350] ppid=19339 vsize=26538700 memory=-7737605734073691286 CPUtime=0.25 cores=0-7
/proc/19341/task/19350/stat : 19350 (java) S 19339 19339 6764 0 -1 1077944384 1247 0 0 0 20 5 0 0 20 0 28 0 97098646 27175628800 55031 33554432000 4194304 4196468 140722486403472 140637515758480 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19351] ppid=19339 vsize=26538700 memory=2240 CPUtime=0.31 cores=0-7
/proc/19341/task/19351/stat : 19351 (java) S 19339 19339 6764 0 -1 1077944384 7781 0 0 0 28 3 0 0 20 0 28 0 97098647 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636357679344 140637570517634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19352] ppid=19339 vsize=26538700 memory=4128 CPUtime=0 cores=0-7
/proc/19341/task/19352/stat : 19352 (java) S 19339 19339 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 97098648 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636356625632 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19353] ppid=19339 vsize=26538700 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/19341/task/19353/stat : 19353 (java) S 19339 19339 6764 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 97098648 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636288180992 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19354] ppid=19339 vsize=26538700 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/19341/task/19354/stat : 19354 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97098651 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636287129552 140637570525083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19355] ppid=19339 vsize=26538700 memory=18291 CPUtime=1.76 cores=0-7
/proc/19341/task/19355/stat : 19355 (java) S 19339 19339 6764 0 -1 1077944384 8882 0 0 0 174 2 0 0 20 0 28 0 97098651 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636286077680 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19356] ppid=19339 vsize=26538700 memory=18196 CPUtime=1.72 cores=0-7
/proc/19341/task/19356/stat : 19356 (java) S 19339 19339 6764 0 -1 1077944384 10182 0 0 0 170 2 0 0 20 0 28 0 97098651 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636285025136 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19357] ppid=19339 vsize=26538700 memory=1380 CPUtime=1.82 cores=0-7
/proc/19341/task/19357/stat : 19357 (java) S 19339 19339 6764 0 -1 1077944384 11073 0 0 0 180 2 0 0 20 0 28 0 97098651 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636283972080 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19358] ppid=19339 vsize=26538700 memory=1380 CPUtime=0.72 cores=0-7
/proc/19341/task/19358/stat : 19358 (java) S 19339 19339 6764 0 -1 1077944384 5552 0 0 0 70 2 0 0 20 0 28 0 97098651 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636282919536 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19359] ppid=19339 vsize=26538700 memory=220124 CPUtime=0 cores=0-7
/proc/19341/task/19359/stat : 19359 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97098651 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636281866720 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19360] ppid=19339 vsize=26538700 memory=1380 CPUtime=0.03 cores=0-7
/proc/19341/task/19360/stat : 19360 (java) S 19339 19339 6764 0 -1 1077944384 1139 0 0 0 0 3 0 0 20 0 28 0 97098651 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636280814256 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19401] ppid=19339 vsize=26538700 memory=0 CPUtime=219.6 cores=0-7
/proc/19341/task/19401/stat : 19401 (java) R 19339 19339 6764 0 -1 4202560 1367 0 0 0 21960 0 0 0 20 0 28 0 97098782 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636269648352 140637184109427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19402] ppid=19339 vsize=26538700 memory=1380 CPUtime=219.13 cores=0-7
/proc/19341/task/19402/stat : 19402 (java) R 19339 19339 6764 0 -1 4202560 1423 0 0 0 21913 0 0 0 20 0 28 0 97098782 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636267540952 140637184526880 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19403] ppid=19339 vsize=26538700 memory=1380 CPUtime=218.42 cores=0-7
/proc/19341/task/19403/stat : 19403 (java) R 19339 19339 6764 0 -1 4202560 5322 0 0 0 21840 2 0 0 20 0 28 0 97098782 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636266492200 140637183951793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19404] ppid=19339 vsize=26538700 memory=218056 CPUtime=218.22 cores=0-7
/proc/19341/task/19404/stat : 19404 (java) R 19339 19339 6764 0 -1 4202560 3042 0 0 0 21821 1 0 0 20 0 28 0 97098782 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636270699736 140637183932518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19405] ppid=19339 vsize=26538700 memory=27836 CPUtime=218.72 cores=0-7
/proc/19341/task/19405/stat : 19405 (java) R 19339 19339 6764 0 -1 4202560 3618 0 0 0 21870 2 0 0 20 0 28 0 97098782 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636268596256 140637183932701 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19406] ppid=19339 vsize=26538700 memory=4012 CPUtime=219.34 cores=0-7
/proc/19341/task/19406/stat : 19406 (java) R 19339 19339 6764 0 -1 4202560 1212 0 0 0 21934 0 0 0 20 0 28 0 97098782 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636265439896 140637184526933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19407] ppid=19339 vsize=26538700 memory=27836 CPUtime=219.47 cores=0-7
/proc/19341/task/19407/stat : 19407 (java) R 19339 19339 6764 0 -1 4202560 1207 0 0 0 21947 0 0 0 20 0 28 0 97098782 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636272804440 140637183932608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19408] ppid=19339 vsize=26538700 memory=1380 CPUtime=218.29 cores=0-7
/proc/19341/task/19408/stat : 19408 (java) R 19339 19339 6764 0 -1 4202560 9093 0 0 0 21825 4 0 0 20 0 28 0 97098782 27175628800 55031 33554432000 4194304 4196468 140722486403472 140636271754928 140637184804221 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
Current children cumulated CPU time: 1762.67 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 221504 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.22 8.16 6.87 9/208 19408
/proc/meminfo: memFree=26333612/32770624 swapFree=67108860/67108860
[pid=19339] ppid=19336 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/19339/stat : 19339 (xcsp3-exec) S 19336 19339 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97098645 9740288 345 33554432000 4194304 5098028 140736662121216 140736662119320 140211689734780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7278592 140736662127723 140736662127932 140736662127932 140736662130667 0
/proc/19339/statm: 2378 345 289 221 0 87 0
[pid=19341] ppid=19339 vsize=26538700 memory=238792 CPUtime=1998.42 cores=0-7
/proc/19341/stat : 19341 (java) S 19339 19339 6764 0 -1 1077944320 105422 0 0 0 199775 67 0 0 20 0 28 0 97098645 27175628800 59698 33554432000 4194304 4196468 140722486403472 140722486386016 140637570506487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
/proc/19341/statm: 6634675 59698 3287 1 0 6621909 0
[pid=19341/tid=19342] ppid=19339 vsize=26538700 memory=6791534058613427641 CPUtime=0.88 cores=0-7
/proc/19341/task/19342/stat : 19342 (java) S 19339 19339 6764 0 -1 1077944384 6893 0 0 0 85 3 0 0 20 0 28 0 97098645 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637574747264 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19343] ppid=19339 vsize=26538700 memory=4872558044660077418 CPUtime=0.28 cores=0-7
/proc/19341/task/19343/stat : 19343 (java) S 19339 19339 6764 0 -1 1077944384 2074 0 0 0 23 5 0 0 20 0 28 0 97098646 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637523126800 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19344] ppid=19339 vsize=26538700 memory=1792 CPUtime=0.29 cores=0-7
/proc/19341/task/19344/stat : 19344 (java) S 19339 19339 6764 0 -1 1077944384 3186 0 0 0 24 5 0 0 20 0 28 0 97098646 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637522074256 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19345] ppid=19339 vsize=26538700 memory=640 CPUtime=0.29 cores=0-7
/proc/19341/task/19345/stat : 19345 (java) S 19339 19339 6764 0 -1 1077944384 3828 0 0 0 24 5 0 0 20 0 28 0 97098646 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637521021200 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19346] ppid=19339 vsize=26538700 memory=960 CPUtime=0.3 cores=0-7
/proc/19341/task/19346/stat : 19346 (java) S 19339 19339 6764 0 -1 1077944384 1805 0 0 0 25 5 0 0 20 0 28 0 97098646 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637519968656 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19347] ppid=19339 vsize=26538700 memory=1236 CPUtime=0.29 cores=0-7
/proc/19341/task/19347/stat : 19347 (java) S 19339 19339 6764 0 -1 1077944384 2323 0 0 0 24 5 0 0 20 0 28 0 97098646 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637518916624 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19348] ppid=19339 vsize=26538700 memory=2344 CPUtime=0.29 cores=0-7
/proc/19341/task/19348/stat : 19348 (java) S 19339 19339 6764 0 -1 1077944384 2718 0 0 0 24 5 0 0 20 0 28 0 97098646 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637517864080 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19349] ppid=19339 vsize=26538700 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/19341/task/19349/stat : 19349 (java) S 19339 19339 6764 0 -1 1077944384 2901 0 0 0 24 4 0 0 20 0 28 0 97098646 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637516811024 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19350] ppid=19339 vsize=26538700 memory=1160 CPUtime=0.29 cores=0-7
/proc/19341/task/19350/stat : 19350 (java) S 19339 19339 6764 0 -1 1077944384 1617 0 0 0 24 5 0 0 20 0 28 0 97098646 27175628800 59698 33554432000 4194304 4196468 140722486403472 140637515758480 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19351] ppid=19339 vsize=26538700 memory=3592 CPUtime=0.36 cores=0-7
/proc/19341/task/19351/stat : 19351 (java) S 19339 19339 6764 0 -1 1077944384 8942 0 0 0 32 4 0 0 20 0 28 0 97098647 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636357679344 140637570517634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19352] ppid=19339 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/19341/task/19352/stat : 19352 (java) S 19339 19339 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 97098648 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636356625632 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19353] ppid=19339 vsize=26538700 memory=222232 CPUtime=0 cores=0-7
/proc/19341/task/19353/stat : 19353 (java) S 19339 19339 6764 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 97098648 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636288180992 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19354] ppid=19339 vsize=26538700 memory=220176 CPUtime=0 cores=0-7
/proc/19341/task/19354/stat : 19354 (java) S 19339 19339 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97098651 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636287129552 140637570525083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19355] ppid=19339 vsize=26538700 memory=4128 CPUtime=1.76 cores=0-7
/proc/19341/task/19355/stat : 19355 (java) S 19339 19339 6764 0 -1 1077944384 8899 0 0 0 174 2 0 0 20 0 28 0 97098651 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636286077680 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19356] ppid=19339 vsize=26538700 memory=2200 CPUtime=1.72 cores=0-7
/proc/19341/task/19356/stat : 19356 (java) S 19339 19339 6764 0 -1 1077944384 10191 0 0 0 170 2 0 0 20 0 28 0 97098651 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636285025136 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19357] ppid=19339 vsize=26538700 memory=10640 CPUtime=1.82 cores=0-7
/proc/19341/task/19357/stat : 19357 (java) S 19339 19339 6764 0 -1 1077944384 11082 0 0 0 180 2 0 0 20 0 28 0 97098651 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636283972080 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19358] ppid=19339 vsize=26538700 memory=15876 CPUtime=0.72 cores=0-7
/proc/19341/task/19358/stat : 19358 (java) S 19339 19339 6764 0 -1 1077944384 5562 0 0 0 70 2 0 0 20 0 28 0 97098651 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636282919536 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19359] ppid=19339 vsize=26538700 memory=15740 CPUtime=0 cores=0-7
/proc/19341/task/19359/stat : 19359 (java) S 19339 19339 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97098651 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636281866720 140637570516693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19360] ppid=19339 vsize=26538700 memory=16432 CPUtime=0.03 cores=0-7
/proc/19341/task/19360/stat : 19360 (java) S 19339 19339 6764 0 -1 1077944384 1209 0 0 0 0 3 0 0 20 0 28 0 97098651 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636280814256 140637570517634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19401] ppid=19339 vsize=26538700 memory=6791534058613427641 CPUtime=248.98 cores=0-7
/proc/19341/task/19401/stat : 19401 (java) R 19339 19339 6764 0 -1 4202560 1472 0 0 0 24898 0 0 0 20 0 28 0 97098782 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636269648352 140637183442120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19402] ppid=19339 vsize=26538700 memory=1236 CPUtime=248.59 cores=0-7
/proc/19341/task/19402/stat : 19402 (java) R 19339 19339 6764 0 -1 4202560 1658 0 0 0 24859 0 0 0 20 0 28 0 97098782 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636267544728 140637184109548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19403] ppid=19339 vsize=26538700 memory=2344 CPUtime=247.64 cores=0-7
/proc/19341/task/19403/stat : 19403 (java) R 19339 19339 6764 0 -1 4202560 6038 0 0 0 24762 2 0 0 20 0 28 0 97098782 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636266492208 140637184844681 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19404] ppid=19339 vsize=26538700 memory=1576 CPUtime=247.57 cores=0-7
/proc/19341/task/19404/stat : 19404 (java) R 19339 19339 6764 0 -1 4202560 3449 0 0 0 24756 1 0 0 20 0 28 0 97098782 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636270703120 140637183932513 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19405] ppid=19339 vsize=26538700 memory=928 CPUtime=248.15 cores=0-7
/proc/19341/task/19405/stat : 19405 (java) R 19339 19339 6764 0 -1 4202560 4198 0 0 0 24813 2 0 0 20 0 28 0 97098782 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636268596368 140637184526788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19406] ppid=19339 vsize=26538700 memory=2240 CPUtime=248.8 cores=0-7
/proc/19341/task/19406/stat : 19406 (java) R 19339 19339 6764 0 -1 4202560 1416 0 0 0 24880 0 0 0 20 0 28 0 97098782 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636265439896 140637183984070 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19407] ppid=19339 vsize=26538700 memory=4128 CPUtime=249.01 cores=0-7
/proc/19341/task/19407/stat : 19407 (java) R 19339 19339 6764 0 -1 4202560 1430 0 0 0 24901 0 0 0 20 0 28 0 97098782 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636272807712 140637183932564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
[pid=19341/tid=19408] ppid=19339 vsize=26538700 memory=2200 CPUtime=247.8 cores=0-7
/proc/19341/task/19408/stat : 19408 (java) R 19339 19339 6764 0 -1 4202560 10284 0 0 0 24774 6 0 0 20 0 28 0 97098782 27175628800 59698 33554432000 4194304 4196468 140722486403472 140636271751784 140637186395477 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 8998912 140722486408344 140722486408520 140722486408520 140722486411215 0
Current children cumulated CPU time: 1998.42 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 240172 KiB

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

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

[startup+252.105 s]
# the end of solver process 19341 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1998.47 s, system=0.684455 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.105
CPU time (s): 1999.15
CPU user time (s): 1998.47
CPU system time (s): 0.684455
CPU usage (%): 792.982
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 240172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1998.47
system time used= 0.684455
maximum resident set size= 239732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41593
involuntary context switches= 22343


# summary of solver processes directly reported to runsolver:
#   pid: 19339,19341
#   total CPU time (s): 1999.15
#   total CPU user time (s): 1998.47
#   total CPU system time (s): 0.684455

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07828 second user time and 2.84225 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 17:50:12
IDJOB=4271576
IDBENCH=120544
IDSOLVER=2663
FILE ID=node105/4271576-1502640270
RUNJOBID= node105-1502638143-6791
PBS_JOBID= 20628331
Free space on /tmp= 60664 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-4271576-1502640270/watcher-4271576-1502640270 -o /tmp/evaluation-result-4271576-1502640270/solver-4271576-1502640270 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502638143-6791 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 542940713 HOME/instance-4271576-1502640270.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=542940713

node105.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.17
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.17
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.17
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.17
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:        26557080 kB
MemAvailable:   31974960 kB
Buffers:          173992 kB
Cached:          5519368 kB
SwapCached:            0 kB
Active:           674552 kB
Inactive:        5072820 kB
Active(anon):      56868 kB
Inactive(anon):    25060 kB
Active(file):     617684 kB
Inactive(file):  5047760 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8028 kB
Writeback:             0 kB
AnonPages:         62872 kB
Mapped:            43116 kB
Shmem:             25228 kB
Slab:             161868 kB
SReclaimable:     136540 kB
SUnreclaim:        25328 kB
KernelStack:        3472 kB
PageTables:         5796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     322912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60656 MiB
End job on node105 at 2017-08-13 17:54:24