Trace number 4404512

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) 20059.8 2520.11

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-armies/
Pb-army12-21ls.xml
MD5SUM23e4294b931acf98fdd35eb0662a4341
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 benchmark470.531
Satisfiable
(Un)Satisfiability was proved
Number of variables428
Number of constraints644
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":428}]
Minimum variable degree3
Maximum variable degree14
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8},{"degree":5,"count":8},{"degree":6,"count":8},{"degree":7,"count":296},{"degree":8,"count":8},{"degree":9,"count":8},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":8},{"degree":13,"count":8},{"degree":14,"count":52}]
Minimum constraint arity2
Maximum constraint arity144
Distribution of constraint arities[{"arity":2,"count":222},{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":296},{"arity":6,"count":8},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":8},{"arity":10,"count":8},{"arity":11,"count":8},{"arity":12,"count":8},{"arity":13,"count":52},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":644}]
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-4404512-1569005153.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404512-1569005153.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.56/0.92	c solve instance...
20059.13/2520.07	s UNKNOWN
20059.13/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 (11577 MiB free)
  memory of node 1: 16384 MiB (12690 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404512-1569005153/watcher-4404512-1569005153 -o /tmp/evaluation-result-4404512-1569005153/solver-4404512-1569005153 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1569005094-21578 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 325862438 HOME/instance-4404512-1569005153.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=21595, runsolver pid=21592
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 7.65 8.19 8.24 2/211 21616
/proc/meminfo: memFree=24834796/32770624 swapFree=66999228/67108860
[pid=21595] ppid=21592 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21595/stat : 21595 (xcsp3-exec) S 21592 21595 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476768344 115843072 363 33554432000 4194304 5098028 140731619783328 140731619781432 139793948992124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20828160 140731619787638 140731619787881 140731619787881 140731619790794 0
/proc/21595/statm: 28282 363 304 221 0 87 0
[pid=21597] ppid=21595 vsize=28227396 memory=28480 CPUtime=0.13 cores=0-7
/proc/21597/stat : 21597 (java) S 21595 21595 21551 0 -1 1077944320 5636 0 0 0 11 2 0 0 20 0 20 0 476768344 28904853504 7120 33554432000 4194304 4196468 140732726656992 140732726639536 139835755556599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
/proc/21597/statm: 7056849 7120 3115 1 0 7019032 0
[pid=21597/tid=21598] ppid=21595 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/21597/task/21598/stat : 21598 (java) R 21595 21595 21551 0 -1 4202560 3571 0 0 0 8 1 0 0 20 0 20 0 476768344 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835759792704 139835739637086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21599] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21599/stat : 21599 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835708176912 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21600] ppid=21595 vsize=28227396 memory=140187216652613 CPUtime=0 cores=0-7
/proc/21597/task/21600/stat : 21600 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835707124368 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21601] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21601/stat : 21601 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835706071312 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21602] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21602/stat : 21602 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835705018768 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21603] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21603/stat : 21603 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835703966736 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21604] ppid=21595 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21597/task/21604/stat : 21604 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835702914192 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21605] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21605/stat : 21605 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835701861136 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21606] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21606/stat : 21606 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 7120 33554432000 4194304 4196468 140732726656992 139835700808592 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21607] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21607/stat : 21607 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768347 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834803861744 139835755567746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21608] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21608/stat : 21608 (java) S 21595 21595 21551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476768347 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834802807968 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21609] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21609/stat : 21609 (java) S 21595 21595 21551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476768347 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834801754864 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21610] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21610/stat : 21610 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834800703440 139835755575195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21611] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21611/stat : 21611 (java) S 21595 21595 21551 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834799651568 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21612] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21612/stat : 21612 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834798599024 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21613] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21613/stat : 21613 (java) S 21595 21595 21551 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834797545968 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21614] ppid=21595 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/21597/task/21614/stat : 21614 (java) R 21595 21595 21551 0 -1 4202560 325 0 0 0 2 0 0 0 20 0 20 0 476768350 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834796493424 139835755577946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21615] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21615/stat : 21615 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834795440608 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21616] ppid=21595 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21597/task/21616/stat : 21616 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 7120 33554432000 4194304 4196468 140732726656992 139834794388144 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29932 KiB

