Trace number 4405949

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-24? (TO) 2520.13 2481.63

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-07-0080.xml
MD5SUM9b203975fed1c25a0b87c4f345706814
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark139.896
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
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-4405949-1569409001.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405949-1569409001.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
0.99/0.52	c solve instance...
2520.09/2481.60	s UNKNOWN
2520.09/2481.60	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 (12484 MiB free)
  memory of node 1: 16384 MiB (12888 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405949-1569409001/watcher-4405949-1569409001 -o /tmp/evaluation-result-4405949-1569409001/solver-4405949-1569409001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569408839-17472 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1944950783 HOME/instance-4405949-1569409001.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=17601, runsolver pid=17598
Current StackSize limit: 8192 KiB


[startup+0.100348 s]*
/proc/loadavg: 1.32 0.97 0.97 3/229 17617
/proc/meminfo: memFree=25965556/32770624 swapFree=66975556/67108860
[pid=17601] ppid=17598 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17601/stat : 17601 (xcsp3-exec) S 17598 17601 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517166888 115843072 362 33554432000 4194304 5098028 140720433061648 140720433059752 139687921271420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12869632 140720433066874 140720433067117 140720433067117 140720433070026 0
/proc/17601/statm: 28282 362 304 221 0 87 0
[pid=17603] ppid=17601 vsize=15144776 memory=28908 CPUtime=0.12 cores=0,2,4,6
/proc/17603/stat : 17603 (java) S 17601 17601 17441 0 -1 1077944320 5645 0 0 0 11 1 0 0 20 0 15 0 517166888 15508250624 7227 33554432000 4194304 4196468 140730967407072 140730967389616 140710168198903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
/proc/17603/statm: 3786194 7227 3151 1 0 3748377 0
[pid=17603/tid=17604] ppid=17601 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=0,2,4,6
/proc/17603/task/17604/stat : 17604 (java) R 17601 17601 17441 0 -1 4202560 3549 0 0 0 8 1 0 0 20 0 15 0 517166889 15508250624 7227 33554432000 4194304 4196468 140730967407072 140710172435328 140710152279390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17605] ppid=17601 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17605/stat : 17605 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15508250624 7227 33554432000 4194304 4196468 140730967407072 140710120819472 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17606] ppid=17601 vsize=15144776 memory=140459115333248 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17606/stat : 17606 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15508250624 7227 33554432000 4194304 4196468 140730967407072 140710119766928 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17607] ppid=17601 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17607/stat : 17607 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15508250624 7227 33554432000 4194304 4196468 140730967407072 140710118714384 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17608] ppid=17601 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17608/stat : 17608 (java) S 17601 17601 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517166889 15508250624 7227 33554432000 4194304 4196468 140730967407072 140710117661840 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17609] ppid=17601 vsize=15144776 memory=140459115333248 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17609/stat : 17609 (java) S 17601 17601 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517166891 15508250624 7227 33554432000 4194304 4196468 140730967407072 140709041522672 140710168210050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17610] ppid=17601 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17610/stat : 17610 (java) S 17601 17601 17441 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517166891 15508250624 7227 33554432000 4194304 4196468 140730967407072 140709040468896 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17611] ppid=17601 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17611/stat : 17611 (java) S 17601 17601 17441 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517166891 15508250624 7227 33554432000 4194304 4196468 140730967407072 140709039416304 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17612] ppid=17601 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17612/stat : 17612 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15508250624 7227 33554432000 4194304 4196468 140730967407072 140709038364880 140710168217499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17613] ppid=17601 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17613/stat : 17613 (java) S 17601 17601 17441 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 517166894 15508250624 7227 33554432000 4194304 4196468 140730967407072 140709037312496 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17614] ppid=17601 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17614/stat : 17614 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15508250624 7227 33554432000 4194304 4196468 140730967407072 140709036259952 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17615] ppid=17601 vsize=15144776 memory=140459115333248 CPUtime=0.02 cores=0,2,4,6
/proc/17603/task/17615/stat : 17615 (java) S 17601 17601 17441 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 517166894 15508250624 7227 33554432000 4194304 4196468 140730967407072 140708726790896 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17616] ppid=17601 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17616/stat : 17616 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15508250624 7227 33554432000 4194304 4196468 140730967407072 140708725738592 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17617] ppid=17601 vsize=15144776 memory=140459115333248 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17617/stat : 17617 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166894 15508250624 7227 33554432000 4194304 4196468 140730967407072 140708724685104 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30356 KiB

