Trace number 4407503

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 2019-09-24 parallelSAT (TO)77 1995.36 252.112

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407503-1569347147.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407503-1569347147.xml, -tl, 2016s, -p, 8]
0.35/0.22	c 8 solvers in parallel
0.35/0.28	c parse instance...
6.31/1.81	c solve instance...
14.69/2.91	o 96 
41.37/6.37	o 93 
110.18/15.02	o 92 
112.72/15.58	o 90 
221.56/29.39	o 89 
264.32/34.85	o 88 
313.39/41.05	o 80 
882.73/112.57	o 78 
1652.82/209.16	o 77 
1994.63/252.07	s SATISFIABLE
1994.63/252.07	v <instantiation>
1994.63/252.07	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] </list>
1994.63/252.07	v 	<values>0 1 6 21 34 51 59 61 70 73 77 </values>
1994.63/252.07	v </instantiation>
1994.63/252.07	c Unexpected resolution interruption!

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407503-1569347147/watcher-4407503-1569347147 -o /var/tmp/evaluation-result-4407503-1569347147/solver-4407503-1569347147 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569335937-9287 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 708794815 HOME/instance-4407503-1569347147.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=14673, runsolver pid=14670
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 9.15 8.41 8.24 3/211 14694
/proc/meminfo: memFree=25591456/32770624 swapFree=66997516/67108860
[pid=14673] ppid=14670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14673/stat : 14673 (xcsp3-exec) S 14670 14673 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510652987 115843072 364 33554432000 4194304 5098028 140733851903424 140733851901528 140510126805628 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13172736 140733851906904 140733851907162 140733851907162 140733851910086 0
/proc/14673/statm: 28282 364 305 221 0 87 0
[pid=14675] ppid=14673 vsize=28227396 memory=29048 CPUtime=0.12 cores=0-7
/proc/14675/stat : 14675 (java) S 14673 14673 9260 0 -1 1077944320 5683 0 0 0 11 1 0 0 20 0 20 0 510652987 28904853504 7262 33554432000 4194304 4196468 140725808462720 140725808445264 140099155193591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
/proc/14675/statm: 7056849 7262 3148 1 0 7019032 0
[pid=14675/tid=14676] ppid=14673 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/14675/task/14676/stat : 14676 (java) R 14673 14673 9260 0 -1 4202560 3623 0 0 0 8 1 0 0 20 0 20 0 510652987 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099159432832 140099155205526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14677] ppid=14673 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14675/task/14677/stat : 14677 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099107814160 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14678] ppid=14673 vsize=28227396 memory=140098899129984 CPUtime=0 cores=0-7
/proc/14675/task/14678/stat : 14678 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099106761616 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14679] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14679/stat : 14679 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099105709072 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14680] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14680/stat : 14680 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099104656528 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14681] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14681/stat : 14681 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099103602960 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14682] ppid=14673 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14675/task/14682/stat : 14682 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099102550416 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14683] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14683/stat : 14683 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099101497872 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14684] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14684/stat : 14684 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 7262 33554432000 4194304 4196468 140725808462720 140099100445328 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14685] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14685/stat : 14685 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652990 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097619077616 140099155204738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14686] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14686/stat : 14686 (java) S 14673 14673 9260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510652990 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097618023840 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14687] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14687/stat : 14687 (java) S 14673 14673 9260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510652990 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097616971248 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14688] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14688/stat : 14688 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097615919824 140099155212187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14689] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14689/stat : 14689 (java) S 14673 14673 9260 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097614866416 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14690] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14690/stat : 14690 (java) R 14673 14673 9260 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097613805520 140099135054265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14691] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14691/stat : 14691 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097612761328 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14692] ppid=14673 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/14675/task/14692/stat : 14692 (java) R 14673 14673 9260 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 20 0 510652993 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097611708784 140099155205526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14693] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14693/stat : 14693 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097610656480 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14694] ppid=14673 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14675/task/14694/stat : 14694 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 7262 33554432000 4194304 4196468 140725808462720 140097609604016 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30504 KiB

