Trace number 4403564

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? (TO) 2520.65 633.476

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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403564-1568993829.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403564-1568993829.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.09/1.18	c solve instance...
2520.37/633.45	s UNKNOWN
2520.37/633.45	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 (1623 MiB free)
  memory of node 1: 16384 MiB (3420 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403564-1568993829/watcher-4403564-1568993829 -o /var/tmp/evaluation-result-4403564-1568993829/solver-4403564-1568993829 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568988085-26763 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 55732779 HOME/instance-4403564-1568993829.xml 

running on 4 cores: 1,3,5,7

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

solver pid=28168, runsolver pid=28165

[startup+0.10106 s]*
/proc/loadavg: 5.79 7.54 7.36 3/233 28184
/proc/meminfo: memFree=5146496/32770624 swapFree=66955312/67108860
[pid=28168] ppid=28165 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28168/stat : 28168 (xcsp3-exec) S 28165 28168 26731 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475640930 115843072 364 33554432000 4194304 5098028 140735056468016 140735056466120 139858395427452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12828672 140735056470872 140735056471129 140735056471129 140735056474054 0
/proc/28168/statm: 28282 364 305 221 0 87 0
[pid=28170] ppid=28168 vsize=15144776 memory=30184 CPUtime=0.13 cores=1,3,5,7
/proc/28170/stat : 28170 (java) S 28168 28168 26731 0 -1 1077944320 5973 0 0 0 12 1 0 0 20 0 15 0 475640931 15508250624 7546 33554432000 4194304 4196468 140728142840864 140728142823408 139897962262263 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
/proc/28170/statm: 3786194 7546 3155 1 0 3748377 0
[pid=28170/tid=28171] ppid=28168 vsize=15144776 memory=-2698085374278620574 CPUtime=0.09 cores=1,3,5,7
/proc/28170/task/28171/stat : 28171 (java) R 28168 28168 26731 0 -1 4202560 3845 0 0 0 8 1 0 0 20 0 15 0 475640931 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897966492088 139897962274198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28172] ppid=28168 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28172/stat : 28172 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897554201488 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28173] ppid=28168 vsize=15144776 memory=140406130869888 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28173/stat : 28173 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897553148688 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28174] ppid=28168 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28174/stat : 28174 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897552096400 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28175] ppid=28168 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28175/stat : 28175 (java) S 28168 28168 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475640932 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897551043600 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28176] ppid=28168 vsize=15144776 memory=140406130869888 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28176/stat : 28176 (java) S 28168 28168 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475640933 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897498065008 139897962273410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28177] ppid=28168 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28177/stat : 28177 (java) S 28168 28168 26731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475640934 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897497010976 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28178] ppid=28168 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28178/stat : 28178 (java) S 28168 28168 26731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475640934 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897495958640 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28179] ppid=28168 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28179/stat : 28179 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475640936 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897494906960 139897962280859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28180] ppid=28168 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28180/stat : 28180 (java) S 28168 28168 26731 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 475640936 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897493854832 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28181] ppid=28168 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28181/stat : 28181 (java) S 28168 28168 26731 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 475640936 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897492802032 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28182] ppid=28168 vsize=15144776 memory=140406130869888 CPUtime=0.02 cores=1,3,5,7
/proc/28170/task/28182/stat : 28182 (java) S 28168 28168 26731 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 475640936 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897491749744 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28183] ppid=28168 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28183/stat : 28183 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475640936 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897490697184 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28184] ppid=28168 vsize=15144776 memory=140406130869888 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28184/stat : 28184 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640937 15508250624 7546 33554432000 4194304 4196468 140728142840864 139897489643952 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31640 KiB

