Trace number 4399691

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallel? (TO) 20041.8 2520.1

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-30-098.xml
MD5SUMfb27cd1d2814d0f1760e6f4b9d041fef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark153.956
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints435
Number of domains30
Minimum domain size69
Maximum domain size98
Distribution of domain sizes[{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2}]
Minimum variable degree29
Maximum variable degree29
Distribution of variable degrees[{"degree":29,"count":60}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":435}]
Number of extensional constraints0
Number of intensional constraints435
Distribution of constraint types[{"type":"intension","count":435}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399691-1568718918.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399691-1568718918.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
5.28/1.58	c solve instance...
20041.13/2520.07	s UNKNOWN
20041.13/2520.07	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399691-1568718918/watcher-4399691-1568718918 -o /tmp/evaluation-result-4399691-1568718918/solver-4399691-1568718918 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568711677-7780 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 565253302 HOME/instance-4399691-1568718918.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11185, runsolver pid=11182

[startup+0.100114 s]*
/proc/loadavg: 8.11 8.32 8.30 2/213 11206
/proc/meminfo: memFree=31680484/32770624 swapFree=66977464/67108860
[pid=11185] ppid=11182 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11185/stat : 11185 (xcsp3-exec) S 11182 11185 7753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448154457 115843072 363 33554432000 4194304 5098028 140735148047520 140735148045624 140567337689724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33021952 140735148053366 140735148053609 140735148053609 140735148056522 0
/proc/11185/statm: 28282 363 304 221 0 87 0
[pid=11187] ppid=11185 vsize=28227396 memory=30332 CPUtime=0.12 cores=0-7
/proc/11187/stat : 11187 (java) S 11185 11185 7753 0 -1 1077944320 5480 0 0 0 11 1 0 0 20 0 20 0 448154457 28904853504 7583 33554432000 4194304 4196468 140726615677216 140726615659760 140707517865719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
/proc/11187/statm: 7056849 7583 3132 1 0 7019032 0
[pid=11187/tid=11188] ppid=11185 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/11187/task/11188/stat : 11188 (java) R 11185 11185 7753 0 -1 4202560 3393 0 0 0 8 0 0 0 20 0 20 0 448154457 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707522097632 140707517877654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11189] ppid=11185 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/11187/task/11189/stat : 11189 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707437718288 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11190] ppid=11185 vsize=28227396 memory=140359456609920 CPUtime=0 cores=0-7
/proc/11187/task/11190/stat : 11190 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707436665744 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11191] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11191/stat : 11191 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707435613200 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11192] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11192/stat : 11192 (java) S 11185 11185 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707434560656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11193] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11193/stat : 11193 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707433507088 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11194] ppid=11185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11187/task/11194/stat : 11194 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707432454544 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11195] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11195/stat : 11195 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707431402000 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11196] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11196/stat : 11196 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 7583 33554432000 4194304 4196468 140726615677216 140707430349456 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11197] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11197/stat : 11197 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154460 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706116151792 140707517876866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11198] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11198/stat : 11198 (java) S 11185 11185 7753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448154460 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706115098016 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11199] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11199/stat : 11199 (java) S 11185 11185 7753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448154460 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706114045424 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11200] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11200/stat : 11200 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706112994000 140707517884315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11201] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11201/stat : 11201 (java) S 11185 11185 7753 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706111940592 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11202] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11202/stat : 11202 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706110888048 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11203] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11203/stat : 11203 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706109835504 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11204] ppid=11185 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/11187/task/11204/stat : 11204 (java) R 11185 11185 7753 0 -1 4202560 334 0 0 0 1 0 0 0 20 0 20 0 448154463 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706108782960 140707496820936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11205] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11205/stat : 11205 (java) S 11185 11185 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706107730656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11206] ppid=11185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11187/task/11206/stat : 11206 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 7583 33554432000 4194304 4196468 140726615677216 140706106678192 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31784 KiB

