Trace number 4297790

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 4.0.7b par (e747e1e)? (TO) 20082.8 2520.11

General information on the benchmark

NameFrb/
frb-56-25-1-mgd_c18.xml
MD5SUM8755358fe24c17b0dd51c4ab818b1437
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 variables56
Number of constraints517
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":56}]
Minimum variable degree12
Maximum variable degree27
Distribution of variable degrees[{"degree":12,"count":2},{"degree":13,"count":3},{"degree":14,"count":3},{"degree":15,"count":5},{"degree":16,"count":3},{"degree":17,"count":7},{"degree":18,"count":6},{"degree":19,"count":5},{"degree":20,"count":6},{"degree":21,"count":6},{"degree":22,"count":2},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":517}]
Number of extensional constraints517
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":517}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297790-1532728621.xml"  -tl '20160s' -p 8
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297790-1532728621.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.94/1.86	c solve instance...
20082.14/2520.07	s UNKNOWN
20082.14/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 (15163 MiB free)
  memory of node 1: 16384 MiB (11727 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297790-1532728621/watcher-4297790-1532728621 -o /tmp/evaluation-result-4297790-1532728621/solver-4297790-1532728621 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1532728621-22743 --watchdog 2580 HOME/xcsp3-exec -seed 1238568280 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297790-1532728621.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=22760, runsolver pid=22757

[startup+0.100137 s]*
/proc/loadavg: 7.48 8.17 8.31 2/200 22781
/proc/meminfo: memFree=27521376/32770624 swapFree=67108496/67108860
[pid=22760] ppid=22757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22760/stat : 22760 (xcsp3-exec) S 22757 22760 22716 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90425289 115843072 364 33554432000 4194304 5098028 140725815932624 140725815930728 139750534517372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20729856 140725815936053 140725815936256 140725815936256 140725815939018 0
/proc/22760/statm: 28282 364 306 221 0 87 0
[pid=22762] ppid=22760 vsize=26104152 memory=27132 CPUtime=0.12 cores=0-7
/proc/22762/stat : 22762 (java) S 22760 22760 22716 0 -1 1077944320 5663 0 0 0 10 2 0 0 20 0 20 0 90425289 26730651648 6783 33554432000 4194304 4196468 140732924907104 140732924889648 139707484028663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
/proc/22762/statm: 6526038 6783 3018 1 0 6488315 0
[pid=22762/tid=22763] ppid=22760 vsize=26104152 memory=8184900280420047773 CPUtime=0.09 cores=0-7
/proc/22762/task/22763/stat : 22763 (java) R 22760 22760 22716 0 -1 4202560 3668 0 0 0 8 1 0 0 20 0 20 0 90425289 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707488261936 139707484040598 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22764] ppid=22760 vsize=26104152 memory=732369838806494181 CPUtime=0 cores=0-7
/proc/22762/task/22764/stat : 22764 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707436649360 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22765] ppid=22760 vsize=26104152 memory=139700469040768 CPUtime=0 cores=0-7
/proc/22762/task/22765/stat : 22765 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707435596560 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22766] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22766/stat : 22766 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707040529552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22767] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22767/stat : 22767 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707039476752 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22768] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22768/stat : 22768 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707038423440 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22769] ppid=22760 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22762/task/22769/stat : 22769 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707037370640 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22770] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22770/stat : 22770 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707036318352 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22771] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22771/stat : 22771 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 6783 33554432000 4194304 4196468 140732924907104 139707035265552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22772] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22772/stat : 22772 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425292 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706812762736 139707484039810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22773] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22773/stat : 22773 (java) S 22760 22760 22716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90425292 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706811708704 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22774] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22774/stat : 22774 (java) S 22760 22760 22716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90425292 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706810656368 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22775] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22775/stat : 22775 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706809604688 139707484047259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22776] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22776/stat : 22776 (java) S 22760 22760 22716 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706808551536 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22777] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22777/stat : 22777 (java) S 22760 22760 22716 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706807498736 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22778] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22778/stat : 22778 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706806446448 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22779] ppid=22760 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22762/task/22779/stat : 22779 (java) R 22760 22760 22716 0 -1 4202560 274 0 0 0 1 0 0 0 20 0 20 0 90425295 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706805393648 139707468109150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22780] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22780/stat : 22780 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706804341600 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22781] ppid=22760 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22762/task/22781/stat : 22781 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 6783 33554432000 4194304 4196468 140732924907104 139706803288880 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28588 KiB