[startup+0.21449 s]*
/proc/loadavg: 9.15 8.41 8.24 3/211 14694
/proc/meminfo: memFree=25578696/32770624 swapFree=66997516/67108860
[pid=14673] ppid=14670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14673/stat : 14673 (xcsp3-exec) S 14670 14673 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510652987 115843072 364 33554432000 4194304 5098028 140733851903424 140733851901528 140510126805628 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13172736 140733851906904 140733851907162 140733851907162 140733851910086 0
/proc/14673/statm: 28282 364 305 221 0 87 0
[pid=14675] ppid=14673 vsize=28227396 memory=40276 CPUtime=0.35 cores=0-7
/proc/14675/stat : 14675 (java) S 14673 14673 9260 0 -1 1077944320 9387 0 0 0 31 4 0 0 20 0 20 0 510652987 28904853504 10069 33554432000 4194304 4196468 140725808462720 140725808445264 140099155193591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
/proc/14675/statm: 7056849 10069 3243 1 0 7019032 0
[pid=14675/tid=14676] ppid=14673 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/14675/task/14676/stat : 14676 (java) R 14673 14673 9260 0 -1 4202560 6597 0 0 0 18 2 0 0 20 0 20 0 510652987 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099159428576 140099139274078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14677] ppid=14673 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/14675/task/14677/stat : 14677 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099107814160 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14678] ppid=14673 vsize=28227396 memory=4049498698762270368 CPUtime=0 cores=0-7
/proc/14675/task/14678/stat : 14678 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099106761616 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14679] ppid=14673 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14675/task/14679/stat : 14679 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099105709072 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14680] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14680/stat : 14680 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099104656528 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14681] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14681/stat : 14681 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099103602960 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14682] ppid=14673 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14675/task/14682/stat : 14682 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099102550416 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14683] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14683/stat : 14683 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099101497872 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14684] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14684/stat : 14684 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28904853504 10069 33554432000 4194304 4196468 140725808462720 140099100445328 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14685] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14685/stat : 14685 (java) S 14673 14673 9260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510652990 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097619077616 140099155204738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14686] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14686/stat : 14686 (java) S 14673 14673 9260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510652990 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097618023840 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14687] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14687/stat : 14687 (java) S 14673 14673 9260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510652990 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097616971248 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14688] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14688/stat : 14688 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097615919824 140099155212187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14689] ppid=14673 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/14675/task/14689/stat : 14689 (java) S 14673 14673 9260 0 -1 1077944384 454 0 0 0 1 0 0 0 20 0 20 0 510652993 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097614866416 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14690] ppid=14673 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/14675/task/14690/stat : 14690 (java) S 14673 14673 9260 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 20 0 510652993 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097613813872 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14691] ppid=14673 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/14675/task/14691/stat : 14691 (java) S 14673 14673 9260 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 510652993 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097612761328 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14692] ppid=14673 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/14675/task/14692/stat : 14692 (java) S 14673 14673 9260 0 -1 1077944384 803 0 0 0 8 0 0 0 20 0 20 0 510652993 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097611708784 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14693] ppid=14673 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14693/stat : 14693 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097610656480 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14694] ppid=14673 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14675/task/14694/stat : 14694 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652993 28904853504 10069 33554432000 4194304 4196468 140725808462720 140097609604016 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41732 KiB