[startup+0.210258 s]*
/proc/loadavg: 8.11 8.32 8.30 2/213 11206
/proc/meminfo: memFree=31667668/32770624 swapFree=66977464/67108860
[pid=11185] ppid=11182 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11185/stat : 11185 (xcsp3-exec) S 11182 11185 7753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448154457 115843072 363 33554432000 4194304 5098028 140735148047520 140735148045624 140567337689724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33021952 140735148053366 140735148053609 140735148053609 140735148056522 0
/proc/11185/statm: 28282 363 304 221 0 87 0
[pid=11187] ppid=11185 vsize=28227396 memory=41436 CPUtime=0.33 cores=0-7
/proc/11187/stat : 11187 (java) S 11185 11185 7753 0 -1 1077944320 9048 0 0 0 31 2 0 0 20 0 20 0 448154457 28904853504 10359 33554432000 4194304 4196468 140726615677216 140726615659760 140707517865719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
/proc/11187/statm: 7056849 10359 3305 1 0 7019032 0
[pid=11187/tid=11188] ppid=11185 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11187/task/11188/stat : 11188 (java) R 11185 11185 7753 0 -1 4202560 6206 0 0 0 18 1 0 0 20 0 20 0 448154457 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707522097632 140707517877654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11189] ppid=11185 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/11187/task/11189/stat : 11189 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707437718288 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11190] ppid=11185 vsize=28227396 memory=140359460153677 CPUtime=0 cores=0-7
/proc/11187/task/11190/stat : 11190 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707436665744 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11191] ppid=11185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11187/task/11191/stat : 11191 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707435613200 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11192] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11192/stat : 11192 (java) S 11185 11185 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707434560656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11193] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11193/stat : 11193 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707433507088 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11194] ppid=11185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11187/task/11194/stat : 11194 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707432454544 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11195] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11195/stat : 11195 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707431402000 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11196] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11196/stat : 11196 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28904853504 10359 33554432000 4194304 4196468 140726615677216 140707430349456 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11197] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11197/stat : 11197 (java) S 11185 11185 7753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448154460 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706116151792 140707517876866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11198] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11198/stat : 11198 (java) S 11185 11185 7753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448154460 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706115098016 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11199] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11199/stat : 11199 (java) S 11185 11185 7753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448154460 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706114045424 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11200] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11200/stat : 11200 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706112994000 140707517884315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11201] ppid=11185 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11187/task/11201/stat : 11201 (java) S 11185 11185 7753 0 -1 1077944384 673 0 0 0 2 0 0 0 20 0 20 0 448154463 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706111940592 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11202] ppid=11185 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/11187/task/11202/stat : 11202 (java) S 11185 11185 7753 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 20 0 448154463 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706110888048 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11203] ppid=11185 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/11187/task/11203/stat : 11203 (java) S 11185 11185 7753 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 20 0 448154463 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706109835504 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11204] ppid=11185 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/11187/task/11204/stat : 11204 (java) R 11185 11185 7753 0 -1 4202560 730 0 0 0 8 0 0 0 20 0 20 0 448154463 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706108782960 140707496495933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11205] ppid=11185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11205/stat : 11205 (java) S 11185 11185 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706107730656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11206] ppid=11185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11187/task/11206/stat : 11206 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154463 28904853504 10359 33554432000 4194304 4196468 140726615677216 140706106678192 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42888 KiB

