Trace number 4297692

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 4.0.7b par (e747e1e)? (TO) 19722.5 2520.13

General information on the benchmark

NameMagicHexagon/
MagicHexagon-08-m009_c18.xml
MD5SUM012ef72073aa4b47e82f6ff4769ae682
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297692-1532726366.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297692-1532726366.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.28/0.66	c solve instance...
19721.63/2520.10	s UNKNOWN
19721.63/2520.10	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 (10706 MiB free)
  memory of node 1: 16384 MiB (12671 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297692-1532726366/watcher-4297692-1532726366 -o /tmp/evaluation-result-4297692-1532726366/solver-4297692-1532726366 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532718753-21075 --watchdog 2580 HOME/xcsp3-exec -seed 2040452430 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297692-1532726366.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
Current StackSize limit: 8192 KiB

solver pid=21626, runsolver pid=21623

[startup+0.100134 s]*
/proc/loadavg: 8.63 8.38 8.29 2/199 21647
/proc/meminfo: memFree=23921956/32770624 swapFree=67108860/67108860
[pid=21626] ppid=21623 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21626/stat : 21626 (xcsp3-exec) S 21623 21626 21047 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 90199752 115843072 363 33554432000 4194304 5098028 140737427411936 140737427410040 139989685781116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35147776 140737427416117 140737427416320 140737427416320 140737427419082 0
/proc/21626/statm: 28282 363 305 221 0 87 0
[pid=21628] ppid=21626 vsize=26104152 memory=27928 CPUtime=0.11 cores=0-7
/proc/21628/stat : 21628 (java) S 21626 21626 21047 0 -1 1077944320 5905 0 0 0 10 1 0 0 20 0 20 0 90199752 26730651648 6982 33554432000 4194304 4196468 140737220324896 140737220307440 139873330552567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
/proc/21628/statm: 6526038 6982 3007 1 0 6488315 0
[pid=21628/tid=21629] ppid=21626 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/21628/task/21629/stat : 21629 (java) S 21626 21626 21047 0 -1 1077944384 3924 0 0 0 8 1 0 0 20 0 20 0 90199753 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873334785840 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21630] ppid=21626 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21628/task/21630/stat : 21630 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199753 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873283173008 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21631] ppid=21626 vsize=26104152 memory=139634606806656 CPUtime=0 cores=0-7
/proc/21628/task/21631/stat : 21631 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199753 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873282120208 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21632] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21632/stat : 21632 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199753 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873281067408 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21633] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21633/stat : 21633 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199753 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873280014608 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21634] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21634/stat : 21634 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199754 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873278962832 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21635] ppid=21626 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21628/task/21635/stat : 21635 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199754 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873277910032 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21636] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21636/stat : 21636 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199754 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873276857232 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21637] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21637/stat : 21637 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90199754 26730651648 6982 33554432000 4194304 4196468 140737220324896 139873275804432 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21638] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21638/stat : 21638 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199755 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872072669552 139873330563714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21639] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21639/stat : 21639 (java) S 21626 21626 21047 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90199755 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872071615520 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21640] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21640/stat : 21640 (java) S 21626 21626 21047 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90199756 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872070562672 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21641] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21641/stat : 21641 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199758 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872069510992 139873330571163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21642] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21642/stat : 21642 (java) S 21626 21626 21047 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 90199758 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872068459376 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21643] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21643/stat : 21643 (java) S 21626 21626 21047 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 90199758 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872067406576 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21644] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21644/stat : 21644 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90199758 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872066353776 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21645] ppid=21626 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/21628/task/21645/stat : 21645 (java) R 21626 21626 21047 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 90199758 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872065300976 139873322570277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21646] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21646/stat : 21646 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90199758 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872064248416 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21647] ppid=21626 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21628/task/21647/stat : 21647 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199759 26730651648 6982 33554432000 4194304 4196468 140737220324896 139872063195696 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29380 KiB