[startup+0.311317 s]*
/proc/loadavg: 9.15 8.41 8.24 3/211 14694
/proc/meminfo: memFree=25571548/32770624 swapFree=66997516/67108860
[pid=14673] ppid=14670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14673/stat : 14673 (xcsp3-exec) S 14670 14673 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510652987 115843072 364 33554432000 4194304 5098028 140733851903424 140733851901528 140510126805628 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13172736 140733851906904 140733851907162 140733851907162 140733851910086 0
/proc/14673/statm: 28282 364 305 221 0 87 0
[pid=14675] ppid=14673 vsize=28231652 memory=49784 CPUtime=0.53 cores=0-7
/proc/14675/stat : 14675 (java) S 14673 14673 9260 0 -1 1077944320 10820 0 0 0 48 5 0 0 20 0 20 0 510652987 28909211648 12446 33554432000 4194304 4196468 140725808462720 140725808445264 140099155193591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
/proc/14675/statm: 7057913 12446 3338 1 0 7019032 0
[pid=14675/tid=14676] ppid=14673 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/14675/task/14676/stat : 14676 (java) R 14673 14673 9260 0 -1 4202560 7771 0 0 0 27 3 0 0 20 0 20 0 510652987 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099159424704 140099139274078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14677] ppid=14673 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14677/stat : 14677 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652988 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099107814160 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14678] ppid=14673 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14678/stat : 14678 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510652988 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099106761616 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14679] ppid=14673 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14679/stat : 14679 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099105709072 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14680] ppid=14673 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14680/stat : 14680 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099104656528 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14681] ppid=14673 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/14675/task/14681/stat : 14681 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099103602960 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14682] ppid=14673 vsize=28231652 memory=140098746282927 CPUtime=0 cores=0-7
/proc/14675/task/14682/stat : 14682 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099102550416 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14683] ppid=14673 vsize=28231652 memory=140098746285232 CPUtime=0 cores=0-7
/proc/14675/task/14683/stat : 14683 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099101497872 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14684] ppid=14673 vsize=28231652 memory=140098746287536 CPUtime=0 cores=0-7
/proc/14675/task/14684/stat : 14684 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28909211648 12514 33554432000 4194304 4196468 140725808462720 140099100445328 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14685] ppid=14673 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14685/stat : 14685 (java) S 14673 14673 9260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510652990 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097619077616 140099155204738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14686] ppid=14673 vsize=28231652 memory=280197492582032 CPUtime=0 cores=0-7
/proc/14675/task/14686/stat : 14686 (java) S 14673 14673 9260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510652990 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097618023840 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14687] ppid=14673 vsize=28231652 memory=280197492588944 CPUtime=0 cores=0-7
/proc/14675/task/14687/stat : 14687 (java) S 14673 14673 9260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510652990 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097616971248 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14688] ppid=14673 vsize=28231652 memory=280197492530096 CPUtime=0 cores=0-7
/proc/14675/task/14688/stat : 14688 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652993 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097615919824 140099155212187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14689] ppid=14673 vsize=28231652 memory=280197492602768 CPUtime=0.02 cores=0-7
/proc/14675/task/14689/stat : 14689 (java) S 14673 14673 9260 0 -1 1077944384 474 0 0 0 2 0 0 0 20 0 20 0 510652993 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097614866416 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14690] ppid=14673 vsize=28231652 memory=280197492609680 CPUtime=0.02 cores=0-7
/proc/14675/task/14690/stat : 14690 (java) S 14673 14673 9260 0 -1 1077944384 184 0 0 0 2 0 0 0 20 0 20 0 510652993 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097613813872 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14691] ppid=14673 vsize=28231652 memory=280197492607376 CPUtime=0.03 cores=0-7
/proc/14675/task/14691/stat : 14691 (java) R 14673 14673 9260 0 -1 4202560 135 0 0 0 3 0 0 0 20 0 20 0 510652993 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097612751712 140099138747692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14692] ppid=14673 vsize=28231652 memory=280197492623536 CPUtime=0.12 cores=0-7
/proc/14675/task/14692/stat : 14692 (java) S 14673 14673 9260 0 -1 1077944384 951 0 0 0 12 0 0 0 20 0 20 0 510652993 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097611708784 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14693] ppid=14673 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14693/stat : 14693 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510652993 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097610656480 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14694] ppid=14673 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/14675/task/14694/stat : 14694 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652993 28909211648 12514 33554432000 4194304 4196468 140725808462720 140097609604016 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51240 KiB

[startup+0.708125 s]
/proc/loadavg: 9.15 8.41 8.24 6/211 14694
/proc/meminfo: memFree=25548508/32770624 swapFree=66997516/67108860
[pid=14673] ppid=14670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14673/stat : 14673 (xcsp3-exec) S 14670 14673 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510652987 115843072 364 33554432000 4194304 5098028 140733851903424 140733851901528 140510126805628 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13172736 140733851906904 140733851907162 140733851907162 140733851910086 0
/proc/14673/statm: 28282 364 305 221 0 87 0
[pid=14675] ppid=14673 vsize=28233776 memory=92260 CPUtime=1.78 cores=0-7
/proc/14675/stat : 14675 (java) S 14673 14673 9260 0 -1 1077944320 15221 0 0 0 171 7 0 0 20 0 20 0 510652987 28911386624 23065 33554432000 4194304 4196468 140725808462720 140725808445264 140099155193591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
/proc/14675/statm: 7058444 23065 3457 1 0 7019544 0
[pid=14675/tid=14676] ppid=14673 vsize=28233776 memory=280197492981424 CPUtime=0.68 cores=0-7
/proc/14675/task/14676/stat : 14676 (java) R 14673 14673 9260 0 -1 4202560 9205 0 0 0 64 4 0 0 20 0 20 0 510652987 28911386624 23065 33554432000 4194304 4196468 140725808462720 140099159429112 140098767331763 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14677] ppid=14673 vsize=28233776 memory=140098746491760 CPUtime=0 cores=0-7
/proc/14675/task/14677/stat : 14677 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510652988 28911386624 23065 33554432000 4194304 4196468 140725808462720 140099107814160 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14678] ppid=14673 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/14675/task/14678/stat : 14678 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510652988 28911386624 23065 33554432000 4194304 4196468 140725808462720 140099106761616 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14679] ppid=14673 vsize=28233776 memory=6124 CPUtime=0 cores=0-7
/proc/14675/task/14679/stat : 14679 (java) S 14673 14673 9260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510652988 28911386624 23065 33554432000 4194304 4196468 140725808462720 140099105709072 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0

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