[startup+0.309731 s]*
/proc/loadavg: 8.11 8.32 8.30 4/213 11206
/proc/meminfo: memFree=31660856/32770624 swapFree=66977464/67108860
[pid=11185] ppid=11182 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11185/stat : 11185 (xcsp3-exec) S 11182 11185 7753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448154457 115843072 363 33554432000 4194304 5098028 140735148047520 140735148045624 140567337689724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33021952 140735148053366 140735148053609 140735148053609 140735148056522 0
/proc/11185/statm: 28282 363 304 221 0 87 0
[pid=11187] ppid=11185 vsize=28231652 memory=50188 CPUtime=0.51 cores=0-7
/proc/11187/stat : 11187 (java) S 11185 11185 7753 0 -1 1077944320 10363 0 0 0 48 3 0 0 20 0 20 0 448154457 28909211648 12547 33554432000 4194304 4196468 140726615677216 140726615659760 140707517865719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
/proc/11187/statm: 7057913 12547 3347 1 0 7019032 0
[pid=11187/tid=11188] ppid=11185 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/11187/task/11188/stat : 11188 (java) R 11185 11185 7753 0 -1 4202560 7287 0 0 0 27 2 0 0 20 0 20 0 448154457 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707522096832 140707517887645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11189] ppid=11185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11189/stat : 11189 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707437718288 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11190] ppid=11185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11190/stat : 11190 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707436665744 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11191] ppid=11185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11191/stat : 11191 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707435613200 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11192] ppid=11185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11192/stat : 11192 (java) S 11185 11185 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448154458 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707434560656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11193] ppid=11185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11193/stat : 11193 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707433507088 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11194] ppid=11185 vsize=28231652 memory=140359329999535 CPUtime=0 cores=0-7
/proc/11187/task/11194/stat : 11194 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707432454544 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11195] ppid=11185 vsize=28231652 memory=140359330001840 CPUtime=0 cores=0-7
/proc/11187/task/11195/stat : 11195 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707431402000 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11196] ppid=11185 vsize=28231652 memory=140359330004144 CPUtime=0 cores=0-7
/proc/11187/task/11196/stat : 11196 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28909211648 12547 33554432000 4194304 4196468 140726615677216 140707430349456 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11197] ppid=11185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11197/stat : 11197 (java) S 11185 11185 7753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448154460 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706116151792 140707517876866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11198] ppid=11185 vsize=28231652 memory=280718660022160 CPUtime=0 cores=0-7
/proc/11187/task/11198/stat : 11198 (java) S 11185 11185 7753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448154460 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706115098016 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11199] ppid=11185 vsize=28231652 memory=280718660019856 CPUtime=0 cores=0-7
/proc/11187/task/11199/stat : 11199 (java) S 11185 11185 7753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448154460 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706114045424 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11200] ppid=11185 vsize=28231652 memory=280718660026768 CPUtime=0 cores=0-7
/proc/11187/task/11200/stat : 11200 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154463 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706112994000 140707517884315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11201] ppid=11185 vsize=28231652 memory=280718659968016 CPUtime=0.02 cores=0-7
/proc/11187/task/11201/stat : 11201 (java) S 11185 11185 7753 0 -1 1077944384 683 0 0 0 2 0 0 0 20 0 20 0 448154463 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706111940592 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11202] ppid=11185 vsize=28231652 memory=280718660040592 CPUtime=0.03 cores=0-7
/proc/11187/task/11202/stat : 11202 (java) R 11185 11185 7753 0 -1 4202560 199 0 0 0 3 0 0 0 20 0 20 0 448154463 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706110878432 140707499388297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11203] ppid=11185 vsize=28231652 memory=280718660047504 CPUtime=0.02 cores=0-7
/proc/11187/task/11203/stat : 11203 (java) S 11185 11185 7753 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 20 0 448154463 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706109835504 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11204] ppid=11185 vsize=28231652 memory=280718660045200 CPUtime=0.12 cores=0-7
/proc/11187/task/11204/stat : 11204 (java) S 11185 11185 7753 0 -1 1077944384 833 0 0 0 12 0 0 0 20 0 20 0 448154463 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706108782960 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11205] ppid=11185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11205/stat : 11205 (java) S 11185 11185 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448154463 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706107730656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11206] ppid=11185 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/11187/task/11206/stat : 11206 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154463 28909211648 12547 33554432000 4194304 4196468 140726615677216 140706106678192 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51640 KiB

[startup+0.70102 s]
/proc/loadavg: 8.11 8.32 8.30 6/213 11206
/proc/meminfo: memFree=31642352/32770624 swapFree=66977464/67108860
[pid=11185] ppid=11182 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11185/stat : 11185 (xcsp3-exec) S 11182 11185 7753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448154457 115843072 363 33554432000 4194304 5098028 140735148047520 140735148045624 140567337689724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33021952 140735148053366 140735148053609 140735148053609 140735148056522 0
/proc/11185/statm: 28282 363 304 221 0 87 0
[pid=11187] ppid=11185 vsize=28233776 memory=97776 CPUtime=1.81 cores=0-7
/proc/11187/stat : 11187 (java) S 11185 11185 7753 0 -1 1077944320 16108 0 0 0 175 6 0 0 20 0 20 0 448154457 28911386624 24444 33554432000 4194304 4196468 140726615677216 140726615659760 140707517865719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
/proc/11187/statm: 7058444 24444 3453 1 0 7019544 0
[pid=11187/tid=11188] ppid=11185 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/11187/task/11188/stat : 11188 (java) R 11185 11185 7753 0 -1 4202560 8776 0 0 0 64 4 0 0 20 0 20 0 448154457 28911386624 24444 33554432000 4194304 4196468 140726615677216 140707522099728 140707109311936 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11189] ppid=11185 vsize=28233776 memory=140359330210672 CPUtime=0 cores=0-7
/proc/11187/task/11189/stat : 11189 (java) S 11185 11185 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448154458 28911386624 24444 33554432000 4194304 4196468 140726615677216 140707437718288 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11190] ppid=11185 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/11187/task/11190/stat : 11190 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28911386624 24444 33554432000 4194304 4196468 140726615677216 140707436665744 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11191] ppid=11185 vsize=28233776 memory=1164 CPUtime=0 cores=0-7
/proc/11187/task/11191/stat : 11191 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448154458 28911386624 24444 33554432000 4194304 4196468 140726615677216 140707435613200 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0

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

