Trace number 4398843

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? (TO) 2520.69 703.836

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.01	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398843-1568700211.xml"  -tl '2520s' -p 4
0.11/0.18	c Choco e747e1e
0.11/0.19	c [HOME/instance-4398843-1568700211.xml, -tl, 2520s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
141.03/106.07	c solve instance...
2520.24/703.78	s UNKNOWN
2520.24/703.78	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 (11212 MiB free)
  memory of node 1: 16384 MiB (15368 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398843-1568700211/watcher-4398843-1568700211 -o /tmp/evaluation-result-4398843-1568700211/solver-4398843-1568700211 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10316 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 765987724 HOME/instance-4398843-1568700211.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
solver pid=12379, runsolver pid=12376
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 8.57 8.11 7.69 6/233 12395
/proc/meminfo: memFree=27202880/32770624 swapFree=66953076/67108860
[pid=12379] ppid=12376 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12379/stat : 12379 (xcsp3-exec) S 12376 12379 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446290002 115843072 363 33554432000 4194304 5098028 140734729820176 140734729818280 140021662765692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11624448 140734729823099 140734729823341 140734729823341 140734729826250 0
/proc/12379/statm: 28282 363 304 221 0 87 0
[pid=12381] ppid=12379 vsize=15144776 memory=29124 CPUtime=0.11 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12379 12379 10284 0 -1 1077944320 5668 0 0 0 10 1 0 0 20 0 15 0 446290003 15508250624 7281 33554432000 4194304 4196468 140723871550880 140723871533424 140194129985271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
/proc/12381/statm: 3786194 7281 3148 1 0 3748377 0
[pid=12381/tid=12382] ppid=12379 vsize=15144776 memory=576460756329955459 CPUtime=0.08 cores=1,3,5,7
/proc/12381/task/12382/stat : 12382 (java) R 12379 12379 10284 0 -1 4202560 3607 0 0 0 8 0 0 0 20 0 15 0 446290003 15508250624 7281 33554432000 4194304 4196468 140723871550880 140194134217184 140194129997206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12383] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12383/stat : 12383 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193722001936 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12384] ppid=12379 vsize=15144776 memory=3546781557138572960 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12384/stat : 12384 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193720949392 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12385] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12385/stat : 12385 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193719896336 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12386] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12386/stat : 12386 (java) S 12379 12379 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446290004 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193718843792 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12387] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12387/stat : 12387 (java) S 12379 12379 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446290005 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193598532336 140194129996418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12388] ppid=12379 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12388/stat : 12388 (java) S 12379 12379 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446290006 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193597478560 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12389] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12389/stat : 12389 (java) S 12379 12379 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446290006 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193596425456 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12390] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12390/stat : 12390 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193595374032 140194130003867 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12391] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12391/stat : 12391 (java) S 12379 12379 10284 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 446290008 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193594321136 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12392] ppid=12379 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12392/stat : 12392 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193593268592 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12393] ppid=12379 vsize=15144776 memory=140559920580224 CPUtime=0.01 cores=1,3,5,7
/proc/12381/task/12393/stat : 12393 (java) S 12379 12379 10284 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 15 0 446290008 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193592215536 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12394] ppid=12379 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12394/stat : 12394 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193591163232 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12395] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12395/stat : 12395 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290009 15508250624 7281 33554432000 4194304 4196468 140723871550880 140193590111280 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30576 KiB