[startup+0.210723 s]*
/proc/loadavg: 7.65 8.19 8.24 2/211 21616
/proc/meminfo: memFree=24821792/32770624 swapFree=66999228/67108860
[pid=21595] ppid=21592 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21595/stat : 21595 (xcsp3-exec) S 21592 21595 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476768344 115843072 363 33554432000 4194304 5098028 140731619783328 140731619781432 139793948992124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20828160 140731619787638 140731619787881 140731619787881 140731619790794 0
/proc/21595/statm: 28282 363 304 221 0 87 0
[pid=21597] ppid=21595 vsize=28227396 memory=40720 CPUtime=0.34 cores=0-7
/proc/21597/stat : 21597 (java) S 21595 21595 21551 0 -1 1077944320 9378 0 0 0 30 4 0 0 20 0 20 0 476768344 28904853504 10180 33554432000 4194304 4196468 140732726656992 140732726639536 139835755556599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
/proc/21597/statm: 7056849 10180 3308 1 0 7019032 0
[pid=21597/tid=21598] ppid=21595 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21597/task/21598/stat : 21598 (java) R 21595 21595 21551 0 -1 4202560 6591 0 0 0 17 2 0 0 20 0 20 0 476768344 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835759786320 139835739637086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21599] ppid=21595 vsize=28227396 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/21597/task/21599/stat : 21599 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835708176912 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21600] ppid=21595 vsize=28227396 memory=3689487928176281248 CPUtime=0 cores=0-7
/proc/21597/task/21600/stat : 21600 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835707124368 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21601] ppid=21595 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21597/task/21601/stat : 21601 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835706071312 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21602] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21602/stat : 21602 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835705018768 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21603] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21603/stat : 21603 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835703966736 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21604] ppid=21595 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21597/task/21604/stat : 21604 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835702914192 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21605] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21605/stat : 21605 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835701861136 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21606] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21606/stat : 21606 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28904853504 10180 33554432000 4194304 4196468 140732726656992 139835700808592 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21607] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21607/stat : 21607 (java) S 21595 21595 21551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476768347 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834803861744 139835755567746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21608] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21608/stat : 21608 (java) S 21595 21595 21551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476768347 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834802807968 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21609] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21609/stat : 21609 (java) S 21595 21595 21551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476768347 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834801754864 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21610] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21610/stat : 21610 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834800703440 139835755575195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21611] ppid=21595 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21597/task/21611/stat : 21611 (java) S 21595 21595 21551 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 476768350 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834799651568 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21612] ppid=21595 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/21597/task/21612/stat : 21612 (java) S 21595 21595 21551 0 -1 1077944384 118 0 0 0 2 0 0 0 20 0 20 0 476768350 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834798599024 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21613] ppid=21595 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21597/task/21613/stat : 21613 (java) S 21595 21595 21551 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834797545968 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21614] ppid=21595 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/21597/task/21614/stat : 21614 (java) R 21595 21595 21551 0 -1 4202560 804 0 0 0 8 0 0 0 20 0 20 0 476768350 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834796493424 139835734694888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21615] ppid=21595 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21615/stat : 21615 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834795440608 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21616] ppid=21595 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21597/task/21616/stat : 21616 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768350 28904853504 10180 33554432000 4194304 4196468 140732726656992 139834794388144 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42172 KiB