[pid=11187/tid=11214] ppid=11185 vsize=28768336 memory=2482452 CPUtime=2418.47 cores=0-7
/proc/11187/task/11214/stat : 11214 (java) R 11185 11185 7753 0 -1 4202560 24642 0 0 0 241824 23 0 0 20 0 28 0 448154619 29458776064 620613 33554432000 4194304 4196468 140726615677216 140706087993736 140707113038225 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
Current children cumulated CPU time: 19422.7 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2483904 KiB

[startup+2502.3 s]
/proc/loadavg: 8.45 8.57 8.40 9/219 11401
/proc/meminfo: memFree=29216536/32770624 swapFree=66977492/67108860
[pid=11185] ppid=11182 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11185/stat : 11185 (xcsp3-exec) S 11182 11185 7753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448154457 115843072 363 33554432000 4194304 5098028 140735148047520 140735148045624 140567337689724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33021952 140735148053366 140735148053609 140735148053609 140735148056522 0
/proc/11185/statm: 28282 363 304 221 0 87 0
[pid=11187] ppid=11185 vsize=28768336 memory=2486036 CPUtime=19900.2 cores=0-7
/proc/11187/stat : 11187 (java) S 11185 11185 7753 0 -1 1077944320 634707 0 0 0 1989304 712 0 0 20 0 28 0 448154457 29458776064 621509 33554432000 4194304 4196468 140726615677216 140726615659760 140707517865719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
/proc/11187/statm: 7192084 621509 3550 1 0 7153184 0
[pid=11187/tid=11188] ppid=11185 vsize=28768336 memory=1452 CPUtime=1.53 cores=0-7
/proc/11187/task/11188/stat : 11188 (java) S 11185 11185 7753 0 -1 1077944384 8978 0 0 0 148 5 0 0 20 0 28 0 448154457 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707522106496 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11189] ppid=11185 vsize=28768336 memory=2486036 CPUtime=9.85 cores=0-7
/proc/11187/task/11189/stat : 11189 (java) S 11185 11185 7753 0 -1 1077944384 25631 0 0 0 945 40 0 0 20 0 28 0 448154458 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707437718288 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11190] ppid=11185 vsize=28768336 memory=2486032 CPUtime=9.87 cores=0-7
/proc/11187/task/11190/stat : 11190 (java) S 11185 11185 7753 0 -1 1077944384 27821 0 0 0 946 41 0 0 20 0 28 0 448154458 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707436665744 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11191] ppid=11185 vsize=28768336 memory=56 CPUtime=9.9 cores=0-7
/proc/11187/task/11191/stat : 11191 (java) S 11185 11185 7753 0 -1 1077944384 21263 0 0 0 952 38 0 0 20 0 28 0 448154458 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707435613200 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11192] ppid=11185 vsize=28768336 memory=1452 CPUtime=9.85 cores=0-7
/proc/11187/task/11192/stat : 11192 (java) S 11185 11185 7753 0 -1 1077944384 26837 0 0 0 948 37 0 0 20 0 28 0 448154458 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707434560656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11193] ppid=11185 vsize=28768336 memory=1580 CPUtime=9.87 cores=0-7
/proc/11187/task/11193/stat : 11193 (java) S 11185 11185 7753 0 -1 1077944384 29471 0 0 0 950 37 0 0 20 0 28 0 448154458 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707433507088 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11194] ppid=11185 vsize=28768336 memory=1028 CPUtime=9.92 cores=0-7
/proc/11187/task/11194/stat : 11194 (java) S 11185 11185 7753 0 -1 1077944384 25475 0 0 0 950 42 0 0 20 0 28 0 448154458 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707432454544 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11195] ppid=11185 vsize=28768336 memory=1028 CPUtime=9.88 cores=0-7
/proc/11187/task/11195/stat : 11195 (java) S 11185 11185 7753 0 -1 1077944384 26158 0 0 0 949 39 0 0 20 0 28 0 448154458 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707431402000 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11196] ppid=11185 vsize=28768336 memory=1060 CPUtime=9.89 cores=0-7
/proc/11187/task/11196/stat : 11196 (java) S 11185 11185 7753 0 -1 1077944384 30334 0 0 0 952 37 0 0 20 0 28 0 448154458 29458776064 621509 33554432000 4194304 4196468 140726615677216 140707430349456 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11197] ppid=11185 vsize=28768336 memory=2486036 CPUtime=3.33 cores=0-7
/proc/11187/task/11197/stat : 11197 (java) S 11185 11185 7753 0 -1 1077944384 129181 0 0 0 220 113 0 0 20 0 28 0 448154460 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706116151792 140707517876866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11198] ppid=11185 vsize=28768336 memory=984 CPUtime=0 cores=0-7
/proc/11187/task/11198/stat : 11198 (java) S 11185 11185 7753 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 448154460 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706115098080 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11199] ppid=11185 vsize=28768336 memory=280718660266256 CPUtime=0 cores=0-7
/proc/11187/task/11199/stat : 11199 (java) S 11185 11185 7753 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 448154460 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706114045440 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11200] ppid=11185 vsize=28768336 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/11187/task/11200/stat : 11200 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448154463 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706112994000 140707517884315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11201] ppid=11185 vsize=28768336 memory=1452 CPUtime=3.33 cores=0-7
/proc/11187/task/11201/stat : 11201 (java) S 11185 11185 7753 0 -1 1077944384 17355 0 0 0 329 4 0 0 20 0 28 0 448154463 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706111940592 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11202] ppid=11185 vsize=28768336 memory=2486036 CPUtime=3.22 cores=0-7
/proc/11187/task/11202/stat : 11202 (java) S 11185 11185 7753 0 -1 1077944384 15813 0 0 0 319 3 0 0 20 0 28 0 448154463 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706110888048 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11203] ppid=11185 vsize=28768336 memory=4804 CPUtime=2.94 cores=0-7
/proc/11187/task/11203/stat : 11203 (java) S 11185 11185 7753 0 -1 1077944384 12717 0 0 0 292 2 0 0 20 0 28 0 448154463 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706109835504 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11204] ppid=11185 vsize=28768336 memory=113 CPUtime=0.91 cores=0-7
/proc/11187/task/11204/stat : 11204 (java) S 11185 11185 7753 0 -1 1077944384 9801 0 0 0 89 2 0 0 20 0 28 0 448154463 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706108782960 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11205] ppid=11185 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/11187/task/11205/stat : 11205 (java) S 11185 11185 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448154463 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706107730656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11206] ppid=11185 vsize=28768336 memory=1452 CPUtime=0.94 cores=0-7
/proc/11187/task/11206/stat : 11206 (java) S 11185 11185 7753 0 -1 1077944384 7560 0 0 0 17 77 0 0 20 0 28 0 448154463 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706106678192 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 42 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11207] ppid=11185 vsize=28768336 memory=2486036 CPUtime=2475.59 cores=0-7
/proc/11187/task/11207/stat : 11207 (java) R 11185 11185 7753 0 -1 4202560 22226 0 0 0 247545 14 0 0 20 0 28 0 448154617 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706097458408 140707113764186 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11208] ppid=11185 vsize=28768336 memory=2120 CPUtime=2472.57 cores=0-7
/proc/11187/task/11208/stat : 11208 (java) R 11185 11185 7753 0 -1 4202560 14974 0 0 0 247244 13 0 0 20 0 28 0 448154618 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706096407032 140707112532119 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11209] ppid=11185 vsize=28768336 memory=12028 CPUtime=2472.6 cores=0-7
/proc/11187/task/11209/stat : 11209 (java) R 11185 11185 7753 0 -1 4202560 48584 0 0 0 247182 78 0 0 20 0 28 0 448154618 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706095353960 140707115340539 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11210] ppid=11185 vsize=28768336 memory=1452 CPUtime=2477.99 cores=0-7
/proc/11187/task/11210/stat : 11210 (java) R 11185 11185 7753 0 -1 4202560 45358 0 0 0 247716 83 0 0 20 0 28 0 448154618 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706094300304 140707115092594 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11211] ppid=11185 vsize=28768336 memory=2486036 CPUtime=2474.41 cores=0-7
/proc/11187/task/11211/stat : 11211 (java) R 11185 11185 7753 0 -1 4202560 20873 0 0 0 247423 18 0 0 20 0 28 0 448154618 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706093248472 140707113038672 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11212] ppid=11185 vsize=28768336 memory=1452 CPUtime=2478.08 cores=0-7
/proc/11187/task/11212/stat : 11212 (java) R 11185 11185 7753 0 -1 4202560 25435 0 0 0 247771 37 0 0 20 0 28 0 448154618 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706092195864 140707115434706 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11213] ppid=11185 vsize=28768336 memory=2486036 CPUtime=2475.68 cores=0-7
/proc/11187/task/11213/stat : 11213 (java) R 11185 11185 7753 0 -1 4202560 16222 0 0 0 247551 17 0 0 20 0 28 0 448154618 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706091143056 140707113653150 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11214] ppid=11185 vsize=28768336 memory=1452 CPUtime=2477.82 cores=0-7
/proc/11187/task/11214/stat : 11214 (java) R 11185 11185 7753 0 -1 4202560 25342 0 0 0 247758 24 0 0 20 0 28 0 448154619 29458776064 621509 33554432000 4194304 4196468 140726615677216 140706087996656 140707113038525 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
Current children cumulated CPU time: 19900.2 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2487488 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.32 8.53 8.39 9/219 11402
/proc/meminfo: memFree=29215524/32770624 swapFree=66977492/67108860
[pid=11185] ppid=11182 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11185/stat : 11185 (xcsp3-exec) S 11182 11185 7753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448154457 115843072 363 33554432000 4194304 5098028 140735148047520 140735148045624 140567337689724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33021952 140735148053366 140735148053609 140735148053609 140735148056522 0
/proc/11185/statm: 28282 363 304 221 0 87 0
[pid=11187] ppid=11185 vsize=28768336 memory=2487060 CPUtime=20041.1 cores=0-7
/proc/11187/stat : 11187 (java) S 11185 11185 7753 0 -1 1077944320 649555 0 0 0 2003386 727 0 0 20 0 28 0 448154457 29458776064 621765 33554432000 4194304 4196468 140726615677216 140726615659760 140707517865719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
/proc/11187/statm: 7192084 621765 3550 1 0 7153184 0
[pid=11187/tid=11188] ppid=11185 vsize=28768336 memory=14008 CPUtime=1.53 cores=0-7
/proc/11187/task/11188/stat : 11188 (java) S 11185 11185 7753 0 -1 1077944384 8978 0 0 0 148 5 0 0 20 0 28 0 448154457 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707522106496 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11189] ppid=11185 vsize=28768336 memory=2120 CPUtime=9.89 cores=0-7
/proc/11187/task/11189/stat : 11189 (java) S 11185 11185 7753 0 -1 1077944384 26091 0 0 0 949 40 0 0 20 0 28 0 448154458 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707437718288 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11190] ppid=11185 vsize=28768336 memory=4126316290023845779 CPUtime=9.92 cores=0-7
/proc/11187/task/11190/stat : 11190 (java) S 11185 11185 7753 0 -1 1077944384 28892 0 0 0 951 41 0 0 20 0 28 0 448154458 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707436665744 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11191] ppid=11185 vsize=28768336 memory=2487060 CPUtime=9.96 cores=0-7
/proc/11187/task/11191/stat : 11191 (java) S 11185 11185 7753 0 -1 1077944384 22513 0 0 0 957 39 0 0 20 0 28 0 448154458 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707435613200 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11192] ppid=11185 vsize=28768336 memory=2004 CPUtime=9.9 cores=0-7
/proc/11187/task/11192/stat : 11192 (java) S 11185 11185 7753 0 -1 1077944384 27612 0 0 0 953 37 0 0 20 0 28 0 448154458 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707434560656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11193] ppid=11185 vsize=28768336 memory=984 CPUtime=9.92 cores=0-7
/proc/11187/task/11193/stat : 11193 (java) S 11185 11185 7753 0 -1 1077944384 30885 0 0 0 955 37 0 0 20 0 28 0 448154458 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707433507088 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11194] ppid=11185 vsize=28768336 memory=1324 CPUtime=9.96 cores=0-7
/proc/11187/task/11194/stat : 11194 (java) S 11185 11185 7753 0 -1 1077944384 26101 0 0 0 954 42 0 0 20 0 28 0 448154458 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707432454544 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11195] ppid=11185 vsize=28768336 memory=780 CPUtime=9.93 cores=0-7
/proc/11187/task/11195/stat : 11195 (java) S 11185 11185 7753 0 -1 1077944384 26802 0 0 0 954 39 0 0 20 0 28 0 448154458 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707431402000 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11196] ppid=11185 vsize=28768336 memory=4088 CPUtime=9.94 cores=0-7
/proc/11187/task/11196/stat : 11196 (java) S 11185 11185 7753 0 -1 1077944384 31052 0 0 0 957 37 0 0 20 0 28 0 448154458 29458776064 621765 33554432000 4194304 4196468 140726615677216 140707430349456 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11197] ppid=11185 vsize=28768336 memory=1580 CPUtime=3.35 cores=0-7
/proc/11187/task/11197/stat : 11197 (java) S 11185 11185 7753 0 -1 1077944384 130872 0 0 0 220 115 0 0 20 0 28 0 448154460 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706116151792 140707517876866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11198] ppid=11185 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11187/task/11198/stat : 11198 (java) S 11185 11185 7753 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 448154460 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706115098080 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11199] ppid=11185 vsize=28768336 memory=1564 CPUtime=0 cores=0-7
/proc/11187/task/11199/stat : 11199 (java) S 11185 11185 7753 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 448154460 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706114045440 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11200] ppid=11185 vsize=28768336 memory=928 CPUtime=0 cores=0-7
/proc/11187/task/11200/stat : 11200 (java) S 11185 11185 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448154463 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706112994000 140707517884315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11201] ppid=11185 vsize=28768336 memory=3784 CPUtime=3.33 cores=0-7
/proc/11187/task/11201/stat : 11201 (java) S 11185 11185 7753 0 -1 1077944384 17362 0 0 0 329 4 0 0 20 0 28 0 448154463 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706111940592 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11202] ppid=11185 vsize=28768336 memory=6791534058613427641 CPUtime=3.22 cores=0-7
/proc/11187/task/11202/stat : 11202 (java) S 11185 11185 7753 0 -1 1077944384 15821 0 0 0 319 3 0 0 20 0 28 0 448154463 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706110888048 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11203] ppid=11185 vsize=28768336 memory=2528 CPUtime=2.94 cores=0-7
/proc/11187/task/11203/stat : 11203 (java) S 11185 11185 7753 0 -1 1077944384 12723 0 0 0 292 2 0 0 20 0 28 0 448154463 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706109835504 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11204] ppid=11185 vsize=28768336 memory=1764 CPUtime=0.91 cores=0-7
/proc/11187/task/11204/stat : 11204 (java) S 11185 11185 7753 0 -1 1077944384 9807 0 0 0 89 2 0 0 20 0 28 0 448154463 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706108782960 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11205] ppid=11185 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11187/task/11205/stat : 11205 (java) S 11185 11185 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448154463 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706107730656 140707517875925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11206] ppid=11185 vsize=28768336 memory=12028 CPUtime=0.94 cores=0-7
/proc/11187/task/11206/stat : 11206 (java) S 11185 11185 7753 0 -1 1077944384 7697 0 0 0 17 77 0 0 20 0 28 0 448154463 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706106678192 140707517876866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 42 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11207] ppid=11185 vsize=28768336 memory=11752 CPUtime=2493.21 cores=0-7
/proc/11187/task/11207/stat : 11207 (java) R 11185 11185 7753 0 -1 4202560 22939 0 0 0 249306 15 0 0 20 0 28 0 448154617 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706097458392 140707113659982 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11208] ppid=11185 vsize=28768336 memory=512 CPUtime=2490.18 cores=0-7
/proc/11187/task/11208/stat : 11208 (java) R 11185 11185 7753 0 -1 4202560 15528 0 0 0 249005 13 0 0 20 0 28 0 448154618 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706096407112 140707113759879 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11209] ppid=11185 vsize=28768336 memory=1564 CPUtime=2489.98 cores=0-7
/proc/11187/task/11209/stat : 11209 (java) R 11185 11185 7753 0 -1 4202560 49452 0 0 0 248919 79 0 0 20 0 28 0 448154618 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706095353448 140707115092207 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11210] ppid=11185 vsize=28768336 memory=928 CPUtime=2495.6 cores=0-7
/proc/11187/task/11210/stat : 11210 (java) R 11185 11185 7753 0 -1 4202560 46251 0 0 0 249475 85 0 0 20 0 28 0 448154618 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706094303904 140707110708309 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11211] ppid=11185 vsize=28768336 memory=3784 CPUtime=2492 cores=0-7
/proc/11187/task/11211/stat : 11211 (java) R 11185 11185 7753 0 -1 4202560 21449 0 0 0 249180 20 0 0 20 0 28 0 448154618 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706093248472 140707113759848 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11212] ppid=11185 vsize=28768336 memory=3620 CPUtime=2495.69 cores=0-7
/proc/11187/task/11212/stat : 11212 (java) R 11185 11185 7753 0 -1 4202560 26518 0 0 0 249530 39 0 0 20 0 28 0 448154618 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706092195184 140707113038726 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11213] ppid=11185 vsize=28768336 memory=31272 CPUtime=2493.19 cores=0-7
/proc/11187/task/11213/stat : 11213 (java) R 11185 11185 7753 0 -1 4202560 16865 0 0 0 249301 18 0 0 20 0 28 0 448154618 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706091143144 140707113765749 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
[pid=11187/tid=11214] ppid=11185 vsize=28768336 memory=2004 CPUtime=2495.44 cores=0-7
/proc/11187/task/11214/stat : 11214 (java) R 11185 11185 7753 0 -1 4202560 26047 0 0 0 249519 25 0 0 20 0 28 0 448154619 29458776064 621765 33554432000 4194304 4196468 140726615677216 140706087993608 140707115092649 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 30932992 140726615679978 140726615680150 140726615680150 140726615683023 0
Current children cumulated CPU time: 20041.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2488512 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.1
CPU time (s): 20041.8
CPU user time (s): 20034.5
CPU system time (s): 7.28645
CPU usage (%): 795.276
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 2551328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20034.5
system time used= 7.28645
maximum resident set size= 2549876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 650527
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193548
involuntary context switches= 241344