[startup+0.211893 s]*
/proc/loadavg: 8.57 8.11 7.69 7/233 12395
/proc/meminfo: memFree=27189664/32770624 swapFree=66953076/67108860
[pid=12379] ppid=12376 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12379/stat : 12379 (xcsp3-exec) S 12376 12379 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446290002 115843072 363 33554432000 4194304 5098028 140734729820176 140734729818280 140021662765692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11624448 140734729823099 140734729823341 140734729823341 140734729826250 0
/proc/12379/statm: 28282 363 304 221 0 87 0
[pid=12381] ppid=12379 vsize=15144776 memory=41096 CPUtime=0.33 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12379 12379 10284 0 -1 1077944320 9433 0 0 0 31 2 0 0 20 0 15 0 446290003 15508250624 10274 33554432000 4194304 4196468 140723871550880 140723871533424 140194129985271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
/proc/12381/statm: 3786194 10274 3319 1 0 3748377 0
[pid=12381/tid=12382] ppid=12379 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/12381/task/12382/stat : 12382 (java) R 12379 12379 10284 0 -1 4202560 6633 0 0 0 18 1 0 0 20 0 15 0 446290003 15508250624 10274 33554432000 4194304 4196468 140723871550880 140194134218000 140194115678480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12383] ppid=12379 vsize=15144776 memory=1946935 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12383/stat : 12383 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193722001936 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12384] ppid=12379 vsize=15144776 memory=140559922527248 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12384/stat : 12384 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193720949392 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12385] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12385/stat : 12385 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193719896336 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12386] ppid=12379 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12386/stat : 12386 (java) S 12379 12379 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446290004 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193718843792 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12387] ppid=12379 vsize=15144776 memory=140559920580224 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12387/stat : 12387 (java) S 12379 12379 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446290005 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193598532336 140194129996418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12388] ppid=12379 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12388/stat : 12388 (java) S 12379 12379 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446290006 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193597478560 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12389] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12389/stat : 12389 (java) S 12379 12379 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446290006 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193596425456 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12390] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12390/stat : 12390 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193595374032 140194130003867 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12391] ppid=12379 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12381/task/12391/stat : 12391 (java) S 12379 12379 10284 0 -1 1077944384 557 0 0 0 3 0 0 0 20 0 15 0 446290008 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193594321136 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12392] ppid=12379 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12381/task/12392/stat : 12392 (java) S 12379 12379 10284 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 446290008 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193593268592 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12393] ppid=12379 vsize=15144776 memory=140559920580224 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12393/stat : 12393 (java) S 12379 12379 10284 0 -1 1077944384 743 0 0 0 7 0 0 0 20 0 15 0 446290008 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193592215536 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12394] ppid=12379 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12394/stat : 12394 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193591163232 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12395] ppid=12379 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12395/stat : 12395 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290009 15508250624 10274 33554432000 4194304 4196468 140723871550880 140193590111280 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42548 KiB

[startup+0.311558 s]*
/proc/loadavg: 8.57 8.11 7.69 7/233 12395
/proc/meminfo: memFree=27184552/32770624 swapFree=66953076/67108860
[pid=12379] ppid=12376 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12379/stat : 12379 (xcsp3-exec) S 12376 12379 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446290002 115843072 363 33554432000 4194304 5098028 140734729820176 140734729818280 140021662765692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11624448 140734729823099 140734729823341 140734729823341 140734729826250 0
/proc/12379/statm: 28282 363 304 221 0 87 0
[pid=12381] ppid=12379 vsize=15149032 memory=50100 CPUtime=0.52 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12379 12379 10284 0 -1 1077944320 10812 0 0 0 49 3 0 0 20 0 15 0 446290003 15512608768 12525 33554432000 4194304 4196468 140723871550880 140723871533424 140194129985271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
/proc/12381/statm: 3787258 12525 3367 1 0 3748377 0
[pid=12381/tid=12382] ppid=12379 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/12381/task/12382/stat : 12382 (java) R 12379 12379 10284 0 -1 4202560 7758 0 0 0 27 2 0 0 20 0 15 0 446290003 15512608768 12525 33554432000 4194304 4196468 140723871550880 140194134216384 140194130007197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12383] ppid=12379 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12383/stat : 12383 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193722001936 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12384] ppid=12379 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12384/stat : 12384 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193720949392 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12385] ppid=12379 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12385/stat : 12385 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193719896336 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12386] ppid=12379 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12386/stat : 12386 (java) S 12379 12379 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446290004 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193718843792 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12387] ppid=12379 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12387/stat : 12387 (java) S 12379 12379 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446290005 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193598532336 140194129996418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12388] ppid=12379 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12388/stat : 12388 (java) S 12379 12379 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446290006 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193597478560 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12389] ppid=12379 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12389/stat : 12389 (java) S 12379 12379 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446290006 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193596425456 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12390] ppid=12379 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12390/stat : 12390 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193595374032 140194130003867 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12391] ppid=12379 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/12381/task/12391/stat : 12391 (java) S 12379 12379 10284 0 -1 1077944384 565 0 0 0 4 0 0 0 20 0 15 0 446290008 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193594321136 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12392] ppid=12379 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12381/task/12392/stat : 12392 (java) R 12379 12379 10284 0 -1 4202560 344 0 0 0 4 0 0 0 20 0 15 0 446290008 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193593268592 140194116040539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12393] ppid=12379 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12381/task/12393/stat : 12393 (java) S 12379 12379 10284 0 -1 1077944384 859 0 0 0 12 0 0 0 20 0 15 0 446290008 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193592215536 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12394] ppid=12379 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12394/stat : 12394 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193591163232 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12395] ppid=12379 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12395/stat : 12395 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290009 15512608768 12553 33554432000 4194304 4196468 140723871550880 140193590111280 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51552 KiB