[startup+0.310966 s]*
/proc/loadavg: 7.65 8.19 8.24 3/211 21616
/proc/meminfo: memFree=24815444/32770624 swapFree=66999228/67108860
[pid=21595] ppid=21592 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21595/stat : 21595 (xcsp3-exec) S 21592 21595 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476768344 115843072 363 33554432000 4194304 5098028 140731619783328 140731619781432 139793948992124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20828160 140731619787638 140731619787881 140731619787881 140731619790794 0
/proc/21595/statm: 28282 363 304 221 0 87 0
[pid=21597] ppid=21595 vsize=28231652 memory=49920 CPUtime=0.51 cores=0-7
/proc/21597/stat : 21597 (java) S 21595 21595 21551 0 -1 1077944320 10860 0 0 0 47 4 0 0 20 0 20 0 476768344 28909211648 12480 33554432000 4194304 4196468 140732726656992 140732726639536 139835755556599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
/proc/21597/statm: 7057913 12480 3352 1 0 7019032 0
[pid=21597/tid=21598] ppid=21595 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/21597/task/21598/stat : 21598 (java) R 21595 21595 21551 0 -1 4202560 7744 0 0 0 27 3 0 0 20 0 20 0 476768344 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835759787712 139835755578525 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21599] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21599/stat : 21599 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835708176912 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21600] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21600/stat : 21600 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835707124368 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21601] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21601/stat : 21601 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476768345 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835706071312 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21602] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21602/stat : 21602 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835705018768 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21603] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21603/stat : 21603 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835703966736 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21604] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21604/stat : 21604 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835702914192 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21605] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21605/stat : 21605 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835701861136 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21606] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21606/stat : 21606 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768345 28909211648 12480 33554432000 4194304 4196468 140732726656992 139835700808592 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21607] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21607/stat : 21607 (java) S 21595 21595 21551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476768347 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834803861744 139835755567746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21608] ppid=21595 vsize=28231652 memory=280374123109760 CPUtime=0 cores=0-7
/proc/21597/task/21608/stat : 21608 (java) S 21595 21595 21551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476768347 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834802807968 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21609] ppid=21595 vsize=28231652 memory=280374123114368 CPUtime=0 cores=0-7
/proc/21597/task/21609/stat : 21609 (java) S 21595 21595 21551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476768347 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834801754864 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21610] ppid=21595 vsize=28231652 memory=280374123118976 CPUtime=0 cores=0-7
/proc/21597/task/21610/stat : 21610 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768350 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834800703440 139835755575195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21611] ppid=21595 vsize=28231652 memory=280374123123584 CPUtime=0.02 cores=0-7
/proc/21597/task/21611/stat : 21611 (java) R 21595 21595 21551 0 -1 4202560 507 0 0 0 2 0 0 0 20 0 20 0 476768350 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834799641952 139835734804526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21612] ppid=21595 vsize=28231652 memory=280374123128192 CPUtime=0.03 cores=0-7
/proc/21597/task/21612/stat : 21612 (java) S 21595 21595 21551 0 -1 1077944384 128 0 0 0 3 0 0 0 20 0 20 0 476768350 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834798599024 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21613] ppid=21595 vsize=28231652 memory=280374123132800 CPUtime=0.01 cores=0-7
/proc/21597/task/21613/stat : 21613 (java) S 21595 21595 21551 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 20 0 476768350 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834797545968 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21614] ppid=21595 vsize=28231652 memory=280374123137408 CPUtime=0.12 cores=0-7
/proc/21597/task/21614/stat : 21614 (java) S 21595 21595 21551 0 -1 1077944384 936 0 0 0 12 0 0 0 20 0 20 0 476768350 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834796493424 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21615] ppid=21595 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21615/stat : 21615 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476768350 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834795440608 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21616] ppid=21595 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/21597/task/21616/stat : 21616 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476768350 28909211648 12480 33554432000 4194304 4196468 140732726656992 139834794388144 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51372 KiB

[startup+0.701055 s]
/proc/loadavg: 7.65 8.19 8.24 6/211 21616
/proc/meminfo: memFree=24801796/32770624 swapFree=66999228/67108860
[pid=21595] ppid=21592 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21595/stat : 21595 (xcsp3-exec) S 21592 21595 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476768344 115843072 363 33554432000 4194304 5098028 140731619783328 140731619781432 139793948992124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20828160 140731619787638 140731619787881 140731619787881 140731619790794 0
/proc/21595/statm: 28282 363 304 221 0 87 0
[pid=21597] ppid=21595 vsize=28233776 memory=94344 CPUtime=1.72 cores=0-7
/proc/21597/stat : 21597 (java) S 21595 21595 21551 0 -1 1077944320 16248 0 0 0 165 7 0 0 20 0 20 0 476768344 28911386624 23586 33554432000 4194304 4196468 140732726656992 140732726639536 139835755556599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
/proc/21597/statm: 7058444 23586 3458 1 0 7019544 0
[pid=21597/tid=21598] ppid=21595 vsize=28233776 memory=4580 CPUtime=0.68 cores=0-7
/proc/21597/task/21598/stat : 21598 (java) R 21595 21595 21551 0 -1 4202560 9154 0 0 0 64 4 0 0 20 0 20 0 476768344 28911386624 23586 33554432000 4194304 4196468 140732726656992 139835759792000 139835755578525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21599] ppid=21595 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21599/stat : 21599 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28911386624 23586 33554432000 4194304 4196468 140732726656992 139835708176912 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21600] ppid=21595 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21600/stat : 21600 (java) S 21595 21595 21551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476768345 28911386624 23586 33554432000 4194304 4196468 140732726656992 139835707124368 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21601] ppid=21595 vsize=28233776 memory=2828 CPUtime=0 cores=0-7
/proc/21597/task/21601/stat : 21601 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476768345 28911386624 23586 33554432000 4194304 4196468 140732726656992 139835706071312 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0

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