[startup+0.210661 s]*
/proc/loadavg: 1.32 0.97 0.97 3/229 17617
/proc/meminfo: memFree=25953392/32770624 swapFree=66975556/67108860
[pid=17601] ppid=17598 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17601/stat : 17601 (xcsp3-exec) S 17598 17601 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517166888 115843072 362 33554432000 4194304 5098028 140720433061648 140720433059752 139687921271420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12869632 140720433066874 140720433067117 140720433067117 140720433070026 0
/proc/17601/statm: 28282 362 304 221 0 87 0
[pid=17603] ppid=17601 vsize=15144776 memory=40392 CPUtime=0.34 cores=0,2,4,6
/proc/17603/stat : 17603 (java) S 17601 17601 17441 0 -1 1077944320 9291 0 0 0 31 3 0 0 20 0 15 0 517166888 15508250624 10098 33554432000 4194304 4196468 140730967407072 140730967389616 140710168198903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
/proc/17603/statm: 3786194 10098 3303 1 0 3748377 0
[pid=17603/tid=17604] ppid=17601 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/17603/task/17604/stat : 17604 (java) R 17601 17601 17441 0 -1 4202560 6538 0 0 0 17 2 0 0 20 0 15 0 517166889 15508250624 10098 33554432000 4194304 4196468 140730967407072 140710172429184 140709789249303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17605] ppid=17601 vsize=15144776 memory=9034 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17605/stat : 17605 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15508250624 10098 33554432000 4194304 4196468 140730967407072 140710120819472 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17606] ppid=17601 vsize=15144776 memory=140459115350972 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17606/stat : 17606 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15508250624 10098 33554432000 4194304 4196468 140730967407072 140710119766928 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17607] ppid=17601 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17607/stat : 17607 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15508250624 10098 33554432000 4194304 4196468 140730967407072 140710118714384 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17608] ppid=17601 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17608/stat : 17608 (java) S 17601 17601 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517166889 15508250624 10098 33554432000 4194304 4196468 140730967407072 140710117661840 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17609] ppid=17601 vsize=15144776 memory=140459115333248 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17609/stat : 17609 (java) S 17601 17601 17441 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517166891 15508250624 10098 33554432000 4194304 4196468 140730967407072 140709041522672 140710168210050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17610] ppid=17601 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17610/stat : 17610 (java) S 17601 17601 17441 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517166891 15508250624 10098 33554432000 4194304 4196468 140730967407072 140709040468896 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17611] ppid=17601 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17611/stat : 17611 (java) S 17601 17601 17441 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517166891 15508250624 10098 33554432000 4194304 4196468 140730967407072 140709039416304 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17612] ppid=17601 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17612/stat : 17612 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15508250624 10098 33554432000 4194304 4196468 140730967407072 140709038364880 140710168217499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17613] ppid=17601 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17603/task/17613/stat : 17613 (java) S 17601 17601 17441 0 -1 1077944384 550 0 0 0 3 0 0 0 20 0 15 0 517166894 15508250624 10098 33554432000 4194304 4196468 140730967407072 140709037312496 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17614] ppid=17601 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17603/task/17614/stat : 17614 (java) S 17601 17601 17441 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 517166894 15508250624 10098 33554432000 4194304 4196468 140730967407072 140709036259952 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17615] ppid=17601 vsize=15144776 memory=140459115333248 CPUtime=0.08 cores=0,2,4,6
/proc/17603/task/17615/stat : 17615 (java) R 17601 17601 17441 0 -1 4202560 820 0 0 0 8 0 0 0 20 0 15 0 517166894 15508250624 10098 33554432000 4194304 4196468 140730967407072 140708726790704 140710152279390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17616] ppid=17601 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17616/stat : 17616 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15508250624 10098 33554432000 4194304 4196468 140730967407072 140708725738592 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17617] ppid=17601 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17617/stat : 17617 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166894 15508250624 10098 33554432000 4194304 4196468 140730967407072 140708724685104 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41840 KiB