[startup+0.210788 s]*
/proc/loadavg: 5.79 7.54 7.36 4/233 28184
/proc/meminfo: memFree=5132420/32770624 swapFree=66955312/67108860
[pid=28168] ppid=28165 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28168/stat : 28168 (xcsp3-exec) S 28165 28168 26731 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475640930 115843072 364 33554432000 4194304 5098028 140735056468016 140735056466120 139858395427452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12828672 140735056470872 140735056471129 140735056471129 140735056474054 0
/proc/28168/statm: 28282 364 305 221 0 87 0
[pid=28170] ppid=28168 vsize=15144776 memory=42176 CPUtime=0.35 cores=1,3,5,7
/proc/28170/stat : 28170 (java) S 28168 28168 26731 0 -1 1077944320 9245 0 0 0 32 3 0 0 20 0 15 0 475640931 15508250624 10544 33554432000 4194304 4196468 140728142840864 140728142823408 139897962262263 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
/proc/28170/statm: 3786194 10544 3298 1 0 3748377 0
[pid=28170/tid=28171] ppid=28168 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28170/task/28171/stat : 28171 (java) R 28168 28168 26731 0 -1 4202560 6395 0 0 0 18 2 0 0 20 0 15 0 475640931 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897966499728 139897946342750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28172] ppid=28168 vsize=15144776 memory=1899191 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28172/stat : 28172 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897554201488 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28173] ppid=28168 vsize=15144776 memory=140406134225451 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28173/stat : 28173 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897553148688 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28174] ppid=28168 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28174/stat : 28174 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897552096400 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28175] ppid=28168 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28175/stat : 28175 (java) S 28168 28168 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475640932 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897551043600 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28176] ppid=28168 vsize=15144776 memory=140406130869888 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28176/stat : 28176 (java) S 28168 28168 26731 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475640933 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897498065008 139897962273410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28177] ppid=28168 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28177/stat : 28177 (java) S 28168 28168 26731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475640934 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897497010976 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28178] ppid=28168 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28178/stat : 28178 (java) S 28168 28168 26731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475640934 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897495958640 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28179] ppid=28168 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28179/stat : 28179 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475640936 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897494906960 139897962280859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28180] ppid=28168 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28170/task/28180/stat : 28180 (java) S 28168 28168 26731 0 -1 1077944384 538 0 0 0 2 0 0 0 20 0 15 0 475640936 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897493854832 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28181] ppid=28168 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28170/task/28181/stat : 28181 (java) S 28168 28168 26731 0 -1 1077944384 248 0 0 0 2 0 0 0 20 0 15 0 475640936 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897492802032 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28182] ppid=28168 vsize=15144776 memory=140406130869888 CPUtime=0.08 cores=1,3,5,7
/proc/28170/task/28182/stat : 28182 (java) S 28168 28168 26731 0 -1 1077944384 756 0 0 0 8 0 0 0 20 0 15 0 475640936 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897491749744 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28183] ppid=28168 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28183/stat : 28183 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475640936 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897490697184 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28184] ppid=28168 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28184/stat : 28184 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640937 15508250624 10544 33554432000 4194304 4196468 140728142840864 139897489643952 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43632 KiB

[startup+0.310654 s]*
/proc/loadavg: 5.79 7.54 7.36 3/233 28184
/proc/meminfo: memFree=5126016/32770624 swapFree=66955312/67108860
[pid=28168] ppid=28165 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28168/stat : 28168 (xcsp3-exec) S 28165 28168 26731 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475640930 115843072 364 33554432000 4194304 5098028 140735056468016 140735056466120 139858395427452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12828672 140735056470872 140735056471129 140735056471129 140735056474054 0
/proc/28168/statm: 28282 364 305 221 0 87 0
[pid=28170] ppid=28168 vsize=15149032 memory=50672 CPUtime=0.52 cores=1,3,5,7
/proc/28170/stat : 28170 (java) S 28168 28168 26731 0 -1 1077944320 10493 0 0 0 48 4 0 0 20 0 15 0 475640931 15512608768 12668 33554432000 4194304 4196468 140728142840864 140728142823408 139897962262263 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
/proc/28170/statm: 3787258 12668 3333 1 0 3748377 0
[pid=28170/tid=28171] ppid=28168 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/28170/task/28171/stat : 28171 (java) R 28168 28168 26731 0 -1 4202560 7552 0 0 0 27 3 0 0 20 0 15 0 475640931 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897966493376 139897946342750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28172] ppid=28168 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28172/stat : 28172 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897554201488 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28173] ppid=28168 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28173/stat : 28173 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897553148688 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28174] ppid=28168 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28174/stat : 28174 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897552096400 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28175] ppid=28168 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28175/stat : 28175 (java) S 28168 28168 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475640932 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897551043600 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28176] ppid=28168 vsize=15149032 memory=-7089679947207917727 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28176/stat : 28176 (java) S 28168 28168 26731 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475640933 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897498065008 139897962273410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28177] ppid=28168 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28177/stat : 28177 (java) S 28168 28168 26731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475640934 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897497010976 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28178] ppid=28168 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28178/stat : 28178 (java) S 28168 28168 26731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475640934 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897495958640 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28179] ppid=28168 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28179/stat : 28179 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475640936 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897494906960 139897962280859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28180] ppid=28168 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/28170/task/28180/stat : 28180 (java) S 28168 28168 26731 0 -1 1077944384 552 0 0 0 4 0 0 0 20 0 15 0 475640936 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897493854832 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28181] ppid=28168 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28170/task/28181/stat : 28181 (java) S 28168 28168 26731 0 -1 1077944384 257 0 0 0 4 0 0 0 20 0 15 0 475640936 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897492802032 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28182] ppid=28168 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28170/task/28182/stat : 28182 (java) S 28168 28168 26731 0 -1 1077944384 828 0 0 0 12 0 0 0 20 0 15 0 475640936 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897491749744 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28183] ppid=28168 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28183/stat : 28183 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475640936 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897490697184 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28184] ppid=28168 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28184/stat : 28184 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640937 15512608768 12668 33554432000 4194304 4196468 140728142840864 139897489643952 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52128 KiB