[pid=21597/tid=21624] ppid=21595 vsize=28766288 memory=2776012 CPUtime=2419.27 cores=0-7
/proc/21597/task/21624/stat : 21624 (java) R 21595 21595 21551 0 -1 4202560 231626 0 0 0 241550 377 0 0 20 0 28 0 476768438 29456678912 694003 33554432000 4194304 4196468 140732726656992 139834778039064 139835366521731 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
Current children cumulated CPU time: 19439.6 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2777464 KiB

[startup+2502.3 s]
/proc/loadavg: 8.16 8.20 8.27 9/219 21836
/proc/meminfo: memFree=22102784/32770624 swapFree=66999228/67108860
[pid=21595] ppid=21592 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21595/stat : 21595 (xcsp3-exec) S 21592 21595 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476768344 115843072 363 33554432000 4194304 5098028 140731619783328 140731619781432 139793948992124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20828160 140731619787638 140731619787881 140731619787881 140731619790794 0
/proc/21595/statm: 28282 363 304 221 0 87 0
[pid=21597] ppid=21595 vsize=28766288 memory=2753440 CPUtime=19917.9 cores=0-7
/proc/21597/stat : 21597 (java) S 21595 21595 21551 0 -1 1077944320 919959 0 0 0 1990469 1321 0 0 20 0 28 0 476768344 29456678912 688360 33554432000 4194304 4196468 140732726656992 140732726639536 139835755556599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
/proc/21597/statm: 7191572 688360 3533 1 0 7152672 0
[pid=21597/tid=21598] ppid=21595 vsize=28766288 memory=1452 CPUtime=0.91 cores=0-7
/proc/21597/task/21598/stat : 21598 (java) S 21595 21595 21551 0 -1 1077944384 9251 0 0 0 87 4 0 0 20 0 28 0 476768344 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835759797376 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21599] ppid=21595 vsize=28766288 memory=2753440 CPUtime=9.96 cores=0-7
/proc/21597/task/21599/stat : 21599 (java) S 21595 21595 21551 0 -1 1077944384 22760 0 0 0 957 39 0 0 20 0 28 0 476768345 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835708176912 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21600] ppid=21595 vsize=28766288 memory=2754980 CPUtime=9.91 cores=0-7
/proc/21597/task/21600/stat : 21600 (java) S 21595 21595 21551 0 -1 1077944384 24490 0 0 0 953 38 0 0 20 0 28 0 476768345 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835707124368 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21601] ppid=21595 vsize=28766288 memory=2754980 CPUtime=9.94 cores=0-7
/proc/21597/task/21601/stat : 21601 (java) S 21595 21595 21551 0 -1 1077944384 24728 0 0 0 953 41 0 0 20 0 28 0 476768345 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835706071312 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21602] ppid=21595 vsize=28766288 memory=2754980 CPUtime=9.9 cores=0-7
/proc/21597/task/21602/stat : 21602 (java) S 21595 21595 21551 0 -1 1077944384 30094 0 0 0 953 37 0 0 20 0 28 0 476768345 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835705018768 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21603] ppid=21595 vsize=28766288 memory=2753440 CPUtime=9.9 cores=0-7
/proc/21597/task/21603/stat : 21603 (java) S 21595 21595 21551 0 -1 1077944384 31061 0 0 0 945 45 0 0 20 0 28 0 476768345 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835703966736 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21604] ppid=21595 vsize=28766288 memory=2753440 CPUtime=10.01 cores=0-7
/proc/21597/task/21604/stat : 21604 (java) S 21595 21595 21551 0 -1 1077944384 31363 0 0 0 965 36 0 0 20 0 28 0 476768345 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835702914192 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21605] ppid=21595 vsize=28766288 memory=2753440 CPUtime=9.94 cores=0-7
/proc/21597/task/21605/stat : 21605 (java) S 21595 21595 21551 0 -1 1077944384 28027 0 0 0 956 38 0 0 20 0 28 0 476768345 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835701861136 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21606] ppid=21595 vsize=28766288 memory=2753440 CPUtime=9.96 cores=0-7
/proc/21597/task/21606/stat : 21606 (java) S 21595 21595 21551 0 -1 1077944384 27556 0 0 0 957 39 0 0 20 0 28 0 476768345 29456678912 688360 33554432000 4194304 4196468 140732726656992 139835700808592 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21607] ppid=21595 vsize=28766288 memory=3744 CPUtime=3.02 cores=0-7
/proc/21597/task/21607/stat : 21607 (java) S 21595 21595 21551 0 -1 1077944384 77267 0 0 0 183 119 0 0 20 0 28 0 476768347 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834803861744 139835755567746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21608] ppid=21595 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/21597/task/21608/stat : 21608 (java) S 21595 21595 21551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476768347 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834802808032 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21609] ppid=21595 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/21597/task/21609/stat : 21609 (java) S 21595 21595 21551 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476768347 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834801754880 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21610] ppid=21595 vsize=28766288 memory=2801664 CPUtime=0 cores=0-7
/proc/21597/task/21610/stat : 21610 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476768350 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834800703440 139835755575195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21611] ppid=21595 vsize=28766288 memory=2754980 CPUtime=1.14 cores=0-7
/proc/21597/task/21611/stat : 21611 (java) S 21595 21595 21551 0 -1 1077944384 3353 0 0 0 113 1 0 0 20 0 28 0 476768350 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834799651568 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21612] ppid=21595 vsize=28766288 memory=1452 CPUtime=1.06 cores=0-7
/proc/21597/task/21612/stat : 21612 (java) S 21595 21595 21551 0 -1 1077944384 3977 0 0 0 105 1 0 0 20 0 28 0 476768350 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834798599024 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21613] ppid=21595 vsize=28766288 memory=280374125935136 CPUtime=1.06 cores=0-7
/proc/21597/task/21613/stat : 21613 (java) S 21595 21595 21551 0 -1 1077944384 2700 0 0 0 106 0 0 0 20 0 28 0 476768350 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834797545968 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21614] ppid=21595 vsize=28766288 memory=6943526294502006880 CPUtime=0.69 cores=0-7
/proc/21597/task/21614/stat : 21614 (java) S 21595 21595 21551 0 -1 1077944384 5542 0 0 0 68 1 0 0 20 0 28 0 476768350 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834796493424 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21615] ppid=21595 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/21597/task/21615/stat : 21615 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476768350 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834795440608 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21616] ppid=21595 vsize=28766288 memory=280374124293008 CPUtime=0.52 cores=0-7
/proc/21597/task/21616/stat : 21616 (java) S 21595 21595 21551 0 -1 1077944384 3551 0 0 0 13 39 0 0 20 0 28 0 476768350 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834794388144 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21617] ppid=21595 vsize=28766288 memory=1452 CPUtime=2478.72 cores=0-7
/proc/21597/task/21617/stat : 21617 (java) R 21595 21595 21551 0 -1 4202560 20035 0 0 0 247851 21 0 0 20 0 28 0 476768438 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834785406360 139835368187640 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21618] ppid=21595 vsize=28766288 memory=1452 CPUtime=2480.37 cores=0-7
/proc/21597/task/21618/stat : 21618 (java) R 21595 21595 21551 0 -1 4202560 19438 0 0 0 248018 19 0 0 20 0 28 0 476768438 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834784354824 139835367881844 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21619] ppid=21595 vsize=28766288 memory=1452 CPUtime=2481.15 cores=0-7
/proc/21597/task/21619/stat : 21619 (java) R 21595 21595 21551 0 -1 4202560 30026 0 0 0 248059 56 0 0 20 0 28 0 476768438 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834783302256 139835367015323 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21620] ppid=21595 vsize=28766288 memory=1764 CPUtime=2474.89 cores=0-7
/proc/21597/task/21620/stat : 21620 (java) R 21595 21595 21551 0 -1 4202560 96846 0 0 0 247374 115 0 0 20 0 28 0 476768438 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834782250264 139835367389924 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21621] ppid=21595 vsize=28766288 memory=111628 CPUtime=2481.21 cores=0-7
/proc/21597/task/21621/stat : 21621 (java) R 21595 21595 21551 0 -1 4202560 19678 0 0 0 248101 20 0 0 20 0 28 0 476768438 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834781199536 139835367389473 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21622] ppid=21595 vsize=28766288 memory=796 CPUtime=2475.86 cores=0-7
/proc/21597/task/21622/stat : 21622 (java) R 21595 21595 21551 0 -1 4202560 81158 0 0 0 247455 131 0 0 20 0 28 0 476768438 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834780144776 139835367013789 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21623] ppid=21595 vsize=28766288 memory=1452 CPUtime=2478.42 cores=0-7
/proc/21597/task/21623/stat : 21623 (java) R 21595 21595 21551 0 -1 4202560 93791 0 0 0 247691 151 0 0 20 0 28 0 476768438 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834779090984 139835366521759 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21624] ppid=21595 vsize=28766288 memory=2760112 CPUtime=2479.14 cores=0-7
/proc/21597/task/21624/stat : 21624 (java) R 21595 21595 21551 0 -1 4202560 231971 0 0 0 247537 377 0 0 20 0 28 0 476768438 29456678912 688360 33554432000 4194304 4196468 140732726656992 139834778039064 139835367014710 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
Current children cumulated CPU time: 19917.9 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2754892 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.27 8.22 8.28 9/219 21836
/proc/meminfo: memFree=22109816/32770624 swapFree=66999228/67108860
[pid=21595] ppid=21592 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21595/stat : 21595 (xcsp3-exec) S 21592 21595 21551 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476768344 115843072 363 33554432000 4194304 5098028 140731619783328 140731619781432 139793948992124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20828160 140731619787638 140731619787881 140731619787881 140731619790794 0
/proc/21595/statm: 28282 363 304 221 0 87 0
[pid=21597] ppid=21595 vsize=28766288 memory=2746772 CPUtime=20059.1 cores=0-7
/proc/21597/stat : 21597 (java) S 21595 21595 21551 0 -1 1077944320 921905 0 0 0 2004590 1323 0 0 20 0 28 0 476768344 29456678912 686693 33554432000 4194304 4196468 140732726656992 140732726639536 139835755556599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
/proc/21597/statm: 7191572 686693 3533 1 0 7152672 0
[pid=21597/tid=21598] ppid=21595 vsize=28766288 memory=8317482817917895235 CPUtime=0.91 cores=0-7
/proc/21597/task/21598/stat : 21598 (java) S 21595 21595 21551 0 -1 1077944384 9251 0 0 0 87 4 0 0 20 0 28 0 476768344 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835759797376 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21599] ppid=21595 vsize=28766288 memory=5832 CPUtime=9.98 cores=0-7
/proc/21597/task/21599/stat : 21599 (java) S 21595 21595 21551 0 -1 1077944384 22908 0 0 0 959 39 0 0 20 0 28 0 476768345 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835708176912 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21600] ppid=21595 vsize=28766288 memory=13984 CPUtime=9.93 cores=0-7
/proc/21597/task/21600/stat : 21600 (java) S 21595 21595 21551 0 -1 1077944384 24567 0 0 0 955 38 0 0 20 0 28 0 476768345 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835707124368 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21601] ppid=21595 vsize=28766288 memory=2124 CPUtime=9.96 cores=0-7
/proc/21597/task/21601/stat : 21601 (java) S 21595 21595 21551 0 -1 1077944384 24744 0 0 0 955 41 0 0 20 0 28 0 476768345 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835706071312 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21602] ppid=21595 vsize=28766288 memory=30688 CPUtime=9.92 cores=0-7
/proc/21597/task/21602/stat : 21602 (java) S 21595 21595 21551 0 -1 1077944384 30159 0 0 0 955 37 0 0 20 0 28 0 476768345 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835705018768 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21603] ppid=21595 vsize=28766288 memory=12024 CPUtime=9.93 cores=0-7
/proc/21597/task/21603/stat : 21603 (java) S 21595 21595 21551 0 -1 1077944384 31536 0 0 0 948 45 0 0 20 0 28 0 476768345 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835703966736 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21604] ppid=21595 vsize=28766288 memory=500 CPUtime=10.04 cores=0-7
/proc/21597/task/21604/stat : 21604 (java) S 21595 21595 21551 0 -1 1077944384 31411 0 0 0 968 36 0 0 20 0 28 0 476768345 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835702914192 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21605] ppid=21595 vsize=28766288 memory=1560 CPUtime=9.96 cores=0-7
/proc/21597/task/21605/stat : 21605 (java) S 21595 21595 21551 0 -1 1077944384 28076 0 0 0 958 38 0 0 20 0 28 0 476768345 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835701861136 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21606] ppid=21595 vsize=28766288 memory=676 CPUtime=9.99 cores=0-7
/proc/21597/task/21606/stat : 21606 (java) S 21595 21595 21551 0 -1 1077944384 27622 0 0 0 960 39 0 0 20 0 28 0 476768345 29456678912 686693 33554432000 4194304 4196468 140732726656992 139835700808592 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21607] ppid=21595 vsize=28766288 memory=1060 CPUtime=3.03 cores=0-7
/proc/21597/task/21607/stat : 21607 (java) S 21595 21595 21551 0 -1 1077944384 77461 0 0 0 184 119 0 0 20 0 28 0 476768347 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834803861744 139835755567746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21608] ppid=21595 vsize=28766288 memory=1548 CPUtime=0 cores=0-7
/proc/21597/task/21608/stat : 21608 (java) S 21595 21595 21551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476768347 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834802808032 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21609] ppid=21595 vsize=28766288 memory=3768 CPUtime=0 cores=0-7
/proc/21597/task/21609/stat : 21609 (java) S 21595 21595 21551 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476768347 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834801754880 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21610] ppid=21595 vsize=28766288 memory=1980 CPUtime=0 cores=0-7
/proc/21597/task/21610/stat : 21610 (java) S 21595 21595 21551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476768350 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834800703440 139835755575195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21611] ppid=21595 vsize=28766288 memory=2512 CPUtime=1.14 cores=0-7
/proc/21597/task/21611/stat : 21611 (java) S 21595 21595 21551 0 -1 1077944384 3355 0 0 0 113 1 0 0 20 0 28 0 476768350 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834799651568 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21612] ppid=21595 vsize=28766288 memory=1436 CPUtime=1.06 cores=0-7
/proc/21597/task/21612/stat : 21612 (java) S 21595 21595 21551 0 -1 1077944384 3979 0 0 0 105 1 0 0 20 0 28 0 476768350 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834798599024 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21613] ppid=21595 vsize=28766288 memory=796 CPUtime=1.07 cores=0-7
/proc/21597/task/21613/stat : 21613 (java) S 21595 21595 21551 0 -1 1077944384 2702 0 0 0 107 0 0 0 20 0 28 0 476768350 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834797545968 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21614] ppid=21595 vsize=28766288 memory=1764 CPUtime=0.69 cores=0-7
/proc/21597/task/21614/stat : 21614 (java) S 21595 21595 21551 0 -1 1077944384 5544 0 0 0 68 1 0 0 20 0 28 0 476768350 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834796493424 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21615] ppid=21595 vsize=28766288 memory=111628 CPUtime=0 cores=0-7
/proc/21597/task/21615/stat : 21615 (java) S 21595 21595 21551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476768350 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834795440608 139835755566805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21616] ppid=21595 vsize=28766288 memory=1452 CPUtime=0.52 cores=0-7
/proc/21597/task/21616/stat : 21616 (java) S 21595 21595 21551 0 -1 1077944384 3564 0 0 0 13 39 0 0 20 0 28 0 476768350 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834794388144 139835755567746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21617] ppid=21595 vsize=28766288 memory=1452 CPUtime=2496.39 cores=0-7
/proc/21597/task/21617/stat : 21617 (java) R 21595 21595 21551 0 -1 4202560 20099 0 0 0 249618 21 0 0 20 0 28 0 476768438 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834785405568 139835368698586 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21618] ppid=21595 vsize=28766288 memory=2748824 CPUtime=2497.95 cores=0-7
/proc/21597/task/21618/stat : 21618 (java) R 21595 21595 21551 0 -1 4202560 19520 0 0 0 249776 19 0 0 20 0 28 0 476768438 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834784354824 139835368193864 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21619] ppid=21595 vsize=28766288 memory=3604 CPUtime=2498.81 cores=0-7
/proc/21597/task/21619/stat : 21619 (java) R 21595 21595 21551 0 -1 4202560 30151 0 0 0 249825 56 0 0 20 0 28 0 476768438 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834783302000 139835366908396 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21620] ppid=21595 vsize=28766288 memory=2828 CPUtime=2492.42 cores=0-7
/proc/21597/task/21620/stat : 21620 (java) R 21595 21595 21551 0 -1 4202560 97051 0 0 0 249126 116 0 0 20 0 28 0 476768438 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834782252496 139835366969422 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21621] ppid=21595 vsize=28766288 memory=676 CPUtime=2498.88 cores=0-7
/proc/21597/task/21621/stat : 21621 (java) R 21595 21595 21551 0 -1 4202560 19760 0 0 0 249868 20 0 0 20 0 28 0 476768438 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834781197320 139835367013533 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21622] ppid=21595 vsize=28766288 memory=1060 CPUtime=2493.54 cores=0-7
/proc/21597/task/21622/stat : 21622 (java) R 21595 21595 21551 0 -1 4202560 81239 0 0 0 249222 132 0 0 20 0 28 0 476768438 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834780144088 139835367015006 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21623] ppid=21595 vsize=28766288 memory=1548 CPUtime=2495.99 cores=0-7
/proc/21597/task/21623/stat : 21623 (java) R 21595 21595 21551 0 -1 4202560 93865 0 0 0 249447 152 0 0 20 0 28 0 476768438 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834779090984 139835366907996 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
[pid=21597/tid=21624] ppid=21595 vsize=28766288 memory=8560 CPUtime=2496.81 cores=0-7
/proc/21597/task/21624/stat : 21624 (java) R 21595 21595 21551 0 -1 4202560 232045 0 0 0 249304 377 0 0 20 0 28 0 476768438 29456678912 686693 33554432000 4194304 4196468 140732726656992 139834778039176 139835366521420 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 11038720 140732726658026 140732726658198 140732726658198 140732726661071 0
Current children cumulated CPU time: 20059.1 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2748224 KiB

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

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