[pid=14675/tid=14774] ppid=14673 vsize=28834900 memory=3624 CPUtime=49.7 cores=0-7
/proc/14675/task/14774/stat : 14774 (java) R 14673 14673 9260 0 -1 4202560 2506 0 0 0 4970 0 0 0 20 0 28 0 510664244 29526937600 142162 33554432000 4194304 4196468 140725808462720 140097525444344 140098772169418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
Current children cumulated CPU time: 1279.42 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 570104 KiB

[startup+222.302 s]
/proc/loadavg: 8.12 8.19 8.19 9/219 14788
/proc/meminfo: memFree=24781896/32770624 swapFree=66997516/67108860
[pid=14673] ppid=14670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14673/stat : 14673 (xcsp3-exec) S 14670 14673 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510652987 115843072 364 33554432000 4194304 5098028 140733851903424 140733851901528 140510126805628 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13172736 140733851906904 140733851907162 140733851907162 140733851910086 0
/proc/14673/statm: 28282 364 305 221 0 87 0
[pid=14675] ppid=14673 vsize=28834900 memory=841676 CPUtime=1757.69 cores=0-7
/proc/14675/stat : 14675 (java) S 14673 14673 9260 0 -1 1077944320 164068 0 0 0 175628 141 0 0 20 0 28 0 510652987 29526937600 210419 33554432000 4194304 4196468 140725808462720 140725808445264 140099155193591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
/proc/14675/statm: 7208725 210419 3539 1 0 7169825 0
[pid=14675/tid=14676] ppid=14673 vsize=28834900 memory=841676 CPUtime=1.77 cores=0-7
/proc/14675/task/14676/stat : 14676 (java) S 14673 14673 9260 0 -1 1077944384 11398 0 0 0 168 9 0 0 20 0 28 0 510652987 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099159434368 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14677] ppid=14673 vsize=28834900 memory=841592 CPUtime=0.12 cores=0-7
/proc/14675/task/14677/stat : 14677 (java) S 14673 14673 9260 0 -1 1077944384 378 0 0 0 7 5 0 0 20 0 28 0 510652988 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099107814160 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14678] ppid=14673 vsize=28834900 memory=1456 CPUtime=0.17 cores=0-7
/proc/14675/task/14678/stat : 14678 (java) S 14673 14673 9260 0 -1 1077944384 260 0 0 0 11 6 0 0 20 0 28 0 510652988 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099106761616 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14679] ppid=14673 vsize=28834900 memory=841676 CPUtime=0.18 cores=0-7
/proc/14675/task/14679/stat : 14679 (java) S 14673 14673 9260 0 -1 1077944384 292 0 0 0 11 7 0 0 20 0 28 0 510652988 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099105709072 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14680] ppid=14673 vsize=28834900 memory=841676 CPUtime=0.17 cores=0-7
/proc/14675/task/14680/stat : 14680 (java) S 14673 14673 9260 0 -1 1077944384 430 0 0 0 10 7 0 0 20 0 28 0 510652988 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099104656528 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14681] ppid=14673 vsize=28834900 memory=1456 CPUtime=0.16 cores=0-7
/proc/14675/task/14681/stat : 14681 (java) S 14673 14673 9260 0 -1 1077944384 295 0 0 0 10 6 0 0 20 0 28 0 510652988 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099103602960 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14682] ppid=14673 vsize=28834900 memory=-3622645143214314312 CPUtime=0.17 cores=0-7
/proc/14675/task/14682/stat : 14682 (java) S 14673 14673 9260 0 -1 1077944384 493 0 0 0 11 6 0 0 20 0 28 0 510652988 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099102550416 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14683] ppid=14673 vsize=28834900 memory=932 CPUtime=0.17 cores=0-7
/proc/14675/task/14683/stat : 14683 (java) S 14673 14673 9260 0 -1 1077944384 743 0 0 0 11 6 0 0 20 0 28 0 510652988 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099101497872 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14684] ppid=14673 vsize=28834900 memory=1436 CPUtime=0.15 cores=0-7
/proc/14675/task/14684/stat : 14684 (java) S 14673 14673 9260 0 -1 1077944384 388 0 0 0 8 7 0 0 20 0 28 0 510652988 29526937600 210419 33554432000 4194304 4196468 140725808462720 140099100445328 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14685] ppid=14673 vsize=28834900 memory=1720 CPUtime=0.05 cores=0-7
/proc/14675/task/14685/stat : 14685 (java) S 14673 14673 9260 0 -1 1077944384 3254 0 0 0 3 2 0 0 20 0 28 0 510652990 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097619077616 140099155204738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14686] ppid=14673 vsize=28834900 memory=33088 CPUtime=0 cores=0-7
/proc/14675/task/14686/stat : 14686 (java) S 14673 14673 9260 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 510652990 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097618023904 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14687] ppid=14673 vsize=28834900 memory=532 CPUtime=0 cores=0-7
/proc/14675/task/14687/stat : 14687 (java) S 14673 14673 9260 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 510652990 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097616971264 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14688] ppid=14673 vsize=28834900 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/14675/task/14688/stat : 14688 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510652993 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097615919824 140099155212187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14689] ppid=14673 vsize=28834900 memory=841120 CPUtime=3.29 cores=0-7
/proc/14675/task/14689/stat : 14689 (java) S 14673 14673 9260 0 -1 1077944384 23637 0 0 0 324 5 0 0 20 0 28 0 510652993 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097614866416 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14690] ppid=14673 vsize=28834900 memory=1456 CPUtime=3.34 cores=0-7
/proc/14675/task/14690/stat : 14690 (java) S 14673 14673 9260 0 -1 1077944384 21751 0 0 0 330 4 0 0 20 0 28 0 510652993 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097613813872 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14691] ppid=14673 vsize=28834900 memory=14060 CPUtime=3.22 cores=0-7
/proc/14675/task/14691/stat : 14691 (java) S 14673 14673 9260 0 -1 1077944384 22685 0 0 0 317 5 0 0 20 0 28 0 510652993 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097612761328 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14692] ppid=14673 vsize=28834900 memory=2116 CPUtime=1.04 cores=0-7
/proc/14675/task/14692/stat : 14692 (java) S 14673 14673 9260 0 -1 1077944384 21979 0 0 0 100 4 0 0 20 0 28 0 510652993 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097611708784 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14693] ppid=14673 vsize=28834900 memory=33088 CPUtime=0 cores=0-7
/proc/14675/task/14693/stat : 14693 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510652993 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097610656480 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14694] ppid=14673 vsize=28834900 memory=568372 CPUtime=0.08 cores=0-7
/proc/14675/task/14694/stat : 14694 (java) S 14673 14673 9260 0 -1 1077944384 2165 0 0 0 4 4 0 0 20 0 28 0 510652993 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097609604016 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14781] ppid=14673 vsize=28834900 memory=1456 CPUtime=12.84 cores=0-7
/proc/14675/task/14781/stat : 14781 (java) R 14673 14673 9260 0 -1 4202560 2555 0 0 0 1279 5 0 0 20 0 28 0 510673903 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097530706232 140098772804148 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14782] ppid=14673 vsize=28834900 memory=568648 CPUtime=13.08 cores=0-7
/proc/14675/task/14782/stat : 14782 (java) R 14673 14673 9260 0 -1 4202560 228 0 0 0 1308 0 0 0 20 0 28 0 510673903 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097531761128 140098772857149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14783] ppid=14673 vsize=28834900 memory=63964 CPUtime=12.93 cores=0-7
/proc/14675/task/14783/stat : 14783 (java) R 14673 14673 9260 0 -1 4202560 249 0 0 0 1293 0 0 0 20 0 28 0 510673903 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097522294376 140098772804047 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14784] ppid=14673 vsize=28834900 memory=988 CPUtime=12.87 cores=0-7
/proc/14675/task/14784/stat : 14784 (java) R 14673 14673 9260 0 -1 4202560 375 0 0 0 1287 0 0 0 20 0 28 0 510673904 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097528602096 140098772856919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14785] ppid=14673 vsize=28834900 memory=2016 CPUtime=12.88 cores=0-7
/proc/14675/task/14785/stat : 14785 (java) R 14673 14673 9260 0 -1 4202560 272 0 0 0 1288 0 0 0 20 0 28 0 510673904 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097607077368 140098771437430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14786] ppid=14673 vsize=28834900 memory=1456 CPUtime=12.79 cores=0-7
/proc/14675/task/14786/stat : 14786 (java) R 14673 14673 9260 0 -1 4202560 279 0 0 0 1279 0 0 0 20 0 28 0 510673904 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097529655160 140098772202981 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14787] ppid=14673 vsize=28834900 memory=841676 CPUtime=13.08 cores=0-7
/proc/14675/task/14787/stat : 14787 (java) R 14673 14673 9260 0 -1 4202560 289 0 0 0 1308 0 0 0 20 0 28 0 510673904 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097525444712 140098771436439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14788] ppid=14673 vsize=28834900 memory=63964 CPUtime=12.96 cores=0-7
/proc/14675/task/14788/stat : 14788 (java) R 14673 14673 9260 0 -1 4202560 209 0 0 0 1296 0 0 0 20 0 28 0 510673904 29526937600 210419 33554432000 4194304 4196468 140725808462720 140097527550376 140098772218694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
Current children cumulated CPU time: 1757.69 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 843132 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.07 8.17 8.18 9/219 14791
/proc/meminfo: memFree=24780760/32770624 swapFree=66997516/67108860
[pid=14673] ppid=14670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14673/stat : 14673 (xcsp3-exec) S 14670 14673 9260 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510652987 115843072 364 33554432000 4194304 5098028 140733851903424 140733851901528 140510126805628 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13172736 140733851906904 140733851907162 140733851907162 140733851910086 0
/proc/14673/statm: 28282 364 305 221 0 87 0
[pid=14675] ppid=14673 vsize=28834900 memory=841948 CPUtime=1994.63 cores=0-7
/proc/14675/stat : 14675 (java) S 14673 14673 9260 0 -1 1077944320 172529 0 0 0 199315 148 0 0 20 0 28 0 510652987 29526937600 210487 33554432000 4194304 4196468 140725808462720 140725808445264 140099155193591 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
/proc/14675/statm: 7208725 210487 3540 1 0 7169825 0
[pid=14675/tid=14676] ppid=14673 vsize=28834900 memory=6791534058613427641 CPUtime=1.77 cores=0-7
/proc/14675/task/14676/stat : 14676 (java) S 14673 14673 9260 0 -1 1077944384 11398 0 0 0 168 9 0 0 20 0 28 0 510652987 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099159434368 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14677] ppid=14673 vsize=28834900 memory=4872558044660077418 CPUtime=0.12 cores=0-7
/proc/14675/task/14677/stat : 14677 (java) S 14673 14673 9260 0 -1 1077944384 378 0 0 0 7 5 0 0 20 0 28 0 510652988 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099107814160 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14678] ppid=14673 vsize=28834900 memory=2116 CPUtime=0.17 cores=0-7
/proc/14675/task/14678/stat : 14678 (java) S 14673 14673 9260 0 -1 1077944384 260 0 0 0 11 6 0 0 20 0 28 0 510652988 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099106761616 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14679] ppid=14673 vsize=28834900 memory=33088 CPUtime=0.18 cores=0-7
/proc/14675/task/14679/stat : 14679 (java) S 14673 14673 9260 0 -1 1077944384 292 0 0 0 11 7 0 0 20 0 28 0 510652988 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099105709072 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14680] ppid=14673 vsize=28834900 memory=532 CPUtime=0.17 cores=0-7
/proc/14675/task/14680/stat : 14680 (java) S 14673 14673 9260 0 -1 1077944384 430 0 0 0 10 7 0 0 20 0 28 0 510652988 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099104656528 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14681] ppid=14673 vsize=28834900 memory=63964 CPUtime=0.16 cores=0-7
/proc/14675/task/14681/stat : 14681 (java) S 14673 14673 9260 0 -1 1077944384 295 0 0 0 10 6 0 0 20 0 28 0 510652988 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099103602960 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14682] ppid=14673 vsize=28834900 memory=988 CPUtime=0.17 cores=0-7
/proc/14675/task/14682/stat : 14682 (java) S 14673 14673 9260 0 -1 1077944384 493 0 0 0 11 6 0 0 20 0 28 0 510652988 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099102550416 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14683] ppid=14673 vsize=28834900 memory=2016 CPUtime=0.17 cores=0-7
/proc/14675/task/14683/stat : 14683 (java) S 14673 14673 9260 0 -1 1077944384 743 0 0 0 11 6 0 0 20 0 28 0 510652988 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099101497872 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14684] ppid=14673 vsize=28834900 memory=6791534058613427641 CPUtime=0.15 cores=0-7
/proc/14675/task/14684/stat : 14684 (java) S 14673 14673 9260 0 -1 1077944384 388 0 0 0 8 7 0 0 20 0 28 0 510652988 29526937600 210487 33554432000 4194304 4196468 140725808462720 140099100445328 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14685] ppid=14673 vsize=28834900 memory=1540 CPUtime=0.05 cores=0-7
/proc/14675/task/14685/stat : 14685 (java) S 14673 14673 9260 0 -1 1077944384 3277 0 0 0 3 2 0 0 20 0 28 0 510652990 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097619077616 140099155204738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14686] ppid=14673 vsize=28834900 memory=772 CPUtime=0 cores=0-7
/proc/14675/task/14686/stat : 14686 (java) S 14673 14673 9260 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 510652990 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097618023904 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14687] ppid=14673 vsize=28834900 memory=10596 CPUtime=0 cores=0-7
/proc/14675/task/14687/stat : 14687 (java) S 14673 14673 9260 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 510652990 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097616971264 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14688] ppid=14673 vsize=28834900 memory=1708 CPUtime=0 cores=0-7
/proc/14675/task/14688/stat : 14688 (java) S 14673 14673 9260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510652993 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097615919824 140099155212187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14689] ppid=14673 vsize=28834900 memory=988 CPUtime=3.38 cores=0-7
/proc/14675/task/14689/stat : 14689 (java) S 14673 14673 9260 0 -1 1077944384 24516 0 0 0 333 5 0 0 20 0 28 0 510652993 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097614866416 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14690] ppid=14673 vsize=28834900 memory=3628 CPUtime=3.42 cores=0-7
/proc/14675/task/14690/stat : 14690 (java) S 14673 14673 9260 0 -1 1077944384 21992 0 0 0 338 4 0 0 20 0 28 0 510652993 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097613813872 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14691] ppid=14673 vsize=28834900 memory=2828 CPUtime=3.3 cores=0-7
/proc/14675/task/14691/stat : 14691 (java) S 14673 14673 9260 0 -1 1077944384 23649 0 0 0 325 5 0 0 20 0 28 0 510652993 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097612761328 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14692] ppid=14673 vsize=28834900 memory=1048 CPUtime=1.05 cores=0-7
/proc/14675/task/14692/stat : 14692 (java) S 14673 14673 9260 0 -1 1077944384 23340 0 0 0 101 4 0 0 20 0 28 0 510652993 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097611708784 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14693] ppid=14673 vsize=28834900 memory=6124 CPUtime=0 cores=0-7
/proc/14675/task/14693/stat : 14693 (java) S 14673 14673 9260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510652993 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097610656480 140099155203797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14694] ppid=14673 vsize=28834900 memory=612 CPUtime=0.1 cores=0-7
/proc/14675/task/14694/stat : 14694 (java) S 14673 14673 9260 0 -1 1077944384 2531 0 0 0 5 5 0 0 20 0 28 0 510652993 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097609604016 140099155204738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14781] ppid=14673 vsize=28834900 memory=1456 CPUtime=42.54 cores=0-7
/proc/14675/task/14781/stat : 14781 (java) R 14673 14673 9260 0 -1 4202560 4272 0 0 0 4248 6 0 0 20 0 28 0 510673903 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097530706744 140098772203413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14782] ppid=14673 vsize=28834900 memory=841948 CPUtime=42.78 cores=0-7
/proc/14675/task/14782/stat : 14782 (java) R 14673 14673 9260 0 -1 4202560 485 0 0 0 4277 1 0 0 20 0 28 0 510673903 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097531761176 140098772855729 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14783] ppid=14673 vsize=28834900 memory=15262532197681710 CPUtime=42.6 cores=0-7
/proc/14675/task/14783/stat : 14783 (java) R 14673 14673 9260 0 -1 4202560 591 0 0 0 4259 1 0 0 20 0 28 0 510673903 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097522294376 140098771436296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14784] ppid=14673 vsize=28834900 memory=988 CPUtime=42.52 cores=0-7
/proc/14675/task/14784/stat : 14784 (java) R 14673 14673 9260 0 -1 4202560 1370 0 0 0 4251 1 0 0 20 0 28 0 510673904 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097528602728 140098772203292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14785] ppid=14673 vsize=28834900 memory=1456 CPUtime=42.48 cores=0-7
/proc/14675/task/14785/stat : 14785 (java) R 14673 14673 9260 0 -1 4202560 610 0 0 0 4248 0 0 0 20 0 28 0 510673904 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097607079768 140098772536794 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14786] ppid=14673 vsize=28834900 memory=841948 CPUtime=41.84 cores=0-7
/proc/14675/task/14786/stat : 14786 (java) R 14673 14673 9260 0 -1 4202560 527 0 0 0 4184 0 0 0 20 0 28 0 510673904 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097529654904 140098772857356 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14787] ppid=14673 vsize=28834900 memory=15262532197681710 CPUtime=42.71 cores=0-7
/proc/14675/task/14787/stat : 14787 (java) R 14673 14673 9260 0 -1 4202560 532 0 0 0 4271 0 0 0 20 0 28 0 510673904 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097525444752 140098772536794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
[pid=14675/tid=14788] ppid=14673 vsize=28834900 memory=1556 CPUtime=42.62 cores=0-7
/proc/14675/task/14788/stat : 14788 (java) R 14673 14673 9260 0 -1 4202560 696 0 0 0 4261 1 0 0 20 0 28 0 510673904 29526937600 210487 33554432000 4194304 4196468 140725808462720 140097527552120 140098772203287 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140725808464860 140725808465035 140725808465035 140725808467919 0
Current children cumulated CPU time: 1994.63 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 843404 KiB

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

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

