Trace number 4393704

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-06-14 parallel? (TO) 20064.5 2520.11

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-092.xml
MD5SUM04f92250339fffd6ef5beb9873d20792
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size64
Maximum domain size92
Distribution of domain sizes[{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"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}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
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-4393704-1568449503.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393704-1568449503.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
5.30/1.52	c solve instance...
20063.82/2520.08	s UNKNOWN
20063.82/2520.08	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 (14831 MiB free)
  memory of node 1: 16384 MiB (15400 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393704-1568449503/watcher-4393704-1568449503 -o /tmp/evaluation-result-4393704-1568449503/solver-4393704-1568449503 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568444466-24767 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1472663604 HOME/instance-4393704-1568449503.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=25630, runsolver pid=25627

[startup+0.100113 s]*
/proc/loadavg: 7.31 7.38 6.96 3/212 25651
/proc/meminfo: memFree=30940268/32770624 swapFree=66935528/67108860
[pid=25630] ppid=25627 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25630/stat : 25630 (xcsp3-exec) S 25627 25630 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421221797 115843072 363 33554432000 4194304 5098028 140736698535248 140736698533352 139694613791356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8986624 140736698540917 140736698541161 140736698541161 140736698544074 0
/proc/25630/statm: 28282 363 304 221 0 87 0
[pid=25632] ppid=25630 vsize=28227388 memory=28904 CPUtime=0.12 cores=0-7
/proc/25632/stat : 25632 (java) S 25630 25630 24740 0 -1 1077944320 5700 0 0 0 11 1 0 0 20 0 20 0 421221797 28904845312 7226 33554432000 4194304 4196468 140735865083248 140735865065792 140602718375671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
/proc/25632/statm: 7056847 7226 3119 1 0 7019032 0
[pid=25632/tid=25633] ppid=25630 vsize=28227388 memory=8113687111312251802 CPUtime=0.09 cores=0-7
/proc/25632/task/25633/stat : 25633 (java) R 25630 25630 24740 0 -1 4202560 3612 0 0 0 8 1 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602722608448 140602718397597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25634] ppid=25630 vsize=28227388 memory=732370213350468581 CPUtime=0 cores=0-7
/proc/25632/task/25634/stat : 25634 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602670996624 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25635] ppid=25630 vsize=28227388 memory=140075013015168 CPUtime=0 cores=0-7
/proc/25632/task/25635/stat : 25635 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602669943824 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25636] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25636/stat : 25636 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602668891024 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25637] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25637/stat : 25637 (java) S 25630 25630 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602667838224 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25638] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25638/stat : 25638 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602265950864 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25639] ppid=25630 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25632/task/25639/stat : 25639 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602264898064 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25640] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25640/stat : 25640 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602263845264 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25641] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25641/stat : 25641 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 7226 33554432000 4194304 4196468 140735865083248 140602262792464 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25642] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25642/stat : 25642 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221800 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601834748784 140602718386818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25643] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25643/stat : 25643 (java) S 25630 25630 24740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421221800 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601833694752 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25644] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25644/stat : 25644 (java) S 25630 25630 24740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421221801 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601832641904 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25645] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25645/stat : 25645 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221803 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601831590224 140602718394267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25646] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25646/stat : 25646 (java) S 25630 25630 24740 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 421221803 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601830537584 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25647] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25647/stat : 25647 (java) S 25630 25630 24740 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 421221803 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601829484784 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25648] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25648/stat : 25648 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221803 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601828431984 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25649] ppid=25630 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/25632/task/25649/stat : 25649 (java) R 25630 25630 24740 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 20 0 421221803 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601827379184 140602718397018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25650] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25650/stat : 25650 (java) S 25630 25630 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421221803 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601826327648 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25651] ppid=25630 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25632/task/25651/stat : 25651 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221804 28904845312 7226 33554432000 4194304 4196468 140735865083248 140601825274928 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30356 KiB

