Trace number 4404442

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) 20089.4 2520.14

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K106.xml
MD5SUM5d95bf0924f574ebe5a8a8a61c057e43
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 benchmark53.7139
Satisfiable
(Un)Satisfiability was proved
Number of variables7208
Number of constraints7422
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7208}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":183},{"degree":5,"count":1276},{"degree":6,"count":2825},{"degree":7,"count":1774},{"degree":8,"count":731},{"degree":9,"count":210},{"degree":10,"count":208}]
Minimum constraint arity1
Maximum constraint arity106
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1365},{"arity":3,"count":2835},{"arity":4,"count":1890},{"arity":5,"count":630},{"arity":6,"count":210},{"arity":7,"count":210},{"arity":68,"count":212},{"arity":106,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7422}]
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-4404442-1569005270.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404442-1569005270.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
6.90/2.20	c solve instance...
20088.69/2520.07	s UNKNOWN
20088.69/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 (7413 MiB free)
  memory of node 1: 16384 MiB (6441 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404442-1569005270/watcher-4404442-1569005270 -o /var/tmp/evaluation-result-4404442-1569005270/solver-4404442-1569005270 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569005227-30886 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1247657152 HOME/instance-4404442-1569005270.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=30903, runsolver pid=30900
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 7.54 8.27 8.18 2/211 30924
/proc/meminfo: memFree=14170596/32770624 swapFree=66972368/67108860
[pid=30903] ppid=30900 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30903/stat : 30903 (xcsp3-exec) S 30900 30903 30859 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476468839 115843072 362 33554432000 4194304 5098028 140728523721952 140728523720056 140318444044924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16297984 140728523727697 140728523727957 140728523727957 140728523730886 0
/proc/30903/statm: 28282 362 304 221 0 87 0
[pid=30905] ppid=30903 vsize=28227396 memory=28788 CPUtime=0.12 cores=0-7
/proc/30905/stat : 30905 (java) S 30903 30903 30859 0 -1 1077944320 5633 0 0 0 11 1 0 0 20 0 20 0 476468839 28904853504 7197 33554432000 4194304 4196468 140730590561232 140730590543776 140219358314231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
/proc/30905/statm: 7056849 7197 3141 1 0 7019032 0
[pid=30905/tid=30906] ppid=30903 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/30905/task/30906/stat : 30906 (java) R 30903 30903 30859 0 -1 4202560 3573 0 0 0 8 0 0 0 20 0 20 0 476468839 28904853504 7197 33554432000 4194304 4196468 140730590561232 140219362547120 140219358326166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30907] ppid=30903 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30905/task/30907/stat : 30907 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 7197 33554432000 4194304 4196468 140730590561232 140219278167056 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30908] ppid=30903 vsize=28227396 memory=140179734988416 CPUtime=0 cores=0-7
/proc/30905/task/30908/stat : 30908 (java) S 30903 30903 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 7197 33554432000 4194304 4196468 140730590561232 140219277114512 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30909] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30909/stat : 30909 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 7197 33554432000 4194304 4196468 140730590561232 140219276061456 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30910] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30910/stat : 30910 (java) S 30903 30903 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 7197 33554432000 4194304 4196468 140730590561232 140219275008912 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30911] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30911/stat : 30911 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218905778704 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30912] ppid=30903 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30905/task/30912/stat : 30912 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218904726160 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30913] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30913/stat : 30913 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218903673104 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30914] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30914/stat : 30914 (java) S 30903 30903 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218902620560 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30915] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30915/stat : 30915 (java) S 30903 30903 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476468842 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218743073520 140219358325378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30916] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30916/stat : 30916 (java) S 30903 30903 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476468842 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218742019744 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30917] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30917/stat : 30917 (java) S 30903 30903 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476468842 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218740966640 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30918] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30918/stat : 30918 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218739915216 140219358332827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30919] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30919/stat : 30919 (java) S 30903 30903 30859 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218738862320 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30920] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30920/stat : 30920 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218535504240 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30921] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30921/stat : 30921 (java) R 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218534451184 140219358325378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30922] ppid=30903 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30905/task/30922/stat : 30922 (java) R 30903 30903 30859 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 20 0 476468845 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218533398640 140219338550320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30923] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30923/stat : 30923 (java) S 30903 30903 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218532346848 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30924] ppid=30903 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30905/task/30924/stat : 30924 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 7197 33554432000 4194304 4196468 140730590561232 140218531294384 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30236 KiB