[startup+0.701305 s]
/proc/loadavg: 5.79 7.54 7.36 6/233 28184
/proc/meminfo: memFree=5105360/32770624 swapFree=66955312/67108860
[pid=28168] ppid=28165 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28168/stat : 28168 (xcsp3-exec) S 28165 28168 26731 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475640930 115843072 364 33554432000 4194304 5098028 140735056468016 140735056466120 139858395427452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12828672 140735056470872 140735056471129 140735056471129 140735056474054 0
/proc/28168/statm: 28282 364 305 221 0 87 0
[pid=28170] ppid=28168 vsize=15151156 memory=95608 CPUtime=1.73 cores=1,3,5,7
/proc/28170/stat : 28170 (java) S 28168 28168 26731 0 -1 1077944320 15540 0 0 0 167 6 0 0 20 0 15 0 475640931 15514783744 23902 33554432000 4194304 4196468 140728142840864 140728142823408 139897962262263 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
/proc/28170/statm: 3787789 23902 3457 1 0 3748889 0
[pid=28170/tid=28171] ppid=28168 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/28170/task/28171/stat : 28171 (java) R 28168 28168 26731 0 -1 4202560 8973 0 0 0 63 4 0 0 20 0 15 0 475640931 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897966495936 139897570880992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28172] ppid=28168 vsize=15151156 memory=43468 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28172/stat : 28172 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897554201488 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28173] ppid=28168 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28173/stat : 28173 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897553148688 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28174] ppid=28168 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28174/stat : 28174 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640932 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897552096400 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28175] ppid=28168 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28175/stat : 28175 (java) S 28168 28168 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475640932 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897551043600 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28176] ppid=28168 vsize=15151156 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28176/stat : 28176 (java) S 28168 28168 26731 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475640933 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897498065008 139897962273410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28177] ppid=28168 vsize=15151156 memory=7552 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28177/stat : 28177 (java) S 28168 28168 26731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475640934 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897497010976 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28178] ppid=28168 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28178/stat : 28178 (java) S 28168 28168 26731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475640934 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897495958640 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28179] ppid=28168 vsize=15151156 memory=616 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28179/stat : 28179 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475640936 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897494906960 139897962280859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28180] ppid=28168 vsize=15151156 memory=2832 CPUtime=0.3 cores=1,3,5,7
/proc/28170/task/28180/stat : 28180 (java) R 28168 28168 26731 0 -1 4202560 1455 0 0 0 30 0 0 0 20 0 15 0 475640936 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897493838544 139897943612170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28181] ppid=28168 vsize=15151156 memory=1620 CPUtime=0.3 cores=1,3,5,7
/proc/28170/task/28181/stat : 28181 (java) R 28168 28168 26731 0 -1 4202560 1470 0 0 0 30 0 0 0 20 0 15 0 475640936 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897492783048 139897941479481 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28182] ppid=28168 vsize=15151156 memory=1136 CPUtime=0.42 cores=1,3,5,7
/proc/28170/task/28182/stat : 28182 (java) R 28168 28168 26731 0 -1 4202560 2333 0 0 0 42 0 0 0 20 0 15 0 475640936 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897491745424 139897941191545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28183] ppid=28168 vsize=15151156 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28183/stat : 28183 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475640936 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897490697184 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28184] ppid=28168 vsize=15151156 memory=6040 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28184/stat : 28184 (java) S 28168 28168 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475640937 15514783744 23902 33554432000 4194304 4196468 140728142840864 139897489643952 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 97064 KiB

