Trace number 4403343

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.4 701.878

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-20-054.xml
MD5SUM3ff211d871d85a956d1d429dedc73eaa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.5032
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints190
Number of domains20
Minimum domain size35
Maximum domain size54
Distribution of domain sizes[{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2},{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2}]
Minimum variable degree19
Maximum variable degree19
Distribution of variable degrees[{"degree":19,"count":40}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":190}]
Number of extensional constraints0
Number of intensional constraints190
Distribution of constraint types[{"type":"intension","count":190}]
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-4403343-1568993824.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403343-1568993824.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.29	c parse instance...
128.23/101.10	c solve instance...
2520.00/701.76	s UNKNOWN
2520.00/701.76	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 (3870 MiB free)
  memory of node 1: 16384 MiB (2304 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403343-1568993824/watcher-4403343-1568993824 -o /var/tmp/evaluation-result-4403343-1568993824/solver-4403343-1568993824 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568993083-15075 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2071541720 HOME/instance-4403343-1568993824.xml 

running on 4 cores: 0,2,4,6

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
solver pid=15570, runsolver pid=15567
Current StackSize limit: 8192 KiB


[startup+0.100395 s]*
/proc/loadavg: 8.41 8.31 7.79 7/233 15586
/proc/meminfo: memFree=6306968/32770624 swapFree=67001768/67108860
[pid=15570] ppid=15567 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15570/stat : 15570 (xcsp3-exec) S 15567 15570 13261 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475296345 115843072 364 33554432000 4194304 5098028 140732986018080 140732986016184 140087964578428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23973888 140732986024790 140732986025049 140732986025049 140732986027974 0
/proc/15570/statm: 28282 364 305 221 0 87 0
[pid=15572] ppid=15570 vsize=15144776 memory=28736 CPUtime=0.12 cores=0,2,4,6
/proc/15572/stat : 15572 (java) S 15570 15570 13261 0 -1 1077944320 5581 0 0 0 11 1 0 0 20 0 15 0 475296345 15508250624 7184 33554432000 4194304 4196468 140721286364960 140721286347504 139862119173879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
/proc/15572/statm: 3786194 7184 3156 1 0 3748377 0
[pid=15572/tid=15573] ppid=15570 vsize=15144776 memory=8252428994737482315 CPUtime=0.08 cores=0,2,4,6
/proc/15572/task/15573/stat : 15573 (java) R 15570 15570 13261 0 -1 4202560 3542 0 0 0 8 0 0 0 20 0 15 0 475296345 15508250624 7184 33554432000 4194304 4196468 140721286364960 139862123408416 139862119185814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15574] ppid=15570 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15574/stat : 15574 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296346 15508250624 7184 33554432000 4194304 4196468 140721286364960 139862055410320 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15575] ppid=15570 vsize=15144776 memory=140587125495424 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15575/stat : 15575 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296346 15508250624 7184 33554432000 4194304 4196468 140721286364960 139862054357520 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15576] ppid=15570 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15576/stat : 15576 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296346 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861709871504 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15577] ppid=15570 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15577/stat : 15577 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296346 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861708818704 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15578] ppid=15570 vsize=15144776 memory=140587125495424 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15578/stat : 15578 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296348 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861261736816 139862119185026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15579] ppid=15570 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15579/stat : 15579 (java) S 15570 15570 13261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475296348 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861260682784 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15580] ppid=15570 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15580/stat : 15580 (java) S 15570 15570 13261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475296348 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861259629936 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15581] ppid=15570 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15581/stat : 15581 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861258578256 139862119192475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15582] ppid=15570 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15582/stat : 15582 (java) S 15570 15570 13261 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 15 0 475296351 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861257525616 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15583] ppid=15570 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15583/stat : 15583 (java) R 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861256472816 139862119185026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15584] ppid=15570 vsize=15144776 memory=140587125495424 CPUtime=0.02 cores=0,2,4,6
/proc/15572/task/15584/stat : 15584 (java) S 15570 15570 13261 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 15 0 475296351 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861255420016 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15585] ppid=15570 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15585/stat : 15585 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861254367456 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15586] ppid=15570 vsize=15144776 memory=140587125495424 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15586/stat : 15586 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296351 15508250624 7184 33554432000 4194304 4196468 140721286364960 139861253315760 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30192 KiB