[startup+0.210199 s]*
/proc/loadavg: 7.31 7.38 6.96 3/212 25651
/proc/meminfo: memFree=30926012/32770624 swapFree=66935528/67108860
[pid=25630] ppid=25627 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25630/stat : 25630 (xcsp3-exec) S 25627 25630 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421221797 115843072 363 33554432000 4194304 5098028 140736698535248 140736698533352 139694613791356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8986624 140736698540917 140736698541161 140736698541161 140736698544074 0
/proc/25630/statm: 28282 363 304 221 0 87 0
[pid=25632] ppid=25630 vsize=28227388 memory=40804 CPUtime=0.33 cores=0-7
/proc/25632/stat : 25632 (java) S 25630 25630 24740 0 -1 1077944320 9511 0 0 0 30 3 0 0 20 0 20 0 421221797 28904845312 10201 33554432000 4194304 4196468 140735865083248 140735865065792 140602718375671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
/proc/25632/statm: 7056847 10201 3269 1 0 7019032 0
[pid=25632/tid=25633] ppid=25630 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/25632/task/25633/stat : 25633 (java) R 25630 25630 24740 0 -1 4202560 6629 0 0 0 18 2 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602722606896 140602696820431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25634] ppid=25630 vsize=28227388 memory=732370213350468581 CPUtime=0 cores=0-7
/proc/25632/task/25634/stat : 25634 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602670996624 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25635] ppid=25630 vsize=28227388 memory=140075013015168 CPUtime=0 cores=0-7
/proc/25632/task/25635/stat : 25635 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602669943824 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25636] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25636/stat : 25636 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602668891024 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25637] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25637/stat : 25637 (java) S 25630 25630 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602667838224 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25638] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25638/stat : 25638 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602265950864 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25639] ppid=25630 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25632/task/25639/stat : 25639 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602264898064 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25640] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25640/stat : 25640 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602263845264 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25641] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25641/stat : 25641 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28904845312 10201 33554432000 4194304 4196468 140735865083248 140602262792464 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25642] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25642/stat : 25642 (java) S 25630 25630 24740 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421221800 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601834748784 140602718386818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25643] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25643/stat : 25643 (java) S 25630 25630 24740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421221800 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601833694752 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25644] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25644/stat : 25644 (java) S 25630 25630 24740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421221801 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601832641904 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25645] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25645/stat : 25645 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221803 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601831590224 140602718394267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25646] ppid=25630 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25632/task/25646/stat : 25646 (java) R 25630 25630 24740 0 -1 1077944384 546 0 0 0 1 0 0 0 20 0 20 0 421221803 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601830537584 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25647] ppid=25630 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25632/task/25647/stat : 25647 (java) R 25630 25630 24740 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 20 0 421221803 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601829484784 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25648] ppid=25630 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25632/task/25648/stat : 25648 (java) S 25630 25630 24740 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 421221803 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601828431984 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25649] ppid=25630 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/25632/task/25649/stat : 25649 (java) R 25630 25630 24740 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 20 0 421221803 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601827378992 140602697406239 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25650] ppid=25630 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25650/stat : 25650 (java) S 25630 25630 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421221803 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601826327648 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25651] ppid=25630 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25632/task/25651/stat : 25651 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221804 28904845312 10201 33554432000 4194304 4196468 140735865083248 140601825274928 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42256 KiB