[startup+1.50126 s]
/proc/loadavg: 5.79 7.54 7.36 5/233 28184
/proc/meminfo: memFree=4995528/32770624 swapFree=66955312/67108860
[pid=28168] ppid=28165 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28168/stat : 28168 (xcsp3-exec) S 28165 28168 26731 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475640930 115843072 364 33554432000 4194304 5098028 140735056468016 140735056466120 139858395427452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12828672 140735056470872 140735056471129 140735056471129 140735056474054 0
/proc/28168/statm: 28282 364 305 221 0 87 0

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

/proc/28170/stat : 28170 (java) S 28168 28168 26731 0 -1 1077944320 86250 0 0 0 207747 57 0 0 20 0 19 0 475640931 15789527040 297442 33554432000 4194304 4196468 140728142840864 140728142823408 139897962262263 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
/proc/28170/statm: 3854865 297442 3535 1 0 3815965 0
[pid=28170/tid=28171] ppid=28168 vsize=15419460 memory=1456 CPUtime=1.15 cores=1,3,5,7
/proc/28170/task/28171/stat : 28171 (java) S 28168 28168 26731 0 -1 1077944384 9584 0 0 0 108 7 0 0 20 0 19 0 475640931 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897966503040 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28172] ppid=28168 vsize=15419460 memory=1189768 CPUtime=0.2 cores=1,3,5,7
/proc/28170/task/28172/stat : 28172 (java) S 28168 28168 26731 0 -1 1077944384 1553 0 0 0 14 6 0 0 20 0 19 0 475640932 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897554201488 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28173] ppid=28168 vsize=15419460 memory=1190320 CPUtime=0.19 cores=1,3,5,7
/proc/28170/task/28173/stat : 28173 (java) S 28168 28168 26731 0 -1 1077944384 1712 0 0 0 13 6 0 0 20 0 19 0 475640932 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897553148688 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28174] ppid=28168 vsize=15419460 memory=1189768 CPUtime=0.19 cores=1,3,5,7
/proc/28170/task/28174/stat : 28174 (java) S 28168 28168 26731 0 -1 1077944384 2347 0 0 0 13 6 0 0 20 0 19 0 475640932 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897552096400 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28175] ppid=28168 vsize=15419460 memory=1189768 CPUtime=0.19 cores=1,3,5,7
/proc/28170/task/28175/stat : 28175 (java) S 28168 28168 26731 0 -1 1077944384 2789 0 0 0 13 6 0 0 20 0 19 0 475640932 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897551043600 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28176] ppid=28168 vsize=15419460 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/28170/task/28176/stat : 28176 (java) S 28168 28168 26731 0 -1 1077944384 3381 0 0 0 3 3 0 0 20 0 19 0 475640933 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897498065008 139897962273410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28177] ppid=28168 vsize=15419460 memory=55 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28177/stat : 28177 (java) S 28168 28168 26731 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 475640934 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897497011040 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28178] ppid=28168 vsize=15419460 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28178/stat : 28178 (java) S 28168 28168 26731 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 19 0 475640934 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897495958656 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28179] ppid=28168 vsize=15419460 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28179/stat : 28179 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475640936 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897494906960 139897962280859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28180] ppid=28168 vsize=15419460 memory=280811942622336 CPUtime=2.54 cores=1,3,5,7
/proc/28170/task/28180/stat : 28180 (java) S 28168 28168 26731 0 -1 1077944384 15106 0 0 0 253 1 0 0 20 0 19 0 475640936 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897493854832 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28181] ppid=28168 vsize=15419460 memory=280811941134576 CPUtime=2.25 cores=1,3,5,7
/proc/28170/task/28181/stat : 28181 (java) S 28168 28168 26731 0 -1 1077944384 16757 0 0 0 224 1 0 0 20 0 19 0 475640936 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897492802032 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28182] ppid=28168 vsize=15419460 memory=51458 CPUtime=0.84 cores=1,3,5,7
/proc/28170/task/28182/stat : 28182 (java) S 28168 28168 26731 0 -1 1077944384 8008 0 0 0 82 2 0 0 20 0 19 0 475640936 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897491749744 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28183] ppid=28168 vsize=15419460 memory=51203 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28183/stat : 28183 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475640936 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897490697184 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28184] ppid=28168 vsize=15419460 memory=19648 CPUtime=0.55 cores=1,3,5,7
/proc/28170/task/28184/stat : 28184 (java) S 28168 28168 26731 0 -1 1077944384 768 0 0 0 0 55 0 0 20 0 19 0 475640937 15789527040 297442 33554432000 4194304 4196468 140728142840864 139897489643952 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28185] ppid=28168 vsize=15419460 memory=14056 CPUtime=518.31 cores=1,3,5,7
/proc/28170/task/28185/stat : 28185 (java) R 28168 28168 26731 0 -1 4202560 1442 0 0 0 51831 0 0 0 20 0 19 0 475641050 15789527040 297442 33554432000 4194304 4196468 140728142840864 139896751474992 139897577637727 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28186] ppid=28168 vsize=15419460 memory=1456 CPUtime=515.82 cores=1,3,5,7
/proc/28170/task/28186/stat : 28186 (java) R 28168 28168 26731 0 -1 4202560 13484 0 0 0 51567 15 0 0 20 0 19 0 475641050 15789527040 297442 33554432000 4194304 4196468 140728142840864 139896750424152 139897574549140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28187] ppid=28168 vsize=15419460 memory=1189768 CPUtime=517.63 cores=1,3,5,7
/proc/28170/task/28187/stat : 28187 (java) R 28168 28168 26731 0 -1 4202560 1111 0 0 0 51763 0 0 0 20 0 19 0 475641050 15789527040 297442 33554432000 4194304 4196468 140728142840864 139896441094264 139897577402048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28188] ppid=28168 vsize=15419460 memory=1620 CPUtime=517.98 cores=1,3,5,7
/proc/28170/task/28188/stat : 28188 (java) R 28168 28168 26731 0 -1 4202560 6834 0 0 0 51797 1 0 0 20 0 19 0 475641050 15789527040 297442 33554432000 4194304 4196468 140728142840864 139896440044640 139897577900040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
Current children cumulated CPU time: 2078.04 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1191224 KiB