[startup+0.210718 s]*
/proc/loadavg: 8.41 8.31 7.79 7/233 15586
/proc/meminfo: memFree=6294380/32770624 swapFree=67001768/67108860
[pid=15570] ppid=15567 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15570/stat : 15570 (xcsp3-exec) S 15567 15570 13261 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475296345 115843072 364 33554432000 4194304 5098028 140732986018080 140732986016184 140087964578428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23973888 140732986024790 140732986025049 140732986025049 140732986027974 0
/proc/15570/statm: 28282 364 305 221 0 87 0
[pid=15572] ppid=15570 vsize=15144776 memory=40368 CPUtime=0.33 cores=0,2,4,6
/proc/15572/stat : 15572 (java) S 15570 15570 13261 0 -1 1077944320 9285 0 0 0 31 2 0 0 20 0 15 0 475296345 15508250624 10092 33554432000 4194304 4196468 140721286364960 140721286347504 139862119173879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
/proc/15572/statm: 3786194 10092 3309 1 0 3748377 0
[pid=15572/tid=15573] ppid=15570 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/15572/task/15573/stat : 15573 (java) R 15570 15570 13261 0 -1 4202560 6529 0 0 0 18 2 0 0 20 0 15 0 475296345 15508250624 10092 33554432000 4194304 4196468 140721286364960 139862123404160 139862103254366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15574] ppid=15570 vsize=15144776 memory=13675 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15574/stat : 15574 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296346 15508250624 10092 33554432000 4194304 4196468 140721286364960 139862055410320 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15575] ppid=15570 vsize=15144776 memory=288370963277207168 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15575/stat : 15575 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296346 15508250624 10092 33554432000 4194304 4196468 140721286364960 139862054357520 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15576] ppid=15570 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15576/stat : 15576 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296346 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861709871504 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15577] ppid=15570 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15577/stat : 15577 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296346 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861708818704 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15578] ppid=15570 vsize=15144776 memory=140587125495424 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15578/stat : 15578 (java) S 15570 15570 13261 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475296348 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861261736816 139862119185026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15579] ppid=15570 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15579/stat : 15579 (java) S 15570 15570 13261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475296348 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861260682784 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15580] ppid=15570 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15580/stat : 15580 (java) S 15570 15570 13261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475296348 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861259629936 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15581] ppid=15570 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15581/stat : 15581 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861258578256 139862119192475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15582] ppid=15570 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15572/task/15582/stat : 15582 (java) S 15570 15570 13261 0 -1 1077944384 474 0 0 0 2 0 0 0 20 0 15 0 475296351 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861257525616 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15583] ppid=15570 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15572/task/15583/stat : 15583 (java) S 15570 15570 13261 0 -1 1077944384 143 0 0 0 2 0 0 0 20 0 15 0 475296351 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861256472816 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15584] ppid=15570 vsize=15144776 memory=140587125495424 CPUtime=0.08 cores=0,2,4,6
/proc/15572/task/15584/stat : 15584 (java) S 15570 15570 13261 0 -1 1077944384 835 0 0 0 8 0 0 0 20 0 15 0 475296351 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861255420016 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15585] ppid=15570 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15585/stat : 15585 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861254367456 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15586] ppid=15570 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15586/stat : 15586 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296351 15508250624 10092 33554432000 4194304 4196468 140721286364960 139861253315760 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41824 KiB