[startup+0.311361 s]*
/proc/loadavg: 1.46 1.01 0.98 5/229 17617
/proc/meminfo: memFree=25948196/32770624 swapFree=66975556/67108860
[pid=17601] ppid=17598 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17601/stat : 17601 (xcsp3-exec) S 17598 17601 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517166888 115843072 362 33554432000 4194304 5098028 140720433061648 140720433059752 139687921271420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12869632 140720433066874 140720433067117 140720433067117 140720433070026 0
/proc/17601/statm: 28282 362 304 221 0 87 0
[pid=17603] ppid=17601 vsize=15149032 memory=49472 CPUtime=0.52 cores=0,2,4,6
/proc/17603/stat : 17603 (java) S 17601 17601 17441 0 -1 1077944320 10703 0 0 0 48 4 0 0 20 0 15 0 517166888 15512608768 12368 33554432000 4194304 4196468 140730967407072 140730967389616 140710168198903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
/proc/17603/statm: 3787258 12368 3353 1 0 3748377 0
[pid=17603/tid=17604] ppid=17601 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/17603/task/17604/stat : 17604 (java) R 17601 17601 17441 0 -1 4202560 7621 0 0 0 26 3 0 0 20 0 15 0 517166889 15512608768 12368 33554432000 4194304 4196468 140730967407072 140710172438304 140710152279390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17605] ppid=17601 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17605/stat : 17605 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15512608768 12368 33554432000 4194304 4196468 140730967407072 140710120819472 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17606] ppid=17601 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17606/stat : 17606 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15512608768 12368 33554432000 4194304 4196468 140730967407072 140710119766928 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17607] ppid=17601 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17607/stat : 17607 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15512608768 12368 33554432000 4194304 4196468 140730967407072 140710118714384 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17608] ppid=17601 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17608/stat : 17608 (java) S 17601 17601 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517166889 15512608768 12368 33554432000 4194304 4196468 140730967407072 140710117661840 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17609] ppid=17601 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17609/stat : 17609 (java) S 17601 17601 17441 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517166891 15512608768 12368 33554432000 4194304 4196468 140730967407072 140709041522672 140710168210050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17610] ppid=17601 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17610/stat : 17610 (java) S 17601 17601 17441 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517166891 15512608768 12368 33554432000 4194304 4196468 140730967407072 140709040468896 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17611] ppid=17601 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17611/stat : 17611 (java) S 17601 17601 17441 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517166891 15512608768 12368 33554432000 4194304 4196468 140730967407072 140709039416304 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17612] ppid=17601 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17612/stat : 17612 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15512608768 12368 33554432000 4194304 4196468 140730967407072 140709038364880 140710168217499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17613] ppid=17601 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/17603/task/17613/stat : 17613 (java) S 17601 17601 17441 0 -1 1077944384 573 0 0 0 4 0 0 0 20 0 15 0 517166894 15512608768 12368 33554432000 4194304 4196468 140730967407072 140709037312496 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17614] ppid=17601 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/17603/task/17614/stat : 17614 (java) R 17601 17601 17441 0 -1 4202560 217 0 0 0 4 0 0 0 20 0 15 0 517166894 15512608768 12368 33554432000 4194304 4196468 140730967407072 140709036260048 140710149719979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17615] ppid=17601 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/17603/task/17615/stat : 17615 (java) S 17601 17601 17441 0 -1 1077944384 995 0 0 0 13 0 0 0 20 0 15 0 517166894 15512608768 12368 33554432000 4194304 4196468 140730967407072 140708726790896 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17616] ppid=17601 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17616/stat : 17616 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15512608768 12368 33554432000 4194304 4196468 140730967407072 140708725738592 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17617] ppid=17601 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17617/stat : 17617 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166894 15512608768 12368 33554432000 4194304 4196468 140730967407072 140708724685104 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50920 KiB