# summary of solver processes directly reported to runsolver:
#   pid: 11185,11187
#   total CPU time (s): 20041.8
#   total CPU user time (s): 20034.5
#   total CPU system time (s): 7.28645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.8731 second user time and 26.768 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 13:14:36
IDJOB=4399691
IDBENCH=141718
IDSOLVER=2854
FILE ID=node121/4399691-1568718918
RUNJOBID= node121-1568711677-7780
PBS_JOBID= 21703937
Free space on /tmp= 61408 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-30-098.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 /tmp/evaluation-result-4399691-1568718918/watcher-4399691-1568718918 -o /tmp/evaluation-result-4399691-1568718918/solver-4399691-1568718918 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568711677-7780 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 565253302 HOME/instance-4399691-1568718918.xml

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

MD5SUM BENCH= fb27cd1d2814d0f1760e6f4b9d041fef
RANDOM SEED=565253302

node121.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.75
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.75
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.75
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.75
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:        31696956 kB
MemAvailable:   31918716 kB
Buffers:           74520 kB
Cached:           445628 kB
SwapCached:        10820 kB
Active:           212076 kB
Inactive:         323088 kB
Active(anon):       5444 kB
Inactive(anon):    42716 kB
Active(file):     206632 kB
Inactive(file):   280372 kB
Unevictable:      109160 kB
Mlocked:          109160 kB
SwapTotal:      67108860 kB
SwapFree:       66977464 kB
Dirty:             26032 kB
Writeback:             0 kB
AnonPages:        344596 kB
Mapped:            42828 kB
Shmem:             24268 kB
Slab:             130404 kB
SReclaimable:     101184 kB
SUnreclaim:        29220 kB
KernelStack:        3904 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61380 MiB
End job on node121 at 2019-09-17 13:56:36