[startup+0.210386 s]*
/proc/loadavg: 8.63 8.38 8.29 3/199 21647
/proc/meminfo: memFree=23910948/32770624 swapFree=67108860/67108860
[pid=21626] ppid=21623 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21626/stat : 21626 (xcsp3-exec) S 21623 21626 21047 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 90199752 115843072 363 33554432000 4194304 5098028 140737427411936 140737427410040 139989685781116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35147776 140737427416117 140737427416320 140737427416320 140737427419082 0
/proc/21626/statm: 28282 363 305 221 0 87 0
[pid=21628] ppid=21626 vsize=26104152 memory=39472 CPUtime=0.33 cores=0-7
/proc/21628/stat : 21628 (java) S 21626 21626 21047 0 -1 1077944320 8477 0 0 0 31 2 0 0 20 0 20 0 90199752 26730651648 9868 33554432000 4194304 4196468 140737220324896 140737220307440 139873330552567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
/proc/21628/statm: 6526038 9868 3147 1 0 6488315 0
[pid=21628/tid=21629] ppid=21626 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21628/task/21629/stat : 21629 (java) R 21626 21626 21047 0 -1 4202560 5612 0 0 0 18 1 0 0 20 0 20 0 90199753 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873334791568 139873330574493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21630] ppid=21626 vsize=26104152 memory=329 CPUtime=0 cores=0-7
/proc/21628/task/21630/stat : 21630 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199753 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873283173008 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21631] ppid=21626 vsize=26104152 memory=288370010758518400 CPUtime=0 cores=0-7
/proc/21628/task/21631/stat : 21631 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199753 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873282120208 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21632] ppid=21626 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21628/task/21632/stat : 21632 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199753 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873281067408 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21633] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21633/stat : 21633 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199753 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873280014608 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21634] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21634/stat : 21634 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199754 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873278962832 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21635] ppid=21626 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21628/task/21635/stat : 21635 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199754 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873277910032 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21636] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21636/stat : 21636 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199754 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873276857232 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21637] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21637/stat : 21637 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90199754 26730651648 9868 33554432000 4194304 4196468 140737220324896 139873275804432 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21638] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21638/stat : 21638 (java) R 21626 21626 21047 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90199755 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872072669552 139873330563714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21639] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21639/stat : 21639 (java) S 21626 21626 21047 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90199755 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872071615520 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21640] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21640/stat : 21640 (java) S 21626 21626 21047 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90199756 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872070562672 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21641] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21641/stat : 21641 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199758 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872069510992 139873330571163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21642] ppid=21626 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/21628/task/21642/stat : 21642 (java) S 21626 21626 21047 0 -1 1077944384 394 0 0 0 1 0 0 0 20 0 20 0 90199758 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872068459376 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21643] ppid=21626 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/21628/task/21643/stat : 21643 (java) S 21626 21626 21047 0 -1 1077944384 309 0 0 0 2 0 0 0 20 0 20 0 90199758 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872067406576 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21644] ppid=21626 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21628/task/21644/stat : 21644 (java) S 21626 21626 21047 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 20 0 90199758 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872066353776 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21645] ppid=21626 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/21628/task/21645/stat : 21645 (java) S 21626 21626 21047 0 -1 1077944384 754 0 0 0 7 0 0 0 20 0 20 0 90199758 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872065300976 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21646] ppid=21626 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21646/stat : 21646 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90199758 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872064248416 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21647] ppid=21626 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/21628/task/21647/stat : 21647 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199759 26730651648 9868 33554432000 4194304 4196468 140737220324896 139872063195696 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40924 KiB