[startup+0.210693 s]*
/proc/loadavg: 7.54 8.27 8.18 4/211 30924
/proc/meminfo: memFree=14156896/32770624 swapFree=66972368/67108860
[pid=30903] ppid=30900 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30903/stat : 30903 (xcsp3-exec) S 30900 30903 30859 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476468839 115843072 362 33554432000 4194304 5098028 140728523721952 140728523720056 140318444044924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16297984 140728523727697 140728523727957 140728523727957 140728523730886 0
/proc/30903/statm: 28282 362 304 221 0 87 0
[pid=30905] ppid=30903 vsize=28227396 memory=40952 CPUtime=0.34 cores=0-7
/proc/30905/stat : 30905 (java) S 30903 30903 30859 0 -1 1077944320 9532 0 0 0 31 3 0 0 20 0 20 0 476468839 28904853504 10238 33554432000 4194304 4196468 140730590561232 140730590543776 140219358314231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
/proc/30905/statm: 7056849 10238 3278 1 0 7019032 0
[pid=30905/tid=30906] ppid=30903 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30905/task/30906/stat : 30906 (java) R 30903 30903 30859 0 -1 4202560 6617 0 0 0 18 2 0 0 20 0 20 0 476468839 28904853504 10238 33554432000 4194304 4196468 140730590561232 140219362545376 140219351498967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30907] ppid=30903 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/30905/task/30907/stat : 30907 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 10238 33554432000 4194304 4196468 140730590561232 140219278167056 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30908] ppid=30903 vsize=28227396 memory=4122964848048015008 CPUtime=0 cores=0-7
/proc/30905/task/30908/stat : 30908 (java) S 30903 30903 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 10238 33554432000 4194304 4196468 140730590561232 140219277114512 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30909] ppid=30903 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30905/task/30909/stat : 30909 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 10238 33554432000 4194304 4196468 140730590561232 140219276061456 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30910] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30910/stat : 30910 (java) S 30903 30903 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 10238 33554432000 4194304 4196468 140730590561232 140219275008912 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30911] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30911/stat : 30911 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218905778704 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30912] ppid=30903 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30905/task/30912/stat : 30912 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218904726160 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30913] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30913/stat : 30913 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218903673104 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30914] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30914/stat : 30914 (java) S 30903 30903 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476468840 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218902620560 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30915] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30915/stat : 30915 (java) S 30903 30903 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476468842 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218743073520 140219358325378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30916] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30916/stat : 30916 (java) S 30903 30903 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476468842 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218742019744 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30917] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30917/stat : 30917 (java) S 30903 30903 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476468842 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218740966640 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30918] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30918/stat : 30918 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218739915216 140219358332827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30919] ppid=30903 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30905/task/30919/stat : 30919 (java) S 30903 30903 30859 0 -1 1077944384 457 0 0 0 1 0 0 0 20 0 20 0 476468845 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218738862320 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30920] ppid=30903 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30905/task/30920/stat : 30920 (java) S 30903 30903 30859 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 20 0 476468845 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218535504240 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30921] ppid=30903 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/30905/task/30921/stat : 30921 (java) S 30903 30903 30859 0 -1 1077944384 340 0 0 0 2 0 0 0 20 0 20 0 476468845 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218534451184 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30922] ppid=30903 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/30905/task/30922/stat : 30922 (java) R 30903 30903 30859 0 -1 4202560 775 0 0 0 7 0 0 0 20 0 20 0 476468845 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218533398640 140219344638576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30923] ppid=30903 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30923/stat : 30923 (java) S 30903 30903 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218532346848 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30924] ppid=30903 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30905/task/30924/stat : 30924 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468845 28904853504 10238 33554432000 4194304 4196468 140730590561232 140218531294384 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42400 KiB