[startup+0.701361 s]
/proc/loadavg: 1.46 1.01 0.98 6/229 17619
/proc/meminfo: memFree=25930260/32770624 swapFree=66975556/67108860
[pid=17601] ppid=17598 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17601/stat : 17601 (xcsp3-exec) S 17598 17601 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517166888 115843072 362 33554432000 4194304 5098028 140720433061648 140720433059752 139687921271420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12869632 140720433066874 140720433067117 140720433067117 140720433070026 0
/proc/17601/statm: 28282 362 304 221 0 87 0
[pid=17603] ppid=17601 vsize=15151156 memory=80012 CPUtime=1.54 cores=0,2,4,6
/proc/17603/stat : 17603 (java) S 17601 17601 17441 0 -1 1077944320 15758 0 0 0 148 6 0 0 20 0 15 0 517166888 15514783744 20003 33554432000 4194304 4196468 140730967407072 140730967389616 140710168198903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
/proc/17603/statm: 3787789 20003 3454 1 0 3748889 0
[pid=17603/tid=17604] ppid=17601 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/17603/task/17604/stat : 17604 (java) R 17601 17601 17441 0 -1 4202560 9194 0 0 0 63 4 0 0 20 0 15 0 517166889 15514783744 20003 33554432000 4194304 4196468 140730967407072 140710172438016 140710168210838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17605] ppid=17601 vsize=15151156 memory=65504 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17605/stat : 17605 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15514783744 20003 33554432000 4194304 4196468 140730967407072 140710120819472 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17606] ppid=17601 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17606/stat : 17606 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15514783744 20003 33554432000 4194304 4196468 140730967407072 140710119766928 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17607] ppid=17601 vsize=15151156 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17607/stat : 17607 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166889 15514783744 20003 33554432000 4194304 4196468 140730967407072 140710118714384 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17608] ppid=17601 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17608/stat : 17608 (java) S 17601 17601 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517166889 15514783744 20003 33554432000 4194304 4196468 140730967407072 140710117661840 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17609] ppid=17601 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17609/stat : 17609 (java) S 17601 17601 17441 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 20003 33554432000 4194304 4196468 140730967407072 140709041522672 140710168210050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17610] ppid=17601 vsize=15151156 memory=3636 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17610/stat : 17610 (java) S 17601 17601 17441 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 20003 33554432000 4194304 4196468 140730967407072 140709040468896 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17611] ppid=17601 vsize=15151156 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17611/stat : 17611 (java) S 17601 17601 17441 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 20003 33554432000 4194304 4196468 140730967407072 140709039416304 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17612] ppid=17601 vsize=15151156 memory=6160 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17612/stat : 17612 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 20003 33554432000 4194304 4196468 140730967407072 140709038364880 140710168217499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17613] ppid=17601 vsize=15151156 memory=10604 CPUtime=0.28 cores=0,2,4,6
/proc/17603/task/17613/stat : 17613 (java) R 17601 17601 17441 0 -1 4202560 2383 0 0 0 28 0 0 0 20 0 15 0 517166894 15514783744 20003 33554432000 4194304 4196468 140730967407072 140709037297048 140710149720279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17614] ppid=17601 vsize=15151156 memory=716 CPUtime=0.26 cores=0,2,4,6
/proc/17603/task/17614/stat : 17614 (java) R 17601 17601 17441 0 -1 4202560 981 0 0 0 26 0 0 0 20 0 15 0 517166894 15514783744 20003 33554432000 4194304 4196468 140730967407072 140709036245920 140710149721127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17615] ppid=17601 vsize=15151156 memory=780 CPUtime=0.3 cores=0,2,4,6
/proc/17603/task/17615/stat : 17615 (java) R 17601 17601 17441 0 -1 4202560 1900 0 0 0 30 0 0 0 20 0 15 0 517166894 15514783744 20003 33554432000 4194304 4196468 140730967407072 140708726790896 140710146772451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17616] ppid=17601 vsize=15151156 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17616/stat : 17616 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 20003 33554432000 4194304 4196468 140730967407072 140708725738592 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17617] ppid=17601 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17617/stat : 17617 (java) S 17601 17601 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 20003 33554432000 4194304 4196468 140730967407072 140708724685104 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 81460 KiB

