Trace number 4393717

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-06-14 parallel? (TO) 20033.3 2520.1

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-06-0021.xml
MD5SUM5b025fdb2af725278bd5449402283f43
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 benchmark50.8929
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"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":33}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393717-1568434025.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393717-1568434025.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
1.23/0.70	c solve instance...
20032.61/2520.07	s UNKNOWN
20032.61/2520.07	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (14531 MiB free)
  memory of node 1: 16384 MiB (15608 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393717-1568434025/watcher-4393717-1568434025 -o /tmp/evaluation-result-4393717-1568434025/solver-4393717-1568434025 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1709814617 HOME/instance-4393717-1568434025.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1684, runsolver pid=1681
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 5.28 5.97 4.79 3/211 1705
/proc/meminfo: memFree=30846840/32770688 swapFree=66961112/67108860
[pid=1684] ppid=1681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1684/stat : 1684 (xcsp3-exec) S 1681 1684 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419344225 115843072 363 33554432000 4194304 5098028 140734106619472 140734106617576 140424311067260 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 19238912 140734106620789 140734106621033 140734106621033 140734106623946 0
/proc/1684/statm: 28282 363 305 221 0 87 0
[pid=1686] ppid=1684 vsize=28227388 memory=29848 CPUtime=0.12 cores=0-7
/proc/1686/stat : 1686 (java) S 1684 1684 28528 0 -1 1077944320 5833 0 0 0 11 1 0 0 20 0 20 0 419344226 28904845312 7462 33554432000 4194304 4196468 140729250017504 140729250000048 139732337630967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
/proc/1686/statm: 7056847 7462 3162 1 0 7019032 0
[pid=1686/tid=1687] ppid=1684 vsize=28227388 memory=6935054825532540783 CPUtime=0.08 cores=0-7
/proc/1686/task/1687/stat : 1687 (java) R 1684 1684 28528 0 -1 4202560 3762 0 0 0 8 0 0 0 20 0 20 0 419344226 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732341865600 139731946049597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1688] ppid=1684 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1686/task/1688/stat : 1688 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732290251152 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1689] ppid=1684 vsize=28227388 memory=139811622119040 CPUtime=0 cores=0-7
/proc/1686/task/1689/stat : 1689 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732289198352 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1690] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1690/stat : 1690 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732288146064 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1691] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1691/stat : 1691 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732287093264 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1692] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1692/stat : 1692 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732286040976 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1693] ppid=1684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1686/task/1693/stat : 1693 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732284988176 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1694] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1694/stat : 1694 (java) S 1684 1684 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732283935888 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1695] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1695/stat : 1695 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 7462 33554432000 4194304 4196468 140729250017504 139732282883088 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1696] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1696/stat : 1696 (java) S 1684 1684 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419344229 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730533247088 139732337642114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1697] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1697/stat : 1697 (java) S 1684 1684 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419344229 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730532193056 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1698] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1698/stat : 1698 (java) S 1684 1684 28528 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419344229 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730531140720 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1699] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1699/stat : 1699 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344232 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730530089040 139732337649563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1700] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1700/stat : 1700 (java) S 1684 1684 28528 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 20 0 419344232 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730529036912 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1701] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1701/stat : 1701 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419344232 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730527984112 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1702] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1702/stat : 1702 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419344232 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730526931824 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1703] ppid=1684 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1686/task/1703/stat : 1703 (java) R 1684 1684 28528 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 419344232 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730525879024 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1704] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1704/stat : 1704 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419344232 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730524825952 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1705] ppid=1684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1686/task/1705/stat : 1705 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344233 28904845312 7462 33554432000 4194304 4196468 140729250017504 139730523773232 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31300 KiB