[startup+0.313045 s]*
/proc/loadavg: 7.54 8.27 8.18 3/211 30924
/proc/meminfo: memFree=14150324/32770624 swapFree=66972368/67108860
[pid=30903] ppid=30900 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30903/stat : 30903 (xcsp3-exec) S 30900 30903 30859 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476468839 115843072 362 33554432000 4194304 5098028 140728523721952 140728523720056 140318444044924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16297984 140728523727697 140728523727957 140728523727957 140728523730886 0
/proc/30903/statm: 28282 362 304 221 0 87 0
[pid=30905] ppid=30903 vsize=28231652 memory=49684 CPUtime=0.52 cores=0-7
/proc/30905/stat : 30905 (java) S 30903 30903 30859 0 -1 1077944320 10786 0 0 0 48 4 0 0 20 0 20 0 476468839 28909211648 12421 33554432000 4194304 4196468 140730590561232 140730590543776 140219358314231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
/proc/30905/statm: 7057913 12421 3352 1 0 7019032 0
[pid=30905/tid=30906] ppid=30903 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30905/task/30906/stat : 30906 (java) R 30903 30903 30859 0 -1 4202560 7784 0 0 0 27 3 0 0 20 0 20 0 476468839 28909211648 12421 33554432000 4194304 4196468 140730590561232 140219362548016 140219342394718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30907] ppid=30903 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30907/stat : 30907 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28909211648 12421 33554432000 4194304 4196468 140730590561232 140219278167056 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30908] ppid=30903 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30908/stat : 30908 (java) S 30903 30903 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476468840 28909211648 12421 33554432000 4194304 4196468 140730590561232 140219277114512 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30909] ppid=30903 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30909/stat : 30909 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28909211648 12421 33554432000 4194304 4196468 140730590561232 140219276061456 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30910] ppid=30903 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30910/stat : 30910 (java) S 30903 30903 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476468840 28909211648 12421 33554432000 4194304 4196468 140730590561232 140219275008912 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30911] ppid=30903 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/30905/task/30911/stat : 30911 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218905778704 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30912] ppid=30903 vsize=28231652 memory=140179612464047 CPUtime=0 cores=0-7
/proc/30905/task/30912/stat : 30912 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218904726160 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30913] ppid=30903 vsize=28231652 memory=140179612466352 CPUtime=0 cores=0-7
/proc/30905/task/30913/stat : 30913 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218903673104 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30914] ppid=30903 vsize=28231652 memory=140179612468656 CPUtime=0 cores=0-7
/proc/30905/task/30914/stat : 30914 (java) S 30903 30903 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476468840 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218902620560 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30915] ppid=30903 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30915/stat : 30915 (java) S 30903 30903 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476468842 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218743073520 140219358325378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30916] ppid=30903 vsize=28231652 memory=280359224944272 CPUtime=0 cores=0-7
/proc/30905/task/30916/stat : 30916 (java) S 30903 30903 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476468842 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218742019744 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30917] ppid=30903 vsize=28231652 memory=280359224951184 CPUtime=0 cores=0-7
/proc/30905/task/30917/stat : 30917 (java) S 30903 30903 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476468842 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218740966640 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30918] ppid=30903 vsize=28231652 memory=280359224892464 CPUtime=0 cores=0-7
/proc/30905/task/30918/stat : 30918 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468845 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218739915216 140219358332827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30919] ppid=30903 vsize=28231652 memory=280359224965008 CPUtime=0.02 cores=0-7
/proc/30905/task/30919/stat : 30919 (java) S 30903 30903 30859 0 -1 1077944384 466 0 0 0 2 0 0 0 20 0 20 0 476468845 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218738862320 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30920] ppid=30903 vsize=28231652 memory=280359224971920 CPUtime=0.02 cores=0-7
/proc/30905/task/30920/stat : 30920 (java) S 30903 30903 30859 0 -1 1077944384 36 0 0 0 2 0 0 0 20 0 20 0 476468845 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218535504240 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30921] ppid=30903 vsize=28231652 memory=280359224969616 CPUtime=0.03 cores=0-7
/proc/30905/task/30921/stat : 30921 (java) S 30903 30903 30859 0 -1 1077944384 340 0 0 0 3 0 0 0 20 0 20 0 476468845 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218534451184 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30922] ppid=30903 vsize=28231652 memory=280359224985776 CPUtime=0.13 cores=0-7
/proc/30905/task/30922/stat : 30922 (java) S 30903 30903 30859 0 -1 1077944384 853 0 0 0 13 0 0 0 20 0 20 0 476468845 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218533398640 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30923] ppid=30903 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30923/stat : 30923 (java) S 30903 30903 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476468845 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218532346848 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30924] ppid=30903 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30905/task/30924/stat : 30924 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468845 28909211648 12421 33554432000 4194304 4196468 140730590561232 140218531294384 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51132 KiB