[startup+2520.11 s]
# the end of solver process 21597 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20046.5 s, system=13.2505 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.11
CPU time (s): 20059.8
CPU user time (s): 20046.5
CPU system time (s): 13.2505
CPU usage (%): 795.989
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 4093684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20046.5
system time used= 13.2505
maximum resident set size= 4096336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 922886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158718
involuntary context switches= 229568


# summary of solver processes directly reported to runsolver:
#   pid: 21595,21597
#   total CPU time (s): 20059.8
#   total CPU user time (s): 20046.5
#   total CPU system time (s): 13.2505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.5792 second user time and 28.6997 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 20:44:54
IDJOB=4404512
IDBENCH=134846
IDSOLVER=2865
FILE ID=node103/4404512-1569005153
RUNJOBID= node103-1569005094-21578
PBS_JOBID= 21704749
Free space on /tmp= 20860 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-armies/Pb-army12-21ls.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404512-1569005153/watcher-4404512-1569005153 -o /tmp/evaluation-result-4404512-1569005153/solver-4404512-1569005153 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1569005094-21578 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 325862438 HOME/instance-4404512-1569005153.xml

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

MD5SUM BENCH= 23e4294b931acf98fdd35eb0662a4341
RANDOM SEED=325862438

node103.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.74
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.74
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.74
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.74
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:        24851688 kB
MemAvailable:   31875280 kB
Buffers:           49052 kB
Cached:          7258156 kB
SwapCached:         6976 kB
Active:          3595056 kB
Inactive:        3726072 kB
Active(anon):       3584 kB
Inactive(anon):    59872 kB
Active(file):    3591472 kB
Inactive(file):  3666200 kB
Unevictable:      107744 kB
Mlocked:          107744 kB
SwapTotal:      67108860 kB
SwapFree:       66999228 kB
Dirty:             26044 kB
Writeback:             0 kB
AnonPages:        114612 kB
Mapped:            51888 kB
Shmem:             40864 kB
Slab:             191748 kB
SReclaimable:     163512 kB
SUnreclaim:        28236 kB
KernelStack:        3280 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20832 MiB
End job on node103 at 2019-09-20 21:26:54