[startup+0.210227 s]*
/proc/loadavg: 7.48 8.17 8.31 3/200 22781
/proc/meminfo: memFree=27509156/32770624 swapFree=67108496/67108860
[pid=22760] ppid=22757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22760/stat : 22760 (xcsp3-exec) S 22757 22760 22716 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90425289 115843072 364 33554432000 4194304 5098028 140725815932624 140725815930728 139750534517372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20729856 140725815936053 140725815936256 140725815936256 140725815939018 0
/proc/22760/statm: 28282 364 306 221 0 87 0
[pid=22762] ppid=22760 vsize=26104152 memory=39208 CPUtime=0.33 cores=0-7
/proc/22762/stat : 22762 (java) S 22760 22760 22716 0 -1 1077944320 8478 0 0 0 30 3 0 0 20 0 20 0 90425289 26730651648 9802 33554432000 4194304 4196468 140732924907104 140732924889648 139707484028663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
/proc/22762/statm: 6526038 9802 3121 1 0 6488315 0
[pid=22762/tid=22763] ppid=22760 vsize=26104152 memory=0 CPUtime=0.2 cores=0-7
/proc/22762/task/22763/stat : 22763 (java) R 22760 22760 22716 0 -1 4202560 5563 0 0 0 18 2 0 0 20 0 20 0 90425289 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707488267664 139707468109150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22764] ppid=22760 vsize=26104152 memory=279400789903096 CPUtime=0 cores=0-7
/proc/22762/task/22764/stat : 22764 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707436649360 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22765] ppid=22760 vsize=26104152 memory=139700469040768 CPUtime=0 cores=0-7
/proc/22762/task/22765/stat : 22765 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707435596560 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22766] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22766/stat : 22766 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707040529552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22767] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22767/stat : 22767 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707039476752 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22768] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22768/stat : 22768 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707038423440 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22769] ppid=22760 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22762/task/22769/stat : 22769 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707037370640 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22770] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22770/stat : 22770 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707036318352 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22771] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22771/stat : 22771 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90425290 26730651648 9802 33554432000 4194304 4196468 140732924907104 139707035265552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22772] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22772/stat : 22772 (java) R 22760 22760 22716 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90425292 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706812762736 139707484039810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22773] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22773/stat : 22773 (java) S 22760 22760 22716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90425292 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706811708704 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22774] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22774/stat : 22774 (java) S 22760 22760 22716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90425292 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706810656368 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22775] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22775/stat : 22775 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706809604688 139707484047259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22776] ppid=22760 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/22762/task/22776/stat : 22776 (java) S 22760 22760 22716 0 -1 1077944384 653 0 0 0 2 0 0 0 20 0 20 0 90425295 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706808551536 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22777] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22777/stat : 22777 (java) S 22760 22760 22716 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706807498736 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22778] ppid=22760 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22762/task/22778/stat : 22778 (java) S 22760 22760 22716 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 90425295 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706806446448 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22779] ppid=22760 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/22762/task/22779/stat : 22779 (java) S 22760 22760 22716 0 -1 1077944384 782 0 0 0 7 0 0 0 20 0 20 0 90425295 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706805393648 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22780] ppid=22760 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22780/stat : 22780 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706804341600 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22781] ppid=22760 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22762/task/22781/stat : 22781 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425295 26730651648 9802 33554432000 4194304 4196468 140732924907104 139706803288880 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40664 KiB