[startup+0.313124 s]*
/proc/loadavg: 8.63 8.38 8.29 3/199 21647
/proc/meminfo: memFree=23905116/32770624 swapFree=67108860/67108860
[pid=21626] ppid=21623 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21626/stat : 21626 (xcsp3-exec) S 21623 21626 21047 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 90199752 115843072 363 33554432000 4194304 5098028 140737427411936 140737427410040 139989685781116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35147776 140737427416117 140737427416320 140737427416320 140737427419082 0
/proc/21626/statm: 28282 363 305 221 0 87 0
[pid=21628] ppid=21626 vsize=26108408 memory=46320 CPUtime=0.52 cores=0-7
/proc/21628/stat : 21628 (java) S 21626 21626 21047 0 -1 1077944320 9391 0 0 0 49 3 0 0 20 0 20 0 90199752 26735009792 11580 33554432000 4194304 4196468 140737220324896 140737220307440 139873330552567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
/proc/21628/statm: 6527102 11580 3228 1 0 6488315 0
[pid=21628/tid=21629] ppid=21626 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21628/task/21629/stat : 21629 (java) R 21626 21626 21047 0 -1 4202560 6337 0 0 0 27 2 0 0 20 0 20 0 90199753 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873334789856 139873314633054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21630] ppid=21626 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21630/stat : 21630 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199753 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873283173008 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21631] ppid=21626 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21631/stat : 21631 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199753 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873282120208 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21632] ppid=21626 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21632/stat : 21632 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199753 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873281067408 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21633] ppid=21626 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21633/stat : 21633 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199753 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873280014608 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21634] ppid=21626 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/21628/task/21634/stat : 21634 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199754 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873278962832 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21635] ppid=21626 vsize=26108408 memory=139634487161775 CPUtime=0 cores=0-7
/proc/21628/task/21635/stat : 21635 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90199754 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873277910032 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21636] ppid=21626 vsize=26108408 memory=139634487164080 CPUtime=0 cores=0-7
/proc/21628/task/21636/stat : 21636 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199754 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873276857232 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21637] ppid=21626 vsize=26108408 memory=139634487166384 CPUtime=0 cores=0-7
/proc/21628/task/21637/stat : 21637 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90199754 26735009792 11580 33554432000 4194304 4196468 140737220324896 139873275804432 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21638] ppid=21626 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21638/stat : 21638 (java) S 21626 21626 21047 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90199755 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872072669552 139873330563714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21639] ppid=21626 vsize=26108408 memory=279268974339728 CPUtime=0 cores=0-7
/proc/21628/task/21639/stat : 21639 (java) S 21626 21626 21047 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90199755 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872071615520 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21640] ppid=21626 vsize=26108408 memory=279268974346640 CPUtime=0 cores=0-7
/proc/21628/task/21640/stat : 21640 (java) S 21626 21626 21047 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90199756 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872070562672 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21641] ppid=21626 vsize=26108408 memory=279268974287920 CPUtime=0 cores=0-7
/proc/21628/task/21641/stat : 21641 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199758 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872069510992 139873330571163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21642] ppid=21626 vsize=26108408 memory=279268974360464 CPUtime=0.03 cores=0-7
/proc/21628/task/21642/stat : 21642 (java) S 21626 21626 21047 0 -1 1077944384 477 0 0 0 3 0 0 0 20 0 20 0 90199758 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872068459376 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21643] ppid=21626 vsize=26108408 memory=279268974367376 CPUtime=0.02 cores=0-7
/proc/21628/task/21643/stat : 21643 (java) S 21626 21626 21047 0 -1 1077944384 312 0 0 0 2 0 0 0 20 0 20 0 90199758 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872067406576 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21644] ppid=21626 vsize=26108408 memory=279268974365072 CPUtime=0.01 cores=0-7
/proc/21628/task/21644/stat : 21644 (java) S 21626 21626 21047 0 -1 1077944384 128 0 0 0 1 0 0 0 20 0 20 0 90199758 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872066353776 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21645] ppid=21626 vsize=26108408 memory=279268974381232 CPUtime=0.12 cores=0-7
/proc/21628/task/21645/stat : 21645 (java) S 21626 21626 21047 0 -1 1077944384 826 0 0 0 12 0 0 0 20 0 20 0 90199758 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872065300976 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21646] ppid=21626 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21646/stat : 21646 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90199758 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872064248416 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21647] ppid=21626 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/21628/task/21647/stat : 21647 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90199759 26735009792 11580 33554432000 4194304 4196468 140737220324896 139872063195696 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47772 KiB

[startup+0.708028 s]
/proc/loadavg: 8.63 8.38 8.29 3/199 21647
/proc/meminfo: memFree=23888544/32770624 swapFree=67108860/67108860
[pid=21626] ppid=21623 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21626/stat : 21626 (xcsp3-exec) S 21623 21626 21047 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 90199752 115843072 363 33554432000 4194304 5098028 140737427411936 140737427410040 139989685781116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35147776 140737427416117 140737427416320 140737427416320 140737427419082 0
/proc/21626/statm: 28282 363 305 221 0 87 0
[pid=21628] ppid=21626 vsize=26643044 memory=96580 CPUtime=1.75 cores=0-7
/proc/21628/stat : 21628 (java) S 21626 21626 21047 0 -1 1077944320 12998 0 0 0 169 6 0 0 20 0 28 0 90199752 27282477056 24145 33554432000 4194304 4196468 140737220324896 140737220307440 139873330552567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
/proc/21628/statm: 6660761 24145 3361 1 0 6621955 0
[pid=21628/tid=21629] ppid=21626 vsize=26643044 memory=279268974739120 CPUtime=0.64 cores=0-7
/proc/21628/task/21629/stat : 21629 (java) S 21626 21626 21047 0 -1 1077944384 7260 0 0 0 62 2 0 0 20 0 28 0 90199753 27282477056 24145 33554432000 4194304 4196468 140737220324896 139873334793344 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21630] ppid=21626 vsize=26643044 memory=139634487370608 CPUtime=0 cores=0-7
/proc/21628/task/21630/stat : 21630 (java) S 21626 21626 21047 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90199753 27282477056 24145 33554432000 4194304 4196468 140737220324896 139873283173008 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21631] ppid=21626 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/21628/task/21631/stat : 21631 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90199753 27282477056 24145 33554432000 4194304 4196468 140737220324896 139873282120208 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21632] ppid=21626 vsize=26643044 memory=10616 CPUtime=0 cores=0-7
/proc/21628/task/21632/stat : 21632 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90199753 27282477056 24145 33554432000 4194304 4196468 140737220324896 139873281067408 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0

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