[startup+0.701049 s]
/proc/loadavg: 7.54 8.27 8.18 6/211 30924
/proc/meminfo: memFree=14123056/32770624 swapFree=66972368/67108860
[pid=30903] ppid=30900 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30903/stat : 30903 (xcsp3-exec) S 30900 30903 30859 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476468839 115843072 362 33554432000 4194304 5098028 140728523721952 140728523720056 140318444044924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16297984 140728523727697 140728523727957 140728523727957 140728523730886 0
/proc/30903/statm: 28282 362 304 221 0 87 0
[pid=30905] ppid=30903 vsize=28233776 memory=140812 CPUtime=2.07 cores=0-7
/proc/30905/stat : 30905 (java) S 30903 30903 30859 0 -1 1077944320 15205 0 0 0 201 6 0 0 20 0 20 0 476468839 28911386624 35203 33554432000 4194304 4196468 140730590561232 140730590543776 140219358314231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
/proc/30905/statm: 7058444 35203 3454 1 0 7019544 0
[pid=30905/tid=30906] ppid=30903 vsize=28233776 memory=280359225343664 CPUtime=0.68 cores=0-7
/proc/30905/task/30906/stat : 30906 (java) R 30903 30903 30859 0 -1 4202560 8373 0 0 0 64 4 0 0 20 0 20 0 476468839 28911386624 35203 33554432000 4194304 4196468 140730590561232 140219362551920 140218959013938 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30907] ppid=30903 vsize=28233776 memory=140179612672880 CPUtime=0 cores=0-7
/proc/30905/task/30907/stat : 30907 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28911386624 35203 33554432000 4194304 4196468 140730590561232 140219278167056 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30908] ppid=30903 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30908/stat : 30908 (java) S 30903 30903 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476468840 28911386624 35203 33554432000 4194304 4196468 140730590561232 140219277114512 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30909] ppid=30903 vsize=28233776 memory=1716 CPUtime=0 cores=0-7
/proc/30905/task/30909/stat : 30909 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476468840 28911386624 35203 33554432000 4194304 4196468 140730590561232 140219276061456 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0

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

[pid=30905/tid=30932] ppid=30903 vsize=28766288 memory=5464252 CPUtime=2432.23 cores=0-7
/proc/30905/task/30932/stat : 30932 (java) R 30903 30903 30859 0 -1 4202560 4787 0 0 0 243214 9 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218514945144 140218962640889 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
Current children cumulated CPU time: 19469 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5465700 KiB