[startup+0.211442 s]*
/proc/loadavg: 5.28 5.97 4.79 3/211 1705
/proc/meminfo: memFree=30832960/32770688 swapFree=66961112/67108860
[pid=1684] ppid=1681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1684/stat : 1684 (xcsp3-exec) S 1681 1684 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419344225 115843072 363 33554432000 4194304 5098028 140734106619472 140734106617576 140424311067260 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 19238912 140734106620789 140734106621033 140734106621033 140734106623946 0
/proc/1684/statm: 28282 363 305 221 0 87 0
[pid=1686] ppid=1684 vsize=28227388 memory=40104 CPUtime=0.33 cores=0-7
/proc/1686/stat : 1686 (java) S 1684 1684 28528 0 -1 1077944320 9340 0 0 0 30 3 0 0 20 0 20 0 419344226 28904845312 10026 33554432000 4194304 4196468 140729250017504 140729250000048 139732337630967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
/proc/1686/statm: 7056847 10026 3289 1 0 7019032 0
[pid=1686/tid=1687] ppid=1684 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/1686/task/1687/stat : 1687 (java) R 1684 1684 28528 0 -1 4202560 6604 0 0 0 18 2 0 0 20 0 20 0 419344226 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732341864464 139732337642902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1688] ppid=1684 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/1686/task/1688/stat : 1688 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732290251152 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1689] ppid=1684 vsize=28227388 memory=139811622143928 CPUtime=0 cores=0-7
/proc/1686/task/1689/stat : 1689 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732289198352 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1690] ppid=1684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1686/task/1690/stat : 1690 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732288146064 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1691] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1691/stat : 1691 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732287093264 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1692] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1692/stat : 1692 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732286040976 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1693] ppid=1684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1686/task/1693/stat : 1693 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732284988176 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1694] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1694/stat : 1694 (java) S 1684 1684 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732283935888 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1695] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1695/stat : 1695 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28904845312 10091 33554432000 4194304 4196468 140729250017504 139732282883088 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1696] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1696/stat : 1696 (java) S 1684 1684 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419344229 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730533247088 139732337642114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1697] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1697/stat : 1697 (java) S 1684 1684 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419344229 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730532193056 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1698] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1698/stat : 1698 (java) S 1684 1684 28528 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419344229 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730531140720 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1699] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1699/stat : 1699 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344232 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730530089040 139732337649563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1700] ppid=1684 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1686/task/1700/stat : 1700 (java) S 1684 1684 28528 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 20 0 419344232 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730529036912 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1701] ppid=1684 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/1686/task/1701/stat : 1701 (java) R 1684 1684 28528 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 20 0 419344232 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730527984112 139732337642114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1702] ppid=1684 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/1686/task/1702/stat : 1702 (java) S 1684 1684 28528 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 419344232 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730526931824 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1703] ppid=1684 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/1686/task/1703/stat : 1703 (java) R 1684 1684 28528 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 20 0 419344232 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730525879024 139732316398368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1704] ppid=1684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1704/stat : 1704 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419344232 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730524825952 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1705] ppid=1684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1686/task/1705/stat : 1705 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344233 28904845312 10091 33554432000 4194304 4196468 140729250017504 139730523773232 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41556 KiB

