Trace number 4404459

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? (TO) 20093 2520.12

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
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 benchmark64.4403
Satisfiable
(Un)Satisfiability was proved
Number of variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
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-4404459-1569005245.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404459-1569005245.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
7.34/2.20	c solve instance...
20092.38/2520.07	s UNKNOWN
20092.38/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: 16374 MiB (12406 MiB free)
  memory of node 1: 16384 MiB (12753 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404459-1569005245/watcher-4404459-1569005245 -o /var/tmp/evaluation-result-4404459-1569005245/solver-4404459-1569005245 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1569004901-751 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 920712801 HOME/instance-4404459-1569005245.xml 

running on 8 cores: 0,2,4,6,1,3,5,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=881, runsolver pid=878
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 8.71 8.39 8.20 2/211 907
/proc/meminfo: memFree=25746204/32770624 swapFree=66966844/67108860
[pid=881] ppid=878 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/881/stat : 881 (xcsp3-exec) S 878 881 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476460961 115843072 362 33554432000 4194304 5098028 140724797083600 140724797081704 139950128984700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8036352 140724797088594 140724797088853 140724797088853 140724797091782 0
/proc/881/statm: 28282 362 304 221 0 87 0
[pid=883] ppid=881 vsize=28227396 memory=29036 CPUtime=0.12 cores=0-7
/proc/883/stat : 883 (java) S 881 881 724 0 -1 1077944320 5721 0 0 0 11 1 0 0 20 0 20 0 476460961 28904853504 7259 33554432000 4194304 4196468 140729760748496 140729760731040 140114655301367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
/proc/883/statm: 7056849 7259 3122 1 0 7019032 0
[pid=883/tid=884] ppid=881 vsize=28227396 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/883/task/884/stat : 884 (java) R 881 881 724 0 -1 4202560 3648 0 0 0 8 1 0 0 20 0 20 0 476460961 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114659530544 140114655323293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=885] ppid=881 vsize=28227396 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/883/task/885/stat : 885 (java) S 881 881 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114607921936 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=886] ppid=881 vsize=28227396 memory=3690893635432683168 CPUtime=0 cores=0-7
/proc/883/task/886/stat : 886 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114606869392 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=887] ppid=881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/887/stat : 887 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114605816848 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=888] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/888/stat : 888 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114604764304 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=889] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/889/stat : 889 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114603710736 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=890] ppid=881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/890/stat : 890 (java) S 881 881 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114602658192 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=891] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/891/stat : 891 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114601605648 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=892] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/892/stat : 892 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 7259 33554432000 4194304 4196468 140729760748496 140114600553104 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=893] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/893/stat : 893 (java) S 881 881 724 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 476460963 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112783440368 140114655312514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=897] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/897/stat : 897 (java) S 881 881 724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476460964 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112782386592 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=898] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/898/stat : 898 (java) S 881 881 724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476460964 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112781334000 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=899] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/899/stat : 899 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460966 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112780282576 140114655319963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=900] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/900/stat : 900 (java) S 881 881 724 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 476460966 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112779229168 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=901] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/901/stat : 901 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460966 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112778176624 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=902] ppid=881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/902/stat : 902 (java) R 881 881 724 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 476460967 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112777124080 140114655312514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=904] ppid=881 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/883/task/904/stat : 904 (java) R 881 881 724 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 20 0 476460967 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112776071536 140114655322714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=906] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/906/stat : 906 (java) S 881 881 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476460967 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112775019232 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=907] ppid=881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/907/stat : 907 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460967 28904853504 7259 33554432000 4194304 4196468 140729760748496 140112773966768 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30484 KiB