[startup+1.51133 s]
/proc/loadavg: 1.46 1.01 0.98 5/229 17619
/proc/meminfo: memFree=25898048/32770624 swapFree=66975556/67108860
[pid=17601] ppid=17598 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17601/stat : 17601 (xcsp3-exec) S 17598 17601 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517166888 115843072 362 33554432000 4194304 5098028 140720433061648 140720433059752 139687921271420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12869632 140720433066874 140720433067117 140720433067117 140720433070026 0
/proc/17601/statm: 28282 362 304 221 0 87 0

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

/proc/17603/task/17611/stat : 17611 (java) S 17601 17601 17441 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709039416320 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17612] ppid=17601 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17612/stat : 17612 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709038364880 140710168217499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17613] ppid=17601 vsize=15151156 memory=3636 CPUtime=1.68 cores=0,2,4,6
/proc/17603/task/17613/stat : 17613 (java) S 17601 17601 17441 0 -1 1077944384 10658 0 0 0 167 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709037312496 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17614] ppid=17601 vsize=15151156 memory=6791534058613427641 CPUtime=1.87 cores=0,2,4,6
/proc/17603/task/17614/stat : 17614 (java) S 17601 17601 17441 0 -1 1077944384 11916 0 0 0 186 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709036259952 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17615] ppid=17601 vsize=15151156 memory=2572 CPUtime=0.47 cores=0,2,4,6
/proc/17603/task/17615/stat : 17615 (java) S 17601 17601 17441 0 -1 1077944384 5804 0 0 0 46 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708726790896 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17616] ppid=17601 vsize=15151156 memory=939944 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17616/stat : 17616 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708725738592 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17617] ppid=17601 vsize=15151156 memory=1408 CPUtime=0.71 cores=0,2,4,6
/proc/17603/task/17617/stat : 17617 (java) S 17601 17601 17441 0 -1 1077944384 959 0 0 0 30 41 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708724685104 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
Current children cumulated CPU time: 2356.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 5295900 KiB