[startup+0.700752 s]
/proc/loadavg: 8.57 8.11 7.69 8/233 12395
/proc/meminfo: memFree=27170252/32770624 swapFree=66953076/67108860
[pid=12379] ppid=12376 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12379/stat : 12379 (xcsp3-exec) S 12376 12379 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446290002 115843072 363 33554432000 4194304 5098028 140734729820176 140734729818280 140021662765692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11624448 140734729823099 140734729823341 140734729823341 140734729826250 0
/proc/12379/statm: 28282 363 304 221 0 87 0
[pid=12381] ppid=12379 vsize=15151156 memory=95352 CPUtime=1.64 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12379 12379 10284 0 -1 1077944320 14969 0 0 0 159 5 0 0 20 0 15 0 446290003 15514783744 23838 33554432000 4194304 4196468 140723871550880 140723871533424 140194129985271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
/proc/12381/statm: 3787789 23838 3453 1 0 3748889 0
[pid=12381/tid=12382] ppid=12379 vsize=15151156 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/12381/task/12382/stat : 12382 (java) R 12379 12379 10284 0 -1 4202560 9222 0 0 0 63 3 0 0 20 0 15 0 446290003 15514783744 23838 33554432000 4194304 4196468 140723871550880 140194134221000 140193726815300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12383] ppid=12379 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12383/stat : 12383 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193722001936 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12384] ppid=12379 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12384/stat : 12384 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193720949392 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12385] ppid=12379 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12385/stat : 12385 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290004 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193719896336 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12386] ppid=12379 vsize=15151156 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12386/stat : 12386 (java) S 12379 12379 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446290004 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193718843792 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12387] ppid=12379 vsize=15151156 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12387/stat : 12387 (java) S 12379 12379 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446290005 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193598532336 140194129996418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12388] ppid=12379 vsize=15151156 memory=9592 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12388/stat : 12388 (java) S 12379 12379 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446290006 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193597478560 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12389] ppid=12379 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12389/stat : 12389 (java) S 12379 12379 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446290006 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193596425456 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12390] ppid=12379 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12390/stat : 12390 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193595374032 140194130003867 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12391] ppid=12379 vsize=15151156 memory=620 CPUtime=0.27 cores=1,3,5,7
/proc/12381/task/12391/stat : 12391 (java) R 12379 12379 10284 0 -1 4202560 1298 0 0 0 27 0 0 0 20 0 15 0 446290008 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193594308448 140194111529359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12392] ppid=12379 vsize=15151156 memory=1496 CPUtime=0.26 cores=1,3,5,7
/proc/12381/task/12392/stat : 12392 (java) R 12379 12379 10284 0 -1 4202560 1034 0 0 0 26 0 0 0 20 0 15 0 446290008 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193593258384 140194109423556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12393] ppid=12379 vsize=15151156 memory=1016 CPUtime=0.41 cores=1,3,5,7
/proc/12381/task/12393/stat : 12393 (java) S 12379 12379 10284 0 -1 1077944384 2108 0 0 0 41 0 0 0 20 0 15 0 446290008 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193592215536 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12394] ppid=12379 vsize=15151156 memory=6016 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12394/stat : 12394 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446290008 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193591163232 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12395] ppid=12379 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12395/stat : 12395 (java) S 12379 12379 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446290009 15514783744 23838 33554432000 4194304 4196468 140723871550880 140193590111280 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 96804 KiB