[pid=21628/tid=21655] ppid=21626 vsize=26643044 memory=405976 CPUtime=2399.41 cores=0-7
/proc/21628/task/21655/stat : 21655 (java) R 21626 21626 21047 0 -1 4202560 34500 0 0 0 239916 25 0 0 20 0 28 0 90199820 27282477056 100494 33554432000 4194304 4196468 140737220324896 139871710572048 139872949499793 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
Current children cumulated CPU time: 19113.2 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 403428 KiB

[startup+2502.3 s]
/proc/loadavg: 7.43 7.93 8.04 9/208 21735
/proc/meminfo: memFree=23557192/32770624 swapFree=67108860/67108860
[pid=21626] ppid=21623 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21626/stat : 21626 (xcsp3-exec) S 21623 21626 21047 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 90199752 115843072 363 33554432000 4194304 5098028 140737427411936 140737427410040 139989685781116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35147776 140737427416117 140737427416320 140737427416320 140737427419082 0
/proc/21626/statm: 28282 363 305 221 0 87 0
[pid=21628] ppid=21626 vsize=26643044 memory=387224 CPUtime=19583.1 cores=0-7
/proc/21628/stat : 21628 (java) S 21626 21626 21047 0 -1 1077944320 631468 0 0 0 1954879 3427 0 0 20 0 28 0 90199752 27282477056 96806 33554432000 4194304 4196468 140737220324896 140737220307440 139873330552567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
/proc/21628/statm: 6660761 96806 3447 1 0 6621955 0
[pid=21628/tid=21629] ppid=21626 vsize=26643044 memory=388252 CPUtime=0.64 cores=0-7
/proc/21628/task/21629/stat : 21629 (java) S 21626 21626 21047 0 -1 1077944384 7260 0 0 0 62 2 0 0 20 0 28 0 90199753 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873334793344 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21630] ppid=21626 vsize=26643044 memory=392852 CPUtime=11.8 cores=0-7
/proc/21628/task/21630/stat : 21630 (java) S 21626 21626 21047 0 -1 1077944384 22015 0 0 0 1129 51 0 0 20 0 28 0 90199753 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873283173008 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21631] ppid=21626 vsize=26643044 memory=387224 CPUtime=11.79 cores=0-7
/proc/21628/task/21631/stat : 21631 (java) S 21626 21626 21047 0 -1 1077944384 23616 0 0 0 1132 47 0 0 20 0 28 0 90199753 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873282120208 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21632] ppid=21626 vsize=26643044 memory=1452 CPUtime=11.84 cores=0-7
/proc/21628/task/21632/stat : 21632 (java) S 21626 21626 21047 0 -1 1077944384 28062 0 0 0 1136 48 0 0 20 0 28 0 90199753 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873281067408 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21633] ppid=21626 vsize=26643044 memory=609 CPUtime=11.85 cores=0-7
/proc/21628/task/21633/stat : 21633 (java) S 21626 21626 21047 0 -1 1077944384 25549 0 0 0 1134 51 0 0 20 0 28 0 90199753 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873280014608 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21634] ppid=21626 vsize=26643044 memory=394460 CPUtime=11.73 cores=0-7
/proc/21628/task/21634/stat : 21634 (java) S 21626 21626 21047 0 -1 1077944384 22999 0 0 0 1124 49 0 0 20 0 28 0 90199754 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873278962832 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21635] ppid=21626 vsize=26643044 memory=396288 CPUtime=11.82 cores=0-7
/proc/21628/task/21635/stat : 21635 (java) S 21626 21626 21047 0 -1 1077944384 27929 0 0 0 1132 50 0 0 20 0 28 0 90199754 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873277910032 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21636] ppid=21626 vsize=26643044 memory=396596 CPUtime=11.73 cores=0-7
/proc/21628/task/21636/stat : 21636 (java) S 21626 21626 21047 0 -1 1077944384 27511 0 0 0 1125 48 0 0 20 0 28 0 90199754 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873276857232 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21637] ppid=21626 vsize=26643044 memory=1452 CPUtime=11.8 cores=0-7
/proc/21628/task/21637/stat : 21637 (java) S 21626 21626 21047 0 -1 1077944384 24342 0 0 0 1129 51 0 0 20 0 28 0 90199754 27282477056 96806 33554432000 4194304 4196468 140737220324896 139873275804432 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21638] ppid=21626 vsize=26643044 memory=1452 CPUtime=49.44 cores=0-7
/proc/21628/task/21638/stat : 21638 (java) S 21626 21626 21047 0 -1 1077944384 128029 0 0 0 2068 2876 0 0 20 0 28 0 90199755 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872072669552 139873330563714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21639] ppid=21626 vsize=26643044 memory=1452 CPUtime=0 cores=0-7
/proc/21628/task/21639/stat : 21639 (java) S 21626 21626 21047 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 90199755 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872071615520 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21640] ppid=21626 vsize=26643044 memory=1452 CPUtime=0 cores=0-7
/proc/21628/task/21640/stat : 21640 (java) S 21626 21626 21047 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 90199756 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872070562672 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21641] ppid=21626 vsize=26643044 memory=840 CPUtime=0 cores=0-7
/proc/21628/task/21641/stat : 21641 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90199758 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872069510992 139873330571163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21642] ppid=21626 vsize=26643044 memory=1796 CPUtime=1.45 cores=0-7
/proc/21628/task/21642/stat : 21642 (java) S 21626 21626 21047 0 -1 1077944384 5865 0 0 0 144 1 0 0 20 0 28 0 90199758 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872068459376 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21643] ppid=21626 vsize=26643044 memory=1452 CPUtime=1.78 cores=0-7
/proc/21628/task/21643/stat : 21643 (java) S 21626 21626 21047 0 -1 1077944384 8402 0 0 0 176 2 0 0 20 0 28 0 90199758 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872067406576 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21644] ppid=21626 vsize=26643044 memory=4128 CPUtime=1.64 cores=0-7
/proc/21628/task/21644/stat : 21644 (java) S 21626 21626 21047 0 -1 1077944384 8184 0 0 0 162 2 0 0 20 0 28 0 90199758 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872066353776 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21645] ppid=21626 vsize=26643044 memory=279268977579200 CPUtime=0.71 cores=0-7
/proc/21628/task/21645/stat : 21645 (java) S 21626 21626 21047 0 -1 1077944384 8271 0 0 0 69 2 0 0 20 0 28 0 90199758 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872065300976 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21646] ppid=21626 vsize=26643044 memory=7735047174724478822 CPUtime=0 cores=0-7
/proc/21628/task/21646/stat : 21646 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90199758 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872064248416 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21647] ppid=21626 vsize=26643044 memory=1452 CPUtime=0.68 cores=0-7
/proc/21628/task/21647/stat : 21647 (java) R 21626 21626 21047 0 -1 1077944384 4642 0 0 0 52 16 0 0 20 0 28 0 90199759 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872063195696 139873330563714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21648] ppid=21626 vsize=26643044 memory=413484 CPUtime=2423.49 cores=0-7
/proc/21628/task/21648/stat : 21648 (java) R 21626 21626 21047 0 -1 4202560 10778 0 0 0 242328 21 0 0 20 0 28 0 90199820 27282477056 96806 33554432000 4194304 4196468 140737220324896 139872054409992 139872947793069 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21649] ppid=21626 vsize=26643044 memory=1452 CPUtime=2422.97 cores=0-7
/proc/21628/task/21649/stat : 21649 (java) R 21626 21626 21047 0 -1 4202560 9651 0 0 0 242275 22 0 0 20 0 28 0 90199820 27282477056 96806 33554432000 4194304 4196468 140737220324896 139871716888312 139872947617647 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21650] ppid=21626 vsize=26643044 memory=387224 CPUtime=2429.74 cores=0-7
/proc/21628/task/21650/stat : 21650 (java) R 21626 21626 21047 0 -1 4202560 74150 0 0 0 242938 36 0 0 20 0 28 0 90199820 27282477056 96806 33554432000 4194304 4196468 140737220324896 139871715839280 139872949745021 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21651] ppid=21626 vsize=26643044 memory=15876 CPUtime=2423.12 cores=0-7
/proc/21628/task/21651/stat : 21651 (java) R 21626 21626 21047 0 -1 4202560 69071 0 0 0 242268 44 0 0 20 0 28 0 90199820 27282477056 96806 33554432000 4194304 4196468 140737220324896 139871714783736 139872947617857 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21652] ppid=21626 vsize=26643044 memory=1728 CPUtime=2427.49 cores=0-7
/proc/21628/task/21652/stat : 21652 (java) R 21626 21626 21047 0 -1 4202560 34506 0 0 0 242723 26 0 0 20 0 28 0 90199820 27282477056 96806 33554432000 4194304 4196468 140737220324896 139871713731544 139872947908383 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21653] ppid=21626 vsize=26643044 memory=1704 CPUtime=2420.87 cores=0-7
/proc/21628/task/21653/stat : 21653 (java) R 21626 21626 21047 0 -1 4202560 12922 0 0 0 242064 23 0 0 20 0 28 0 90199820 27282477056 96806 33554432000 4194304 4196468 140737220324896 139871712677848 139872941976334 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21654] ppid=21626 vsize=26643044 memory=796 CPUtime=2425.8 cores=0-7
/proc/21628/task/21654/stat : 21654 (java) R 21626 21626 21047 0 -1 4202560 11775 0 0 0 242558 22 0 0 20 0 28 0 90199820 27282477056 96806 33554432000 4194304 4196468 140737220324896 139871711625336 139872947908368 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21655] ppid=21626 vsize=26643044 memory=5408 CPUtime=2458.65 cores=0-7
/proc/21628/task/21655/stat : 21655 (java) R 21626 21626 21047 0 -1 4202560 34643 0 0 0 245840 25 0 0 20 0 28 0 90199820 27282477056 96806 33554432000 4194304 4196468 140737220324896 139871710572048 139872949499793 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
Current children cumulated CPU time: 19583.1 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 388676 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 7.59 7.93 8.04 9/208 21735
/proc/meminfo: memFree=23556100/32770624 swapFree=67108860/67108860
[pid=21626] ppid=21623 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21626/stat : 21626 (xcsp3-exec) S 21623 21626 21047 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 90199752 115843072 363 33554432000 4194304 5098028 140737427411936 140737427410040 139989685781116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35147776 140737427416117 140737427416320 140737427416320 140737427419082 0
/proc/21626/statm: 28282 363 305 221 0 87 0
[pid=21628] ppid=21626 vsize=26643044 memory=389680 CPUtime=19721.6 cores=0-7
/proc/21628/stat : 21628 (java) S 21626 21626 21047 0 -1 1077944320 632138 0 0 0 1968714 3449 0 0 20 0 28 0 90199752 27282477056 97420 33554432000 4194304 4196468 140737220324896 140737220307440 139873330552567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
/proc/21628/statm: 6660761 97420 3447 1 0 6621955 0
[pid=21628/tid=21629] ppid=21626 vsize=26643044 memory=6791534058613427641 CPUtime=0.64 cores=0-7
/proc/21628/task/21629/stat : 21629 (java) S 21626 21626 21047 0 -1 1077944384 7260 0 0 0 62 2 0 0 20 0 28 0 90199753 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873334793344 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21630] ppid=21626 vsize=26643044 memory=279268975462880 CPUtime=11.88 cores=0-7
/proc/21628/task/21630/stat : 21630 (java) S 21626 21626 21047 0 -1 1077944384 22021 0 0 0 1137 51 0 0 20 0 28 0 90199753 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873283173008 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21631] ppid=21626 vsize=26643044 memory=24801 CPUtime=11.88 cores=0-7
/proc/21628/task/21631/stat : 21631 (java) S 21626 21626 21047 0 -1 1077944384 23649 0 0 0 1140 48 0 0 20 0 28 0 90199753 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873282120208 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21632] ppid=21626 vsize=26643044 memory=24379 CPUtime=11.92 cores=0-7
/proc/21628/task/21632/stat : 21632 (java) S 21626 21626 21047 0 -1 1077944384 28093 0 0 0 1144 48 0 0 20 0 28 0 90199753 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873281067408 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21633] ppid=21626 vsize=26643044 memory=4872558044660077418 CPUtime=11.93 cores=0-7
/proc/21628/task/21633/stat : 21633 (java) S 21626 21626 21047 0 -1 1077944384 25554 0 0 0 1142 51 0 0 20 0 28 0 90199753 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873280014608 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21634] ppid=21626 vsize=26643044 memory=389680 CPUtime=11.79 cores=0-7
/proc/21628/task/21634/stat : 21634 (java) S 21626 21626 21047 0 -1 1077944384 23004 0 0 0 1130 49 0 0 20 0 28 0 90199754 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873278962832 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21635] ppid=21626 vsize=26643044 memory=1292 CPUtime=11.9 cores=0-7
/proc/21628/task/21635/stat : 21635 (java) S 21626 21626 21047 0 -1 1077944384 27942 0 0 0 1140 50 0 0 20 0 28 0 90199754 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873277910032 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21636] ppid=21626 vsize=26643044 memory=2416 CPUtime=11.81 cores=0-7
/proc/21628/task/21636/stat : 21636 (java) S 21626 21626 21047 0 -1 1077944384 27793 0 0 0 1133 48 0 0 20 0 28 0 90199754 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873276857232 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21637] ppid=21626 vsize=26643044 memory=1728 CPUtime=11.88 cores=0-7
/proc/21628/task/21637/stat : 21637 (java) S 21626 21626 21047 0 -1 1077944384 24385 0 0 0 1137 51 0 0 20 0 28 0 90199754 27282477056 97420 33554432000 4194304 4196468 140737220324896 139873275804432 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21638] ppid=21626 vsize=26643044 memory=1704 CPUtime=49.81 cores=0-7
/proc/21628/task/21638/stat : 21638 (java) S 21626 21626 21047 0 -1 1077944384 128056 0 0 0 2085 2896 0 0 20 0 28 0 90199755 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872072669552 139873330563714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21639] ppid=21626 vsize=26643044 memory=796 CPUtime=0 cores=0-7
/proc/21628/task/21639/stat : 21639 (java) S 21626 21626 21047 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 90199755 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872071615520 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21640] ppid=21626 vsize=26643044 memory=5408 CPUtime=0 cores=0-7
/proc/21628/task/21640/stat : 21640 (java) S 21626 21626 21047 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 90199756 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872070562672 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21641] ppid=21626 vsize=26643044 memory=1008 CPUtime=0 cores=0-7
/proc/21628/task/21641/stat : 21641 (java) S 21626 21626 21047 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90199758 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872069510992 139873330571163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21642] ppid=21626 vsize=26643044 memory=9992 CPUtime=1.45 cores=0-7
/proc/21628/task/21642/stat : 21642 (java) S 21626 21626 21047 0 -1 1077944384 5868 0 0 0 144 1 0 0 20 0 28 0 90199758 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872068459376 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21643] ppid=21626 vsize=26643044 memory=1228 CPUtime=1.78 cores=0-7
/proc/21628/task/21643/stat : 21643 (java) S 21626 21626 21047 0 -1 1077944384 8404 0 0 0 176 2 0 0 20 0 28 0 90199758 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872067406576 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21644] ppid=21626 vsize=26643044 memory=1952 CPUtime=1.64 cores=0-7
/proc/21628/task/21644/stat : 21644 (java) S 21626 21626 21047 0 -1 1077944384 8186 0 0 0 162 2 0 0 20 0 28 0 90199758 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872066353776 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21645] ppid=21626 vsize=26643044 memory=1200 CPUtime=0.71 cores=0-7
/proc/21628/task/21645/stat : 21645 (java) S 21626 21626 21047 0 -1 1077944384 8273 0 0 0 69 2 0 0 20 0 28 0 90199758 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872065300976 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21646] ppid=21626 vsize=26643044 memory=10616 CPUtime=0 cores=0-7
/proc/21628/task/21646/stat : 21646 (java) S 21626 21626 21047 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90199758 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872064248416 139873330562773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21647] ppid=21626 vsize=26643044 memory=4616 CPUtime=0.68 cores=0-7
/proc/21628/task/21647/stat : 21647 (java) S 21626 21626 21047 0 -1 1077944384 4656 0 0 0 52 16 0 0 20 0 28 0 90199759 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872063195696 139873330563714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21648] ppid=21626 vsize=26643044 memory=1428 CPUtime=2440.57 cores=0-7
/proc/21628/task/21648/stat : 21648 (java) R 21626 21626 21047 0 -1 4202560 10793 0 0 0 244036 21 0 0 20 0 28 0 90199820 27282477056 97420 33554432000 4194304 4196468 140737220324896 139872054409568 139872947908409 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21649] ppid=21626 vsize=26643044 memory=15876 CPUtime=2440.12 cores=0-7
/proc/21628/task/21649/stat : 21649 (java) R 21626 21626 21047 0 -1 4202560 9670 0 0 0 243990 22 0 0 20 0 28 0 90199820 27282477056 97420 33554432000 4194304 4196468 140737220324896 139871716888024 139872947746839 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21650] ppid=21626 vsize=26643044 memory=16412 CPUtime=2446.92 cores=0-7
/proc/21628/task/21650/stat : 21650 (java) R 21626 21626 21047 0 -1 4202560 74176 0 0 0 244656 36 0 0 20 0 28 0 90199820 27282477056 97420 33554432000 4194304 4196468 140737220324896 139871715836520 139872947926154 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21651] ppid=21626 vsize=26643044 memory=15204 CPUtime=2440.26 cores=0-7
/proc/21628/task/21651/stat : 21651 (java) R 21626 21626 21047 0 -1 4202560 69099 0 0 0 243982 44 0 0 20 0 28 0 90199820 27282477056 97420 33554432000 4194304 4196468 140737220324896 139871714783720 139872949744313 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21652] ppid=21626 vsize=26643044 memory=4048 CPUtime=2444.67 cores=0-7
/proc/21628/task/21652/stat : 21652 (java) R 21626 21626 21047 0 -1 4202560 34532 0 0 0 244441 26 0 0 20 0 28 0 90199820 27282477056 97420 33554432000 4194304 4196468 140737220324896 139871713733792 139872947745391 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21653] ppid=21626 vsize=26643044 memory=1796 CPUtime=2438.07 cores=0-7
/proc/21628/task/21653/stat : 21653 (java) R 21626 21626 21047 0 -1 4202560 12947 0 0 0 243784 23 0 0 20 0 28 0 90199820 27282477056 97420 33554432000 4194304 4196468 140737220324896 139871712678608 139872947743664 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21654] ppid=21626 vsize=26643044 memory=636 CPUtime=2442.93 cores=0-7
/proc/21628/task/21654/stat : 21654 (java) R 21626 21626 21047 0 -1 4202560 11801 0 0 0 244271 22 0 0 20 0 28 0 90199820 27282477056 97420 33554432000 4194304 4196468 140737220324896 139871711625056 139872947617754 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
[pid=21628/tid=21655] ppid=21626 vsize=26643044 memory=960 CPUtime=2476.14 cores=0-7
/proc/21628/task/21655/stat : 21655 (java) R 21626 21626 21047 0 -1 4202560 34680 0 0 0 247589 25 0 0 20 0 28 0 90199820 27282477056 97420 33554432000 4194304 4196468 140737220324896 139871710572160 139872949500354 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 24100864 140737220326529 140737220326701 140737220326701 140737220329423 0
Current children cumulated CPU time: 19721.6 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 391132 KiB

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

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