[startup+2382.3 s]
/proc/loadavg: 1.32 1.35 1.37 5/229 17935
/proc/meminfo: memFree=20580980/32770624 swapFree=66975560/67108860
[pid=17601] ppid=17598 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17601/stat : 17601 (xcsp3-exec) S 17598 17601 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517166888 115843072 362 33554432000 4194304 5098028 140720433061648 140720433059752 139687921271420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12869632 140720433066874 140720433067117 140720433067117 140720433070026 0
/proc/17601/statm: 28282 362 304 221 0 87 0
[pid=17603] ppid=17601 vsize=15151156 memory=5294452 CPUtime=2418.2 cores=0,2,4,6
/proc/17603/stat : 17603 (java) S 17601 17601 17441 0 -1 1077944320 196693 0 0 0 241657 163 0 0 20 0 15 0 517166888 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140730967389616 140710168198903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
/proc/17603/statm: 3787789 1323613 3514 1 0 3748889 0
[pid=17603/tid=17604] ppid=17601 vsize=15151156 memory=1448 CPUtime=2369.57 cores=0,2,4,6
/proc/17603/task/17604/stat : 17604 (java) R 17601 17601 17441 0 -1 4202560 67105 0 0 0 236870 87 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710172438192 140709793525842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17605] ppid=17601 vsize=15151156 memory=5294452 CPUtime=10.68 cores=0,2,4,6
/proc/17603/task/17605/stat : 17605 (java) S 17601 17601 17441 0 -1 1077944384 24078 0 0 0 1058 10 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710120819472 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17606] ppid=17601 vsize=15151156 memory=5294452 CPUtime=10.65 cores=0,2,4,6
/proc/17603/task/17606/stat : 17606 (java) S 17601 17601 17441 0 -1 1077944384 22894 0 0 0 1057 8 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710119766928 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17607] ppid=17601 vsize=15151156 memory=5294452 CPUtime=10.64 cores=0,2,4,6
/proc/17603/task/17607/stat : 17607 (java) S 17601 17601 17441 0 -1 1077944384 21981 0 0 0 1056 8 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710118714384 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17608] ppid=17601 vsize=15151156 memory=1448 CPUtime=10.64 cores=0,2,4,6
/proc/17603/task/17608/stat : 17608 (java) S 17601 17601 17441 0 -1 1077944384 23253 0 0 0 1055 9 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710117661840 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17609] ppid=17601 vsize=15151156 memory=5294452 CPUtime=1.18 cores=0,2,4,6
/proc/17603/task/17609/stat : 17609 (java) S 17601 17601 17441 0 -1 1077944384 6603 0 0 0 109 9 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709041522672 140710168210050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17610] ppid=17601 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17610/stat : 17610 (java) S 17601 17601 17441 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709040468960 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17611] ppid=17601 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17611/stat : 17611 (java) S 17601 17601 17441 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709039416320 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17612] ppid=17601 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17612/stat : 17612 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709038364880 140710168217499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17613] ppid=17601 vsize=15151156 memory=5294452 CPUtime=1.68 cores=0,2,4,6
/proc/17603/task/17613/stat : 17613 (java) S 17601 17601 17441 0 -1 1077944384 10660 0 0 0 167 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709037312496 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17614] ppid=17601 vsize=15151156 memory=1448 CPUtime=1.87 cores=0,2,4,6
/proc/17603/task/17614/stat : 17614 (java) S 17601 17601 17441 0 -1 1077944384 11918 0 0 0 186 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709036259952 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17615] ppid=17601 vsize=15151156 memory=5294452 CPUtime=0.47 cores=0,2,4,6
/proc/17603/task/17615/stat : 17615 (java) S 17601 17601 17441 0 -1 1077944384 5806 0 0 0 46 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708726790896 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17616] ppid=17601 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17616/stat : 17616 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708725738592 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17617] ppid=17601 vsize=15151156 memory=5294452 CPUtime=0.73 cores=0,2,4,6
/proc/17603/task/17617/stat : 17617 (java) S 17601 17601 17441 0 -1 1077944384 978 0 0 0 30 43 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708724685104 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
Current children cumulated CPU time: 2418.2 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 5295900 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.41 1.39 3/229 17941
/proc/meminfo: memFree=20553028/32770624 swapFree=66975560/67108860
[pid=17601] ppid=17598 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17601/stat : 17601 (xcsp3-exec) S 17598 17601 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517166888 115843072 362 33554432000 4194304 5098028 140720433061648 140720433059752 139687921271420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12869632 140720433066874 140720433067117 140720433067117 140720433070026 0
/proc/17601/statm: 28282 362 304 221 0 87 0
[pid=17603] ppid=17601 vsize=15151156 memory=5294452 CPUtime=2479.72 cores=0,2,4,6
/proc/17603/stat : 17603 (java) S 17601 17601 17441 0 -1 1077944320 201488 0 0 0 247807 165 0 0 20 0 15 0 517166888 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140730967389616 140710168198903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
/proc/17603/statm: 3787789 1323613 3514 1 0 3748889 0
[pid=17603/tid=17604] ppid=17601 vsize=15151156 memory=5294452 CPUtime=2429.01 cores=0,2,4,6
/proc/17603/task/17604/stat : 17604 (java) R 17601 17601 17441 0 -1 4202560 67417 0 0 0 242814 87 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710172438192 140709792512177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17605] ppid=17601 vsize=15151156 memory=5294452 CPUtime=11.19 cores=0,2,4,6
/proc/17603/task/17605/stat : 17605 (java) S 17601 17601 17441 0 -1 1077944384 24856 0 0 0 1109 10 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710120819472 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17606] ppid=17601 vsize=15151156 memory=5294452 CPUtime=11.16 cores=0,2,4,6
/proc/17603/task/17606/stat : 17606 (java) S 17601 17601 17441 0 -1 1077944384 24322 0 0 0 1108 8 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710119766928 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17607] ppid=17601 vsize=15151156 memory=5294452 CPUtime=11.15 cores=0,2,4,6
/proc/17603/task/17607/stat : 17607 (java) S 17601 17601 17441 0 -1 1077944384 22809 0 0 0 1107 8 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710118714384 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17608] ppid=17601 vsize=15151156 memory=5294452 CPUtime=11.15 cores=0,2,4,6
/proc/17603/task/17608/stat : 17608 (java) S 17601 17601 17441 0 -1 1077944384 24492 0 0 0 1105 10 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710117661840 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17609] ppid=17601 vsize=15151156 memory=5294452 CPUtime=1.2 cores=0,2,4,6
/proc/17603/task/17609/stat : 17609 (java) S 17601 17601 17441 0 -1 1077944384 6786 0 0 0 111 9 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709041522672 140710168210050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17610] ppid=17601 vsize=15151156 memory=5294452 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17610/stat : 17610 (java) S 17601 17601 17441 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709040468960 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17611] ppid=17601 vsize=15151156 memory=5294452 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17611/stat : 17611 (java) S 17601 17601 17441 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709039416320 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17612] ppid=17601 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17612/stat : 17612 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709038364880 140710168217499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17613] ppid=17601 vsize=15151156 memory=1448 CPUtime=1.68 cores=0,2,4,6
/proc/17603/task/17613/stat : 17613 (java) S 17601 17601 17441 0 -1 1077944384 10662 0 0 0 167 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709037312496 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17614] ppid=17601 vsize=15151156 memory=1448 CPUtime=1.87 cores=0,2,4,6
/proc/17603/task/17614/stat : 17614 (java) S 17601 17601 17441 0 -1 1077944384 11920 0 0 0 186 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709036259952 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17615] ppid=17601 vsize=15151156 memory=5294452 CPUtime=0.47 cores=0,2,4,6
/proc/17603/task/17615/stat : 17615 (java) S 17601 17601 17441 0 -1 1077944384 5808 0 0 0 46 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708726790896 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17616] ppid=17601 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17616/stat : 17616 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708725738592 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17617] ppid=17601 vsize=15151156 memory=5294452 CPUtime=0.75 cores=0,2,4,6
/proc/17603/task/17617/stat : 17617 (java) S 17601 17601 17441 0 -1 1077944384 999 0 0 0 31 44 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708724685104 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
Current children cumulated CPU time: 2479.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 5295900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.6 s]
/proc/loadavg: 1.61 1.45 1.41 6/229 17943
/proc/meminfo: memFree=20462236/32770624 swapFree=66975560/67108860
[pid=17601] ppid=17598 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/17601/stat : 17601 (xcsp3-exec) S 17598 17601 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517166888 115843072 362 33554432000 4194304 5098028 140720433061648 140720433059752 139687921271420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12869632 140720433066874 140720433067117 140720433067117 140720433070026 0
/proc/17601/statm: 28282 362 304 221 0 87 0
[pid=17603] ppid=17601 vsize=15151156 memory=5294452 CPUtime=2520.09 cores=0,2,4,6
/proc/17603/stat : 17603 (java) S 17601 17601 17441 0 -1 1077944320 206066 0 0 0 251843 166 0 0 20 0 15 0 517166888 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140730967389616 140710168198903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
/proc/17603/statm: 3787789 1323613 3514 1 0 3748889 0
[pid=17603/tid=17604] ppid=17601 vsize=15151156 memory=1552 CPUtime=2467.92 cores=0,2,4,6
/proc/17603/task/17604/stat : 17604 (java) R 17601 17601 17441 0 -1 4202560 67690 0 0 0 246705 87 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710172438192 140709793526045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17605] ppid=17601 vsize=15151156 memory=2832 CPUtime=11.55 cores=0,2,4,6
/proc/17603/task/17605/stat : 17605 (java) S 17601 17601 17441 0 -1 1077944384 26056 0 0 0 1145 10 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710120819472 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17606] ppid=17601 vsize=15151156 memory=1192 CPUtime=11.52 cores=0,2,4,6
/proc/17603/task/17606/stat : 17606 (java) S 17601 17601 17441 0 -1 1077944384 25137 0 0 0 1143 9 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710119766928 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17607] ppid=17601 vsize=15151156 memory=1448 CPUtime=11.51 cores=0,2,4,6
/proc/17603/task/17607/stat : 17607 (java) S 17601 17601 17441 0 -1 1077944384 23535 0 0 0 1143 8 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710118714384 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17608] ppid=17601 vsize=15151156 memory=5294452 CPUtime=11.51 cores=0,2,4,6
/proc/17603/task/17608/stat : 17608 (java) S 17601 17601 17441 0 -1 1077944384 25856 0 0 0 1141 10 0 0 20 0 15 0 517166889 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140710117661840 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17609] ppid=17601 vsize=15151156 memory=928 CPUtime=1.22 cores=0,2,4,6
/proc/17603/task/17609/stat : 17609 (java) S 17601 17601 17441 0 -1 1077944384 6967 0 0 0 113 9 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709041522672 140710168210050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17610] ppid=17601 vsize=15151156 memory=65600 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17610/stat : 17610 (java) S 17601 17601 17441 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709040468960 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17611] ppid=17601 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17611/stat : 17611 (java) S 17601 17601 17441 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 517166891 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709039416320 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17612] ppid=17601 vsize=15151156 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17612/stat : 17612 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709038364880 140710168217499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17613] ppid=17601 vsize=15151156 memory=6791534058613427641 CPUtime=1.68 cores=0,2,4,6
/proc/17603/task/17613/stat : 17613 (java) S 17601 17601 17441 0 -1 1077944384 10664 0 0 0 167 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709037312496 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17614] ppid=17601 vsize=15151156 memory=288230583166042426 CPUtime=1.87 cores=0,2,4,6
/proc/17603/task/17614/stat : 17614 (java) S 17601 17601 17441 0 -1 1077944384 11922 0 0 0 186 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140709036259952 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17615] ppid=17601 vsize=15151156 memory=14690799036140186 CPUtime=0.47 cores=0,2,4,6
/proc/17603/task/17615/stat : 17615 (java) S 17601 17601 17441 0 -1 1077944384 5810 0 0 0 46 1 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708726790896 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17616] ppid=17601 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/17603/task/17616/stat : 17616 (java) S 17601 17601 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708725738592 140710168209109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
[pid=17603/tid=17617] ppid=17601 vsize=15151156 memory=6791534058613427641 CPUtime=0.76 cores=0,2,4,6
/proc/17603/task/17617/stat : 17617 (java) S 17601 17601 17441 0 -1 1077944384 1012 0 0 0 32 44 0 0 20 0 15 0 517166894 15514783744 1323613 33554432000 4194304 4196468 140730967407072 140708724685104 140710168210050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34242560 140730967413743 140730967413914 140730967413914 140730967416783 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 5295900 KiB

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

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