[startup+1.50082 s]
/proc/loadavg: 8.57 8.11 7.69 6/233 12395
/proc/meminfo: memFree=27031928/32770624 swapFree=66953076/67108860
[pid=12379] ppid=12376 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12379/stat : 12379 (xcsp3-exec) S 12376 12379 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446290002 115843072 363 33554432000 4194304 5098028 140734729820176 140734729818280 140021662765692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11624448 140734729823099 140734729823341 140734729823341 140734729826250 0
/proc/12379/statm: 28282 363 304 221 0 87 0

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

[pid=12381/tid=12385] ppid=12379 vsize=15419460 memory=6747360 CPUtime=12.11 cores=1,3,5,7
/proc/12381/task/12385/stat : 12385 (java) S 12379 12379 10284 0 -1 1077944384 21366 0 0 0 1146 65 0 0 20 0 19 0 446290004 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193719896336 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12386] ppid=12379 vsize=15419460 memory=6747360 CPUtime=12.14 cores=1,3,5,7
/proc/12381/task/12386/stat : 12386 (java) S 12379 12379 10284 0 -1 1077944384 20038 0 0 0 1161 53 0 0 20 0 19 0 446290004 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193718843792 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12387] ppid=12379 vsize=15419460 memory=6747360 CPUtime=5.58 cores=1,3,5,7
/proc/12381/task/12387/stat : 12387 (java) S 12379 12379 10284 0 -1 1077944384 15332 0 0 0 556 2 0 0 20 0 19 0 446290005 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193598532336 140194129996418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12388] ppid=12379 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12388/stat : 12388 (java) S 12379 12379 10284 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 446290006 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193597478624 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12389] ppid=12379 vsize=15419460 memory=48100 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12389/stat : 12389 (java) S 12379 12379 10284 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 19 0 446290006 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193596425472 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12390] ppid=12379 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12390/stat : 12390 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446290008 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193595374032 140194130003867 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12391] ppid=12379 vsize=15419460 memory=1452 CPUtime=2.79 cores=1,3,5,7
/proc/12381/task/12391/stat : 12391 (java) S 12379 12379 10284 0 -1 1077944384 18653 0 0 0 278 1 0 0 20 0 19 0 446290008 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193594321136 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12392] ppid=12379 vsize=15419460 memory=1452 CPUtime=2.73 cores=1,3,5,7
/proc/12381/task/12392/stat : 12392 (java) S 12379 12379 10284 0 -1 1077944384 22289 0 0 0 271 2 0 0 20 0 19 0 446290008 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193593268592 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12393] ppid=12379 vsize=15419460 memory=1452 CPUtime=0.84 cores=1,3,5,7
/proc/12381/task/12393/stat : 12393 (java) S 12379 12379 10284 0 -1 1077944384 9886 0 0 0 83 1 0 0 20 0 19 0 446290008 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193592215536 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12394] ppid=12379 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12394/stat : 12394 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446290008 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193591163232 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12395] ppid=12379 vsize=15419460 memory=6747360 CPUtime=0.37 cores=1,3,5,7
/proc/12381/task/12395/stat : 12395 (java) S 12379 12379 10284 0 -1 1077944384 939 0 0 0 16 21 0 0 20 0 19 0 446290009 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193590111280 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12415] ppid=12379 vsize=15419460 memory=1452 CPUtime=530.6 cores=1,3,5,7
/proc/12381/task/12415/stat : 12415 (java) R 12379 12379 10284 0 -1 4202560 3044 0 0 0 53060 0 0 0 20 0 19 0 446300610 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193580896024 140193728778201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12416] ppid=12379 vsize=15419460 memory=1452 CPUtime=533.34 cores=1,3,5,7
/proc/12381/task/12416/stat : 12416 (java) R 12379 12379 10284 0 -1 4202560 20548 0 0 0 53329 5 0 0 20 0 19 0 446300610 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193579844168 140193728948049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12417] ppid=12379 vsize=15419460 memory=6747360 CPUtime=531.08 cores=1,3,5,7
/proc/12381/task/12417/stat : 12417 (java) R 12379 12379 10284 0 -1 4202560 1836 0 0 0 53108 0 0 0 20 0 19 0 446300610 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193578791056 140193729082840 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12418] ppid=12379 vsize=15419460 memory=7811607157311039314 CPUtime=530.33 cores=1,3,5,7
/proc/12381/task/12418/stat : 12418 (java) R 12379 12379 10284 0 -1 4202560 17024 0 0 0 53029 4 0 0 20 0 19 0 446300610 15789527040 1686840 33554432000 4194304 4196468 140723871550880 140193577738568 140193730675915 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
Current children cumulated CPU time: 2275.8 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 6748812 KiB