[startup+0.309615 s]*
/proc/loadavg: 7.31 7.38 6.96 4/212 25651
/proc/meminfo: memFree=30919496/32770624 swapFree=66935528/67108860
[pid=25630] ppid=25627 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25630/stat : 25630 (xcsp3-exec) S 25627 25630 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421221797 115843072 363 33554432000 4194304 5098028 140736698535248 140736698533352 139694613791356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8986624 140736698540917 140736698541161 140736698541161 140736698544074 0
/proc/25630/statm: 28282 363 304 221 0 87 0
[pid=25632] ppid=25630 vsize=28231644 memory=50252 CPUtime=0.52 cores=0-7
/proc/25632/stat : 25632 (java) S 25630 25630 24740 0 -1 1077944320 10885 0 0 0 48 4 0 0 20 0 20 0 421221797 28909203456 12563 33554432000 4194304 4196468 140735865083248 140735865065792 140602718375671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
/proc/25632/statm: 7057911 12563 3363 1 0 7019032 0
[pid=25632/tid=25633] ppid=25630 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25632/task/25633/stat : 25633 (java) R 25630 25630 24740 0 -1 4202560 7764 0 0 0 27 2 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602722606784 140602702456158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25634] ppid=25630 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25634/stat : 25634 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602670996624 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25635] ppid=25630 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25635/stat : 25635 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602669943824 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25636] ppid=25630 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25636/stat : 25636 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602668891024 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25637] ppid=25630 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25637/stat : 25637 (java) S 25630 25630 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602667838224 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25638] ppid=25630 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/25632/task/25638/stat : 25638 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602265950864 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25639] ppid=25630 vsize=28231644 memory=140074855527343 CPUtime=0 cores=0-7
/proc/25632/task/25639/stat : 25639 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602264898064 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25640] ppid=25630 vsize=28231644 memory=140074855529648 CPUtime=0 cores=0-7
/proc/25632/task/25640/stat : 25640 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602263845264 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25641] ppid=25630 vsize=28231644 memory=140074855531952 CPUtime=0 cores=0-7
/proc/25632/task/25641/stat : 25641 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28909203456 12563 33554432000 4194304 4196468 140735865083248 140602262792464 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25642] ppid=25630 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25642/stat : 25642 (java) S 25630 25630 24740 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421221800 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601834748784 140602718386818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25643] ppid=25630 vsize=28231644 memory=280149711070864 CPUtime=0 cores=0-7
/proc/25632/task/25643/stat : 25643 (java) S 25630 25630 24740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421221800 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601833694752 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25644] ppid=25630 vsize=28231644 memory=280149711077776 CPUtime=0 cores=0-7
/proc/25632/task/25644/stat : 25644 (java) S 25630 25630 24740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421221801 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601832641904 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25645] ppid=25630 vsize=28231644 memory=280149711019056 CPUtime=0 cores=0-7
/proc/25632/task/25645/stat : 25645 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221803 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601831590224 140602718394267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25646] ppid=25630 vsize=28231644 memory=280149711091600 CPUtime=0.02 cores=0-7
/proc/25632/task/25646/stat : 25646 (java) S 25630 25630 24740 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 20 0 421221803 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601830537584 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25647] ppid=25630 vsize=28231644 memory=280149711098512 CPUtime=0.02 cores=0-7
/proc/25632/task/25647/stat : 25647 (java) S 25630 25630 24740 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 20 0 421221803 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601829484784 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25648] ppid=25630 vsize=28231644 memory=280149711096208 CPUtime=0.03 cores=0-7
/proc/25632/task/25648/stat : 25648 (java) R 25630 25630 24740 0 -1 4202560 164 0 0 0 3 0 0 0 20 0 20 0 421221803 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601828413536 140602703501531 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25649] ppid=25630 vsize=28231644 memory=280149711112368 CPUtime=0.12 cores=0-7
/proc/25632/task/25649/stat : 25649 (java) S 25630 25630 24740 0 -1 1077944384 876 0 0 0 12 0 0 0 20 0 20 0 421221803 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601827379184 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25650] ppid=25630 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25632/task/25650/stat : 25650 (java) S 25630 25630 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421221803 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601826327648 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25651] ppid=25630 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/25632/task/25651/stat : 25651 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221804 28909203456 12563 33554432000 4194304 4196468 140735865083248 140601825274928 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51704 KiB

[startup+0.700914 s]
/proc/loadavg: 7.31 7.38 6.96 6/212 25651
/proc/meminfo: memFree=30902320/32770624 swapFree=66935528/67108860
[pid=25630] ppid=25627 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25630/stat : 25630 (xcsp3-exec) S 25627 25630 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421221797 115843072 363 33554432000 4194304 5098028 140736698535248 140736698533352 139694613791356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8986624 140736698540917 140736698541161 140736698541161 140736698544074 0
/proc/25630/statm: 28282 363 304 221 0 87 0
[pid=25632] ppid=25630 vsize=28233768 memory=96768 CPUtime=1.84 cores=0-7
/proc/25632/stat : 25632 (java) S 25630 25630 24740 0 -1 1077944320 16325 0 0 0 176 8 0 0 20 0 20 0 421221797 28911378432 24192 33554432000 4194304 4196468 140735865083248 140735865065792 140602718375671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
/proc/25632/statm: 7058442 24192 3453 1 0 7019544 0
[pid=25632/tid=25633] ppid=25630 vsize=28233768 memory=280149711407296 CPUtime=0.67 cores=0-7
/proc/25632/task/25633/stat : 25633 (java) R 25630 25630 24740 0 -1 4202560 9296 0 0 0 63 4 0 0 20 0 20 0 421221798 28911378432 24192 33554432000 4194304 4196468 140735865083248 140602722612624 140602352021536 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25634] ppid=25630 vsize=28233768 memory=1564 CPUtime=0 cores=0-7
/proc/25632/task/25634/stat : 25634 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28911378432 24192 33554432000 4194304 4196468 140735865083248 140602670996624 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25635] ppid=25630 vsize=28233768 memory=976 CPUtime=0 cores=0-7
/proc/25632/task/25635/stat : 25635 (java) S 25630 25630 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421221798 28911378432 24192 33554432000 4194304 4196468 140735865083248 140602669943824 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25636] ppid=25630 vsize=28233768 memory=772 CPUtime=0 cores=0-7
/proc/25632/task/25636/stat : 25636 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421221798 28911378432 24192 33554432000 4194304 4196468 140735865083248 140602668891024 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0

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