[startup+582.301 s]
/proc/loadavg: 5.00 5.38 6.28 6/236 28344
/proc/meminfo: memFree=3977620/32770624 swapFree=66955312/67108860
[pid=28168] ppid=28165 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28168/stat : 28168 (xcsp3-exec) S 28165 28168 26731 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475640930 115843072 364 33554432000 4194304 5098028 140735056468016 140735056466120 139858395427452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12828672 140735056470872 140735056471129 140735056471129 140735056474054 0
/proc/28168/statm: 28282 364 305 221 0 87 0
[pid=28170] ppid=28168 vsize=15419460 memory=1192256 CPUtime=2316.92 cores=1,3,5,7
/proc/28170/stat : 28170 (java) S 28168 28168 26731 0 -1 1077944320 91035 0 0 0 231634 58 0 0 20 0 19 0 475640931 15789527040 298064 33554432000 4194304 4196468 140728142840864 140728142823408 139897962262263 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
/proc/28170/statm: 3854865 298064 3535 1 0 3815965 0
[pid=28170/tid=28171] ppid=28168 vsize=15419460 memory=1192288 CPUtime=1.15 cores=1,3,5,7
/proc/28170/task/28171/stat : 28171 (java) S 28168 28168 26731 0 -1 1077944384 9584 0 0 0 108 7 0 0 20 0 19 0 475640931 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897966503040 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28172] ppid=28168 vsize=15419460 memory=1456 CPUtime=0.22 cores=1,3,5,7
/proc/28170/task/28172/stat : 28172 (java) S 28168 28168 26731 0 -1 1077944384 1580 0 0 0 16 6 0 0 20 0 19 0 475640932 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897554201488 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28173] ppid=28168 vsize=15419460 memory=1192256 CPUtime=0.2 cores=1,3,5,7
/proc/28170/task/28173/stat : 28173 (java) S 28168 28168 26731 0 -1 1077944384 1782 0 0 0 14 6 0 0 20 0 19 0 475640932 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897553148688 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28174] ppid=28168 vsize=15419460 memory=1456 CPUtime=0.21 cores=1,3,5,7
/proc/28170/task/28174/stat : 28174 (java) S 28168 28168 26731 0 -1 1077944384 2427 0 0 0 15 6 0 0 20 0 19 0 475640932 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897552096400 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28175] ppid=28168 vsize=15419460 memory=1192256 CPUtime=0.21 cores=1,3,5,7
/proc/28170/task/28175/stat : 28175 (java) S 28168 28168 26731 0 -1 1077944384 3227 0 0 0 15 6 0 0 20 0 19 0 475640932 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897551043600 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28176] ppid=28168 vsize=15419460 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/28170/task/28176/stat : 28176 (java) S 28168 28168 26731 0 -1 1077944384 3598 0 0 0 4 3 0 0 20 0 19 0 475640933 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897498065008 139897962273410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28177] ppid=28168 vsize=15419460 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28177/stat : 28177 (java) S 28168 28168 26731 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 475640934 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897497011040 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28178] ppid=28168 vsize=15419460 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28178/stat : 28178 (java) S 28168 28168 26731 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 19 0 475640934 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897495958656 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28179] ppid=28168 vsize=15419460 memory=1192256 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28179/stat : 28179 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475640936 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897494906960 139897962280859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28180] ppid=28168 vsize=15419460 memory=-3622645143214314312 CPUtime=2.56 cores=1,3,5,7
/proc/28170/task/28180/stat : 28180 (java) S 28168 28168 26731 0 -1 1077944384 16235 0 0 0 255 1 0 0 20 0 19 0 475640936 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897493854832 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28181] ppid=28168 vsize=15419460 memory=1456 CPUtime=2.25 cores=1,3,5,7
/proc/28170/task/28181/stat : 28181 (java) S 28168 28168 26731 0 -1 1077944384 17857 0 0 0 224 1 0 0 20 0 19 0 475640936 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897492802032 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28182] ppid=28168 vsize=15419460 memory=1192256 CPUtime=0.84 cores=1,3,5,7
/proc/28170/task/28182/stat : 28182 (java) S 28168 28168 26731 0 -1 1077944384 8320 0 0 0 82 2 0 0 20 0 19 0 475640936 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897491749744 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28183] ppid=28168 vsize=15419460 memory=3624 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28183/stat : 28183 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475640936 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897490697184 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28184] ppid=28168 vsize=15419460 memory=1456 CPUtime=0.62 cores=1,3,5,7
/proc/28170/task/28184/stat : 28184 (java) S 28168 28168 26731 0 -1 1077944384 802 0 0 0 0 62 0 0 20 0 19 0 475640937 15789527040 298064 33554432000 4194304 4196468 140728142840864 139897489643952 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28185] ppid=28168 vsize=15419460 memory=1192256 CPUtime=577.73 cores=1,3,5,7
/proc/28170/task/28185/stat : 28185 (java) R 28168 28168 26731 0 -1 4202560 1639 0 0 0 57772 1 0 0 20 0 19 0 475641050 15789527040 298064 33554432000 4194304 4196468 140728142840864 139896751475152 139897577881199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28186] ppid=28168 vsize=15419460 memory=1060 CPUtime=575.78 cores=1,3,5,7
/proc/28170/task/28186/stat : 28186 (java) R 28168 28168 26731 0 -1 4202560 14243 0 0 0 57563 15 0 0 20 0 19 0 475641050 15789527040 298064 33554432000 4194304 4196468 140728142840864 139896750424824 139897574549140 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28187] ppid=28168 vsize=15419460 memory=1456 CPUtime=577.03 cores=1,3,5,7
/proc/28170/task/28187/stat : 28187 (java) R 28168 28168 26731 0 -1 4202560 1235 0 0 0 57703 0 0 0 20 0 19 0 475641050 15789527040 298064 33554432000 4194304 4196468 140728142840864 139896441097056 139897578047611 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28188] ppid=28168 vsize=15419460 memory=1192256 CPUtime=577.94 cores=1,3,5,7
/proc/28170/task/28188/stat : 28188 (java) R 28168 28168 26731 0 -1 4202560 7132 0 0 0 57793 1 0 0 20 0 19 0 475641050 15789527040 298064 33554432000 4194304 4196468 140728142840864 139896440041864 139897579595798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
Current children cumulated CPU time: 2316.92 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1193712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.401 s]
/proc/loadavg: 5.20 5.37 6.23 6/236 28348
/proc/meminfo: memFree=3978840/32770624 swapFree=66955312/67108860
[pid=28168] ppid=28165 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28168/stat : 28168 (xcsp3-exec) S 28165 28168 26731 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475640930 115843072 364 33554432000 4194304 5098028 140735056468016 140735056466120 139858395427452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12828672 140735056470872 140735056471129 140735056471129 140735056474054 0
/proc/28168/statm: 28282 364 305 221 0 87 0
[pid=28170] ppid=28168 vsize=15419460 memory=1190688 CPUtime=2520.37 cores=1,3,5,7
/proc/28170/stat : 28170 (java) S 28168 28168 26731 0 -1 1077944320 92548 0 0 0 251979 58 0 0 20 0 19 0 475640931 15789527040 297672 33554432000 4194304 4196468 140728142840864 140728142823408 139897962262263 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
/proc/28170/statm: 3854865 297672 3535 1 0 3815965 0
[pid=28170/tid=28171] ppid=28168 vsize=15419460 memory=14691894252800627 CPUtime=1.15 cores=1,3,5,7
/proc/28170/task/28171/stat : 28171 (java) S 28168 28168 26731 0 -1 1077944384 9584 0 0 0 108 7 0 0 20 0 19 0 475640931 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897966503040 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28172] ppid=28168 vsize=15419460 memory=920 CPUtime=0.22 cores=1,3,5,7
/proc/28170/task/28172/stat : 28172 (java) S 28168 28168 26731 0 -1 1077944384 1623 0 0 0 16 6 0 0 20 0 19 0 475640932 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897554201488 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28173] ppid=28168 vsize=15419460 memory=3848 CPUtime=0.21 cores=1,3,5,7
/proc/28170/task/28173/stat : 28173 (java) S 28168 28168 26731 0 -1 1077944384 1835 0 0 0 15 6 0 0 20 0 19 0 475640932 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897553148688 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28174] ppid=28168 vsize=15419460 memory=2708 CPUtime=0.21 cores=1,3,5,7
/proc/28170/task/28174/stat : 28174 (java) S 28168 28168 26731 0 -1 1077944384 2703 0 0 0 15 6 0 0 20 0 19 0 475640932 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897552096400 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28175] ppid=28168 vsize=15419460 memory=2592 CPUtime=0.21 cores=1,3,5,7
/proc/28170/task/28175/stat : 28175 (java) S 28168 28168 26731 0 -1 1077944384 3256 0 0 0 15 6 0 0 20 0 19 0 475640932 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897551043600 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28176] ppid=28168 vsize=15419460 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/28170/task/28176/stat : 28176 (java) S 28168 28168 26731 0 -1 1077944384 3615 0 0 0 4 3 0 0 20 0 19 0 475640933 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897498065008 139897962273410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28177] ppid=28168 vsize=15419460 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28177/stat : 28177 (java) S 28168 28168 26731 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 475640934 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897497011040 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28178] ppid=28168 vsize=15419460 memory=3376 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28178/stat : 28178 (java) S 28168 28168 26731 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 19 0 475640934 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897495958656 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28179] ppid=28168 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28179/stat : 28179 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475640936 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897494906960 139897962280859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28180] ppid=28168 vsize=15419460 memory=6452248 CPUtime=2.56 cores=1,3,5,7
/proc/28170/task/28180/stat : 28180 (java) S 28168 28168 26731 0 -1 1077944384 16238 0 0 0 255 1 0 0 20 0 19 0 475640936 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897493854832 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28181] ppid=28168 vsize=15419460 memory=1408 CPUtime=2.25 cores=1,3,5,7
/proc/28170/task/28181/stat : 28181 (java) S 28168 28168 26731 0 -1 1077944384 17865 0 0 0 224 1 0 0 20 0 19 0 475640936 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897492802032 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28182] ppid=28168 vsize=15419460 memory=3440 CPUtime=0.84 cores=1,3,5,7
/proc/28170/task/28182/stat : 28182 (java) S 28168 28168 26731 0 -1 1077944384 8324 0 0 0 82 2 0 0 20 0 19 0 475640936 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897491749744 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28183] ppid=28168 vsize=15419460 memory=1190688 CPUtime=0 cores=1,3,5,7
/proc/28170/task/28183/stat : 28183 (java) S 28168 28168 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475640936 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897490697184 139897962272469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28184] ppid=28168 vsize=15419460 memory=1160 CPUtime=0.67 cores=1,3,5,7
/proc/28170/task/28184/stat : 28184 (java) S 28168 28168 26731 0 -1 1077944384 829 0 0 0 0 67 0 0 20 0 19 0 475640937 15789527040 297672 33554432000 4194304 4196468 140728142840864 139897489643952 139897962273410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28185] ppid=28168 vsize=15419460 memory=8317482817917895235 CPUtime=628.81 cores=1,3,5,7
/proc/28170/task/28185/stat : 28185 (java) R 28168 28168 26731 0 -1 4202560 1755 0 0 0 62880 1 0 0 20 0 19 0 475641050 15789527040 297672 33554432000 4194304 4196468 140728142840864 139896751475296 139897577402647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28186] ppid=28168 vsize=15419460 memory=33 CPUtime=626.87 cores=1,3,5,7
/proc/28170/task/28186/stat : 28186 (java) R 28168 28168 26731 0 -1 4202560 14967 0 0 0 62672 15 0 0 20 0 19 0 475641050 15789527040 297672 33554432000 4194304 4196468 140728142840864 139896750424232 139897577729020 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28187] ppid=28168 vsize=15419460 memory=288230621803970871 CPUtime=627.98 cores=1,3,5,7
/proc/28170/task/28187/stat : 28187 (java) R 28168 28168 26731 0 -1 4202560 1362 0 0 0 62798 0 0 0 20 0 19 0 475641050 15789527040 297672 33554432000 4194304 4196468 140728142840864 139896441097056 139897579596086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
[pid=28170/tid=28188] ppid=28168 vsize=15419460 memory=14691894252800627 CPUtime=628.19 cores=1,3,5,7
/proc/28170/task/28188/stat : 28188 (java) R 28168 28168 26731 0 -1 4202560 7218 0 0 0 62818 1 0 0 20 0 19 0 475641050 15789527040 297672 33554432000 4194304 4196468 140728142840864 139896440042040 139897577881122 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21913600 140728142848987 140728142849162 140728142849162 140728142852047 0
Current children cumulated CPU time: 2520.37 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1192144 KiB

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

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