[startup+0.309643 s]*
/proc/loadavg: 7.48 8.17 8.31 5/200 22781
/proc/meminfo: memFree=27502720/32770624 swapFree=67108496/67108860
[pid=22760] ppid=22757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22760/stat : 22760 (xcsp3-exec) S 22757 22760 22716 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90425289 115843072 364 33554432000 4194304 5098028 140725815932624 140725815930728 139750534517372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20729856 140725815936053 140725815936256 140725815936256 140725815939018 0
/proc/22760/statm: 28282 364 306 221 0 87 0
[pid=22762] ppid=22760 vsize=26108408 memory=46248 CPUtime=0.52 cores=0-7
/proc/22762/stat : 22762 (java) S 22760 22760 22716 0 -1 1077944320 9360 0 0 0 48 4 0 0 20 0 20 0 90425289 26735009792 11562 33554432000 4194304 4196468 140732924907104 140732924889648 139707484028663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
/proc/22762/statm: 6527102 11562 3264 1 0 6488315 0
[pid=22762/tid=22763] ppid=22760 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22762/task/22763/stat : 22763 (java) R 22760 22760 22716 0 -1 4202560 6224 0 0 0 27 2 0 0 20 0 20 0 90425289 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707488266760 139707468109150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22764] ppid=22760 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22764/stat : 22764 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707436649360 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22765] ppid=22760 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22765/stat : 22765 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707435596560 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22766] ppid=22760 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22766/stat : 22766 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707040529552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22767] ppid=22760 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22767/stat : 22767 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707039476752 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22768] ppid=22760 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/22762/task/22768/stat : 22768 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707038423440 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22769] ppid=22760 vsize=26108408 memory=139700320957359 CPUtime=0 cores=0-7
/proc/22762/task/22769/stat : 22769 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707037370640 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22770] ppid=22760 vsize=26108408 memory=139700320959664 CPUtime=0 cores=0-7
/proc/22762/task/22770/stat : 22770 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707036318352 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22771] ppid=22760 vsize=26108408 memory=139700320961968 CPUtime=0 cores=0-7
/proc/22762/task/22771/stat : 22771 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90425290 26735009792 11562 33554432000 4194304 4196468 140732924907104 139707035265552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22772] ppid=22760 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22772/stat : 22772 (java) S 22760 22760 22716 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90425292 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706812762736 139707484039810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22773] ppid=22760 vsize=26108408 memory=279400641930896 CPUtime=0 cores=0-7
/proc/22762/task/22773/stat : 22773 (java) S 22760 22760 22716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90425292 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706811708704 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22774] ppid=22760 vsize=26108408 memory=279400641937808 CPUtime=0 cores=0-7
/proc/22762/task/22774/stat : 22774 (java) S 22760 22760 22716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90425292 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706810656368 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22775] ppid=22760 vsize=26108408 memory=279400641879088 CPUtime=0 cores=0-7
/proc/22762/task/22775/stat : 22775 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425295 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706809604688 139707484047259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22776] ppid=22760 vsize=26108408 memory=279400641951632 CPUtime=0.03 cores=0-7
/proc/22762/task/22776/stat : 22776 (java) S 22760 22760 22716 0 -1 1077944384 664 0 0 0 3 0 0 0 20 0 20 0 90425295 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706808551536 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22777] ppid=22760 vsize=26108408 memory=279400641958544 CPUtime=0.02 cores=0-7
/proc/22762/task/22777/stat : 22777 (java) R 22760 22760 22716 0 -1 4202560 249 0 0 0 2 0 0 0 20 0 20 0 90425295 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706807488848 139707469154042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22778] ppid=22760 vsize=26108408 memory=279400641956240 CPUtime=0.02 cores=0-7
/proc/22762/task/22778/stat : 22778 (java) S 22760 22760 22716 0 -1 1077944384 57 0 0 0 2 0 0 0 20 0 20 0 90425295 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706806446448 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22779] ppid=22760 vsize=26108408 memory=279400641972400 CPUtime=0.12 cores=0-7
/proc/22762/task/22779/stat : 22779 (java) S 22760 22760 22716 0 -1 1077944384 853 0 0 0 12 0 0 0 20 0 20 0 90425295 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706805393648 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22780] ppid=22760 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22780/stat : 22780 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90425295 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706804341600 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22781] ppid=22760 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/22762/task/22781/stat : 22781 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425295 26735009792 11562 33554432000 4194304 4196468 140732924907104 139706803288880 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47704 KiB