[startup+0.310584 s]*
/proc/loadavg: 8.41 8.31 7.79 8/233 15586
/proc/meminfo: memFree=6289536/32770624 swapFree=67001768/67108860
[pid=15570] ppid=15567 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15570/stat : 15570 (xcsp3-exec) S 15567 15570 13261 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475296345 115843072 364 33554432000 4194304 5098028 140732986018080 140732986016184 140087964578428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23973888 140732986024790 140732986025049 140732986025049 140732986027974 0
/proc/15570/statm: 28282 364 305 221 0 87 0
[pid=15572] ppid=15570 vsize=15149032 memory=49284 CPUtime=0.52 cores=0,2,4,6
/proc/15572/stat : 15572 (java) S 15570 15570 13261 0 -1 1077944320 10660 0 0 0 49 3 0 0 20 0 15 0 475296345 15512608768 12321 33554432000 4194304 4196468 140721286364960 140721286347504 139862119173879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
/proc/15572/statm: 3787258 12321 3357 1 0 3748377 0
[pid=15572/tid=15573] ppid=15570 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/15572/task/15573/stat : 15573 (java) R 15570 15570 13261 0 -1 4202560 7631 0 0 0 27 3 0 0 20 0 15 0 475296345 15512608768 12367 33554432000 4194304 4196468 140721286364960 139862123408832 139862103254366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15574] ppid=15570 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15574/stat : 15574 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296346 15512608768 12367 33554432000 4194304 4196468 140721286364960 139862055410320 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15575] ppid=15570 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15575/stat : 15575 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296346 15512608768 12367 33554432000 4194304 4196468 140721286364960 139862054357520 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15576] ppid=15570 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15576/stat : 15576 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296346 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861709871504 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15577] ppid=15570 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15577/stat : 15577 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296346 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861708818704 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15578] ppid=15570 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15578/stat : 15578 (java) S 15570 15570 13261 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475296348 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861261736816 139862119185026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15579] ppid=15570 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15579/stat : 15579 (java) S 15570 15570 13261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475296348 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861260682784 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15580] ppid=15570 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15580/stat : 15580 (java) S 15570 15570 13261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475296348 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861259629936 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15581] ppid=15570 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15581/stat : 15581 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861258578256 139862119192475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15582] ppid=15570 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/15572/task/15582/stat : 15582 (java) R 15570 15570 13261 0 -1 4202560 575 0 0 0 4 0 0 0 20 0 15 0 475296351 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861257525616 139862099874176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15583] ppid=15570 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/15572/task/15583/stat : 15583 (java) S 15570 15570 13261 0 -1 1077944384 155 0 0 0 4 0 0 0 20 0 15 0 475296351 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861256472816 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15584] ppid=15570 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/15572/task/15584/stat : 15584 (java) S 15570 15570 13261 0 -1 1077944384 1006 0 0 0 13 0 0 0 20 0 15 0 475296351 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861255420016 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15585] ppid=15570 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15585/stat : 15585 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861254367456 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15586] ppid=15570 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15586/stat : 15586 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296351 15512608768 12367 33554432000 4194304 4196468 140721286364960 139861253315760 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50740 KiB

[startup+0.700771 s]
/proc/loadavg: 8.41 8.31 7.79 7/233 15586
/proc/meminfo: memFree=6275144/32770624 swapFree=67001768/67108860
[pid=15570] ppid=15567 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15570/stat : 15570 (xcsp3-exec) S 15567 15570 13261 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475296345 115843072 364 33554432000 4194304 5098028 140732986018080 140732986016184 140087964578428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23973888 140732986024790 140732986025049 140732986025049 140732986027974 0
/proc/15570/statm: 28282 364 305 221 0 87 0
[pid=15572] ppid=15570 vsize=15151156 memory=99224 CPUtime=1.63 cores=0,2,4,6
/proc/15572/stat : 15572 (java) S 15570 15570 13261 0 -1 1077944320 14906 0 0 0 158 5 0 0 20 0 15 0 475296345 15514783744 24806 33554432000 4194304 4196468 140721286364960 140721286347504 139862119173879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
/proc/15572/statm: 3787789 24806 3452 1 0 3748889 0
[pid=15572/tid=15573] ppid=15570 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/15572/task/15573/stat : 15573 (java) R 15570 15570 13261 0 -1 4202560 9153 0 0 0 63 4 0 0 20 0 15 0 475296345 15514783744 24806 33554432000 4194304 4196468 140721286364960 139862123411456 139861739283165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15574] ppid=15570 vsize=15151156 memory=53532 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15574/stat : 15574 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296346 15514783744 24806 33554432000 4194304 4196468 140721286364960 139862055410320 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15575] ppid=15570 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15575/stat : 15575 (java) S 15570 15570 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475296346 15514783744 24806 33554432000 4194304 4196468 140721286364960 139862054357520 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15576] ppid=15570 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15576/stat : 15576 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296346 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861709871504 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15577] ppid=15570 vsize=15151156 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15577/stat : 15577 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296346 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861708818704 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15578] ppid=15570 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15578/stat : 15578 (java) S 15570 15570 13261 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475296348 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861261736816 139862119185026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15579] ppid=15570 vsize=15151156 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15579/stat : 15579 (java) S 15570 15570 13261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475296348 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861260682784 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15580] ppid=15570 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15580/stat : 15580 (java) S 15570 15570 13261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475296348 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861259629936 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15581] ppid=15570 vsize=15151156 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15581/stat : 15581 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861258578256 139862119192475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15582] ppid=15570 vsize=15151156 memory=2832 CPUtime=0.27 cores=0,2,4,6
/proc/15572/task/15582/stat : 15582 (java) R 15570 15570 13261 0 -1 4202560 1234 0 0 0 27 0 0 0 20 0 15 0 475296351 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861257511328 139862098593567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15583] ppid=15570 vsize=15151156 memory=1224 CPUtime=0.26 cores=0,2,4,6
/proc/15572/task/15583/stat : 15583 (java) R 15570 15570 13261 0 -1 4202560 848 0 0 0 26 0 0 0 20 0 15 0 475296351 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861256462432 139862097340360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15584] ppid=15570 vsize=15151156 memory=6068 CPUtime=0.41 cores=0,2,4,6
/proc/15572/task/15584/stat : 15584 (java) S 15570 15570 13261 0 -1 1077944384 2360 0 0 0 41 0 0 0 20 0 15 0 475296351 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861255420016 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15585] ppid=15570 vsize=15151156 memory=772 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15585/stat : 15585 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475296351 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861254367456 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15586] ppid=15570 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15586/stat : 15586 (java) S 15570 15570 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475296351 15514783744 24806 33554432000 4194304 4196468 140721286364960 139861253315760 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 100680 KiB