[startup+633.476 s]
# the end of solver process 28170 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.05 s, system=0.598029 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): 633.476
CPU time (s): 2520.65
CPU user time (s): 2520.05
CPU system time (s): 0.598029
CPU usage (%): 397.908
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1196780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.05
system time used= 0.598029
maximum resident set size= 1197372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93835
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16979
involuntary context switches= 23038


# summary of solver processes directly reported to runsolver:
#   pid: 28168,28170
#   total CPU time (s): 2520.65
#   total CPU user time (s): 2520.05
#   total CPU system time (s): 0.598029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.31454 second user time and 7.34955 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 16:35:31
IDJOB=4403564
IDBENCH=141708
IDSOLVER=2863
FILE ID=node105/4403564-1568993829
RUNJOBID= node105-1568988085-26763
PBS_JOBID= 21704661
Free space on /var/tmp= 13072 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-092.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403564-1568993829/watcher-4403564-1568993829 -o /var/tmp/evaluation-result-4403564-1568993829/solver-4403564-1568993829 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568988085-26763 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 55732779 HOME/instance-4403564-1568993829.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 04f92250339fffd6ef5beb9873d20792
RANDOM SEED=55732779

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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.00
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.00
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.00
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:         5163996 kB
MemAvailable:   25361052 kB
Buffers:          144884 kB
Cached:         19953352 kB
SwapCached:        49496 kB
Active:         16464104 kB
Inactive:       10122704 kB
Active(anon):    6442244 kB
Inactive(anon):    91864 kB
Active(file):   10021860 kB
Inactive(file): 10030840 kB
Unevictable:      110952 kB
Mlocked:          110952 kB
SwapTotal:      67108860 kB
SwapFree:       66955312 kB
Dirty:             26076 kB
Writeback:             0 kB
AnonPages:       6551572 kB
Mapped:            61844 kB
Shmem:             36664 kB
Slab:             601228 kB
SReclaimable:     572816 kB
SUnreclaim:        28412 kB
KernelStack:        3776 kB
PageTables:        18492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8175168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2918400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13048 MiB
End job on node105 at 2019-09-20 16:46:04