[startup+0.700932 s]
/proc/loadavg: 7.48 8.17 8.31 6/200 22781
/proc/meminfo: memFree=27470648/32770624 swapFree=67108496/67108860
[pid=22760] ppid=22757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22760/stat : 22760 (xcsp3-exec) S 22757 22760 22716 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90425289 115843072 364 33554432000 4194304 5098028 140725815932624 140725815930728 139750534517372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20729856 140725815936053 140725815936256 140725815936256 140725815939018 0
/proc/22760/statm: 28282 364 306 221 0 87 0
[pid=22762] ppid=22760 vsize=26110532 memory=168420 CPUtime=2 cores=0-7
/proc/22762/stat : 22762 (java) S 22760 22760 22716 0 -1 1077944320 13740 0 0 0 192 8 0 0 20 0 20 0 90425289 26737184768 42105 33554432000 4194304 4196468 140732924907104 140732924889648 139707484028663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
/proc/22762/statm: 6527633 42105 3347 1 0 6488827 0
[pid=22762/tid=22763] ppid=22760 vsize=26110532 memory=279400642267264 CPUtime=0.67 cores=0-7
/proc/22762/task/22763/stat : 22763 (java) R 22760 22760 22716 0 -1 4202560 6813 0 0 0 62 5 0 0 20 0 20 0 90425289 26737184768 42105 33554432000 4194304 4196468 140732924907104 139707488255008 139707476706677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22764] ppid=22760 vsize=26110532 memory=5016521802889 CPUtime=0 cores=0-7
/proc/22762/task/22764/stat : 22764 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26737184768 42105 33554432000 4194304 4196468 140732924907104 139707436649360 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22765] ppid=22760 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22765/stat : 22765 (java) S 22760 22760 22716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90425290 26737184768 42105 33554432000 4194304 4196468 140732924907104 139707435596560 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22766] ppid=22760 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/22762/task/22766/stat : 22766 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90425290 26737184768 42105 33554432000 4194304 4196468 140732924907104 139707040529552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0

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

[pid=22762/tid=22789] ppid=22760 vsize=26643044 memory=4108 CPUtime=2434.2 cores=0-7
/proc/22762/task/22789/stat : 22789 (java) R 22760 22760 22716 0 -1 4202560 5637 0 0 0 243416 4 0 0 20 0 28 0 90425477 27282477056 918588 33554432000 4194304 4196468 140732924907104 139706787135424 139707123014832 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
Current children cumulated CPU time: 19463.9 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 3675808 KiB