[startup+1.50098 s]
/proc/loadavg: 8.41 8.31 7.79 6/233 15586
/proc/meminfo: memFree=6134896/32770624 swapFree=67001768/67108860
[pid=15570] ppid=15567 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15570/stat : 15570 (xcsp3-exec) S 15567 15570 13261 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475296345 115843072 364 33554432000 4194304 5098028 140732986018080 140732986016184 140087964578428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23973888 140732986024790 140732986025049 140732986025049 140732986027974 0
/proc/15570/statm: 28282 364 305 221 0 87 0

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

[pid=15572/tid=15576] ppid=15570 vsize=15419460 memory=6570312 CPUtime=9.35 cores=0,2,4,6
/proc/15572/task/15576/stat : 15576 (java) S 15570 15570 13261 0 -1 1077944384 96234 0 0 0 855 80 0 0 20 0 19 0 475296346 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861709871504 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15577] ppid=15570 vsize=15419460 memory=6570312 CPUtime=9.37 cores=0,2,4,6
/proc/15572/task/15577/stat : 15577 (java) S 15570 15570 13261 0 -1 1077944384 140093 0 0 0 846 91 0 0 20 0 19 0 475296346 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861708818704 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15578] ppid=15570 vsize=15419460 memory=6570312 CPUtime=4.1 cores=0,2,4,6
/proc/15572/task/15578/stat : 15578 (java) S 15570 15570 13261 0 -1 1077944384 20496 0 0 0 408 2 0 0 20 0 19 0 475296348 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861261736816 139862119185026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15579] ppid=15570 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15579/stat : 15579 (java) S 15570 15570 13261 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 475296348 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861260682848 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15580] ppid=15570 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15580/stat : 15580 (java) S 15570 15570 13261 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 19 0 475296348 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861259629952 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15581] ppid=15570 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15581/stat : 15581 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475296351 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861258578256 139862119192475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15582] ppid=15570 vsize=15419460 memory=1456 CPUtime=2.32 cores=0,2,4,6
/proc/15572/task/15582/stat : 15582 (java) S 15570 15570 13261 0 -1 1077944384 21540 0 0 0 230 2 0 0 20 0 19 0 475296351 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861257525616 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15583] ppid=15570 vsize=15419460 memory=1456 CPUtime=2.39 cores=0,2,4,6
/proc/15572/task/15583/stat : 15583 (java) S 15570 15570 13261 0 -1 1077944384 21660 0 0 0 238 1 0 0 20 0 19 0 475296351 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861256472816 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15584] ppid=15570 vsize=15419460 memory=1456 CPUtime=0.83 cores=0,2,4,6
/proc/15572/task/15584/stat : 15584 (java) S 15570 15570 13261 0 -1 1077944384 13772 0 0 0 82 1 0 0 20 0 19 0 475296351 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861255420016 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15585] ppid=15570 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15585/stat : 15585 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475296351 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861254367456 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15586] ppid=15570 vsize=15419460 memory=1456 CPUtime=0.22 cores=0,2,4,6
/proc/15572/task/15586/stat : 15586 (java) S 15570 15570 13261 0 -1 1077944384 1547 0 0 0 13 9 0 0 20 0 19 0 475296351 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861253315760 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15606] ppid=15570 vsize=15419460 memory=1456 CPUtime=474.27 cores=0,2,4,6
/proc/15572/task/15606/stat : 15606 (java) R 15570 15570 13261 0 -1 4202560 457113 0 0 0 47380 47 0 0 20 0 19 0 475306456 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861176507672 139861741849726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15607] ppid=15570 vsize=15419460 memory=6791534058613427641 CPUtime=478.25 cores=0,2,4,6
/proc/15572/task/15607/stat : 15607 (java) R 15570 15570 13261 0 -1 4202560 356686 0 0 0 47804 21 0 0 20 0 19 0 475306456 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861175455744 139861741227472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15608] ppid=15570 vsize=15419460 memory=12028 CPUtime=476.93 cores=0,2,4,6
/proc/15572/task/15608/stat : 15608 (java) R 15570 15570 13261 0 -1 4202560 11490 0 0 0 47693 0 0 0 20 0 19 0 475306456 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861174403096 139861741562594 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15609] ppid=15570 vsize=15419460 memory=532 CPUtime=478.73 cores=0,2,4,6
/proc/15572/task/15609/stat : 15609 (java) R 15570 15570 13261 0 -1 4202560 20868 0 0 0 47869 4 0 0 20 0 19 0 475306456 15789527040 1642578 33554432000 4194304 4196468 140721286364960 139861173350728 139861739325391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
Current children cumulated CPU time: 2044.42 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 6571768 KiB