[startup+0.310977 s]*
/proc/loadavg: 5.28 5.97 4.79 2/211 1705
/proc/meminfo: memFree=30828212/32770688 swapFree=66961112/67108860
[pid=1684] ppid=1681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1684/stat : 1684 (xcsp3-exec) S 1681 1684 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419344225 115843072 363 33554432000 4194304 5098028 140734106619472 140734106617576 140424311067260 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 19238912 140734106620789 140734106621033 140734106621033 140734106623946 0
/proc/1684/statm: 28282 363 305 221 0 87 0
[pid=1686] ppid=1684 vsize=28231644 memory=46408 CPUtime=0.51 cores=0-7
/proc/1686/stat : 1686 (java) S 1684 1684 28528 0 -1 1077944320 10532 0 0 0 48 3 0 0 20 0 20 0 419344226 28909203456 11602 33554432000 4194304 4196468 140729250017504 140729250000048 139732337630967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
/proc/1686/statm: 7057911 11602 3332 1 0 7019032 0
[pid=1686/tid=1687] ppid=1684 vsize=28231644 memory=6935054825532540783 CPUtime=0.3 cores=0-7
/proc/1686/task/1687/stat : 1687 (java) R 1684 1684 28528 0 -1 4202560 7601 0 0 0 27 3 0 0 20 0 20 0 419344226 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732341850768 139732321711454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1688] ppid=1684 vsize=28231644 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1686/task/1688/stat : 1688 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732290251152 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1689] ppid=1684 vsize=28231644 memory=3988 CPUtime=0 cores=0-7
/proc/1686/task/1689/stat : 1689 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732289198352 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1690] ppid=1684 vsize=28231644 memory=1088 CPUtime=0 cores=0-7
/proc/1686/task/1690/stat : 1690 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732288146064 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1691] ppid=1684 vsize=28231644 memory=2832 CPUtime=0 cores=0-7
/proc/1686/task/1691/stat : 1691 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419344227 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732287093264 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1692] ppid=1684 vsize=28231644 memory=1564 CPUtime=0 cores=0-7
/proc/1686/task/1692/stat : 1692 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732286040976 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1693] ppid=1684 vsize=28231644 memory=8560 CPUtime=0 cores=0-7
/proc/1686/task/1693/stat : 1693 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732284988176 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1694] ppid=1684 vsize=28231644 memory=14008 CPUtime=0 cores=0-7
/proc/1686/task/1694/stat : 1694 (java) S 1684 1684 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419344227 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732283935888 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1695] ppid=1684 vsize=28231644 memory=4100 CPUtime=0 cores=0-7
/proc/1686/task/1695/stat : 1695 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28909203456 11602 33554432000 4194304 4196468 140729250017504 139732282883088 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1696] ppid=1684 vsize=28231644 memory=19136 CPUtime=0 cores=0-7
/proc/1686/task/1696/stat : 1696 (java) S 1684 1684 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419344229 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730533247088 139732337642114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1697] ppid=1684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1697/stat : 1697 (java) S 1684 1684 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419344229 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730532193056 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1698] ppid=1684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1698/stat : 1698 (java) S 1684 1684 28528 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419344229 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730531140720 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1699] ppid=1684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1699/stat : 1699 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344232 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730530089040 139732337649563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1700] ppid=1684 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/1686/task/1700/stat : 1700 (java) S 1684 1684 28528 0 -1 1077944384 537 0 0 0 2 0 0 0 20 0 20 0 419344232 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730529036912 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1701] ppid=1684 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/1686/task/1701/stat : 1701 (java) S 1684 1684 28528 0 -1 1077944384 146 0 0 0 2 0 0 0 20 0 20 0 419344232 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730527984112 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1702] ppid=1684 vsize=28231644 memory=139811520349647 CPUtime=0.02 cores=0-7
/proc/1686/task/1702/stat : 1702 (java) S 1684 1684 28528 0 -1 1077944384 52 0 0 0 2 0 0 0 20 0 20 0 419344232 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730526931824 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1703] ppid=1684 vsize=28231644 memory=0 CPUtime=0.12 cores=0-7
/proc/1686/task/1703/stat : 1703 (java) S 1684 1684 28528 0 -1 1077944384 899 0 0 0 12 0 0 0 20 0 20 0 419344232 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730525879024 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1704] ppid=1684 vsize=28231644 memory=139811520377716 CPUtime=0 cores=0-7
/proc/1686/task/1704/stat : 1704 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419344232 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730524825952 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1705] ppid=1684 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/1686/task/1705/stat : 1705 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344233 28909203456 11602 33554432000 4194304 4196468 140729250017504 139730523773232 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 47860 KiB

[startup+0.701014 s]
/proc/loadavg: 5.28 5.97 4.79 6/211 1705
/proc/meminfo: memFree=30816548/32770688 swapFree=66961112/67108860
[pid=1684] ppid=1681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1684/stat : 1684 (xcsp3-exec) S 1681 1684 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419344225 115843072 363 33554432000 4194304 5098028 140734106619472 140734106617576 140424311067260 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 19238912 140734106620789 140734106621033 140734106621033 140734106623946 0
/proc/1684/statm: 28282 363 305 221 0 87 0
[pid=1686] ppid=1684 vsize=28233768 memory=77988 CPUtime=1.52 cores=0-7
/proc/1686/stat : 1686 (java) S 1684 1684 28528 0 -1 1077944320 14710 0 0 0 146 6 0 0 20 0 20 0 419344226 28911378432 19497 33554432000 4194304 4196468 140729250017504 140729250000048 139732337630967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
/proc/1686/statm: 7058442 19497 3449 1 0 7019544 0
[pid=1686/tid=1687] ppid=1684 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/1686/task/1687/stat : 1687 (java) R 1684 1684 28528 0 -1 4202560 9291 0 0 0 64 4 0 0 20 0 20 0 419344226 28911378432 19497 33554432000 4194304 4196468 140729250017504 139732341870336 139732321711454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1688] ppid=1684 vsize=28233768 memory=139811520553840 CPUtime=0 cores=0-7
/proc/1686/task/1688/stat : 1688 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28911378432 19497 33554432000 4194304 4196468 140729250017504 139732290251152 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1689] ppid=1684 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1689/stat : 1689 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28911378432 19497 33554432000 4194304 4196468 140729250017504 139732289198352 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1690] ppid=1684 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/1686/task/1690/stat : 1690 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419344227 28911378432 19497 33554432000 4194304 4196468 140729250017504 139732288146064 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0

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