[pid=25632/tid=25659] ppid=25630 vsize=28768328 memory=1425052 CPUtime=2415.9 cores=0-7
/proc/25632/task/25659/stat : 25659 (java) R 25630 25630 24740 0 -1 4202560 15295 0 0 0 241576 14 0 0 20 0 28 0 421221956 29458767872 356263 33554432000 4194304 4196468 140735865083248 140601806598552 140602357030364 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
Current children cumulated CPU time: 19444.3 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1426504 KiB

[startup+2502.3 s]
/proc/loadavg: 8.10 8.25 8.19 9/219 25868
/proc/meminfo: memFree=29187632/32770624 swapFree=66935556/67108860
[pid=25630] ppid=25627 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25630/stat : 25630 (xcsp3-exec) S 25627 25630 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421221797 115843072 363 33554432000 4194304 5098028 140736698535248 140736698533352 139694613791356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8986624 140736698540917 140736698541161 140736698541161 140736698544074 0
/proc/25630/statm: 28282 363 304 221 0 87 0
[pid=25632] ppid=25630 vsize=28768328 memory=1782164 CPUtime=19922.6 cores=0-7
/proc/25632/stat : 25632 (java) S 25630 25630 24740 0 -1 1077944320 708215 0 0 0 1991258 997 0 0 20 0 28 0 421221797 29458767872 445541 33554432000 4194304 4196468 140735865083248 140735865065792 140602718375671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
/proc/25632/statm: 7192082 445541 3555 1 0 7153184 0
[pid=25632/tid=25633] ppid=25630 vsize=28768328 memory=1747016 CPUtime=1.5 cores=0-7
/proc/25632/task/25633/stat : 25633 (java) S 25630 25630 24740 0 -1 1077944384 9637 0 0 0 144 6 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602722616448 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25634] ppid=25630 vsize=28768328 memory=1747016 CPUtime=11.04 cores=0-7
/proc/25632/task/25634/stat : 25634 (java) S 25630 25630 24740 0 -1 1077944384 24253 0 0 0 1044 60 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602670996624 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25635] ppid=25630 vsize=28768328 memory=1782164 CPUtime=11.13 cores=0-7
/proc/25632/task/25635/stat : 25635 (java) S 25630 25630 24740 0 -1 1077944384 28773 0 0 0 1055 58 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602669943824 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25636] ppid=25630 vsize=28768328 memory=1452 CPUtime=11.05 cores=0-7
/proc/25632/task/25636/stat : 25636 (java) S 25630 25630 24740 0 -1 1077944384 24113 0 0 0 1047 58 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602668891024 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25637] ppid=25630 vsize=28768328 memory=4711 CPUtime=11.11 cores=0-7
/proc/25632/task/25637/stat : 25637 (java) S 25630 25630 24740 0 -1 1077944384 21022 0 0 0 1055 56 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602667838224 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25638] ppid=25630 vsize=28768328 memory=1695884 CPUtime=11.06 cores=0-7
/proc/25632/task/25638/stat : 25638 (java) S 25630 25630 24740 0 -1 1077944384 23767 0 0 0 1048 58 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602265950864 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25639] ppid=25630 vsize=28768328 memory=1452 CPUtime=11.06 cores=0-7
/proc/25632/task/25639/stat : 25639 (java) S 25630 25630 24740 0 -1 1077944384 25033 0 0 0 1051 55 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602264898064 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25640] ppid=25630 vsize=28768328 memory=1332 CPUtime=11.1 cores=0-7
/proc/25632/task/25640/stat : 25640 (java) S 25630 25630 24740 0 -1 1077944384 22876 0 0 0 1052 58 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602263845264 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25641] ppid=25630 vsize=28768328 memory=1564 CPUtime=11.12 cores=0-7
/proc/25632/task/25641/stat : 25641 (java) S 25630 25630 24740 0 -1 1077944384 25626 0 0 0 1054 58 0 0 20 0 28 0 421221798 29458767872 445541 33554432000 4194304 4196468 140735865083248 140602262792464 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25642] ppid=25630 vsize=28768328 memory=1108 CPUtime=2.49 cores=0-7
/proc/25632/task/25642/stat : 25642 (java) S 25630 25630 24740 0 -1 1077944384 125466 0 0 0 155 94 0 0 20 0 28 0 421221800 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601834748784 140602718386818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25643] ppid=25630 vsize=28768328 memory=1109 CPUtime=0 cores=0-7
/proc/25632/task/25643/stat : 25643 (java) S 25630 25630 24740 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 421221800 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601833694816 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25644] ppid=25630 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/25632/task/25644/stat : 25644 (java) S 25630 25630 24740 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 421221801 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601832641920 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25645] ppid=25630 vsize=28768328 memory=1695884 CPUtime=0 cores=0-7
/proc/25632/task/25645/stat : 25645 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421221803 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601831590224 140602718394267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25646] ppid=25630 vsize=28768328 memory=1507180 CPUtime=5.38 cores=0-7
/proc/25632/task/25646/stat : 25646 (java) S 25630 25630 24740 0 -1 1077944384 30396 0 0 0 531 7 0 0 20 0 28 0 421221803 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601830537584 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25647] ppid=25630 vsize=28768328 memory=0 CPUtime=4.85 cores=0-7
/proc/25632/task/25647/stat : 25647 (java) S 25630 25630 24740 0 -1 1077944384 30878 0 0 0 481 4 0 0 20 0 28 0 421221803 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601829484784 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25648] ppid=25630 vsize=28768328 memory=1452 CPUtime=4.72 cores=0-7
/proc/25632/task/25648/stat : 25648 (java) S 25630 25630 24740 0 -1 1077944384 34326 0 0 0 466 6 0 0 20 0 28 0 421221803 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601828431984 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25649] ppid=25630 vsize=28768328 memory=1452 CPUtime=1.27 cores=0-7
/proc/25632/task/25649/stat : 25649 (java) S 25630 25630 24740 0 -1 1077944384 18597 0 0 0 122 5 0 0 20 0 28 0 421221803 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601827379184 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25650] ppid=25630 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/25632/task/25650/stat : 25650 (java) S 25630 25630 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421221803 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601826327648 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25651] ppid=25630 vsize=28768328 memory=1452 CPUtime=1.01 cores=0-7
/proc/25632/task/25651/stat : 25651 (java) S 25630 25630 24740 0 -1 1077944384 5391 0 0 0 0 101 0 0 20 0 28 0 421221804 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601825274928 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25652] ppid=25630 vsize=28768328 memory=1747016 CPUtime=2477.64 cores=0-7
/proc/25632/task/25652/stat : 25652 (java) R 25630 25630 24740 0 -1 4202560 19068 0 0 0 247746 18 0 0 20 0 28 0 421221954 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601813966104 140602357030340 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25653] ppid=25630 vsize=28768328 memory=1452 CPUtime=2474.12 cores=0-7
/proc/25632/task/25653/stat : 25653 (java) R 25630 25630 24740 0 -1 4202560 15330 0 0 0 247395 17 0 0 20 0 28 0 421221954 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601812914360 140602356143735 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25654] ppid=25630 vsize=28768328 memory=1695884 CPUtime=2475.74 cores=0-7
/proc/25632/task/25654/stat : 25654 (java) R 25630 25630 24740 0 -1 4202560 89405 0 0 0 247446 128 0 0 20 0 28 0 421221954 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601811861720 140602356998860 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25655] ppid=25630 vsize=28768328 memory=1548 CPUtime=2477.27 cores=0-7
/proc/25632/task/25655/stat : 25655 (java) R 25630 25630 24740 0 -1 4202560 45562 0 0 0 247604 123 0 0 20 0 28 0 421221954 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601810808984 140602361255136 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25656] ppid=25630 vsize=28768328 memory=1056 CPUtime=2479.56 cores=0-7
/proc/25632/task/25656/stat : 25656 (java) R 25630 25630 24740 0 -1 4202560 20256 0 0 0 247927 29 0 0 20 0 28 0 421221954 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601809758768 140602356999365 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25657] ppid=25630 vsize=28768328 memory=744 CPUtime=2480.21 cores=0-7
/proc/25632/task/25657/stat : 25657 (java) R 25630 25630 24740 0 -1 4202560 23976 0 0 0 247983 38 0 0 20 0 28 0 421221954 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601808703320 140602356999385 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25658] ppid=25630 vsize=28768328 memory=8296 CPUtime=2472.32 cores=0-7
/proc/25632/task/25658/stat : 25658 (java) R 25630 25630 24740 0 -1 4202560 27529 0 0 0 247182 50 0 0 20 0 28 0 421221955 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601807651296 140602361254808 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25659] ppid=25630 vsize=28768328 memory=5964 CPUtime=2475.59 cores=0-7
/proc/25632/task/25659/stat : 25659 (java) R 25630 25630 24740 0 -1 4202560 15596 0 0 0 247544 15 0 0 20 0 28 0 421221956 29458767872 445541 33554432000 4194304 4196468 140735865083248 140601806598392 140602356143735 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
Current children cumulated CPU time: 19922.6 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1783616 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.30 8.28 8.21 9/219 25870
/proc/meminfo: memFree=29133088/32770624 swapFree=66935556/67108860
[pid=25630] ppid=25627 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25630/stat : 25630 (xcsp3-exec) S 25627 25630 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421221797 115843072 363 33554432000 4194304 5098028 140736698535248 140736698533352 139694613791356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8986624 140736698540917 140736698541161 140736698541161 140736698544074 0
/proc/25630/statm: 28282 363 304 221 0 87 0
[pid=25632] ppid=25630 vsize=28768328 memory=1835424 CPUtime=20063.8 cores=0-7
/proc/25632/stat : 25632 (java) S 25630 25630 24740 0 -1 1077944320 710362 0 0 0 2005373 1009 0 0 20 0 28 0 421221797 29458767872 458856 33554432000 4194304 4196468 140735865083248 140735865065792 140602718375671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
/proc/25632/statm: 7192082 458856 3555 1 0 7153184 0
[pid=25632/tid=25633] ppid=25630 vsize=28768328 memory=1124 CPUtime=1.5 cores=0-7
/proc/25632/task/25633/stat : 25633 (java) S 25630 25630 24740 0 -1 1077944384 9637 0 0 0 144 6 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602722616448 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25634] ppid=25630 vsize=28768328 memory=-7003737579269690708 CPUtime=11.08 cores=0-7
/proc/25632/task/25634/stat : 25634 (java) S 25630 25630 24740 0 -1 1077944384 24270 0 0 0 1047 61 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602670996624 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25635] ppid=25630 vsize=28768328 memory=3620 CPUtime=11.17 cores=0-7
/proc/25632/task/25635/stat : 25635 (java) S 25630 25630 24740 0 -1 1077944384 28813 0 0 0 1058 59 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602669943824 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25636] ppid=25630 vsize=28768328 memory=25072 CPUtime=11.09 cores=0-7
/proc/25632/task/25636/stat : 25636 (java) S 25630 25630 24740 0 -1 1077944384 24129 0 0 0 1050 59 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602668891024 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25637] ppid=25630 vsize=28768328 memory=812 CPUtime=11.15 cores=0-7
/proc/25632/task/25637/stat : 25637 (java) S 25630 25630 24740 0 -1 1077944384 21044 0 0 0 1058 57 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602667838224 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25638] ppid=25630 vsize=28768328 memory=1772 CPUtime=11.11 cores=0-7
/proc/25632/task/25638/stat : 25638 (java) S 25630 25630 24740 0 -1 1077944384 23783 0 0 0 1052 59 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602265950864 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25639] ppid=25630 vsize=28768328 memory=111632 CPUtime=11.1 cores=0-7
/proc/25632/task/25639/stat : 25639 (java) S 25630 25630 24740 0 -1 1077944384 25049 0 0 0 1054 56 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602264898064 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25640] ppid=25630 vsize=28768328 memory=804 CPUtime=11.14 cores=0-7
/proc/25632/task/25640/stat : 25640 (java) S 25630 25630 24740 0 -1 1077944384 22893 0 0 0 1055 59 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602263845264 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25641] ppid=25630 vsize=28768328 memory=1656 CPUtime=11.16 cores=0-7
/proc/25632/task/25641/stat : 25641 (java) S 25630 25630 24740 0 -1 1077944384 25643 0 0 0 1057 59 0 0 20 0 28 0 421221798 29458767872 458856 33554432000 4194304 4196468 140735865083248 140602262792464 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25642] ppid=25630 vsize=28768328 memory=1804 CPUtime=2.49 cores=0-7
/proc/25632/task/25642/stat : 25642 (java) S 25630 25630 24740 0 -1 1077944384 125517 0 0 0 155 94 0 0 20 0 28 0 421221800 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601834748784 140602718386818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25643] ppid=25630 vsize=28768328 memory=916 CPUtime=0 cores=0-7
/proc/25632/task/25643/stat : 25643 (java) S 25630 25630 24740 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 421221800 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601833694816 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25644] ppid=25630 vsize=28768328 memory=4916 CPUtime=0 cores=0-7
/proc/25632/task/25644/stat : 25644 (java) S 25630 25630 24740 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 421221801 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601832641920 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25645] ppid=25630 vsize=28768328 memory=4096 CPUtime=0 cores=0-7
/proc/25632/task/25645/stat : 25645 (java) S 25630 25630 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421221803 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601831590224 140602718394267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25646] ppid=25630 vsize=28768328 memory=1564 CPUtime=5.38 cores=0-7
/proc/25632/task/25646/stat : 25646 (java) S 25630 25630 24740 0 -1 1077944384 30396 0 0 0 531 7 0 0 20 0 28 0 421221803 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601830537584 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25647] ppid=25630 vsize=28768328 memory=976 CPUtime=4.87 cores=0-7
/proc/25632/task/25647/stat : 25647 (java) S 25630 25630 24740 0 -1 1077944384 31040 0 0 0 483 4 0 0 20 0 28 0 421221803 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601829484784 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25648] ppid=25630 vsize=28768328 memory=772 CPUtime=4.72 cores=0-7
/proc/25632/task/25648/stat : 25648 (java) S 25630 25630 24740 0 -1 1077944384 34326 0 0 0 466 6 0 0 20 0 28 0 421221803 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601828431984 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25649] ppid=25630 vsize=28768328 memory=3932 CPUtime=1.27 cores=0-7
/proc/25632/task/25649/stat : 25649 (java) S 25630 25630 24740 0 -1 1077944384 18979 0 0 0 122 5 0 0 20 0 28 0 421221803 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601827379184 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25650] ppid=25630 vsize=28768328 memory=2832 CPUtime=0 cores=0-7
/proc/25632/task/25650/stat : 25650 (java) S 25630 25630 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421221803 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601826327648 140602718385877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25651] ppid=25630 vsize=28768328 memory=1548 CPUtime=1.02 cores=0-7
/proc/25632/task/25651/stat : 25651 (java) S 25630 25630 24740 0 -1 1077944384 5395 0 0 0 0 102 0 0 20 0 28 0 421221804 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601825274928 140602718386818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25652] ppid=25630 vsize=28768328 memory=1056 CPUtime=2495.29 cores=0-7
/proc/25632/task/25652/stat : 25652 (java) R 25630 25630 24740 0 -1 4202560 19078 0 0 0 249511 18 0 0 20 0 28 0 421221954 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601813965928 140602361048712 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25653] ppid=25630 vsize=28768328 memory=744 CPUtime=2491.76 cores=0-7
/proc/25632/task/25653/stat : 25653 (java) R 25630 25630 24740 0 -1 4202560 15347 0 0 0 249159 17 0 0 20 0 28 0 421221954 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601812914168 140602360442381 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25654] ppid=25630 vsize=28768328 memory=8296 CPUtime=2493.4 cores=0-7
/proc/25632/task/25654/stat : 25654 (java) R 25630 25630 24740 0 -1 4202560 89704 0 0 0 249212 128 0 0 20 0 28 0 421221954 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601811861720 140602360539091 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25655] ppid=25630 vsize=28768328 memory=5964 CPUtime=2494.94 cores=0-7
/proc/25632/task/25655/stat : 25655 (java) R 25630 25630 24740 0 -1 4202560 46152 0 0 0 249370 124 0 0 20 0 28 0 421221954 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601810808528 140602356831261 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25656] ppid=25630 vsize=28768328 memory=1124 CPUtime=2497.23 cores=0-7
/proc/25632/task/25656/stat : 25656 (java) R 25630 25630 24740 0 -1 4202560 20263 0 0 0 249693 30 0 0 20 0 28 0 421221954 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601809755960 140602353903765 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25657] ppid=25630 vsize=28768328 memory=14008 CPUtime=2497.87 cores=0-7
/proc/25632/task/25657/stat : 25657 (java) R 25630 25630 24740 0 -1 4202560 24386 0 0 0 249749 38 0 0 20 0 28 0 421221954 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601808705968 140602703586943 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25658] ppid=25630 vsize=28768328 memory=12024 CPUtime=2489.87 cores=0-7
/proc/25632/task/25658/stat : 25658 (java) R 25630 25630 24740 0 -1 4202560 27563 0 0 0 248936 51 0 0 20 0 28 0 421221955 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601807651544 140602358496624 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
[pid=25632/tid=25659] ppid=25630 vsize=28768328 memory=2124 CPUtime=2493 cores=0-7
/proc/25632/task/25659/stat : 25659 (java) R 25630 25630 24740 0 -1 4202560 15616 0 0 0 249285 15 0 0 20 0 28 0 421221956 29458767872 458856 33554432000 4194304 4196468 140735865083248 140601806598552 140602360442887 0 4 0 16800975 0 0 0 -1 7 0 0 17 0 0 6293624 6294260 37941248 140735865091050 140735865091222 140735865091222 140735865094095 0
Current children cumulated CPU time: 20063.8 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1836876 KiB

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

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