[startup+642.301 s]
/proc/loadavg: 5.34 7.44 7.68 5/212 15708
/proc/meminfo: memFree=763056/32770624 swapFree=67001768/67108860
[pid=15570] ppid=15567 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15570/stat : 15570 (xcsp3-exec) S 15567 15570 13261 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475296345 115843072 364 33554432000 4194304 5098028 140732986018080 140732986016184 140087964578428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23973888 140732986024790 140732986025049 140732986025049 140732986027974 0
/proc/15570/statm: 28282 364 305 221 0 87 0
[pid=15572] ppid=15570 vsize=15419460 memory=6570316 CPUtime=2283.39 cores=0,2,4,6
/proc/15572/stat : 15572 (java) S 15570 15570 13261 0 -1 1077944320 1499879 0 0 0 227840 499 0 0 20 0 19 0 475296345 15789527040 1642579 33554432000 4194304 4196468 140721286364960 140721286347504 139862119173879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
/proc/15572/statm: 3854865 1642579 3550 1 0 3815965 0
[pid=15572/tid=15573] ppid=15570 vsize=15419460 memory=6570316 CPUtime=88.64 cores=0,2,4,6
/proc/15572/task/15573/stat : 15573 (java) S 15570 15570 13261 0 -1 1077944384 24935 0 0 0 8802 62 0 0 20 0 19 0 475296345 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139862123414656 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15574] ppid=15570 vsize=15419460 memory=6570312 CPUtime=9.59 cores=0,2,4,6
/proc/15572/task/15574/stat : 15574 (java) S 15570 15570 13261 0 -1 1077944384 146944 0 0 0 874 85 0 0 20 0 19 0 475296346 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139862055410320 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15575] ppid=15570 vsize=15419460 memory=0 CPUtime=9.61 cores=0,2,4,6
/proc/15572/task/15575/stat : 15575 (java) S 15570 15570 13261 0 -1 1077944384 113677 0 0 0 869 92 0 0 20 0 19 0 475296346 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139862054357520 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15576] ppid=15570 vsize=15419460 memory=6570312 CPUtime=9.53 cores=0,2,4,6
/proc/15572/task/15576/stat : 15576 (java) S 15570 15570 13261 0 -1 1077944384 108570 0 0 0 872 81 0 0 20 0 19 0 475296346 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861709871504 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15577] ppid=15570 vsize=15419460 memory=6570312 CPUtime=9.55 cores=0,2,4,6
/proc/15572/task/15577/stat : 15577 (java) S 15570 15570 13261 0 -1 1077944384 145498 0 0 0 863 92 0 0 20 0 19 0 475296346 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861708818704 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15578] ppid=15570 vsize=15419460 memory=6570312 CPUtime=4.1 cores=0,2,4,6
/proc/15572/task/15578/stat : 15578 (java) S 15570 15570 13261 0 -1 1077944384 20753 0 0 0 408 2 0 0 20 0 19 0 475296348 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861261736816 139862119185026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15579] ppid=15570 vsize=15419460 memory=6570312 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15579/stat : 15579 (java) S 15570 15570 13261 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 475296348 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861260682848 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15580] ppid=15570 vsize=15419460 memory=6570316 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15580/stat : 15580 (java) S 15570 15570 13261 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 19 0 475296348 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861259629952 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15581] ppid=15570 vsize=15419460 memory=6570316 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15581/stat : 15581 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475296351 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861258578256 139862119192475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15582] ppid=15570 vsize=15419460 memory=6570316 CPUtime=2.32 cores=0,2,4,6
/proc/15572/task/15582/stat : 15582 (java) S 15570 15570 13261 0 -1 1077944384 21543 0 0 0 230 2 0 0 20 0 19 0 475296351 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861257525616 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15583] ppid=15570 vsize=15419460 memory=1456 CPUtime=2.39 cores=0,2,4,6
/proc/15572/task/15583/stat : 15583 (java) S 15570 15570 13261 0 -1 1077944384 21662 0 0 0 238 1 0 0 20 0 19 0 475296351 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861256472816 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15584] ppid=15570 vsize=15419460 memory=0 CPUtime=0.83 cores=0,2,4,6
/proc/15572/task/15584/stat : 15584 (java) S 15570 15570 13261 0 -1 1077944384 13774 0 0 0 82 1 0 0 20 0 19 0 475296351 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861255420016 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15585] ppid=15570 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15585/stat : 15585 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475296351 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861254367456 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15586] ppid=15570 vsize=15419460 memory=6570316 CPUtime=0.28 cores=0,2,4,6
/proc/15572/task/15586/stat : 15586 (java) S 15570 15570 13261 0 -1 1077944384 1576 0 0 0 16 12 0 0 20 0 19 0 475296351 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861253315760 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15606] ppid=15570 vsize=15419460 memory=6570316 CPUtime=533.9 cores=0,2,4,6
/proc/15572/task/15606/stat : 15606 (java) R 15570 15570 13261 0 -1 4202560 478018 0 0 0 53342 48 0 0 20 0 19 0 475306456 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861176507672 139861741849699 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15607] ppid=15570 vsize=15419460 memory=3616 CPUtime=538.09 cores=0,2,4,6
/proc/15572/task/15607/stat : 15607 (java) R 15570 15570 13261 0 -1 4202560 366213 0 0 0 53787 22 0 0 20 0 19 0 475306456 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861175455392 139861742025396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15608] ppid=15570 vsize=15419460 memory=6570316 CPUtime=535.93 cores=0,2,4,6
/proc/15572/task/15608/stat : 15608 (java) R 15570 15570 13261 0 -1 4202560 12026 0 0 0 53593 0 0 0 20 0 19 0 475306456 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861174403096 139861741806490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15609] ppid=15570 vsize=15419460 memory=3616 CPUtime=538.51 cores=0,2,4,6
/proc/15572/task/15609/stat : 15609 (java) R 15570 15570 13261 0 -1 4202560 23273 0 0 0 53846 5 0 0 20 0 19 0 475306456 15789527040 1642579 33554432000 4194304 4196468 140721286364960 139861173353104 139861739325262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
Current children cumulated CPU time: 2283.39 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 6571772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+701.709 s]
/proc/loadavg: 4.49 6.82 7.45 5/212 15712
/proc/meminfo: memFree=763564/32770624 swapFree=67001768/67108860
[pid=15570] ppid=15567 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15570/stat : 15570 (xcsp3-exec) S 15567 15570 13261 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475296345 115843072 364 33554432000 4194304 5098028 140732986018080 140732986016184 140087964578428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23973888 140732986024790 140732986025049 140732986025049 140732986027974 0
/proc/15570/statm: 28282 364 305 221 0 87 0
[pid=15572] ppid=15570 vsize=15419460 memory=6570320 CPUtime=2520 cores=0,2,4,6
/proc/15572/stat : 15572 (java) S 15570 15570 13261 0 -1 1077944320 1566380 0 0 0 251497 503 0 0 20 0 19 0 475296345 15789527040 1642580 33554432000 4194304 4196468 140721286364960 140721286347504 139862119173879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
/proc/15572/statm: 3854865 1642580 3550 1 0 3815965 0
[pid=15572/tid=15573] ppid=15570 vsize=15419460 memory=1456 CPUtime=88.64 cores=0,2,4,6
/proc/15572/task/15573/stat : 15573 (java) S 15570 15570 13261 0 -1 1077944384 24935 0 0 0 8802 62 0 0 20 0 19 0 475296345 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139862123414656 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15574] ppid=15570 vsize=15419460 memory=6570320 CPUtime=9.77 cores=0,2,4,6
/proc/15572/task/15574/stat : 15574 (java) S 15570 15570 13261 0 -1 1077944384 150308 0 0 0 892 85 0 0 20 0 19 0 475296346 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139862055410320 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15575] ppid=15570 vsize=15419460 memory=1456 CPUtime=9.78 cores=0,2,4,6
/proc/15572/task/15575/stat : 15575 (java) S 15570 15570 13261 0 -1 1077944384 123073 0 0 0 886 92 0 0 20 0 19 0 475296346 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139862054357520 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15576] ppid=15570 vsize=15419460 memory=1456 CPUtime=9.7 cores=0,2,4,6
/proc/15572/task/15576/stat : 15576 (java) S 15570 15570 13261 0 -1 1077944384 113899 0 0 0 889 81 0 0 20 0 19 0 475296346 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861709871504 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15577] ppid=15570 vsize=15419460 memory=6570316 CPUtime=9.72 cores=0,2,4,6
/proc/15572/task/15577/stat : 15577 (java) S 15570 15570 13261 0 -1 1077944384 155874 0 0 0 880 92 0 0 20 0 19 0 475296346 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861708818704 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15578] ppid=15570 vsize=15419460 memory=6570316 CPUtime=4.1 cores=0,2,4,6
/proc/15572/task/15578/stat : 15578 (java) S 15570 15570 13261 0 -1 1077944384 20915 0 0 0 408 2 0 0 20 0 19 0 475296348 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861261736816 139862119185026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15579] ppid=15570 vsize=15419460 memory=6570316 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15579/stat : 15579 (java) S 15570 15570 13261 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 475296348 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861260682848 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15580] ppid=15570 vsize=15419460 memory=6570312 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15580/stat : 15580 (java) S 15570 15570 13261 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 19 0 475296348 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861259629952 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15581] ppid=15570 vsize=15419460 memory=6570312 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15581/stat : 15581 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475296351 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861258578256 139862119192475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15582] ppid=15570 vsize=15419460 memory=6570320 CPUtime=2.32 cores=0,2,4,6
/proc/15572/task/15582/stat : 15582 (java) S 15570 15570 13261 0 -1 1077944384 21546 0 0 0 230 2 0 0 20 0 19 0 475296351 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861257525616 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15583] ppid=15570 vsize=15419460 memory=6570316 CPUtime=2.39 cores=0,2,4,6
/proc/15572/task/15583/stat : 15583 (java) S 15570 15570 13261 0 -1 1077944384 21669 0 0 0 238 1 0 0 20 0 19 0 475296351 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861256472816 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15584] ppid=15570 vsize=15419460 memory=1456 CPUtime=0.83 cores=0,2,4,6
/proc/15572/task/15584/stat : 15584 (java) S 15570 15570 13261 0 -1 1077944384 13778 0 0 0 82 1 0 0 20 0 19 0 475296351 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861255420016 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15585] ppid=15570 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15572/task/15585/stat : 15585 (java) S 15570 15570 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475296351 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861254367456 139862119184085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15586] ppid=15570 vsize=15419460 memory=1456 CPUtime=0.33 cores=0,2,4,6
/proc/15572/task/15586/stat : 15586 (java) S 15570 15570 13261 0 -1 1077944384 1605 0 0 0 19 14 0 0 20 0 19 0 475296351 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861253315760 139862119185026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15606] ppid=15570 vsize=15419460 memory=29096 CPUtime=592.85 cores=0,2,4,6
/proc/15572/task/15606/stat : 15606 (java) R 15570 15570 13261 0 -1 4202560 503686 0 0 0 59236 49 0 0 20 0 19 0 475306456 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861176507672 139861742655539 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15607] ppid=15570 vsize=15419460 memory=12028 CPUtime=597.11 cores=0,2,4,6
/proc/15572/task/15607/stat : 15607 (java) R 15570 15570 13261 0 -1 4202560 375923 0 0 0 59688 23 0 0 20 0 19 0 475306456 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861175455824 139861741917384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15608] ppid=15570 vsize=15419460 memory=1456 CPUtime=594.63 cores=0,2,4,6
/proc/15572/task/15608/stat : 15608 (java) R 15570 15570 13261 0 -1 4202560 12805 0 0 0 59463 0 0 0 20 0 19 0 475306456 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861174403112 139861741849803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
[pid=15572/tid=15609] ppid=15570 vsize=15419460 memory=6570320 CPUtime=597.69 cores=0,2,4,6
/proc/15572/task/15609/stat : 15609 (java) R 15570 15570 13261 0 -1 4202560 24947 0 0 0 59764 5 0 0 20 0 19 0 475306456 15789527040 1642580 33554432000 4194304 4196468 140721286364960 139861173353104 139861739325164 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29999104 140721286370267 140721286370442 140721286370442 140721286373327 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 6571776 KiB

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