[startup+2520.13 s]
# the end of solver process 21628 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19688 s, system=34.499 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.13
CPU time (s): 19722.5
CPU user time (s): 19688
CPU system time (s): 34.499
CPU usage (%): 782.598
Max. virtual memory (cumulated for all children) (KiB): 26756204
Max. memory (cumulated for all children) (KiB): 723216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19688
system time used= 34.499
maximum resident set size= 726076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 387934
involuntary context switches= 222654


# summary of solver processes directly reported to runsolver:
#   pid: 21626,21628
#   total CPU time (s): 19722.5
#   total CPU user time (s): 19688
#   total CPU system time (s): 34.499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.5737 second user time and 23.9315 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-27 23:19:26
IDJOB=4297692
IDBENCH=141557
IDSOLVER=2760
FILE ID=node139/4297692-1532726366
RUNJOBID= node139-1532718753-21075
PBS_JOBID= 21022331
Free space on /tmp= 38720 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-08-m009_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297692-1532726366/watcher-4297692-1532726366 -o /tmp/evaluation-result-4297692-1532726366/solver-4297692-1532726366 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532718753-21075 --watchdog 2580  HOME/xcsp3-exec -seed 2040452430 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297692-1532726366.xml

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

MD5SUM BENCH= 012ef72073aa4b47e82f6ff4769ae682
RANDOM SEED=2040452430

node139.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.80
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.80
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.80
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.80
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:        23938988 kB
MemAvailable:   31932088 kB
Buffers:          213512 kB
Cached:          7910492 kB
SwapCached:            0 kB
Active:          3078316 kB
Inactive:        5097836 kB
Active(anon):       6204 kB
Inactive(anon):    73584 kB
Active(file):    3072112 kB
Inactive(file):  5024252 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21688 kB
Writeback:             0 kB
AnonPages:         58080 kB
Mapped:            41496 kB
Shmem:             25228 kB
Slab:             352416 kB
SReclaimable:     325196 kB
SUnreclaim:        27220 kB
KernelStack:        3152 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38696 MiB
End job on node139 at 2018-07-28 00:01:26