[startup+2520.11 s]
# the end of solver process 25632 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20054.4 s, system=10.1082 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.11
CPU time (s): 20064.5
CPU user time (s): 20054.4
CPU system time (s): 10.1082
CPU usage (%): 796.176
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 2610628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20054.4
system time used= 10.1082
maximum resident set size= 2609180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 711127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128483
involuntary context switches= 236272


# summary of solver processes directly reported to runsolver:
#   pid: 25630,25632
#   total CPU time (s): 20064.5
#   total CPU user time (s): 20054.4
#   total CPU system time (s): 10.1082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.8227 second user time and 29.1891 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-14 10:24:24
IDJOB=4393704
IDBENCH=141708
IDSOLVER=2841
FILE ID=node151/4393704-1568449503
RUNJOBID= node151-1568444466-24767
PBS_JOBID= 21702348
Free space on /tmp= 59308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-092.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-4393704-1568449503/watcher-4393704-1568449503 -o /tmp/evaluation-result-4393704-1568449503/solver-4393704-1568449503 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568444466-24767 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1472663604 HOME/instance-4393704-1568449503.xml

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

MD5SUM BENCH= 04f92250339fffd6ef5beb9873d20792
RANDOM SEED=1472663604

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30957760 kB
MemAvailable:   31850536 kB
Buffers:          197792 kB
Cached:           984792 kB
SwapCached:        70800 kB
Active:           652696 kB
Inactive:         606236 kB
Active(anon):       9820 kB
Inactive(anon):    99444 kB
Active(file):     642876 kB
Inactive(file):   506792 kB
Unevictable:      108360 kB
Mlocked:          108360 kB
SwapTotal:      67108860 kB
SwapFree:       66935528 kB
Dirty:             25824 kB
Writeback:             0 kB
AnonPages:        113520 kB
Mapped:            37768 kB
Shmem:             24756 kB
Slab:             146468 kB
SReclaimable:     117888 kB
SUnreclaim:        28580 kB
KernelStack:        3440 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498948 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:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59284 MiB
End job on node151 at 2019-09-14 11:06:24