[startup+702.302 s]
/proc/loadavg: 4.18 5.87 6.92 5/212 12518
/proc/meminfo: memFree=23989016/32770624 swapFree=66953076/67108860
[pid=12379] ppid=12376 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12379/stat : 12379 (xcsp3-exec) S 12376 12379 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446290002 115843072 363 33554432000 4194304 5098028 140734729820176 140734729818280 140021662765692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11624448 140734729823099 140734729823341 140734729823341 140734729826250 0
/proc/12379/statm: 28282 363 304 221 0 87 0
[pid=12381] ppid=12379 vsize=15419460 memory=6702732 CPUtime=2514.67 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12379 12379 10284 0 -1 1077944320 225609 0 0 0 251155 312 0 0 20 0 19 0 446290003 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140723871533424 140194129985271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
/proc/12381/statm: 3854865 1675683 3550 1 0 3815965 0
[pid=12381/tid=12382] ppid=12379 vsize=15419460 memory=6702732 CPUtime=89.48 cores=1,3,5,7
/proc/12381/task/12382/stat : 12382 (java) S 12379 12379 10284 0 -1 1077944384 24579 0 0 0 8891 57 0 0 20 0 19 0 446290003 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140194134226048 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12383] ppid=12379 vsize=15419460 memory=6702732 CPUtime=12.45 cores=1,3,5,7
/proc/12381/task/12383/stat : 12383 (java) S 12379 12379 10284 0 -1 1077944384 20344 0 0 0 1189 56 0 0 20 0 19 0 446290004 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193722001936 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12384] ppid=12379 vsize=15419460 memory=6702732 CPUtime=12.56 cores=1,3,5,7
/proc/12381/task/12384/stat : 12384 (java) S 12379 12379 10284 0 -1 1077944384 16795 0 0 0 1198 58 0 0 20 0 19 0 446290004 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193720949392 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12385] ppid=12379 vsize=15419460 memory=6702732 CPUtime=12.48 cores=1,3,5,7
/proc/12381/task/12385/stat : 12385 (java) S 12379 12379 10284 0 -1 1077944384 24754 0 0 0 1183 65 0 0 20 0 19 0 446290004 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193719896336 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12386] ppid=12379 vsize=15419460 memory=1452 CPUtime=12.51 cores=1,3,5,7
/proc/12381/task/12386/stat : 12386 (java) S 12379 12379 10284 0 -1 1077944384 23718 0 0 0 1198 53 0 0 20 0 19 0 446290004 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193718843792 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12387] ppid=12379 vsize=15419460 memory=6702732 CPUtime=5.59 cores=1,3,5,7
/proc/12381/task/12387/stat : 12387 (java) S 12379 12379 10284 0 -1 1077944384 15808 0 0 0 556 3 0 0 20 0 19 0 446290005 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193598532336 140194129996418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12388] ppid=12379 vsize=15419460 memory=6702732 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12388/stat : 12388 (java) S 12379 12379 10284 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 446290006 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193597478624 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12389] ppid=12379 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12389/stat : 12389 (java) S 12379 12379 10284 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 19 0 446290006 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193596425472 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12390] ppid=12379 vsize=15419460 memory=6702732 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12390/stat : 12390 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193595374032 140194130003867 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12391] ppid=12379 vsize=15419460 memory=1452 CPUtime=2.79 cores=1,3,5,7
/proc/12381/task/12391/stat : 12391 (java) S 12379 12379 10284 0 -1 1077944384 18657 0 0 0 278 1 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193594321136 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12392] ppid=12379 vsize=15419460 memory=6702732 CPUtime=2.74 cores=1,3,5,7
/proc/12381/task/12392/stat : 12392 (java) S 12379 12379 10284 0 -1 1077944384 22294 0 0 0 272 2 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193593268592 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12393] ppid=12379 vsize=15419460 memory=1452 CPUtime=0.84 cores=1,3,5,7
/proc/12381/task/12393/stat : 12393 (java) S 12379 12379 10284 0 -1 1077944384 9890 0 0 0 83 1 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193592215536 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12394] ppid=12379 vsize=15419460 memory=6702732 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12394/stat : 12394 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193591163232 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12395] ppid=12379 vsize=15419460 memory=1452 CPUtime=0.42 cores=1,3,5,7
/proc/12381/task/12395/stat : 12395 (java) S 12379 12379 10284 0 -1 1077944384 968 0 0 0 18 24 0 0 20 0 19 0 446290009 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193590111280 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12415] ppid=12379 vsize=15419460 memory=1452 CPUtime=590.2 cores=1,3,5,7
/proc/12381/task/12415/stat : 12415 (java) R 12379 12379 10284 0 -1 4202560 3293 0 0 0 59020 0 0 0 20 0 19 0 446300610 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193580891456 140193729520543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12416] ppid=12379 vsize=15419460 memory=3624 CPUtime=592.37 cores=1,3,5,7
/proc/12381/task/12416/stat : 12416 (java) R 12379 12379 10284 0 -1 4202560 21903 0 0 0 59232 5 0 0 20 0 19 0 446300610 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193579839928 140193725640459 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12417] ppid=12379 vsize=15419460 memory=48100 CPUtime=590.21 cores=1,3,5,7
/proc/12381/task/12417/stat : 12417 (java) R 12379 12379 10284 0 -1 4202560 1978 0 0 0 59021 0 0 0 20 0 19 0 446300610 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193578787368 140193729520556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12418] ppid=12379 vsize=15419460 memory=1976 CPUtime=589.9 cores=1,3,5,7
/proc/12381/task/12418/stat : 12418 (java) R 12379 12379 10284 0 -1 4202560 19217 0 0 0 58986 4 0 0 20 0 19 0 446300610 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193577736672 140193730675808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
Current children cumulated CPU time: 2514.67 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 6704184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+703.702 s]
/proc/loadavg: 4.17 5.84 6.90 5/212 12519
/proc/meminfo: memFree=23989000/32770624 swapFree=66953076/67108860
[pid=12379] ppid=12376 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12379/stat : 12379 (xcsp3-exec) S 12376 12379 10284 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446290002 115843072 363 33554432000 4194304 5098028 140734729820176 140734729818280 140021662765692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11624448 140734729823099 140734729823341 140734729823341 140734729826250 0
/proc/12379/statm: 28282 363 304 221 0 87 0
[pid=12381] ppid=12379 vsize=15419460 memory=6702732 CPUtime=2520.24 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12379 12379 10284 0 -1 1077944320 225656 0 0 0 251712 312 0 0 20 0 19 0 446290003 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140723871533424 140194129985271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
/proc/12381/statm: 3854865 1675683 3550 1 0 3815965 0
[pid=12381/tid=12382] ppid=12379 vsize=15419460 memory=6702732 CPUtime=89.48 cores=1,3,5,7
/proc/12381/task/12382/stat : 12382 (java) S 12379 12379 10284 0 -1 1077944384 24579 0 0 0 8891 57 0 0 20 0 19 0 446290003 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140194134226048 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12383] ppid=12379 vsize=15419460 memory=6702732 CPUtime=12.45 cores=1,3,5,7
/proc/12381/task/12383/stat : 12383 (java) S 12379 12379 10284 0 -1 1077944384 20344 0 0 0 1189 56 0 0 20 0 19 0 446290004 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193722001936 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12384] ppid=12379 vsize=15419460 memory=6702732 CPUtime=12.56 cores=1,3,5,7
/proc/12381/task/12384/stat : 12384 (java) S 12379 12379 10284 0 -1 1077944384 16795 0 0 0 1198 58 0 0 20 0 19 0 446290004 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193720949392 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12385] ppid=12379 vsize=15419460 memory=1452 CPUtime=12.48 cores=1,3,5,7
/proc/12381/task/12385/stat : 12385 (java) S 12379 12379 10284 0 -1 1077944384 24754 0 0 0 1183 65 0 0 20 0 19 0 446290004 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193719896336 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12386] ppid=12379 vsize=15419460 memory=6702732 CPUtime=12.51 cores=1,3,5,7
/proc/12381/task/12386/stat : 12386 (java) S 12379 12379 10284 0 -1 1077944384 23718 0 0 0 1198 53 0 0 20 0 19 0 446290004 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193718843792 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12387] ppid=12379 vsize=15419460 memory=6702732 CPUtime=5.59 cores=1,3,5,7
/proc/12381/task/12387/stat : 12387 (java) S 12379 12379 10284 0 -1 1077944384 15808 0 0 0 556 3 0 0 20 0 19 0 446290005 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193598532336 140194129996418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12388] ppid=12379 vsize=15419460 memory=6702732 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12388/stat : 12388 (java) S 12379 12379 10284 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 446290006 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193597478624 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12389] ppid=12379 vsize=15419460 memory=6702732 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12389/stat : 12389 (java) S 12379 12379 10284 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 19 0 446290006 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193596425472 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12390] ppid=12379 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12390/stat : 12390 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193595374032 140194130003867 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12391] ppid=12379 vsize=15419460 memory=6702732 CPUtime=2.79 cores=1,3,5,7
/proc/12381/task/12391/stat : 12391 (java) S 12379 12379 10284 0 -1 1077944384 18657 0 0 0 278 1 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193594321136 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12392] ppid=12379 vsize=15419460 memory=3624 CPUtime=2.74 cores=1,3,5,7
/proc/12381/task/12392/stat : 12392 (java) S 12379 12379 10284 0 -1 1077944384 22294 0 0 0 272 2 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193593268592 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12393] ppid=12379 vsize=15419460 memory=48100 CPUtime=0.84 cores=1,3,5,7
/proc/12381/task/12393/stat : 12393 (java) S 12379 12379 10284 0 -1 1077944384 9890 0 0 0 83 1 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193592215536 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12394] ppid=12379 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12381/task/12394/stat : 12394 (java) S 12379 12379 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446290008 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193591163232 140194129995477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12395] ppid=12379 vsize=15419460 memory=6702732 CPUtime=0.42 cores=1,3,5,7
/proc/12381/task/12395/stat : 12395 (java) S 12379 12379 10284 0 -1 1077944384 968 0 0 0 18 24 0 0 20 0 19 0 446290009 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193590111280 140194129996418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12415] ppid=12379 vsize=15419460 memory=1452 CPUtime=591.6 cores=1,3,5,7
/proc/12381/task/12415/stat : 12415 (java) R 12379 12379 10284 0 -1 4202560 3293 0 0 0 59160 0 0 0 20 0 19 0 446300610 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193580891456 140193729659182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12416] ppid=12379 vsize=15419460 memory=6702732 CPUtime=593.75 cores=1,3,5,7
/proc/12381/task/12416/stat : 12416 (java) R 12379 12379 10284 0 -1 4202560 21911 0 0 0 59370 5 0 0 20 0 19 0 446300610 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193579839928 140193729260934 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12417] ppid=12379 vsize=15419460 memory=1452 CPUtime=591.61 cores=1,3,5,7
/proc/12381/task/12417/stat : 12417 (java) R 12379 12379 10284 0 -1 4202560 1978 0 0 0 59161 0 0 0 20 0 19 0 446300610 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193578787368 140193729260958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
[pid=12381/tid=12418] ppid=12379 vsize=15419460 memory=1452 CPUtime=591.3 cores=1,3,5,7
/proc/12381/task/12418/stat : 12418 (java) R 12379 12379 10284 0 -1 4202560 19256 0 0 0 59126 4 0 0 20 0 19 0 446300610 15789527040 1675683 33554432000 4194304 4196468 140723871550880 140193577736672 140193730675910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31813632 140723871556591 140723871556762 140723871556762 140723871559631 0
Current children cumulated CPU time: 2520.24 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 6704184 KiB

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

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