[pid=1686/tid=1713] ppid=1684 vsize=28768328 memory=1452 CPUtime=2408.59 cores=0-7
/proc/1686/task/1713/stat : 1713 (java) R 1684 1684 28528 0 -1 4202560 145562 0 0 0 240391 468 0 0 20 0 28 0 419344298 29458767872 329860 33554432000 4194304 4196468 140729250017504 139730065448616 139731952209095 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
Current children cumulated CPU time: 19415.6 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1320892 KiB

[startup+2502.3 s]
/proc/loadavg: 8.18 8.31 8.07 9/220 1901
/proc/meminfo: memFree=29536692/32770688 swapFree=66961112/67108860
[pid=1684] ppid=1681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1684/stat : 1684 (xcsp3-exec) S 1681 1684 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419344225 115843072 363 33554432000 4194304 5098028 140734106619472 140734106617576 140424311067260 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 19238912 140734106620789 140734106621033 140734106621033 140734106623946 0
/proc/1684/statm: 28282 363 305 221 0 87 0
[pid=1686] ppid=1684 vsize=28768328 memory=1335736 CPUtime=19892 cores=0-7
/proc/1686/stat : 1686 (java) S 1684 1684 28528 0 -1 1077944320 1229913 0 0 0 1986703 2496 0 0 20 0 28 0 419344226 29458767872 333934 33554432000 4194304 4196468 140729250017504 140729250000048 139732337630967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
/proc/1686/statm: 7192082 333934 3546 1 0 7153184 0
[pid=1686/tid=1687] ppid=1684 vsize=28768328 memory=1452 CPUtime=0.7 cores=0-7
/proc/1686/task/1687/stat : 1687 (java) S 1684 1684 28528 0 -1 1077944384 9426 0 0 0 66 4 0 0 20 0 28 0 419344226 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732341871744 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1688] ppid=1684 vsize=28768328 memory=1452 CPUtime=13.85 cores=0-7
/proc/1686/task/1688/stat : 1688 (java) S 1684 1684 28528 0 -1 1077944384 47717 0 0 0 1288 97 0 0 20 0 28 0 419344227 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732290251152 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1689] ppid=1684 vsize=28768328 memory=1388 CPUtime=13.84 cores=0-7
/proc/1686/task/1689/stat : 1689 (java) S 1684 1684 28528 0 -1 1077944384 46448 0 0 0 1287 97 0 0 20 0 28 0 419344227 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732289198352 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1690] ppid=1684 vsize=28768328 memory=1056 CPUtime=13.78 cores=0-7
/proc/1686/task/1690/stat : 1690 (java) S 1684 1684 28528 0 -1 1077944384 45043 0 0 0 1277 101 0 0 20 0 28 0 419344227 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732288146064 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1691] ppid=1684 vsize=28768328 memory=3612 CPUtime=13.8 cores=0-7
/proc/1686/task/1691/stat : 1691 (java) S 1684 1684 28528 0 -1 1077944384 48822 0 0 0 1280 100 0 0 20 0 28 0 419344227 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732287093264 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1692] ppid=1684 vsize=28768328 memory=39748 CPUtime=13.77 cores=0-7
/proc/1686/task/1692/stat : 1692 (java) S 1684 1684 28528 0 -1 1077944384 46866 0 0 0 1274 103 0 0 20 0 28 0 419344227 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732286040976 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1693] ppid=1684 vsize=28768328 memory=1280 CPUtime=13.82 cores=0-7
/proc/1686/task/1693/stat : 1693 (java) S 1684 1684 28528 0 -1 1077944384 42593 0 0 0 1283 99 0 0 20 0 28 0 419344227 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732284988176 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1694] ppid=1684 vsize=28768328 memory=5932 CPUtime=13.79 cores=0-7
/proc/1686/task/1694/stat : 1694 (java) S 1684 1684 28528 0 -1 1077944384 41406 0 0 0 1279 100 0 0 20 0 28 0 419344227 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732283935888 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1695] ppid=1684 vsize=28768328 memory=496 CPUtime=13.76 cores=0-7
/proc/1686/task/1695/stat : 1695 (java) S 1684 1684 28528 0 -1 1077944384 45385 0 0 0 1281 95 0 0 20 0 28 0 419344227 29458767872 333934 33554432000 4194304 4196468 140729250017504 139732282883088 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1696] ppid=1684 vsize=28768328 memory=1556 CPUtime=6.98 cores=0-7
/proc/1686/task/1696/stat : 1696 (java) S 1684 1684 28528 0 -1 1077944384 146651 0 0 0 347 351 0 0 20 0 28 0 419344229 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730533247088 139732337642114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1697] ppid=1684 vsize=28768328 memory=3472328296227679313 CPUtime=0 cores=0-7
/proc/1686/task/1697/stat : 1697 (java) S 1684 1684 28528 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 419344229 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730532193120 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1698] ppid=1684 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/1686/task/1698/stat : 1698 (java) S 1684 1684 28528 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 419344229 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730531140736 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1699] ppid=1684 vsize=28768328 memory=3612 CPUtime=0 cores=0-7
/proc/1686/task/1699/stat : 1699 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419344232 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730530089040 139732337649563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1700] ppid=1684 vsize=28768328 memory=39748 CPUtime=3.24 cores=0-7
/proc/1686/task/1700/stat : 1700 (java) S 1684 1684 28528 0 -1 1077944384 25386 0 0 0 320 4 0 0 20 0 28 0 419344232 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730529036912 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1701] ppid=1684 vsize=28768328 memory=984 CPUtime=3.14 cores=0-7
/proc/1686/task/1701/stat : 1701 (java) S 1684 1684 28528 0 -1 1077944384 24365 0 0 0 310 4 0 0 20 0 28 0 419344232 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730527984112 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1702] ppid=1684 vsize=28768328 memory=1452 CPUtime=3.58 cores=0-7
/proc/1686/task/1702/stat : 1702 (java) S 1684 1684 28528 0 -1 1077944384 20000 0 0 0 355 3 0 0 20 0 28 0 419344232 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730526931824 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1703] ppid=1684 vsize=28768328 memory=3612 CPUtime=1.23 cores=0-7
/proc/1686/task/1703/stat : 1703 (java) S 1684 1684 28528 0 -1 1077944384 26206 0 0 0 118 5 0 0 20 0 28 0 419344232 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730525879024 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1704] ppid=1684 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/1686/task/1704/stat : 1704 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419344232 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730524825952 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1705] ppid=1684 vsize=28768328 memory=1370620 CPUtime=0.81 cores=0-7
/proc/1686/task/1705/stat : 1705 (java) S 1684 1684 28528 0 -1 1077944384 7167 0 0 0 18 63 0 0 20 0 28 0 419344233 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730523773232 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1706] ppid=1684 vsize=28768328 memory=1452 CPUtime=2473.2 cores=0-7
/proc/1686/task/1706/stat : 1706 (java) R 1684 1684 28528 0 -1 4202560 34043 0 0 0 247273 47 0 0 20 0 28 0 419344298 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730521017368 139732317356181 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1707] ppid=1684 vsize=28768328 memory=1370620 CPUtime=2471.93 cores=0-7
/proc/1686/task/1707/stat : 1707 (java) R 1684 1684 28528 0 -1 4202560 26586 0 0 0 247156 37 0 0 20 0 28 0 419344298 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730071764984 139731952209492 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1708] ppid=1684 vsize=28768328 memory=2044 CPUtime=2463.9 cores=0-7
/proc/1686/task/1708/stat : 1708 (java) R 1684 1684 28528 0 -1 4202560 128575 0 0 0 246135 255 0 0 20 0 28 0 419344298 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730070712464 139731950447220 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1709] ppid=1684 vsize=28768328 memory=1388 CPUtime=2471.52 cores=0-7
/proc/1686/task/1709/stat : 1709 (java) R 1684 1684 28528 0 -1 4202560 74204 0 0 0 247009 143 0 0 20 0 28 0 419344298 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730069660504 139732319037266 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1710] ppid=1684 vsize=28768328 memory=1056 CPUtime=2474.69 cores=0-7
/proc/1686/task/1710/stat : 1710 (java) R 1684 1684 28528 0 -1 4202560 78161 0 0 0 247317 152 0 0 20 0 28 0 419344298 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730068607288 139731952452372 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1711] ppid=1684 vsize=28768328 memory=780 CPUtime=2466.99 cores=0-7
/proc/1686/task/1711/stat : 1711 (java) R 1684 1684 28528 0 -1 4202560 86541 0 0 0 246497 202 0 0 20 0 28 0 419344298 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730067554760 139731954417843 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1712] ppid=1684 vsize=28768328 memory=1347532 CPUtime=2471.77 cores=0-7
/proc/1686/task/1712/stat : 1712 (java) R 1684 1684 28528 0 -1 4202560 30939 0 0 0 247137 40 0 0 20 0 28 0 419344298 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730066504368 139731953507471 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1713] ppid=1684 vsize=28768328 memory=3612 CPUtime=2467.66 cores=0-7
/proc/1686/task/1713/stat : 1713 (java) R 1684 1684 28528 0 -1 4202560 145996 0 0 0 246298 468 0 0 20 0 28 0 419344298 29458767872 333934 33554432000 4194304 4196468 140729250017504 139730065448712 139731950922614 0 4 0 16800975 0 0 0 -1 6 0 0 19 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
Current children cumulated CPU time: 19892 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1337188 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.14 8.30 8.07 9/219 1902
/proc/meminfo: memFree=29590520/32770688 swapFree=66961112/67108860
[pid=1684] ppid=1681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1684/stat : 1684 (xcsp3-exec) S 1681 1684 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419344225 115843072 363 33554432000 4194304 5098028 140734106619472 140734106617576 140424311067260 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 19238912 140734106620789 140734106621033 140734106621033 140734106623946 0
/proc/1684/statm: 28282 363 305 221 0 87 0
[pid=1686] ppid=1684 vsize=28768328 memory=1279892 CPUtime=20032.6 cores=0-7
/proc/1686/stat : 1686 (java) S 1684 1684 28528 0 -1 1077944320 1233603 0 0 0 2000761 2500 0 0 20 0 28 0 419344226 29458767872 319973 33554432000 4194304 4196468 140729250017504 140729250000048 139732337630967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
/proc/1686/statm: 7192082 319973 3546 1 0 7153184 0
[pid=1686/tid=1687] ppid=1684 vsize=28768328 memory=6935054825532540783 CPUtime=0.7 cores=0-7
/proc/1686/task/1687/stat : 1687 (java) S 1684 1684 28528 0 -1 1077944384 9426 0 0 0 66 4 0 0 20 0 28 0 419344226 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732341871744 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1688] ppid=1684 vsize=28768328 memory=4126316290023845779 CPUtime=14.02 cores=0-7
/proc/1686/task/1688/stat : 1688 (java) S 1684 1684 28528 0 -1 1077944384 47978 0 0 0 1305 97 0 0 20 0 28 0 419344227 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732290251152 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1689] ppid=1684 vsize=28768328 memory=1680 CPUtime=14 cores=0-7
/proc/1686/task/1689/stat : 1689 (java) S 1684 1684 28528 0 -1 1077944384 46614 0 0 0 1303 97 0 0 20 0 28 0 419344227 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732289198352 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1690] ppid=1684 vsize=28768328 memory=1808 CPUtime=13.95 cores=0-7
/proc/1686/task/1690/stat : 1690 (java) S 1684 1684 28528 0 -1 1077944384 45080 0 0 0 1294 101 0 0 20 0 28 0 419344227 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732288146064 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1691] ppid=1684 vsize=28768328 memory=1056 CPUtime=13.96 cores=0-7
/proc/1686/task/1691/stat : 1691 (java) S 1684 1684 28528 0 -1 1077944384 48887 0 0 0 1296 100 0 0 20 0 28 0 419344227 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732287093264 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1692] ppid=1684 vsize=28768328 memory=780 CPUtime=13.93 cores=0-7
/proc/1686/task/1692/stat : 1692 (java) S 1684 1684 28528 0 -1 1077944384 47075 0 0 0 1290 103 0 0 20 0 28 0 419344227 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732286040976 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1693] ppid=1684 vsize=28768328 memory=1708 CPUtime=13.98 cores=0-7
/proc/1686/task/1693/stat : 1693 (java) S 1684 1684 28528 0 -1 1077944384 42715 0 0 0 1299 99 0 0 20 0 28 0 419344227 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732284988176 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1694] ppid=1684 vsize=28768328 memory=1280 CPUtime=13.95 cores=0-7
/proc/1686/task/1694/stat : 1694 (java) S 1684 1684 28528 0 -1 1077944384 41852 0 0 0 1295 100 0 0 20 0 28 0 419344227 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732283935888 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1695] ppid=1684 vsize=28768328 memory=5932 CPUtime=13.92 cores=0-7
/proc/1686/task/1695/stat : 1695 (java) S 1684 1684 28528 0 -1 1077944384 45425 0 0 0 1297 95 0 0 20 0 28 0 419344227 29458767872 319973 33554432000 4194304 4196468 140729250017504 139732282883088 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1696] ppid=1684 vsize=28768328 memory=780 CPUtime=7.05 cores=0-7
/proc/1686/task/1696/stat : 1696 (java) S 1684 1684 28528 0 -1 1077944384 148559 0 0 0 351 354 0 0 20 0 28 0 419344229 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730533247088 139732337642114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1697] ppid=1684 vsize=28768328 memory=3988 CPUtime=0 cores=0-7
/proc/1686/task/1697/stat : 1697 (java) S 1684 1684 28528 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 419344229 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730532193120 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1698] ppid=1684 vsize=28768328 memory=1088 CPUtime=0 cores=0-7
/proc/1686/task/1698/stat : 1698 (java) S 1684 1684 28528 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 419344229 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730531140736 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1699] ppid=1684 vsize=28768328 memory=2832 CPUtime=0 cores=0-7
/proc/1686/task/1699/stat : 1699 (java) S 1684 1684 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419344232 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730530089040 139732337649563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1700] ppid=1684 vsize=28768328 memory=1564 CPUtime=3.24 cores=0-7
/proc/1686/task/1700/stat : 1700 (java) S 1684 1684 28528 0 -1 1077944384 25386 0 0 0 320 4 0 0 20 0 28 0 419344232 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730529036912 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1701] ppid=1684 vsize=28768328 memory=8560 CPUtime=3.14 cores=0-7
/proc/1686/task/1701/stat : 1701 (java) S 1684 1684 28528 0 -1 1077944384 24365 0 0 0 310 4 0 0 20 0 28 0 419344232 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730527984112 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1702] ppid=1684 vsize=28768328 memory=14008 CPUtime=3.58 cores=0-7
/proc/1686/task/1702/stat : 1702 (java) S 1684 1684 28528 0 -1 1077944384 20000 0 0 0 355 3 0 0 20 0 28 0 419344232 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730526931824 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1703] ppid=1684 vsize=28768328 memory=4100 CPUtime=1.23 cores=0-7
/proc/1686/task/1703/stat : 1703 (java) S 1684 1684 28528 0 -1 1077944384 26206 0 0 0 118 5 0 0 20 0 28 0 419344232 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730525879024 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1704] ppid=1684 vsize=28768328 memory=19152 CPUtime=0 cores=0-7
/proc/1686/task/1704/stat : 1704 (java) S 1684 1684 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419344232 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730524825952 139732337641173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1705] ppid=1684 vsize=28768328 memory=14068 CPUtime=0.81 cores=0-7
/proc/1686/task/1705/stat : 1705 (java) S 1684 1684 28528 0 -1 1077944384 7178 0 0 0 18 63 0 0 20 0 28 0 419344233 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730523773232 139732337642114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1706] ppid=1684 vsize=28768328 memory=2120 CPUtime=2490.58 cores=0-7
/proc/1686/task/1706/stat : 1706 (java) R 1684 1684 28528 0 -1 4202560 34093 0 0 0 249010 48 0 0 20 0 28 0 419344298 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730521017808 139731951844647 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1707] ppid=1684 vsize=28768328 memory=496 CPUtime=2489.4 cores=0-7
/proc/1686/task/1707/stat : 1707 (java) R 1684 1684 28528 0 -1 4202560 26621 0 0 0 248903 37 0 0 20 0 28 0 419344298 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730071764984 139731952453219 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1708] ppid=1684 vsize=28768328 memory=1556 CPUtime=2481.2 cores=0-7
/proc/1686/task/1708/stat : 1708 (java) R 1684 1684 28528 0 -1 4202560 128687 0 0 0 247865 255 0 0 20 0 28 0 419344298 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730070712464 139731950447146 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1709] ppid=1684 vsize=28768328 memory=928 CPUtime=2488.99 cores=0-7
/proc/1686/task/1709/stat : 1709 (java) R 1684 1684 28528 0 -1 4202560 74245 0 0 0 248756 143 0 0 20 0 28 0 419344298 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730069659648 139731952921532 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1710] ppid=1684 vsize=28768328 memory=1628 CPUtime=2492.14 cores=0-7
/proc/1686/task/1710/stat : 1710 (java) R 1684 1684 28528 0 -1 4202560 78193 0 0 0 249062 152 0 0 20 0 28 0 419344298 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730068608064 139731952908946 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1711] ppid=1684 vsize=28768328 memory=1286012 CPUtime=2484.4 cores=0-7
/proc/1686/task/1711/stat : 1711 (java) R 1684 1684 28528 0 -1 4202560 86586 0 0 0 248238 202 0 0 20 0 28 0 419344298 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730067555400 139731956067529 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1712] ppid=1684 vsize=28768328 memory=1452 CPUtime=2489.23 cores=0-7
/proc/1686/task/1712/stat : 1712 (java) R 1684 1684 28528 0 -1 4202560 31000 0 0 0 248883 40 0 0 20 0 28 0 419344298 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730066501952 139731953145153 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
[pid=1686/tid=1713] ppid=1684 vsize=28768328 memory=1286012 CPUtime=2485.01 cores=0-7
/proc/1686/task/1713/stat : 1713 (java) R 1684 1684 28528 0 -1 4202560 146045 0 0 0 248033 468 0 0 20 0 28 0 419344298 29458767872 319973 33554432000 4194304 4196468 140729250017504 139730065451440 139731955584698 0 4 0 16800975 0 0 0 -1 6 0 0 19 0 0 6293624 6294260 20459520 140729250022378 140729250022550 140729250022550 140729250025423 0
Current children cumulated CPU time: 20032.6 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1281344 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.1
CPU time (s): 20033.3
CPU user time (s): 20008.2
CPU system time (s): 25.019
CPU usage (%): 794.939
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 4059092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20008.2
system time used= 25.019
maximum resident set size= 4063784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1234296
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143297
involuntary context switches= 233575