[startup+2481.63 s]
# the end of solver process 17603 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.44 s, system=1.69124 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2481.63
CPU time (s): 2520.13
CPU user time (s): 2518.44
CPU system time (s): 1.69124
CPU usage (%): 101.552
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 5295900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.44
system time used= 1.69124
maximum resident set size= 5294744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88236
involuntary context switches= 4488


# summary of solver processes directly reported to runsolver:
#   pid: 17601,17603
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.44
#   total CPU system time (s): 1.69124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3967 second user time and 21.1891 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-25 12:55:58
IDJOB=4405949
IDBENCH=133594
IDSOLVER=2869
FILE ID=node125/4405949-1569409001
RUNJOBID= node125-1569408839-17472
PBS_JOBID= 21705712
Free space on /tmp= 4228 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-07-0080.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405949-1569409001/watcher-4405949-1569409001 -o /tmp/evaluation-result-4405949-1569409001/solver-4405949-1569409001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569408839-17472 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1944950783 HOME/instance-4405949-1569409001.xml

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

MD5SUM BENCH= 9b203975fed1c25a0b87c4f345706814
RANDOM SEED=1944950783

node125.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.29
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.29
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.29
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.29
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:        25981688 kB
MemAvailable:   31663096 kB
Buffers:          120636 kB
Cached:          5638024 kB
SwapCached:        29888 kB
Active:          2873820 kB
Inactive:        3073632 kB
Active(anon):     159208 kB
Inactive(anon):    85384 kB
Active(file):    2714612 kB
Inactive(file):  2988248 kB
Unevictable:      108176 kB
Mlocked:          108176 kB
SwapTotal:      67108860 kB
SwapFree:       66975556 kB
Dirty:             26224 kB
Writeback:             4 kB
AnonPages:        268484 kB
Mapped:            71120 kB
Shmem:             47372 kB
Slab:             436604 kB
SReclaimable:     407008 kB
SUnreclaim:        29596 kB
KernelStack:        3776 kB
PageTables:         6352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1442548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4204 MiB
End job on node125 at 2019-09-25 13:37:20