[startup+0.2105 s]*
/proc/loadavg: 8.71 8.39 8.20 1/211 907
/proc/meminfo: memFree=25733596/32770624 swapFree=66966844/67108860
[pid=881] ppid=878 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/881/stat : 881 (xcsp3-exec) S 878 881 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476460961 115843072 362 33554432000 4194304 5098028 140724797083600 140724797081704 139950128984700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8036352 140724797088594 140724797088853 140724797088853 140724797091782 0
/proc/881/statm: 28282 362 304 221 0 87 0
[pid=883] ppid=881 vsize=28227396 memory=40556 CPUtime=0.33 cores=0-7
/proc/883/stat : 883 (java) S 881 881 724 0 -1 1077944320 9387 0 0 0 30 3 0 0 20 0 20 0 476460961 28904853504 10139 33554432000 4194304 4196468 140729760748496 140729760731040 140114655301367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
/proc/883/statm: 7056849 10139 3302 1 0 7019032 0
[pid=883/tid=884] ppid=881 vsize=28227396 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/883/task/884/stat : 884 (java) R 881 881 724 0 -1 4202560 6650 0 0 0 18 2 0 0 20 0 20 0 476460961 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114659536064 140114655322714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=885] ppid=881 vsize=28227396 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/883/task/885/stat : 885 (java) S 881 881 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114607921936 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=886] ppid=881 vsize=28227396 memory=3690893635432683168 CPUtime=0 cores=0-7
/proc/883/task/886/stat : 886 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114606869392 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=887] ppid=881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/887/stat : 887 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114605816848 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=888] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/888/stat : 888 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114604764304 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=889] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/889/stat : 889 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114603710736 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=890] ppid=881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/890/stat : 890 (java) S 881 881 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114602658192 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=891] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/891/stat : 891 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114601605648 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=892] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/892/stat : 892 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28904853504 10139 33554432000 4194304 4196468 140729760748496 140114600553104 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=893] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/893/stat : 893 (java) S 881 881 724 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 476460963 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112783440368 140114655312514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=897] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/897/stat : 897 (java) S 881 881 724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476460964 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112782386592 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=898] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/898/stat : 898 (java) S 881 881 724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476460964 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112781334000 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=899] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/899/stat : 899 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460966 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112780282576 140114655319963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=900] ppid=881 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/883/task/900/stat : 900 (java) S 881 881 724 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 20 0 476460966 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112779229168 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=901] ppid=881 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/883/task/901/stat : 901 (java) S 881 881 724 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 476460966 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112778176624 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=902] ppid=881 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/883/task/902/stat : 902 (java) S 881 881 724 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 20 0 476460967 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112777124080 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=904] ppid=881 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/883/task/904/stat : 904 (java) R 881 881 724 0 -1 4202560 795 0 0 0 8 0 0 0 20 0 20 0 476460967 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112776071344 140114634104493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=906] ppid=881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/883/task/906/stat : 906 (java) S 881 881 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476460967 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112775019232 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=907] ppid=881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/907/stat : 907 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460967 28904853504 10139 33554432000 4194304 4196468 140729760748496 140112773966768 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42004 KiB

[startup+0.310463 s]*
/proc/loadavg: 8.71 8.39 8.20 4/211 907
/proc/meminfo: memFree=25726788/32770624 swapFree=66966844/67108860
[pid=881] ppid=878 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/881/stat : 881 (xcsp3-exec) S 878 881 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476460961 115843072 362 33554432000 4194304 5098028 140724797083600 140724797081704 139950128984700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8036352 140724797088594 140724797088853 140724797088853 140724797091782 0
/proc/881/statm: 28282 362 304 221 0 87 0
[pid=883] ppid=881 vsize=28231652 memory=49212 CPUtime=0.52 cores=0-7
/proc/883/stat : 883 (java) S 881 881 724 0 -1 1077944320 10694 0 0 0 48 4 0 0 20 0 20 0 476460961 28909211648 12303 33554432000 4194304 4196468 140729760748496 140729760731040 140114655301367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
/proc/883/statm: 7057913 12303 3351 1 0 7019032 0
[pid=883/tid=884] ppid=881 vsize=28231652 memory=0 CPUtime=0.29 cores=0-7
/proc/883/task/884/stat : 884 (java) R 881 881 724 0 -1 4202560 7780 0 0 0 27 2 0 0 20 0 20 0 476460961 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114659532480 140114639381854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=885] ppid=881 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/885/stat : 885 (java) S 881 881 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476460962 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114607921936 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=886] ppid=881 vsize=28231652 memory=139649145350432 CPUtime=0 cores=0-7
/proc/883/task/886/stat : 886 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114606869392 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=887] ppid=881 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/887/stat : 887 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114605816848 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=888] ppid=881 vsize=28231652 memory=4026531975 CPUtime=0 cores=0-7
/proc/883/task/888/stat : 888 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114604764304 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=889] ppid=881 vsize=28231652 memory=9190 CPUtime=0 cores=0-7
/proc/883/task/889/stat : 889 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114603710736 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=890] ppid=881 vsize=28231652 memory=3299449 CPUtime=0 cores=0-7
/proc/883/task/890/stat : 890 (java) S 881 881 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476460962 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114602658192 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=891] ppid=881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/883/task/891/stat : 891 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114601605648 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=892] ppid=881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/883/task/892/stat : 892 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28909211648 12375 33554432000 4194304 4196468 140729760748496 140114600553104 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=893] ppid=881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/883/task/893/stat : 893 (java) S 881 881 724 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 476460963 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112783440368 140114655312514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=897] ppid=881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/883/task/897/stat : 897 (java) S 881 881 724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476460964 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112782386592 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=898] ppid=881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/883/task/898/stat : 898 (java) S 881 881 724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476460964 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112781334000 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=899] ppid=881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/883/task/899/stat : 899 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460966 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112780282576 140114655319963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=900] ppid=881 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/883/task/900/stat : 900 (java) S 881 881 724 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 20 0 476460966 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112779229168 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=901] ppid=881 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/883/task/901/stat : 901 (java) S 881 881 724 0 -1 1077944384 48 0 0 0 2 0 0 0 20 0 20 0 476460966 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112778176624 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=902] ppid=881 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/883/task/902/stat : 902 (java) S 881 881 724 0 -1 1077944384 275 0 0 0 3 0 0 0 20 0 20 0 476460967 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112777124080 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=904] ppid=881 vsize=28231652 memory=0 CPUtime=0.13 cores=0-7
/proc/883/task/904/stat : 904 (java) S 881 881 724 0 -1 1077944384 974 0 0 0 13 0 0 0 20 0 20 0 476460967 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112776071536 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=906] ppid=881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/883/task/906/stat : 906 (java) S 881 881 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476460967 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112775019232 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=907] ppid=881 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/883/task/907/stat : 907 (java) S 881 881 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476460967 28909211648 12375 33554432000 4194304 4196468 140729760748496 140112773966768 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50660 KiB