# summary of solver processes directly reported to runsolver:
#   pid: 1684,1686
#   total CPU time (s): 20033.3
#   total CPU user time (s): 20008.2
#   total CPU system time (s): 25.019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.9454 second user time and 34.7856 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 06:06:24
IDJOB=4393717
IDBENCH=133559
IDSOLVER=2841
FILE ID=node116/4393717-1568434025
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-06-0021.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393717-1568434025/watcher-4393717-1568434025 -o /tmp/evaluation-result-4393717-1568434025/solver-4393717-1568434025 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1709814617 HOME/instance-4393717-1568434025.xml

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

MD5SUM BENCH= 5b025fdb2af725278bd5449402283f43
RANDOM SEED=1709814617

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30863576 kB
MemAvailable:   31854724 kB
Buffers:           84304 kB
Cached:          1193044 kB
SwapCached:        46656 kB
Active:           946160 kB
Inactive:         383000 kB
Active(anon):       4392 kB
Inactive(anon):    88336 kB
Active(file):     941768 kB
Inactive(file):   294664 kB
Unevictable:      109348 kB
Mlocked:          109348 kB
SwapTotal:      67108860 kB
SwapFree:       66961112 kB
Dirty:             26148 kB
Writeback:             0 kB
AnonPages:        220728 kB
Mapped:            44108 kB
Shmem:             32004 kB
Slab:             169236 kB
SReclaimable:     141104 kB
SUnreclaim:        28132 kB
KernelStack:        3872 kB
PageTables:         4860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     498088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 06:48:25