[startup+252.112 s]
# the end of solver process 14675 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1993.86 s, system=1.49994 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.112
CPU time (s): 1995.36
CPU user time (s): 1993.86
CPU system time (s): 1.49994
CPU usage (%): 791.455
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 843404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1993.86
system time used= 1.49994
maximum resident set size= 842508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173794
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13347
involuntary context switches= 24653


# summary of solver processes directly reported to runsolver:
#   pid: 14673,14675
#   total CPU time (s): 1995.36
#   total CPU user time (s): 1993.86
#   total CPU system time (s): 1.49994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.2421 second user time and 3.09629 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-24 19:45:05
IDJOB=4407503
IDBENCH=126231
IDSOLVER=2872
FILE ID=node140/4407503-1569347147
RUNJOBID= node140-1569335937-9287
PBS_JOBID= 21705054
Free space on /var/tmp= 13516 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407503-1569347147/watcher-4407503-1569347147 -o /var/tmp/evaluation-result-4407503-1569347147/solver-4407503-1569347147 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569335937-9287 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 708794815 HOME/instance-4407503-1569347147.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=708794815

node140.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.43
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.43
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.43
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.43
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:        25609244 kB
MemAvailable:   31843104 kB
Buffers:          126304 kB
Cached:          6205844 kB
SwapCached:         2792 kB
Active:          3157568 kB
Inactive:        3182332 kB
Active(anon):       4608 kB
Inactive(anon):    58436 kB
Active(file):    3152960 kB
Inactive(file):  3123896 kB
Unevictable:      107664 kB
Mlocked:          107664 kB
SwapTotal:      67108860 kB
SwapFree:       66997516 kB
Dirty:             26040 kB
Writeback:             0 kB
AnonPages:        113608 kB
Mapped:            56860 kB
Shmem:             46812 kB
Slab:             414656 kB
SReclaimable:     385464 kB
SUnreclaim:        29192 kB
KernelStack:        3408 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13492 MiB
End job on node140 at 2019-09-24 19:49:17