[startup+2502.31 s]
/proc/loadavg: 8.16 8.29 8.28 9/219 31147
/proc/meminfo: memFree=8724324/32770624 swapFree=66972388/67108860
[pid=30903] ppid=30900 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30903/stat : 30903 (xcsp3-exec) S 30900 30903 30859 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476468839 115843072 362 33554432000 4194304 5098028 140728523721952 140728523720056 140318444044924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16297984 140728523727697 140728523727957 140728523727957 140728523730886 0
/proc/30903/statm: 28282 362 304 221 0 87 0
[pid=30905] ppid=30903 vsize=28766288 memory=5464252 CPUtime=19947.6 cores=0-7
/proc/30905/stat : 30905 (java) S 30903 30903 30859 0 -1 1077944320 219484 0 0 0 1994076 688 0 0 20 0 28 0 476468839 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140730590543776 140219358314231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
/proc/30905/statm: 7191572 1366063 3522 1 0 7152672 0
[pid=30905/tid=30906] ppid=30903 vsize=28766288 memory=5464252 CPUtime=2.07 cores=0-7
/proc/30905/task/30906/stat : 30906 (java) S 30903 30903 30859 0 -1 1077944384 9321 0 0 0 200 7 0 0 20 0 28 0 476468839 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140219362555008 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30907] ppid=30903 vsize=28766288 memory=0 CPUtime=0.54 cores=0-7
/proc/30905/task/30907/stat : 30907 (java) S 30903 30903 30859 0 -1 1077944384 1530 0 0 0 37 17 0 0 20 0 28 0 476468840 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140219278167056 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30908] ppid=30903 vsize=28766288 memory=5464252 CPUtime=0.56 cores=0-7
/proc/30905/task/30908/stat : 30908 (java) S 30903 30903 30859 0 -1 1077944384 2893 0 0 0 38 18 0 0 20 0 28 0 476468840 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140219277114512 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30909] ppid=30903 vsize=28766288 memory=1448 CPUtime=0.55 cores=0-7
/proc/30905/task/30909/stat : 30909 (java) S 30903 30903 30859 0 -1 1077944384 2686 0 0 0 37 18 0 0 20 0 28 0 476468840 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140219276061456 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30910] ppid=30903 vsize=28766288 memory=5464252 CPUtime=0.53 cores=0-7
/proc/30905/task/30910/stat : 30910 (java) S 30903 30903 30859 0 -1 1077944384 3015 0 0 0 36 17 0 0 20 0 28 0 476468840 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140219275008912 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30911] ppid=30903 vsize=28766288 memory=5464252 CPUtime=0.55 cores=0-7
/proc/30905/task/30911/stat : 30911 (java) S 30903 30903 30859 0 -1 1077944384 3469 0 0 0 37 18 0 0 20 0 28 0 476468840 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218905778704 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30912] ppid=30903 vsize=28766288 memory=5464252 CPUtime=0.55 cores=0-7
/proc/30905/task/30912/stat : 30912 (java) S 30903 30903 30859 0 -1 1077944384 3963 0 0 0 37 18 0 0 20 0 28 0 476468840 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218904726160 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30913] ppid=30903 vsize=28766288 memory=5464252 CPUtime=0.55 cores=0-7
/proc/30905/task/30913/stat : 30913 (java) S 30903 30903 30859 0 -1 1077944384 1963 0 0 0 37 18 0 0 20 0 28 0 476468840 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218903673104 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30914] ppid=30903 vsize=28766288 memory=5464252 CPUtime=0.55 cores=0-7
/proc/30905/task/30914/stat : 30914 (java) S 30903 30903 30859 0 -1 1077944384 1798 0 0 0 38 17 0 0 20 0 28 0 476468840 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218902620560 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30915] ppid=30903 vsize=28766288 memory=1448 CPUtime=0.27 cores=0-7
/proc/30905/task/30915/stat : 30915 (java) S 30903 30903 30859 0 -1 1077944384 7906 0 0 0 10 17 0 0 20 0 28 0 476468842 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218743073520 140219358325378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30916] ppid=30903 vsize=28766288 memory=5464252 CPUtime=0 cores=0-7
/proc/30905/task/30916/stat : 30916 (java) S 30903 30903 30859 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 476468842 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218742019808 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30917] ppid=30903 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/30905/task/30917/stat : 30917 (java) S 30903 30903 30859 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476468842 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218740966656 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30918] ppid=30903 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/30905/task/30918/stat : 30918 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476468845 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218739915216 140219358332827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30919] ppid=30903 vsize=28766288 memory=111636 CPUtime=1.98 cores=0-7
/proc/30905/task/30919/stat : 30919 (java) S 30903 30903 30859 0 -1 1077944384 9826 0 0 0 197 1 0 0 20 0 28 0 476468845 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218738862320 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30920] ppid=30903 vsize=28766288 memory=804 CPUtime=2.39 cores=0-7
/proc/30905/task/30920/stat : 30920 (java) S 30903 30903 30859 0 -1 1077944384 11688 0 0 0 236 3 0 0 20 0 28 0 476468845 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218535504240 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30921] ppid=30903 vsize=28766288 memory=3612 CPUtime=2.24 cores=0-7
/proc/30905/task/30921/stat : 30921 (java) S 30903 30903 30859 0 -1 1077944384 13052 0 0 0 221 3 0 0 20 0 28 0 476468845 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218534451184 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30922] ppid=30903 vsize=28766288 memory=43504 CPUtime=0.78 cores=0-7
/proc/30905/task/30922/stat : 30922 (java) S 30903 30903 30859 0 -1 1077944384 8523 0 0 0 76 2 0 0 20 0 28 0 476468845 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218533398640 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30923] ppid=30903 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/30905/task/30923/stat : 30923 (java) S 30903 30903 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476468845 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218532346848 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30924] ppid=30903 vsize=28766288 memory=28829630602029081 CPUtime=1.02 cores=0-7
/proc/30905/task/30924/stat : 30924 (java) S 30903 30903 30859 0 -1 1077944384 2722 0 0 0 51 51 0 0 20 0 28 0 476468845 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218531294384 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30925] ppid=30903 vsize=28766288 memory=920 CPUtime=2494.32 cores=0-7
/proc/30905/task/30925/stat : 30925 (java) R 30903 30903 30859 0 -1 4202560 7057 0 0 0 249421 11 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218522315648 140218962529803 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30926] ppid=30903 vsize=28766288 memory=5464252 CPUtime=2487.14 cores=0-7
/proc/30905/task/30926/stat : 30926 (java) R 30903 30903 30859 0 -1 4202560 7721 0 0 0 248701 13 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218521264824 140218963243347 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30927] ppid=30903 vsize=28766288 memory=5464252 CPUtime=2486.97 cores=0-7
/proc/30905/task/30927/stat : 30927 (java) R 30903 30903 30859 0 -1 4202560 17742 0 0 0 248637 60 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218520211752 140218962529803 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30928] ppid=30903 vsize=28766288 memory=1448 CPUtime=2492.42 cores=0-7
/proc/30905/task/30928/stat : 30928 (java) R 30903 30903 30859 0 -1 4202560 31458 0 0 0 249105 137 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218519154672 140218964629467 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30929] ppid=30903 vsize=28766288 memory=5464252 CPUtime=2498.4 cores=0-7
/proc/30905/task/30929/stat : 30929 (java) R 30903 30903 30859 0 -1 4202560 17910 0 0 0 249784 56 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218518105648 140218963043471 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30930] ppid=30903 vsize=28766288 memory=3612 CPUtime=2483.82 cores=0-7
/proc/30905/task/30930/stat : 30930 (java) R 30903 30903 30859 0 -1 4202560 18969 0 0 0 248292 90 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218517053608 140218963043616 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30931] ppid=30903 vsize=28766288 memory=43504 CPUtime=2497.8 cores=0-7
/proc/30905/task/30931/stat : 30931 (java) R 30903 30903 30859 0 -1 4202560 27994 0 0 0 249650 130 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218516000032 140218963043389 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30932] ppid=30903 vsize=28766288 memory=992 CPUtime=2491.4 cores=0-7
/proc/30905/task/30932/stat : 30932 (java) R 30903 30903 30859 0 -1 4202560 4972 0 0 0 249130 10 0 0 20 0 28 0 476469063 29456678912 1366063 33554432000 4194304 4196468 140730590561232 140218514948544 140218962642899 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
Current children cumulated CPU time: 19947.6 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5465700 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.12 8.27 8.27 9/219 31147
/proc/meminfo: memFree=8738968/32770624 swapFree=66972388/67108860
[pid=30903] ppid=30900 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30903/stat : 30903 (xcsp3-exec) S 30900 30903 30859 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476468839 115843072 362 33554432000 4194304 5098028 140728523721952 140728523720056 140318444044924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16297984 140728523727697 140728523727957 140728523727957 140728523730886 0
/proc/30903/statm: 28282 362 304 221 0 87 0
[pid=30905] ppid=30903 vsize=28766288 memory=5449936 CPUtime=20088.7 cores=0-7
/proc/30905/stat : 30905 (java) S 30903 30903 30859 0 -1 1077944320 221729 0 0 0 2008177 692 0 0 20 0 28 0 476468839 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140730590543776 140219358314231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
/proc/30905/statm: 7191572 1362484 3522 1 0 7152672 0
[pid=30905/tid=30906] ppid=30903 vsize=28766288 memory=740 CPUtime=2.07 cores=0-7
/proc/30905/task/30906/stat : 30906 (java) S 30903 30903 30859 0 -1 1077944384 9321 0 0 0 200 7 0 0 20 0 28 0 476468839 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140219362555008 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30907] ppid=30903 vsize=28766288 memory=4872558044660077418 CPUtime=0.55 cores=0-7
/proc/30905/task/30907/stat : 30907 (java) S 30903 30903 30859 0 -1 1077944384 1658 0 0 0 38 17 0 0 20 0 28 0 476468840 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140219278167056 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30908] ppid=30903 vsize=28766288 memory=1040 CPUtime=0.56 cores=0-7
/proc/30905/task/30908/stat : 30908 (java) S 30903 30903 30859 0 -1 1077944384 2924 0 0 0 38 18 0 0 20 0 28 0 476468840 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140219277114512 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30909] ppid=30903 vsize=28766288 memory=5449936 CPUtime=0.56 cores=0-7
/proc/30905/task/30909/stat : 30909 (java) S 30903 30903 30859 0 -1 1077944384 3090 0 0 0 38 18 0 0 20 0 28 0 476468840 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140219276061456 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30910] ppid=30903 vsize=28766288 memory=5449936 CPUtime=0.54 cores=0-7
/proc/30905/task/30910/stat : 30910 (java) S 30903 30903 30859 0 -1 1077944384 3208 0 0 0 37 17 0 0 20 0 28 0 476468840 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140219275008912 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30911] ppid=30903 vsize=28766288 memory=2832 CPUtime=0.56 cores=0-7
/proc/30905/task/30911/stat : 30911 (java) S 30903 30903 30859 0 -1 1077944384 3540 0 0 0 38 18 0 0 20 0 28 0 476468840 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218905778704 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30912] ppid=30903 vsize=28766288 memory=1716 CPUtime=0.56 cores=0-7
/proc/30905/task/30912/stat : 30912 (java) S 30903 30903 30859 0 -1 1077944384 3987 0 0 0 38 18 0 0 20 0 28 0 476468840 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218904726160 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30913] ppid=30903 vsize=28766288 memory=1200 CPUtime=0.55 cores=0-7
/proc/30905/task/30913/stat : 30913 (java) S 30903 30903 30859 0 -1 1077944384 1987 0 0 0 37 18 0 0 20 0 28 0 476468840 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218903673104 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30914] ppid=30903 vsize=28766288 memory=5996 CPUtime=0.56 cores=0-7
/proc/30905/task/30914/stat : 30914 (java) S 30903 30903 30859 0 -1 1077944384 1853 0 0 0 39 17 0 0 20 0 28 0 476468840 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218902620560 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30915] ppid=30903 vsize=28766288 memory=14012 CPUtime=0.3 cores=0-7
/proc/30905/task/30915/stat : 30915 (java) S 30903 30903 30859 0 -1 1077944384 8169 0 0 0 12 18 0 0 20 0 28 0 476468842 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218743073520 140219358325378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30916] ppid=30903 vsize=28766288 memory=5449936 CPUtime=0 cores=0-7
/proc/30905/task/30916/stat : 30916 (java) S 30903 30903 30859 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 476468842 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218742019808 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30917] ppid=30903 vsize=28766288 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30905/task/30917/stat : 30917 (java) S 30903 30903 30859 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 476468842 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218740966656 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30918] ppid=30903 vsize=28766288 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30905/task/30918/stat : 30918 (java) S 30903 30903 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476468845 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218739915216 140219358332827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30919] ppid=30903 vsize=28766288 memory=804 CPUtime=1.98 cores=0-7
/proc/30905/task/30919/stat : 30919 (java) S 30903 30903 30859 0 -1 1077944384 9826 0 0 0 197 1 0 0 20 0 28 0 476468845 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218738862320 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30920] ppid=30903 vsize=28766288 memory=4104 CPUtime=2.39 cores=0-7
/proc/30905/task/30920/stat : 30920 (java) S 30903 30903 30859 0 -1 1077944384 11688 0 0 0 236 3 0 0 20 0 28 0 476468845 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218535504240 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30921] ppid=30903 vsize=28766288 memory=1732 CPUtime=2.24 cores=0-7
/proc/30905/task/30921/stat : 30921 (java) S 30903 30903 30859 0 -1 1077944384 13052 0 0 0 221 3 0 0 20 0 28 0 476468845 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218534451184 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30922] ppid=30903 vsize=28766288 memory=1804 CPUtime=0.78 cores=0-7
/proc/30905/task/30922/stat : 30922 (java) S 30903 30903 30859 0 -1 1077944384 8523 0 0 0 76 2 0 0 20 0 28 0 476468845 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218533398640 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30923] ppid=30903 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/30905/task/30923/stat : 30923 (java) S 30903 30903 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476468845 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218532346848 140219358324437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30924] ppid=30903 vsize=28766288 memory=3612 CPUtime=1.02 cores=0-7
/proc/30905/task/30924/stat : 30924 (java) S 30903 30903 30859 0 -1 1077944384 2749 0 0 0 51 51 0 0 20 0 28 0 476468845 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218531294384 140219358325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30925] ppid=30903 vsize=28766288 memory=43504 CPUtime=2511.98 cores=0-7
/proc/30905/task/30925/stat : 30925 (java) R 30903 30903 30859 0 -1 4202560 7129 0 0 0 251187 11 0 0 20 0 28 0 476469063 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218522311864 140218962529803 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30926] ppid=30903 vsize=28766288 memory=5449936 CPUtime=2504.8 cores=0-7
/proc/30905/task/30926/stat : 30926 (java) R 30903 30903 30859 0 -1 4202560 7799 0 0 0 250467 13 0 0 20 0 28 0 476469063 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218521260408 140218963244294 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30927] ppid=30903 vsize=28766288 memory=12024 CPUtime=2504.64 cores=0-7
/proc/30905/task/30927/stat : 30927 (java) R 30903 30903 30859 0 -1 4202560 17832 0 0 0 250404 60 0 0 20 0 28 0 476469063 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218520207464 140218963243594 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30928] ppid=30903 vsize=28766288 memory=2120 CPUtime=2510.1 cores=0-7
/proc/30905/task/30928/stat : 30928 (java) R 30903 30903 30859 0 -1 4202560 31602 0 0 0 250873 137 0 0 20 0 28 0 476469063 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218519154672 140218964629759 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30929] ppid=30903 vsize=28766288 memory=740 CPUtime=2516.06 cores=0-7
/proc/30905/task/30929/stat : 30929 (java) R 30903 30903 30859 0 -1 4202560 18044 0 0 0 251550 56 0 0 20 0 28 0 476469063 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218518101768 140218962641603 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30930] ppid=30903 vsize=28766288 memory=1056 CPUtime=2501.33 cores=0-7
/proc/30905/task/30930/stat : 30930 (java) R 30903 30903 30859 0 -1 4202560 19180 0 0 0 250043 90 0 0 20 0 28 0 476469063 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218517049272 140219344382350 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30931] ppid=30903 vsize=28766288 memory=1552 CPUtime=2515.46 cores=0-7
/proc/30905/task/30931/stat : 30931 (java) R 30903 30903 30859 0 -1 4202560 28226 0 0 0 251415 131 0 0 20 0 28 0 476469063 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218515997256 140218963043659 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
[pid=30905/tid=30932] ppid=30903 vsize=28766288 memory=1040 CPUtime=2508.84 cores=0-7
/proc/30905/task/30932/stat : 30932 (java) R 30903 30903 30859 0 -1 4202560 5038 0 0 0 250874 10 0 0 20 0 28 0 476469063 29456678912 1362484 33554432000 4194304 4196468 140730590561232 140218514947360 140218963243639 0 4 0 16800975 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 29388800 140730590565334 140730590565510 140730590565510 140730590568399 0
Current children cumulated CPU time: 20088.7 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5451384 KiB

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

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