[startup+0.700978 s]
/proc/loadavg: 8.71 8.39 8.20 5/211 907
/proc/meminfo: memFree=25700484/32770624 swapFree=66966844/67108860
[pid=881] ppid=878 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/881/stat : 881 (xcsp3-exec) S 878 881 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476460961 115843072 362 33554432000 4194304 5098028 140724797083600 140724797081704 139950128984700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8036352 140724797088594 140724797088853 140724797088853 140724797091782 0
/proc/881/statm: 28282 362 304 221 0 87 0
[pid=883] ppid=881 vsize=28233776 memory=141160 CPUtime=2 cores=0-7
/proc/883/stat : 883 (java) S 881 881 724 0 -1 1077944320 15763 0 0 0 194 6 0 0 20 0 20 0 476460961 28911386624 35290 33554432000 4194304 4196468 140729760748496 140729760731040 140114655301367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
/proc/883/statm: 7058444 35290 3452 1 0 7019544 0
[pid=883/tid=884] ppid=881 vsize=28233776 memory=2020 CPUtime=0.68 cores=0-7
/proc/883/task/884/stat : 884 (java) R 881 881 724 0 -1 4202560 8406 0 0 0 64 4 0 0 20 0 20 0 476460961 28911386624 35290 33554432000 4194304 4196468 140729760748496 140114659539696 140114269201762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=885] ppid=881 vsize=28233776 memory=1432 CPUtime=0 cores=0-7
/proc/883/task/885/stat : 885 (java) S 881 881 724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476460962 28911386624 35290 33554432000 4194304 4196468 140729760748496 140114607921936 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=886] ppid=881 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/883/task/886/stat : 886 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28911386624 35290 33554432000 4194304 4196468 140729760748496 140114606869392 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=887] ppid=881 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/883/task/887/stat : 887 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476460962 28911386624 35290 33554432000 4194304 4196468 140729760748496 140114605816848 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0

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

[pid=883/tid=915] ppid=881 vsize=28766288 memory=6947385649911455296 CPUtime=2435.2 cores=0-7
/proc/883/task/915/stat : 915 (java) R 881 881 724 0 -1 4202560 5377 0 0 0 243511 9 0 0 20 0 28 0 476461184 29456678912 1331892 33554432000 4194304 4196468 140729760748496 140112449238056 140114273237218 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
Current children cumulated CPU time: 19472.5 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5329016 KiB