[startup+703.836 s]
# the end of solver process 12381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.54 s, system=3.15859 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+703.821 s]*
/proc/loadavg: 4.17 5.84 6.90 2/194 12521
/proc/meminfo: memFree=28188776/32770624 swapFree=66953076/67108860
Current cumulated CPU time of completed processes: 0.002377 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): 703.836
CPU time (s): 2520.69
CPU user time (s): 2517.54
CPU system time (s): 3.15859
CPU usage (%): 358.137
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 6795644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.54
system time used= 3.15859
maximum resident set size= 6794192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19815
involuntary context switches= 38550


# summary of solver processes directly reported to runsolver:
#   pid: 12379,12381
#   total CPU time (s): 2520.69
#   total CPU user time (s): 2517.54
#   total CPU system time (s): 3.15859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.42578 second user time and 8.1173 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 08:02:51
IDJOB=4398843
IDBENCH=141704
IDSOLVER=2853
FILE ID=node127/4398843-1568700211
RUNJOBID= node127-1568698608-10316
PBS_JOBID= 21703817
Free space on /tmp= 61288 MiB

SOLVER NAME= choco-solver 2019-09-16
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 /tmp/evaluation-result-4398843-1568700211/watcher-4398843-1568700211 -o /tmp/evaluation-result-4398843-1568700211/solver-4398843-1568700211 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10316 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 765987724 HOME/instance-4398843-1568700211.xml

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

MD5SUM BENCH= 3ff211d871d85a956d1d429dedc73eaa
RANDOM SEED=765987724

node127.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.55
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.55
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.55
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.55
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:        27219956 kB
MemAvailable:   28385796 kB
Buffers:           92924 kB
Cached:          1357380 kB
SwapCached:        51464 kB
Active:          3967688 kB
Inactive:         980704 kB
Active(anon):    3455028 kB
Inactive(anon):    92224 kB
Active(file):     512660 kB
Inactive(file):   888480 kB
Unevictable:      108248 kB
Mlocked:          108248 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             26308 kB
Writeback:             0 kB
AnonPages:       3578612 kB
Mapped:            61996 kB
Shmem:             40672 kB
Slab:             191040 kB
SReclaimable:     161072 kB
SUnreclaim:        29968 kB
KernelStack:        4064 kB
PageTables:        12692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4809840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3442688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61288 MiB
End job on node127 at 2019-09-17 08:14:35