[startup+2502.3 s]
/proc/loadavg: 8.57 8.30 8.28 9/206 22873
/proc/meminfo: memFree=23869856/32770624 swapFree=67108496/67108860
[pid=22760] ppid=22757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22760/stat : 22760 (xcsp3-exec) S 22757 22760 22716 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90425289 115843072 364 33554432000 4194304 5098028 140725815932624 140725815930728 139750534517372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20729856 140725815936053 140725815936256 140725815936256 140725815939018 0
/proc/22760/statm: 28282 364 306 221 0 87 0
[pid=22762] ppid=22760 vsize=26643044 memory=3671956 CPUtime=19941.5 cores=0-7
/proc/22762/stat : 22762 (java) S 22760 22760 22716 0 -1 1077944320 443075 0 0 0 1993499 655 0 0 20 0 28 0 90425289 27282477056 917989 33554432000 4194304 4196468 140732924907104 140732924889648 139707484028663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
/proc/22762/statm: 6660761 917989 3451 1 0 6621955 0
[pid=22762/tid=22763] ppid=22760 vsize=26643044 memory=3671960 CPUtime=1.72 cores=0-7
/proc/22762/task/22763/stat : 22763 (java) S 22760 22760 22716 0 -1 1077944384 7196 0 0 0 165 7 0 0 20 0 28 0 90425289 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707488269440 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22764] ppid=22760 vsize=26643044 memory=3671960 CPUtime=2.57 cores=0-7
/proc/22762/task/22764/stat : 22764 (java) S 22760 22760 22716 0 -1 1077944384 21250 0 0 0 232 25 0 0 20 0 28 0 90425290 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707436649360 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22765] ppid=22760 vsize=26643044 memory=1456 CPUtime=2.56 cores=0-7
/proc/22762/task/22765/stat : 22765 (java) S 22760 22760 22716 0 -1 1077944384 18724 0 0 0 232 24 0 0 20 0 28 0 90425290 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707435596560 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22766] ppid=22760 vsize=26643044 memory=3672472 CPUtime=2.53 cores=0-7
/proc/22762/task/22766/stat : 22766 (java) S 22760 22760 22716 0 -1 1077944384 21560 0 0 0 230 23 0 0 20 0 28 0 90425290 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707040529552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22767] ppid=22760 vsize=26643044 memory=1456 CPUtime=2.53 cores=0-7
/proc/22762/task/22767/stat : 22767 (java) S 22760 22760 22716 0 -1 1077944384 18902 0 0 0 229 24 0 0 20 0 28 0 90425290 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707039476752 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22768] ppid=22760 vsize=26643044 memory=3672480 CPUtime=2.56 cores=0-7
/proc/22762/task/22768/stat : 22768 (java) S 22760 22760 22716 0 -1 1077944384 19790 0 0 0 231 25 0 0 20 0 28 0 90425290 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707038423440 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22769] ppid=22760 vsize=26643044 memory=808 CPUtime=2.55 cores=0-7
/proc/22762/task/22769/stat : 22769 (java) S 22760 22760 22716 0 -1 1077944384 19310 0 0 0 232 23 0 0 20 0 28 0 90425290 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707037370640 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22770] ppid=22760 vsize=26643044 memory=1796 CPUtime=2.56 cores=0-7
/proc/22762/task/22770/stat : 22770 (java) S 22760 22760 22716 0 -1 1077944384 20672 0 0 0 232 24 0 0 20 0 28 0 90425290 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707036318352 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22771] ppid=22760 vsize=26643044 memory=1456 CPUtime=2.53 cores=0-7
/proc/22762/task/22771/stat : 22771 (java) S 22760 22760 22716 0 -1 1077944384 18888 0 0 0 228 25 0 0 20 0 28 0 90425290 27282477056 917989 33554432000 4194304 4196468 140732924907104 139707035265552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22772] ppid=22760 vsize=26643044 memory=1456 CPUtime=0.89 cores=0-7
/proc/22762/task/22772/stat : 22772 (java) S 22760 22760 22716 0 -1 1077944384 63977 0 0 0 67 22 0 0 20 0 28 0 90425292 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706812762736 139707484039810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22773] ppid=22760 vsize=26643044 memory=1456 CPUtime=0 cores=0-7
/proc/22762/task/22773/stat : 22773 (java) S 22760 22760 22716 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 90425292 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706811708768 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22774] ppid=22760 vsize=26643044 memory=3671860 CPUtime=0 cores=0-7
/proc/22762/task/22774/stat : 22774 (java) S 22760 22760 22716 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 90425292 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706810656384 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22775] ppid=22760 vsize=26643044 memory=195721659724288 CPUtime=0 cores=0-7
/proc/22762/task/22775/stat : 22775 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90425295 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706809604688 139707484047259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22776] ppid=22760 vsize=26643044 memory=6082202987142016087 CPUtime=1.47 cores=0-7
/proc/22762/task/22776/stat : 22776 (java) S 22760 22760 22716 0 -1 1077944384 7740 0 0 0 145 2 0 0 20 0 28 0 90425295 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706808551536 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22777] ppid=22760 vsize=26643044 memory=0 CPUtime=1.44 cores=0-7
/proc/22762/task/22777/stat : 22777 (java) S 22760 22760 22716 0 -1 1077944384 6732 0 0 0 142 2 0 0 20 0 28 0 90425295 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706807498736 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22778] ppid=22760 vsize=26643044 memory=7881696724453321575 CPUtime=1.73 cores=0-7
/proc/22762/task/22778/stat : 22778 (java) S 22760 22760 22716 0 -1 1077944384 9124 0 0 0 171 2 0 0 20 0 28 0 90425295 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706806446448 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22779] ppid=22760 vsize=26643044 memory=1456 CPUtime=0.72 cores=0-7
/proc/22762/task/22779/stat : 22779 (java) S 22760 22760 22716 0 -1 1077944384 6416 0 0 0 71 1 0 0 20 0 28 0 90425295 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706805393648 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22780] ppid=22760 vsize=26643044 memory=3872 CPUtime=0 cores=0-7
/proc/22762/task/22780/stat : 22780 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90425295 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706804341600 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22781] ppid=22760 vsize=26643044 memory=26112 CPUtime=0.59 cores=0-7
/proc/22762/task/22781/stat : 22781 (java) S 22760 22760 22716 0 -1 1077944384 4298 0 0 0 22 37 0 0 20 0 28 0 90425295 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706803288880 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22782] ppid=22760 vsize=26643044 memory=1224 CPUtime=2481.89 cores=0-7
/proc/22762/task/22782/stat : 22782 (java) R 22760 22760 22716 0 -1 4202560 6806 0 0 0 248178 11 0 0 20 0 28 0 90425476 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706794503624 139707123586656 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22783] ppid=22760 vsize=26643044 memory=1456 CPUtime=2485.36 cores=0-7
/proc/22762/task/22783/stat : 22783 (java) R 22760 22760 22716 0 -1 4202560 6700 0 0 0 248529 7 0 0 20 0 28 0 90425476 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706793451808 139707123052463 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22784] ppid=22760 vsize=26643044 memory=3671924 CPUtime=2494.7 cores=0-7
/proc/22762/task/22784/stat : 22784 (java) R 22760 22760 22716 0 -1 4202560 31555 0 0 0 249374 96 0 0 20 0 28 0 90425476 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706792398512 139707123014667 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22785] ppid=22760 vsize=26643044 memory=1456 CPUtime=2491.62 cores=0-7
/proc/22762/task/22785/stat : 22785 (java) R 22760 22760 22716 0 -1 4202560 32122 0 0 0 249109 53 0 0 20 0 28 0 90425476 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706791345832 139707123112451 0 4 0 16800975 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22786] ppid=22760 vsize=26643044 memory=1456 CPUtime=2485.58 cores=0-7
/proc/22762/task/22786/stat : 22786 (java) R 22760 22760 22716 0 -1 4202560 14321 0 0 0 248538 20 0 0 20 0 28 0 90425476 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706790293408 139707123014589 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22787] ppid=22760 vsize=26643044 memory=3673500 CPUtime=2486.76 cores=0-7
/proc/22762/task/22787/stat : 22787 (java) R 22760 22760 22716 0 -1 4202560 73074 0 0 0 248452 224 0 0 20 0 28 0 90425476 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706789243776 139707122881230 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22788] ppid=22760 vsize=26643044 memory=26112 CPUtime=2492.54 cores=0-7
/proc/22762/task/22788/stat : 22788 (java) R 22760 22760 22716 0 -1 4202560 6622 0 0 0 249248 6 0 0 20 0 28 0 90425477 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706788188432 139707123052547 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22789] ppid=22760 vsize=26643044 memory=3872 CPUtime=2493.9 cores=0-7
/proc/22762/task/22789/stat : 22789 (java) R 22760 22760 22716 0 -1 4202560 5960 0 0 0 249386 4 0 0 20 0 28 0 90425477 27282477056 917989 33554432000 4194304 4196468 140732924907104 139706787135536 139707122312873 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
Current children cumulated CPU time: 19941.5 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 3673412 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.77 8.36 8.31 9/207 22874
/proc/meminfo: memFree=23869904/32770624 swapFree=67108496/67108860
[pid=22760] ppid=22757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22760/stat : 22760 (xcsp3-exec) S 22757 22760 22716 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90425289 115843072 364 33554432000 4194304 5098028 140725815932624 140725815930728 139750534517372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20729856 140725815936053 140725815936256 140725815936256 140725815939018 0
/proc/22760/statm: 28282 364 306 221 0 87 0
[pid=22762] ppid=22760 vsize=26643044 memory=3672196 CPUtime=20082.1 cores=0-7
/proc/22762/stat : 22762 (java) S 22760 22760 22716 0 -1 1077944320 444995 0 0 0 2007556 658 0 0 20 0 28 0 90425289 27282477056 918049 33554432000 4194304 4196468 140732924907104 140732924889648 139707484028663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
/proc/22762/statm: 6660761 918049 3451 1 0 6621955 0
[pid=22762/tid=22763] ppid=22760 vsize=26643044 memory=1398720917958146503 CPUtime=1.72 cores=0-7
/proc/22762/task/22763/stat : 22763 (java) S 22760 22760 22716 0 -1 1077944384 7196 0 0 0 165 7 0 0 20 0 28 0 90425289 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707488269440 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22764] ppid=22760 vsize=26643044 memory=-7003737579269690708 CPUtime=2.59 cores=0-7
/proc/22762/task/22764/stat : 22764 (java) S 22760 22760 22716 0 -1 1077944384 21363 0 0 0 234 25 0 0 20 0 28 0 90425290 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707436649360 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22765] ppid=22760 vsize=26643044 memory=1180 CPUtime=2.58 cores=0-7
/proc/22762/task/22765/stat : 22765 (java) S 22760 22760 22716 0 -1 1077944384 18775 0 0 0 234 24 0 0 20 0 28 0 90425290 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707435596560 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22766] ppid=22760 vsize=26643044 memory=504 CPUtime=2.55 cores=0-7
/proc/22762/task/22766/stat : 22766 (java) S 22760 22760 22716 0 -1 1077944384 21638 0 0 0 232 23 0 0 20 0 28 0 90425290 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707040529552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22767] ppid=22760 vsize=26643044 memory=1720 CPUtime=2.55 cores=0-7
/proc/22762/task/22767/stat : 22767 (java) S 22760 22760 22716 0 -1 1077944384 18941 0 0 0 231 24 0 0 20 0 28 0 90425290 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707039476752 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22768] ppid=22760 vsize=26643044 memory=6791534058613427641 CPUtime=2.58 cores=0-7
/proc/22762/task/22768/stat : 22768 (java) S 22760 22760 22716 0 -1 1077944384 19940 0 0 0 233 25 0 0 20 0 28 0 90425290 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707038423440 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22769] ppid=22760 vsize=26643044 memory=6791534058613427641 CPUtime=2.56 cores=0-7
/proc/22762/task/22769/stat : 22769 (java) S 22760 22760 22716 0 -1 1077944384 19605 0 0 0 233 23 0 0 20 0 28 0 90425290 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707037370640 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22770] ppid=22760 vsize=26643044 memory=14256 CPUtime=2.59 cores=0-7
/proc/22762/task/22770/stat : 22770 (java) S 22760 22760 22716 0 -1 1077944384 20735 0 0 0 234 25 0 0 20 0 28 0 90425290 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707036318352 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22771] ppid=22760 vsize=26643044 memory=15556 CPUtime=2.55 cores=0-7
/proc/22762/task/22771/stat : 22771 (java) S 22760 22760 22716 0 -1 1077944384 18917 0 0 0 230 25 0 0 20 0 28 0 90425290 27282477056 918049 33554432000 4194304 4196468 140732924907104 139707035265552 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22772] ppid=22760 vsize=26643044 memory=1180 CPUtime=0.92 cores=0-7
/proc/22762/task/22772/stat : 22772 (java) S 22760 22760 22716 0 -1 1077944384 64256 0 0 0 69 23 0 0 20 0 28 0 90425292 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706812762736 139707484039810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22773] ppid=22760 vsize=26643044 memory=504 CPUtime=0 cores=0-7
/proc/22762/task/22773/stat : 22773 (java) S 22760 22760 22716 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 90425292 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706811708768 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22774] ppid=22760 vsize=26643044 memory=1720 CPUtime=0 cores=0-7
/proc/22762/task/22774/stat : 22774 (java) S 22760 22760 22716 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 90425292 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706810656384 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22775] ppid=22760 vsize=26643044 memory=928 CPUtime=0 cores=0-7
/proc/22762/task/22775/stat : 22775 (java) S 22760 22760 22716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90425295 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706809604688 139707484047259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22776] ppid=22760 vsize=26643044 memory=2296 CPUtime=1.47 cores=0-7
/proc/22762/task/22776/stat : 22776 (java) S 22760 22760 22716 0 -1 1077944384 7742 0 0 0 145 2 0 0 20 0 28 0 90425295 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706808551536 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22777] ppid=22760 vsize=26643044 memory=1456 CPUtime=1.44 cores=0-7
/proc/22762/task/22777/stat : 22777 (java) S 22760 22760 22716 0 -1 1077944384 6735 0 0 0 142 2 0 0 20 0 28 0 90425295 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706807498736 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22778] ppid=22760 vsize=26643044 memory=3672712 CPUtime=1.73 cores=0-7
/proc/22762/task/22778/stat : 22778 (java) S 22760 22760 22716 0 -1 1077944384 9126 0 0 0 171 2 0 0 20 0 28 0 90425295 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706806446448 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22779] ppid=22760 vsize=26643044 memory=1456 CPUtime=0.72 cores=0-7
/proc/22762/task/22779/stat : 22779 (java) S 22760 22760 22716 0 -1 1077944384 6418 0 0 0 71 1 0 0 20 0 28 0 90425295 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706805393648 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22780] ppid=22760 vsize=26643044 memory=3672712 CPUtime=0 cores=0-7
/proc/22762/task/22780/stat : 22780 (java) S 22760 22760 22716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90425295 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706804341600 139707484038869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22781] ppid=22760 vsize=26643044 memory=2260 CPUtime=0.59 cores=0-7
/proc/22762/task/22781/stat : 22781 (java) S 22760 22760 22716 0 -1 1077944384 4318 0 0 0 22 37 0 0 20 0 28 0 90425295 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706803288880 139707484039810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22782] ppid=22760 vsize=26643044 memory=1788 CPUtime=2499.47 cores=0-7
/proc/22762/task/22782/stat : 22782 (java) R 22760 22760 22716 0 -1 4202560 6839 0 0 0 249936 11 0 0 20 0 28 0 90425476 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706794503488 139707123015069 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22783] ppid=22760 vsize=26643044 memory=860 CPUtime=2502.86 cores=0-7
/proc/22762/task/22783/stat : 22783 (java) R 22760 22760 22716 0 -1 4202560 6773 0 0 0 250278 8 0 0 20 0 28 0 90425476 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706793451960 139707123053050 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22784] ppid=22760 vsize=26643044 memory=928 CPUtime=2512.26 cores=0-7
/proc/22762/task/22784/stat : 22784 (java) R 22760 22760 22716 0 -1 4202560 31663 0 0 0 251130 96 0 0 20 0 28 0 90425476 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706792398384 139707122312766 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22785] ppid=22760 vsize=26643044 memory=2296 CPUtime=2509.15 cores=0-7
/proc/22762/task/22785/stat : 22785 (java) R 22760 22760 22716 0 -1 4202560 32211 0 0 0 250862 53 0 0 20 0 28 0 90425476 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706791345832 139707123014912 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22786] ppid=22760 vsize=26643044 memory=932 CPUtime=2503.2 cores=0-7
/proc/22762/task/22786/stat : 22786 (java) R 22760 22760 22716 0 -1 4202560 14372 0 0 0 250300 20 0 0 20 0 28 0 90425476 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706790293560 139707123112887 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22787] ppid=22760 vsize=26643044 memory=1564 CPUtime=2504.27 cores=0-7
/proc/22762/task/22787/stat : 22787 (java) R 22760 22760 22716 0 -1 4202560 73462 0 0 0 250203 224 0 0 20 0 28 0 90425476 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706789243776 139707123014152 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22788] ppid=22760 vsize=26643044 memory=2212 CPUtime=2510.12 cores=0-7
/proc/22762/task/22788/stat : 22788 (java) R 22760 22760 22716 0 -1 4202560 6644 0 0 0 251006 6 0 0 20 0 28 0 90425477 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706788188472 139707122312730 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
[pid=22762/tid=22789] ppid=22760 vsize=26643044 memory=3988 CPUtime=2511.43 cores=0-7
/proc/22762/task/22789/stat : 22789 (java) R 22760 22760 22716 0 -1 4202560 5990 0 0 0 251139 4 0 0 20 0 28 0 90425477 27282477056 918049 33554432000 4194304 4196468 140732924907104 139706787135672 139707122312756 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 21352448 140732924908673 140732924908845 140732924908845 140732924911567 0
Current children cumulated CPU time: 20082.1 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 3673652 KiB

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

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