[startup+2502.3 s]
/proc/loadavg: 8.66 8.46 8.40 9/220 1135
/proc/meminfo: memFree=20470152/32770624 swapFree=66966844/67108860
[pid=881] ppid=878 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/881/stat : 881 (xcsp3-exec) S 878 881 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476460961 115843072 362 33554432000 4194304 5098028 140724797083600 140724797081704 139950128984700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8036352 140724797088594 140724797088853 140724797088853 140724797091782 0
/proc/881/statm: 28282 362 304 221 0 87 0
[pid=883] ppid=881 vsize=28766288 memory=5294788 CPUtime=19951.1 cores=0-7
/proc/883/stat : 883 (java) S 881 881 724 0 -1 1077944320 227689 0 0 0 1994395 717 0 0 20 0 28 0 476460961 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140729760731040 140114655301367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
/proc/883/statm: 7191572 1323697 3523 1 0 7152672 0
[pid=883/tid=884] ppid=881 vsize=28766288 memory=5294788 CPUtime=2.07 cores=0-7
/proc/883/task/884/stat : 884 (java) S 881 881 724 0 -1 1077944384 9341 0 0 0 200 7 0 0 20 0 28 0 476460961 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114659542144 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=885] ppid=881 vsize=28766288 memory=5294788 CPUtime=0.55 cores=0-7
/proc/883/task/885/stat : 885 (java) S 881 881 724 0 -1 1077944384 2992 0 0 0 39 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114607921936 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=886] ppid=881 vsize=28766288 memory=1448 CPUtime=0.56 cores=0-7
/proc/883/task/886/stat : 886 (java) S 881 881 724 0 -1 1077944384 3091 0 0 0 40 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114606869392 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=887] ppid=881 vsize=28766288 memory=1448 CPUtime=0.56 cores=0-7
/proc/883/task/887/stat : 887 (java) S 881 881 724 0 -1 1077944384 3636 0 0 0 39 17 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114605816848 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=888] ppid=881 vsize=28766288 memory=1448 CPUtime=0.54 cores=0-7
/proc/883/task/888/stat : 888 (java) S 881 881 724 0 -1 1077944384 2209 0 0 0 37 17 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114604764304 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=889] ppid=881 vsize=28766288 memory=279297966937072 CPUtime=0.55 cores=0-7
/proc/883/task/889/stat : 889 (java) S 881 881 724 0 -1 1077944384 3907 0 0 0 39 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114603710736 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=890] ppid=881 vsize=28766288 memory=279297966884608 CPUtime=0.56 cores=0-7
/proc/883/task/890/stat : 890 (java) S 881 881 724 0 -1 1077944384 3001 0 0 0 40 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114602658192 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=891] ppid=881 vsize=28766288 memory=1560 CPUtime=0.56 cores=0-7
/proc/883/task/891/stat : 891 (java) S 881 881 724 0 -1 1077944384 2818 0 0 0 41 15 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114601605648 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=892] ppid=881 vsize=28766288 memory=932 CPUtime=0.55 cores=0-7
/proc/883/task/892/stat : 892 (java) S 881 881 724 0 -1 1077944384 3286 0 0 0 39 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114600553104 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=893] ppid=881 vsize=28766288 memory=1448 CPUtime=0.4 cores=0-7
/proc/883/task/893/stat : 893 (java) S 881 881 724 0 -1 1077944384 9671 0 0 0 17 23 0 0 20 0 28 0 476460963 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112783440368 140114655312514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=897] ppid=881 vsize=28766288 memory=5310696 CPUtime=0 cores=0-7
/proc/883/task/897/stat : 897 (java) S 881 881 724 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476460964 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112782386656 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=898] ppid=881 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/883/task/898/stat : 898 (java) S 881 881 724 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476460964 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112781334016 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=899] ppid=881 vsize=28766288 memory=5310696 CPUtime=0 cores=0-7
/proc/883/task/899/stat : 899 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476460966 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112780282576 140114655319963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=900] ppid=881 vsize=28766288 memory=1448 CPUtime=2.69 cores=0-7
/proc/883/task/900/stat : 900 (java) S 881 881 724 0 -1 1077944384 11323 0 0 0 267 2 0 0 20 0 28 0 476460966 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112779229168 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=901] ppid=881 vsize=28766288 memory=3608 CPUtime=2.42 cores=0-7
/proc/883/task/901/stat : 901 (java) S 881 881 724 0 -1 1077944384 9722 0 0 0 240 2 0 0 20 0 28 0 476460966 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112778176624 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=902] ppid=881 vsize=28766288 memory=5327568 CPUtime=2.66 cores=0-7
/proc/883/task/902/stat : 902 (java) S 881 881 724 0 -1 1077944384 9835 0 0 0 265 1 0 0 20 0 28 0 476460967 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112777124080 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=904] ppid=881 vsize=28766288 memory=279297968488896 CPUtime=0.81 cores=0-7
/proc/883/task/904/stat : 904 (java) S 881 881 724 0 -1 1077944384 7406 0 0 0 80 1 0 0 20 0 28 0 476460967 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112776071536 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=906] ppid=881 vsize=28766288 memory=5310696 CPUtime=0 cores=0-7
/proc/883/task/906/stat : 906 (java) S 881 881 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476460967 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112775019232 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=907] ppid=881 vsize=28766288 memory=1660 CPUtime=0.78 cores=0-7
/proc/883/task/907/stat : 907 (java) S 881 881 724 0 -1 1077944384 2317 0 0 0 0 78 0 0 20 0 28 0 476460967 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112773966768 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=908] ppid=881 vsize=28766288 memory=4104 CPUtime=2495.72 cores=0-7
/proc/883/task/908/stat : 908 (java) R 881 881 724 0 -1 4202560 7856 0 0 0 249559 13 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112456605080 140114272982277 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=909] ppid=881 vsize=28766288 memory=1448 CPUtime=2496.15 cores=0-7
/proc/883/task/909/stat : 909 (java) R 881 881 724 0 -1 4202560 8077 0 0 0 249603 12 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112455553656 140114273265617 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=910] ppid=881 vsize=28766288 memory=1448 CPUtime=2492.74 cores=0-7
/proc/883/task/910/stat : 910 (java) R 881 881 724 0 -1 4202560 19892 0 0 0 249213 61 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112454500056 140114273680482 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=911] ppid=881 vsize=28766288 memory=5310696 CPUtime=2482.48 cores=0-7
/proc/883/task/911/stat : 911 (java) R 881 881 724 0 -1 4202560 17058 0 0 0 248178 70 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112453447248 140114273678628 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=912] ppid=881 vsize=28766288 memory=5294788 CPUtime=2491.47 cores=0-7
/proc/883/task/912/stat : 912 (java) R 881 881 724 0 -1 4202560 17382 0 0 0 249083 64 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112452395000 140114272916658 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=913] ppid=881 vsize=28766288 memory=988 CPUtime=2496.81 cores=0-7
/proc/883/task/913/stat : 913 (java) R 881 881 724 0 -1 4202560 31642 0 0 0 249541 140 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112451342472 140114275278320 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=914] ppid=881 vsize=28766288 memory=2020 CPUtime=2484.91 cores=0-7
/proc/883/task/914/stat : 914 (java) R 881 881 724 0 -1 4202560 34372 0 0 0 248317 174 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112450292720 140114272916649 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=915] ppid=881 vsize=28766288 memory=1432 CPUtime=2494.35 cores=0-7
/proc/883/task/915/stat : 915 (java) R 881 881 724 0 -1 4202560 5555 0 0 0 249426 9 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112449237368 140114272984734 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
Current children cumulated CPU time: 19951.1 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5296236 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.76 8.49 8.41 9/219 1135
/proc/meminfo: memFree=20470556/32770624 swapFree=66966844/67108860
[pid=881] ppid=878 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/881/stat : 881 (xcsp3-exec) S 878 881 724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476460961 115843072 362 33554432000 4194304 5098028 140724797083600 140724797081704 139950128984700 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8036352 140724797088594 140724797088853 140724797088853 140724797091782 0
/proc/881/statm: 28282 362 304 221 0 87 0
[pid=883] ppid=881 vsize=28766288 memory=5294788 CPUtime=20092.4 cores=0-7
/proc/883/stat : 883 (java) S 881 881 724 0 -1 1077944320 228185 0 0 0 2008519 719 0 0 20 0 28 0 476460961 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140729760731040 140114655301367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
/proc/883/statm: 7191572 1323697 3523 1 0 7152672 0
[pid=883/tid=884] ppid=881 vsize=28766288 memory=1398720917958146503 CPUtime=2.07 cores=0-7
/proc/883/task/884/stat : 884 (java) S 881 881 724 0 -1 1077944384 9341 0 0 0 200 7 0 0 20 0 28 0 476460961 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114659542144 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=885] ppid=881 vsize=28766288 memory=4126316290023845779 CPUtime=0.55 cores=0-7
/proc/883/task/885/stat : 885 (java) S 881 881 724 0 -1 1077944384 2992 0 0 0 39 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114607921936 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=886] ppid=881 vsize=28766288 memory=1448 CPUtime=0.56 cores=0-7
/proc/883/task/886/stat : 886 (java) S 881 881 724 0 -1 1077944384 3091 0 0 0 40 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114606869392 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=887] ppid=881 vsize=28766288 memory=5294788 CPUtime=0.56 cores=0-7
/proc/883/task/887/stat : 887 (java) S 881 881 724 0 -1 1077944384 3636 0 0 0 39 17 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114605816848 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=888] ppid=881 vsize=28766288 memory=14080 CPUtime=0.54 cores=0-7
/proc/883/task/888/stat : 888 (java) S 881 881 724 0 -1 1077944384 2209 0 0 0 37 17 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114604764304 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=889] ppid=881 vsize=28766288 memory=30600 CPUtime=0.55 cores=0-7
/proc/883/task/889/stat : 889 (java) S 881 881 724 0 -1 1077944384 3907 0 0 0 39 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114603710736 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=890] ppid=881 vsize=28766288 memory=6947385649911455296 CPUtime=0.56 cores=0-7
/proc/883/task/890/stat : 890 (java) S 881 881 724 0 -1 1077944384 3001 0 0 0 40 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114602658192 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=891] ppid=881 vsize=28766288 memory=508 CPUtime=0.56 cores=0-7
/proc/883/task/891/stat : 891 (java) S 881 881 724 0 -1 1077944384 2818 0 0 0 41 15 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114601605648 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=892] ppid=881 vsize=28766288 memory=1448 CPUtime=0.55 cores=0-7
/proc/883/task/892/stat : 892 (java) S 881 881 724 0 -1 1077944384 3286 0 0 0 39 16 0 0 20 0 28 0 476460962 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140114600553104 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=893] ppid=881 vsize=28766288 memory=6947385649911455296 CPUtime=0.4 cores=0-7
/proc/883/task/893/stat : 893 (java) S 881 881 724 0 -1 1077944384 9671 0 0 0 17 23 0 0 20 0 28 0 476460963 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112783440368 140114655312514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=897] ppid=881 vsize=28766288 memory=1196 CPUtime=0 cores=0-7
/proc/883/task/897/stat : 897 (java) S 881 881 724 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476460964 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112782386656 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=898] ppid=881 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/883/task/898/stat : 898 (java) S 881 881 724 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476460964 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112781334016 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=899] ppid=881 vsize=28766288 memory=5294788 CPUtime=0 cores=0-7
/proc/883/task/899/stat : 899 (java) S 881 881 724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476460966 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112780282576 140114655319963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=900] ppid=881 vsize=28766288 memory=55228 CPUtime=2.69 cores=0-7
/proc/883/task/900/stat : 900 (java) S 881 881 724 0 -1 1077944384 11323 0 0 0 267 2 0 0 20 0 28 0 476460966 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112779229168 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=901] ppid=881 vsize=28766288 memory=988 CPUtime=2.42 cores=0-7
/proc/883/task/901/stat : 901 (java) S 881 881 724 0 -1 1077944384 9722 0 0 0 240 2 0 0 20 0 28 0 476460966 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112778176624 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=902] ppid=881 vsize=28766288 memory=2020 CPUtime=2.66 cores=0-7
/proc/883/task/902/stat : 902 (java) S 881 881 724 0 -1 1077944384 9835 0 0 0 265 1 0 0 20 0 28 0 476460967 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112777124080 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=904] ppid=881 vsize=28766288 memory=1432 CPUtime=0.81 cores=0-7
/proc/883/task/904/stat : 904 (java) S 881 881 724 0 -1 1077944384 7406 0 0 0 80 1 0 0 20 0 28 0 476460967 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112776071536 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=906] ppid=881 vsize=28766288 memory=776 CPUtime=0 cores=0-7
/proc/883/task/906/stat : 906 (java) S 881 881 724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476460967 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112775019232 140114655311573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=907] ppid=881 vsize=28766288 memory=1056 CPUtime=0.78 cores=0-7
/proc/883/task/907/stat : 907 (java) S 881 881 724 0 -1 1077944384 2319 0 0 0 0 78 0 0 20 0 28 0 476460967 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112773966768 140114655312514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=908] ppid=881 vsize=28766288 memory=3616 CPUtime=2513.42 cores=0-7
/proc/883/task/908/stat : 908 (java) R 881 881 724 0 -1 4202560 7880 0 0 0 251329 13 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112456605080 140114272982123 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=909] ppid=881 vsize=28766288 memory=864 CPUtime=2513.85 cores=0-7
/proc/883/task/909/stat : 909 (java) R 881 881 724 0 -1 4202560 8115 0 0 0 251373 12 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112455557504 140114273686067 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=910] ppid=881 vsize=28766288 memory=1976 CPUtime=2510.44 cores=0-7
/proc/883/task/910/stat : 910 (java) R 881 881 724 0 -1 4202560 19916 0 0 0 250983 61 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112454500056 140114273680995 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=911] ppid=881 vsize=28766288 memory=2496 CPUtime=2500.19 cores=0-7
/proc/883/task/911/stat : 911 (java) R 881 881 724 0 -1 4202560 17124 0 0 0 249949 70 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112453451840 140114272916034 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=912] ppid=881 vsize=28766288 memory=1760 CPUtime=2509.18 cores=0-7
/proc/883/task/912/stat : 912 (java) R 881 881 724 0 -1 4202560 17453 0 0 0 250854 64 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112452395000 140114272916382 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=913] ppid=881 vsize=28766288 memory=111636 CPUtime=2514.51 cores=0-7
/proc/883/task/913/stat : 913 (java) R 881 881 724 0 -1 4202560 31725 0 0 0 251310 141 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112451342472 140114274345556 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=914] ppid=881 vsize=28766288 memory=804 CPUtime=2502.61 cores=0-7
/proc/883/task/914/stat : 914 (java) R 881 881 724 0 -1 4202560 34516 0 0 0 250086 175 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112450292720 140114272916410 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
[pid=883/tid=915] ppid=881 vsize=28766288 memory=1660 CPUtime=2511.71 cores=0-7
/proc/883/task/915/stat : 915 (java) R 881 881 724 0 -1 4202560 5599 0 0 0 251161 10 0 0 20 0 28 0 476461184 29456678912 1323697 33554432000 4194304 4196468 140729760748496 140112449237368 140114272984752 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 29700096 140729760756694 140729760756870 140729760756870 140729760759759 0
Current children cumulated CPU time: 20092.4 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5296236 KiB

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

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