[startup+2520.14 s]
# the end of solver process 30905 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20082.4 s, system=6.97128 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.14
CPU time (s): 20089.4
CPU user time (s): 20082.4
CPU system time (s): 6.97128
CPU usage (%): 797.154
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 5608952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20082.4
system time used= 6.97128
maximum resident set size= 5609552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223098
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60401
involuntary context switches= 221975


# summary of solver processes directly reported to runsolver:
#   pid: 30903,30905
#   total CPU time (s): 20089.4
#   total CPU user time (s): 20082.4
#   total CPU system time (s): 6.97128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.6554 second user time and 31.4921 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 20:47:07
IDJOB=4404442
IDBENCH=135046
IDSOLVER=2865
FILE ID=node117/4404442-1569005270
RUNJOBID= node117-1569005227-30886
PBS_JOBID= 21704753
Free space on /var/tmp= 13512 MiB

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

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

MD5SUM BENCH= 5d95bf0924f574ebe5a8a8a61c057e43
RANDOM SEED=1247657152

node117.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.75
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.75
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.75
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.75
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:        14187748 kB
MemAvailable:   31833692 kB
Buffers:          147548 kB
Cached:         17404100 kB
SwapCached:        27744 kB
Active:          8697404 kB
Inactive:        8886008 kB
Active(anon):       3616 kB
Inactive(anon):    69112 kB
Active(file):    8693788 kB
Inactive(file):  8816896 kB
Unevictable:      108812 kB
Mlocked:          108812 kB
SwapTotal:      67108860 kB
SwapFree:       66972368 kB
Dirty:             26532 kB
Writeback:             0 kB
AnonPages:        112700 kB
Mapped:            48052 kB
Shmem:             32524 kB
Slab:             591612 kB
SReclaimable:     563720 kB
SUnreclaim:        27892 kB
KernelStack:        3280 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505752 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-20 21:29:07