[startup+2520.11 s]
# the end of solver process 22762 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20076.2 s, system=6.60841 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): 20082.8
CPU user time (s): 20076.2
CPU system time (s): 6.60841
CPU usage (%): 796.901
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 5169892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20076.2
system time used= 6.60841
maximum resident set size= 5169640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 446114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106513
involuntary context switches= 206780


# summary of solver processes directly reported to runsolver:
#   pid: 22760,22762
#   total CPU time (s): 20082.8
#   total CPU user time (s): 20076.2
#   total CPU system time (s): 6.60841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.486 second user time and 22.6357 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-27 23:57:01
IDJOB=4297790
IDBENCH=141586
IDSOLVER=2760
FILE ID=node149/4297790-1532728621
RUNJOBID= node149-1532728621-22743
PBS_JOBID= 21022348
Free space on /tmp= 43256 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Frb/frb-56-25-1-mgd_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297790-1532728621/watcher-4297790-1532728621 -o /tmp/evaluation-result-4297790-1532728621/solver-4297790-1532728621 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1532728621-22743 --watchdog 2580  HOME/xcsp3-exec -seed 1238568280 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297790-1532728621.xml

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

MD5SUM BENCH= 8755358fe24c17b0dd51c4ab818b1437
RANDOM SEED=1238568280

node149.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.60
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.60
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.60
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.60
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:        27536588 kB
MemAvailable:   31926908 kB
Buffers:          105316 kB
Cached:          4503896 kB
SwapCached:           60 kB
Active:          1544736 kB
Inactive:        3118364 kB
Active(anon):       3312 kB
Inactive(anon):    78020 kB
Active(file):    1541424 kB
Inactive(file):  3040344 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             21984 kB
Writeback:             0 kB
AnonPages:         61588 kB
Mapped:            34024 kB
Shmem:             25040 kB
Slab:             264500 kB
SReclaimable:     237012 kB
SUnreclaim:        27488 kB
KernelStack:        3248 kB
PageTables:         4896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43236 MiB
End job on node149 at 2018-07-28 00:39:01