[startup+2520.12 s]
# the end of solver process 883 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20085.8 s, system=7.22746 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.12
CPU time (s): 20093
CPU user time (s): 20085.8
CPU system time (s): 7.22746
CPU usage (%): 797.306
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 5580596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20085.8
system time used= 7.22746
maximum resident set size= 5591436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60718
involuntary context switches= 222238


# summary of solver processes directly reported to runsolver:
#   pid: 881,883
#   total CPU time (s): 20093
#   total CPU user time (s): 20085.8
#   total CPU system time (s): 7.22746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 30.1499 second user time and 20.6515 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 20:46:43
IDJOB=4404459
IDBENCH=135026
IDSOLVER=2865
FILE ID=node145/4404459-1569005245
RUNJOBID= node145-1569004901-751
PBS_JOBID= 21704743
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.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 /var/tmp/evaluation-result-4404459-1569005245/watcher-4404459-1569005245 -o /var/tmp/evaluation-result-4404459-1569005245/solver-4404459-1569005245 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1569004901-751 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 920712801 HOME/instance-4404459-1569005245.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=920712801

node145.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.59
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.59
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.59
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.59
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:        25763728 kB
MemAvailable:   31820112 kB
Buffers:           97940 kB
Cached:          6120032 kB
SwapCached:        32484 kB
Active:          3019396 kB
Inactive:        3234300 kB
Active(anon):       4916 kB
Inactive(anon):    79836 kB
Active(file):    3014480 kB
Inactive(file):  3154464 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             26412 kB
Writeback:             4 kB
AnonPages:        113452 kB
Mapped:            50188 kB
Shmem:             40640 kB
Slab:             344736 kB
SReclaimable:     315900 kB
SUnreclaim:        28836 kB
KernelStack:        3424 kB
PageTables:         5336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node145 at 2019-09-20 21:28:43