[startup+701.742 s]
# the end of solver process 15570 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002293 s, system=0 s

[startup+701.878 s]
# the end of solver process 15572 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.27 s, system=5.13065 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

[startup+701.822 s]*
/proc/loadavg: 4.49 6.82 7.45 2/194 15714
/proc/meminfo: memFree=2488860/32770624 swapFree=67001768/67108860
Current cumulated CPU time of completed processes: 0.002293 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 701.878
CPU time (s): 2520.4
CPU user time (s): 2515.27
CPU system time (s): 5.13065
CPU usage (%): 359.094
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 6571776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.27
system time used= 5.13065
maximum resident set size= 6570828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1567599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19782
involuntary context switches= 32048


# summary of solver processes directly reported to runsolver:
#   pid: 15570,15572
#   total CPU time (s): 2520.4
#   total CPU user time (s): 2515.27
#   total CPU system time (s): 5.13065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.54227 second user time and 7.58328 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 17:36:23
IDJOB=4403343
IDBENCH=141704
IDSOLVER=2863
FILE ID=node146/4403343-1568993824
RUNJOBID= node146-1568993083-15075
PBS_JOBID= 21704652
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-20-054.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-4403343-1568993824/watcher-4403343-1568993824 -o /var/tmp/evaluation-result-4403343-1568993824/solver-4403343-1568993824 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568993083-15075 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2071541720 HOME/instance-4403343-1568993824.xml

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

MD5SUM BENCH= 3ff211d871d85a956d1d429dedc73eaa
RANDOM SEED=2071541720

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:         6323056 kB
MemAvailable:   31638044 kB
Buffers:          156576 kB
Cached:         25085828 kB
SwapCached:         3824 kB
Active:         12739600 kB
Inactive:       12721576 kB
Active(anon):     216224 kB
Inactive(anon):    50216 kB
Active(file):   12523376 kB
Inactive(file): 12671360 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001768 kB
Dirty:             26280 kB
Writeback:             0 kB
AnonPages:        482516 kB
Mapped:            64792 kB
Shmem:             38856 kB
Slab:             577684 kB
SReclaimable:     548712 kB
SUnreclaim:        28972 kB
KernelStack:        4176 kB
PageTables:         6276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1553236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node146 at 2019-09-20 17:48:05