Trace number 4306814

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 seq (e747e1e)? (TO) 2520.12 2493.93

General information on the benchmark

NameMagicHexagon/
MagicHexagon-06-m001_c18.xml
MD5SUM6b753b1e1a3070adcb3424354b76057b
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 benchmark816.032
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306814-1534125826.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306814-1534125826.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.71/0.50	c solve instance...
2520.06/2493.90	s UNKNOWN
2520.06/2493.90	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 (10595 MiB free)
  memory of node 1: 16384 MiB (7268 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306814-1534125826/watcher-4306814-1534125826 -o /tmp/evaluation-result-4306814-1534125826/solver-4306814-1534125826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534097780-4445 --watchdog 2580 HOME/xcsp3-exec -seed 173060897 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306814-1534125826.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100143 s]*
/proc/loadavg: 1.77 1.81 1.90 5/218 8344
/proc/meminfo: memFree=18275624/32770624 swapFree=67108796/67108860
[pid=8328] ppid=8325 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8328/stat : 8328 (xcsp3-exec) S 8325 8328 4413 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230145795 115843072 364 33554432000 4194304 5098028 140722068904176 140722068902280 139703970321020 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15380480 140722068907067 140722068907268 140722068907268 140722068910026 0
/proc/8328/statm: 28282 364 306 221 0 87 0
[pid=8330] ppid=8328 vsize=14082940 memory=28576 CPUtime=0.12 cores=1,3,5,7
/proc/8330/stat : 8330 (java) S 8328 8328 4413 0 -1 1077944320 5485 0 0 0 11 1 0 0 20 0 15 0 230145795 14420930560 7144 33554432000 4194304 4196468 140722758940240 140722758922784 140478092787447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
/proc/8330/statm: 3520735 7144 3034 1 0 3483012 0
[pid=8330/tid=8331] ppid=8328 vsize=14082940 memory=-8976644418600983157 CPUtime=0.08 cores=1,3,5,7
/proc/8330/task/8331/stat : 8331 (java) R 8328 8328 4413 0 -1 4202560 3502 0 0 0 8 0 0 0 20 0 15 0 230145796 14420930560 7144 33554432000 4194304 4196468 140722758940240 140478097013808 140478092799382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8332] ppid=8328 vsize=14082940 memory=3472468352128046288 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8332/stat : 8332 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14420930560 7144 33554432000 4194304 4196468 140722758940240 140478049340304 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8333] ppid=8328 vsize=14082940 memory=140223232894592 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8333/stat : 8333 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14420930560 7144 33554432000 4194304 4196468 140722758940240 140478048287504 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8334] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8334/stat : 8334 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14420930560 7144 33554432000 4194304 4196468 140722758940240 140478047235216 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8335] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8335/stat : 8335 (java) S 8328 8328 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230145797 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477685230608 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8336] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8336/stat : 8336 (java) S 8328 8328 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230145798 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477567027312 140478092798594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8337] ppid=8328 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (java) S 8328 8328 4413 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230145798 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477565973280 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8338] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8338/stat : 8338 (java) S 8328 8328 4413 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230145799 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477564920944 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8339] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8339/stat : 8339 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477563869264 140478092806043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8340] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (java) S 8328 8328 4413 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 230145801 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477562817136 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8341] ppid=8328 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8341/stat : 8341 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477561764336 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8342] ppid=8328 vsize=14082940 memory=140223232894592 CPUtime=0.01 cores=1,3,5,7
/proc/8330/task/8342/stat : 8342 (java) R 8328 8328 4413 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 15 0 230145801 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477560712048 140478074025008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8343] ppid=8328 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477559659488 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8344] ppid=8328 vsize=14082940 memory=140223232894592 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8344/stat : 8344 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145801 14420930560 7144 33554432000 4194304 4196468 140722758940240 140477558606256 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30032 KiB

[startup+0.210667 s]*
/proc/loadavg: 1.77 1.81 1.90 4/218 8344
/proc/meminfo: memFree=18263964/32770624 swapFree=67108796/67108860
[pid=8328] ppid=8325 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8328/stat : 8328 (xcsp3-exec) S 8325 8328 4413 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230145795 115843072 364 33554432000 4194304 5098028 140722068904176 140722068902280 139703970321020 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15380480 140722068907067 140722068907268 140722068907268 140722068910026 0
/proc/8328/statm: 28282 364 306 221 0 87 0
[pid=8330] ppid=8328 vsize=14082940 memory=40660 CPUtime=0.34 cores=1,3,5,7
/proc/8330/stat : 8330 (java) S 8328 8328 4413 0 -1 1077944320 8307 0 0 0 32 2 0 0 20 0 15 0 230145795 14420930560 10165 33554432000 4194304 4196468 140722758940240 140722758922784 140478092787447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
/proc/8330/statm: 3520735 10165 3152 1 0 3483012 0
[pid=8330/tid=8331] ppid=8328 vsize=14082940 memory=4500115623978573208 CPUtime=0.19 cores=1,3,5,7
/proc/8330/task/8331/stat : 8331 (java) R 8328 8328 4413 0 -1 4202560 5446 0 0 0 18 1 0 0 20 0 15 0 230145796 14420930560 10165 33554432000 4194304 4196468 140722758940240 140478097022432 140478076867934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8332] ppid=8328 vsize=14082940 memory=3472468352128046288 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8332/stat : 8332 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14420930560 10165 33554432000 4194304 4196468 140722758940240 140478049340304 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8333] ppid=8328 vsize=14082940 memory=140223232894592 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8333/stat : 8333 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14420930560 10165 33554432000 4194304 4196468 140722758940240 140478048287504 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8334] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8334/stat : 8334 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14420930560 10228 33554432000 4194304 4196468 140722758940240 140478047235216 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8335] ppid=8328 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8335/stat : 8335 (java) S 8328 8328 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230145797 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477685230608 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8336] ppid=8328 vsize=14082940 memory=140223232894592 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8336/stat : 8336 (java) S 8328 8328 4413 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230145798 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477567027312 140478092798594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8337] ppid=8328 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (java) S 8328 8328 4413 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230145798 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477565973280 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8338] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8338/stat : 8338 (java) S 8328 8328 4413 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230145799 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477564920944 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8339] ppid=8328 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8339/stat : 8339 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477563869264 140478092806043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8340] ppid=8328 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (java) S 8328 8328 4413 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 230145801 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477562817136 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8341] ppid=8328 vsize=14082940 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/8330/task/8341/stat : 8341 (java) S 8328 8328 4413 0 -1 1077944384 329 0 0 0 3 0 0 0 20 0 15 0 230145801 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477561764336 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8342] ppid=8328 vsize=14082940 memory=140223232894592 CPUtime=0.08 cores=1,3,5,7
/proc/8330/task/8342/stat : 8342 (java) S 8328 8328 4413 0 -1 1077944384 789 0 0 0 8 0 0 0 20 0 15 0 230145801 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477560712048 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8343] ppid=8328 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477559659488 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8344] ppid=8328 vsize=14082940 memory=140223232894592 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8344/stat : 8344 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145801 14420930560 10228 33554432000 4194304 4196468 140722758940240 140477558606256 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42116 KiB

[startup+0.310792 s]*
/proc/loadavg: 1.77 1.81 1.90 4/218 8344
/proc/meminfo: memFree=18246248/32770624 swapFree=67108796/67108860
[pid=8328] ppid=8325 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8328/stat : 8328 (xcsp3-exec) S 8325 8328 4413 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230145795 115843072 364 33554432000 4194304 5098028 140722068904176 140722068902280 139703970321020 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15380480 140722068907067 140722068907268 140722068907268 140722068910026 0
/proc/8328/statm: 28282 364 306 221 0 87 0
[pid=8330] ppid=8328 vsize=14087196 memory=48276 CPUtime=0.53 cores=1,3,5,7
/proc/8330/stat : 8330 (java) S 8328 8328 4413 0 -1 1077944320 9191 0 0 0 50 3 0 0 20 0 15 0 230145795 14425288704 12069 33554432000 4194304 4196468 140722758940240 140722758922784 140478092787447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
/proc/8330/statm: 3521799 12069 3277 1 0 3483012 0
[pid=8330/tid=8331] ppid=8328 vsize=14087196 memory=-8976644418600983157 CPUtime=0.29 cores=1,3,5,7
/proc/8330/task/8331/stat : 8331 (java) R 8328 8328 4413 0 -1 4202560 6155 0 0 0 27 2 0 0 20 0 15 0 230145796 14425288704 12069 33554432000 4194304 4196468 140722758940240 140478097024272 140478092809373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8332] ppid=8328 vsize=14087196 memory=3472468352128046288 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8332/stat : 8332 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14425288704 12069 33554432000 4194304 4196468 140722758940240 140478049340304 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8333] ppid=8328 vsize=14087196 memory=140223232894592 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8333/stat : 8333 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14425288704 12069 33554432000 4194304 4196468 140722758940240 140478048287504 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8334] ppid=8328 vsize=14087196 memory=19 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8334/stat : 8334 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14425288704 12069 33554432000 4194304 4196468 140722758940240 140478047235216 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8335] ppid=8328 vsize=14087196 memory=140223099054111 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8335/stat : 8335 (java) S 8328 8328 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230145797 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477685230608 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8336] ppid=8328 vsize=14087196 memory=280446198068992 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8336/stat : 8336 (java) S 8328 8328 4413 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230145798 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477567027312 140478092798594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8337] ppid=8328 vsize=14087196 memory=140223099031055 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (java) S 8328 8328 4413 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230145798 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477565973280 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8338] ppid=8328 vsize=14087196 memory=280446331934816 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8338/stat : 8338 (java) S 8328 8328 4413 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230145799 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477564920944 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8339] ppid=8328 vsize=14087196 memory=140223099035663 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8339/stat : 8339 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477563869264 140478092806043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8340] ppid=8328 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (java) S 8328 8328 4413 0 -1 1077944384 470 0 0 0 3 0 0 0 20 0 15 0 230145801 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477562817136 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8341] ppid=8328 vsize=14087196 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/8330/task/8341/stat : 8341 (java) S 8328 8328 4413 0 -1 1077944384 414 0 0 0 6 0 0 0 20 0 15 0 230145801 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477561764336 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8342] ppid=8328 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8330/task/8342/stat : 8342 (java) S 8328 8328 4413 0 -1 1077944384 863 0 0 0 12 0 0 0 20 0 15 0 230145801 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477560712048 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8343] ppid=8328 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477559659488 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8344] ppid=8328 vsize=14087196 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8344/stat : 8344 (java) S 8328 8328 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230145801 14425288704 12069 33554432000 4194304 4196468 140722758940240 140477558606256 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49732 KiB

[startup+0.700838 s]
/proc/loadavg: 1.77 1.81 1.90 5/218 8344
/proc/meminfo: memFree=18239160/32770624 swapFree=67108796/67108860
[pid=8328] ppid=8325 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8328/stat : 8328 (xcsp3-exec) S 8325 8328 4413 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230145795 115843072 364 33554432000 4194304 5098028 140722068904176 140722068902280 139703970321020 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15380480 140722068907067 140722068907268 140722068907268 140722068910026 0
/proc/8328/statm: 28282 364 306 221 0 87 0
[pid=8330] ppid=8328 vsize=14089320 memory=71264 CPUtime=1.59 cores=1,3,5,7
/proc/8330/stat : 8330 (java) S 8328 8328 4413 0 -1 1077944320 12489 0 0 0 155 4 0 0 20 0 15 0 230145795 14427463680 17816 33554432000 4194304 4196468 140722758940240 140722758922784 140478092787447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
/proc/8330/statm: 3522330 17816 3359 1 0 3483524 0
[pid=8330/tid=8331] ppid=8328 vsize=14089320 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/8330/task/8331/stat : 8331 (java) R 8328 8328 4413 0 -1 4202560 6967 0 0 0 64 3 0 0 20 0 15 0 230145796 14427463680 17816 33554432000 4194304 4196468 140722758940240 140478097026544 140478077277489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8332] ppid=8328 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8332/stat : 8332 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14427463680 17816 33554432000 4194304 4196468 140722758940240 140478049340304 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8333] ppid=8328 vsize=14089320 memory=7813587196152133429 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8333/stat : 8333 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14427463680 17816 33554432000 4194304 4196468 140722758940240 140478048287504 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8334] ppid=8328 vsize=14089320 memory=7662681614402015330 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8334/stat : 8334 (java) S 8328 8328 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230145797 14427463680 17816 33554432000 4194304 4196468 140722758940240 140478047235216 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8335] ppid=8328 vsize=14089320 memory=7666631141572832339 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8335/stat : 8335 (java) S 8328 8328 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230145797 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477685230608 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8336] ppid=8328 vsize=14089320 memory=734122130331934768 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8336/stat : 8336 (java) S 8328 8328 4413 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230145798 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477567027312 140478092798594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8337] ppid=8328 vsize=14089320 memory=1592 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (java) S 8328 8328 4413 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230145798 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477565973280 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8338] ppid=8328 vsize=14089320 memory=3804 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8338/stat : 8338 (java) S 8328 8328 4413 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230145799 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477564920944 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8339] ppid=8328 vsize=14089320 memory=3164 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8339/stat : 8339 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477563869264 140478092806043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8340] ppid=8328 vsize=14089320 memory=1244 CPUtime=0.28 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (java) R 8328 8328 4413 0 -1 4202560 1411 0 0 0 28 0 0 0 20 0 15 0 230145801 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477562809088 140478077179664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8341] ppid=8328 vsize=14089320 memory=1060 CPUtime=0.3 cores=1,3,5,7
/proc/8330/task/8341/stat : 8341 (java) R 8328 8328 4413 0 -1 4202560 1205 0 0 0 30 0 0 0 20 0 15 0 230145801 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477561751968 140478072034818 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8342] ppid=8328 vsize=14089320 memory=1776 CPUtime=0.31 cores=1,3,5,7
/proc/8330/task/8342/stat : 8342 (java) R 8328 8328 4413 0 -1 1077944384 1596 0 0 0 31 0 0 0 20 0 15 0 230145801 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477560712048 140478092798594 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8343] ppid=8328 vsize=14089320 memory=5656 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477559659488 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8344] ppid=8328 vsize=14089320 memory=14772 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8344/stat : 8344 (java) S 8328 8328 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 17816 33554432000 4194304 4196468 140722758940240 140477558606256 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 72720 KiB

[startup+1.5008 s]
/proc/loadavg: 1.77 1.81 1.90 5/218 8344
/proc/meminfo: memFree=18225532/32770624 swapFree=67108796/67108860
[pid=8328] ppid=8325 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8328/stat : 8328 (xcsp3-exec) S 8325 8328 4413 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230145795 115843072 364 33554432000 4194304 5098028 140722068904176 140722068902280 139703970321020 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15380480 140722068907067 140722068907268 140722068907268 140722068910026 0
/proc/8328/statm: 28282 364 306 221 0 87 0

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

/proc/8330/task/8338/stat : 8338 (java) S 8328 8328 4413 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 230145799 14427463680 986516 33554432000 4194304 4196468 140722758940240 140477564920944 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8339] ppid=8328 vsize=14089320 memory=3939920 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8339/stat : 8339 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 986516 33554432000 4194304 4196468 140722758940240 140477563869264 140478092806043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8340] ppid=8328 vsize=14089320 memory=1600 CPUtime=1.5 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (java) S 8328 8328 4413 0 -1 1077944384 7720 0 0 0 150 0 0 0 20 0 15 0 230145801 14427463680 986516 33554432000 4194304 4196468 140722758940240 140477562817136 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8341] ppid=8328 vsize=14089320 memory=3946064 CPUtime=1.62 cores=1,3,5,7
/proc/8330/task/8341/stat : 8341 (java) S 8328 8328 4413 0 -1 1077944384 8250 0 0 0 161 1 0 0 20 0 15 0 230145801 14427463680 986516 33554432000 4194304 4196468 140722758940240 140477561764336 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8342] ppid=8328 vsize=14089320 memory=3632 CPUtime=0.49 cores=1,3,5,7
/proc/8330/task/8342/stat : 8342 (java) S 8328 8328 4413 0 -1 1077944384 6286 0 0 0 48 1 0 0 20 0 15 0 230145801 14427463680 986516 33554432000 4194304 4196468 140722758940240 140477560712048 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8343] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 986516 33554432000 4194304 4196468 140722758940240 140477559659488 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8344] ppid=8328 vsize=14089320 memory=3946064 CPUtime=1.05 cores=1,3,5,7
/proc/8330/task/8344/stat : 8344 (java) S 8328 8328 4413 0 -1 1077944384 1097 0 0 0 45 60 0 0 20 0 15 0 230145801 14427463680 986516 33554432000 4194304 4196468 140722758940240 140477558606256 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
Current children cumulated CPU time: 2407.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 3947520 KiB

[startup+2442.3 s]
/proc/loadavg: 1.79 1.77 1.62 3/218 8496
/proc/meminfo: memFree=14400832/32770624 swapFree=67108796/67108860
[pid=8328] ppid=8325 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8328/stat : 8328 (xcsp3-exec) S 8325 8328 4413 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230145795 115843072 364 33554432000 4194304 5098028 140722068904176 140722068902280 139703970321020 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15380480 140722068907067 140722068907268 140722068907268 140722068910026 0
/proc/8328/statm: 28282 364 306 221 0 87 0
[pid=8330] ppid=8328 vsize=14089320 memory=3948112 CPUtime=2468.07 cores=1,3,5,7
/proc/8330/stat : 8330 (java) S 8328 8328 4413 0 -1 1077944320 113695 0 0 0 246572 235 0 0 20 0 15 0 230145795 14427463680 987028 33554432000 4194304 4196468 140722758940240 140722758922784 140478092787447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
/proc/8330/statm: 3522330 987028 3428 1 0 3483524 0
[pid=8330/tid=8331] ppid=8328 vsize=14089320 memory=3946064 CPUtime=2432.44 cores=1,3,5,7
/proc/8330/task/8331/stat : 8331 (java) S 8328 8328 4413 0 -1 1077944384 44807 0 0 0 243125 119 0 0 20 0 15 0 230145796 14427463680 987028 33554432000 4194304 4196468 140722758940240 140478097027024 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8332] ppid=8328 vsize=14089320 memory=3948112 CPUtime=7.35 cores=1,3,5,7
/proc/8330/task/8332/stat : 8332 (java) R 8328 8328 4413 0 -1 4202560 8973 0 0 0 721 14 0 0 20 0 15 0 230145797 14427463680 987028 33554432000 4194304 4196468 140722758940240 140478049340424 140478085415655 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8333] ppid=8328 vsize=14089320 memory=3948112 CPUtime=7.33 cores=1,3,5,7
/proc/8330/task/8333/stat : 8333 (java) R 8328 8328 4413 0 -1 4202560 9373 0 0 0 720 13 0 0 20 0 15 0 230145797 14427463680 987028 33554432000 4194304 4196468 140722758940240 140478048287504 140478071983224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8334] ppid=8328 vsize=14089320 memory=3948112 CPUtime=7.37 cores=1,3,5,7
/proc/8330/task/8334/stat : 8334 (java) R 8328 8328 4413 0 -1 4202560 9370 0 0 0 723 14 0 0 20 0 15 0 230145797 14427463680 987028 33554432000 4194304 4196468 140722758940240 140478047235216 140478071983496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8335] ppid=8328 vsize=14089320 memory=3948112 CPUtime=7.33 cores=1,3,5,7
/proc/8330/task/8335/stat : 8335 (java) R 8328 8328 4413 0 -1 4202560 9039 0 0 0 722 11 0 0 20 0 15 0 230145797 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477685230608 140478085415655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8336] ppid=8328 vsize=14089320 memory=1456 CPUtime=1.44 cores=1,3,5,7
/proc/8330/task/8336/stat : 8336 (java) S 8328 8328 4413 0 -1 1077944384 7129 0 0 0 130 14 0 0 20 0 15 0 230145798 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477567025824 140478092797653 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8337] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (java) S 8328 8328 4413 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 230145798 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477565973280 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8338] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8338/stat : 8338 (java) S 8328 8328 4413 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 230145799 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477564920944 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8339] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8339/stat : 8339 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477563869264 140478092806043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8340] ppid=8328 vsize=14089320 memory=3948112 CPUtime=1.5 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (java) S 8328 8328 4413 0 -1 1077944384 7751 0 0 0 150 0 0 0 20 0 15 0 230145801 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477562817136 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8341] ppid=8328 vsize=14089320 memory=3948112 CPUtime=1.63 cores=1,3,5,7
/proc/8330/task/8341/stat : 8341 (java) S 8328 8328 4413 0 -1 1077944384 8364 0 0 0 162 1 0 0 20 0 15 0 230145801 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477561764336 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8342] ppid=8328 vsize=14089320 memory=1456 CPUtime=0.5 cores=1,3,5,7
/proc/8330/task/8342/stat : 8342 (java) S 8328 8328 4413 0 -1 1077944384 6431 0 0 0 49 1 0 0 20 0 15 0 230145801 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477560712048 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8343] ppid=8328 vsize=14089320 memory=1592 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477559659488 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8344] ppid=8328 vsize=14089320 memory=3804 CPUtime=1.08 cores=1,3,5,7
/proc/8330/task/8344/stat : 8344 (java) S 8328 8328 4413 0 -1 1077944384 1109 0 0 0 47 61 0 0 20 0 15 0 230145801 14427463680 987028 33554432000 4194304 4196468 140722758940240 140477558606256 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
Current children cumulated CPU time: 2468.07 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 3949568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.9 s]
/proc/loadavg: 1.53 1.70 1.60 3/217 8496
/proc/meminfo: memFree=17481600/32770624 swapFree=67108796/67108860
[pid=8328] ppid=8325 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8328/stat : 8328 (xcsp3-exec) S 8325 8328 4413 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230145795 115843072 364 33554432000 4194304 5098028 140722068904176 140722068902280 139703970321020 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15380480 140722068907067 140722068907268 140722068907268 140722068910026 0
/proc/8328/statm: 28282 364 306 221 0 87 0
[pid=8330] ppid=8328 vsize=14089320 memory=909204 CPUtime=2520.06 cores=1,3,5,7
/proc/8330/stat : 8330 (java) S 8328 8328 4413 0 -1 1077944320 119028 0 0 0 251760 246 0 0 20 0 15 0 230145795 14427463680 227301 33554432000 4194304 4196468 140722758940240 140722758922784 140478092787447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
/proc/8330/statm: 3522330 227301 3428 1 0 3483524 0
[pid=8330/tid=8331] ppid=8328 vsize=14089320 memory=872200 CPUtime=2483.83 cores=1,3,5,7
/proc/8330/task/8331/stat : 8331 (java) R 8328 8328 4413 0 -1 4202560 47402 0 0 0 248258 125 0 0 20 0 15 0 230145796 14427463680 227301 33554432000 4194304 4196468 140722758940240 140478097027128 140477732427110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8332] ppid=8328 vsize=14089320 memory=802288 CPUtime=7.47 cores=1,3,5,7
/proc/8330/task/8332/stat : 8332 (java) S 8328 8328 4413 0 -1 1077944384 9091 0 0 0 733 14 0 0 20 0 15 0 230145797 14427463680 227301 33554432000 4194304 4196468 140722758940240 140478049340304 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8333] ppid=8328 vsize=14089320 memory=1456 CPUtime=7.46 cores=1,3,5,7
/proc/8330/task/8333/stat : 8333 (java) S 8328 8328 4413 0 -1 1077944384 9534 0 0 0 733 13 0 0 20 0 15 0 230145797 14427463680 227301 33554432000 4194304 4196468 140722758940240 140478048287504 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8334] ppid=8328 vsize=14089320 memory=765284 CPUtime=7.5 cores=1,3,5,7
/proc/8330/task/8334/stat : 8334 (java) S 8328 8328 4413 0 -1 1077944384 9825 0 0 0 735 15 0 0 20 0 15 0 230145797 14427463680 227301 33554432000 4194304 4196468 140722758940240 140478047235216 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8335] ppid=8328 vsize=14089320 memory=909204 CPUtime=7.46 cores=1,3,5,7
/proc/8330/task/8335/stat : 8335 (java) S 8328 8328 4413 0 -1 1077944384 9517 0 0 0 734 12 0 0 20 0 15 0 230145797 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477685230608 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8336] ppid=8328 vsize=14089320 memory=1456 CPUtime=1.51 cores=1,3,5,7
/proc/8330/task/8336/stat : 8336 (java) S 8328 8328 4413 0 -1 1077944384 8581 0 0 0 135 16 0 0 20 0 15 0 230145798 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477567027312 140478092798594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8337] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (java) S 8328 8328 4413 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 230145798 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477565973280 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8338] ppid=8328 vsize=14089320 memory=3632 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8338/stat : 8338 (java) S 8328 8328 4413 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 230145799 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477564920944 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8339] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8339/stat : 8339 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477563869264 140478092806043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8340] ppid=8328 vsize=14089320 memory=1456 CPUtime=1.5 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (java) S 8328 8328 4413 0 -1 1077944384 7755 0 0 0 150 0 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477562817136 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8341] ppid=8328 vsize=14089320 memory=62552 CPUtime=1.63 cores=1,3,5,7
/proc/8330/task/8341/stat : 8341 (java) S 8328 8328 4413 0 -1 1077944384 8368 0 0 0 162 1 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477561764336 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8342] ppid=8328 vsize=14089320 memory=2056 CPUtime=0.5 cores=1,3,5,7
/proc/8330/task/8342/stat : 8342 (java) S 8328 8328 4413 0 -1 1077944384 6442 0 0 0 49 1 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477560712048 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8343] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477559659488 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8344] ppid=8328 vsize=14089320 memory=800240 CPUtime=1.11 cores=1,3,5,7
/proc/8330/task/8344/stat : 8344 (java) S 8328 8328 4413 0 -1 1077944384 1164 0 0 0 48 63 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477558606256 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 910660 KiB

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

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

[startup+2493.93 s]
# the end of solver process 8330 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.63 s, system=2.48675 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

[startup+2493.9 s]
/proc/loadavg: 1.53 1.70 1.60 3/217 8496
/proc/meminfo: memFree=17481600/32770624 swapFree=67108796/67108860
[pid=8328] ppid=8325 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8328/stat : 8328 (xcsp3-exec) S 8325 8328 4413 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230145795 115843072 364 33554432000 4194304 5098028 140722068904176 140722068902280 139703970321020 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15380480 140722068907067 140722068907268 140722068907268 140722068910026 0
/proc/8328/statm: 28282 364 306 221 0 87 0
[pid=8330] ppid=8328 vsize=14089320 memory=909204 CPUtime=2520.06 cores=1,3,5,7
/proc/8330/stat : 8330 (java) S 8328 8328 4413 0 -1 1077944320 119028 0 0 0 251760 246 0 0 20 0 15 0 230145795 14427463680 227301 33554432000 4194304 4196468 140722758940240 140722758922784 140478092787447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
/proc/8330/statm: 3522330 227301 3428 1 0 3483524 0
[pid=8330/tid=8331] ppid=8328 vsize=14089320 memory=872200 CPUtime=2483.83 cores=1,3,5,7
/proc/8330/task/8331/stat : 8331 (java) R 8328 8328 4413 0 -1 4202560 47402 0 0 0 248258 125 0 0 20 0 15 0 230145796 14427463680 227301 33554432000 4194304 4196468 140722758940240 140478097027128 140477732427110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8332] ppid=8328 vsize=14089320 memory=802288 CPUtime=7.47 cores=1,3,5,7
/proc/8330/task/8332/stat : 8332 (java) S 8328 8328 4413 0 -1 1077944384 9091 0 0 0 733 14 0 0 20 0 15 0 230145797 14427463680 227301 33554432000 4194304 4196468 140722758940240 140478049340304 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8333] ppid=8328 vsize=14089320 memory=1456 CPUtime=7.46 cores=1,3,5,7
/proc/8330/task/8333/stat : 8333 (java) S 8328 8328 4413 0 -1 1077944384 9534 0 0 0 733 13 0 0 20 0 15 0 230145797 14427463680 227301 33554432000 4194304 4196468 140722758940240 140478048287504 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8334] ppid=8328 vsize=14089320 memory=765284 CPUtime=7.5 cores=1,3,5,7
/proc/8330/task/8334/stat : 8334 (java) S 8328 8328 4413 0 -1 1077944384 9825 0 0 0 735 15 0 0 20 0 15 0 230145797 14427463680 227301 33554432000 4194304 4196468 140722758940240 140478047235216 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8335] ppid=8328 vsize=14089320 memory=909204 CPUtime=7.46 cores=1,3,5,7
/proc/8330/task/8335/stat : 8335 (java) S 8328 8328 4413 0 -1 1077944384 9517 0 0 0 734 12 0 0 20 0 15 0 230145797 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477685230608 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8336] ppid=8328 vsize=14089320 memory=1456 CPUtime=1.51 cores=1,3,5,7
/proc/8330/task/8336/stat : 8336 (java) S 8328 8328 4413 0 -1 1077944384 8581 0 0 0 135 16 0 0 20 0 15 0 230145798 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477567027312 140478092798594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8337] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (java) S 8328 8328 4413 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 230145798 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477565973280 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8338] ppid=8328 vsize=14089320 memory=3632 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8338/stat : 8338 (java) S 8328 8328 4413 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 230145799 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477564920944 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8339] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8339/stat : 8339 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477563869264 140478092806043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8340] ppid=8328 vsize=14089320 memory=1456 CPUtime=1.5 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (java) S 8328 8328 4413 0 -1 1077944384 7755 0 0 0 150 0 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477562817136 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8341] ppid=8328 vsize=14089320 memory=62552 CPUtime=1.63 cores=1,3,5,7
/proc/8330/task/8341/stat : 8341 (java) S 8328 8328 4413 0 -1 1077944384 8368 0 0 0 162 1 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477561764336 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8342] ppid=8328 vsize=14089320 memory=2056 CPUtime=0.5 cores=1,3,5,7
/proc/8330/task/8342/stat : 8342 (java) S 8328 8328 4413 0 -1 1077944384 6442 0 0 0 49 1 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477560712048 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8343] ppid=8328 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (java) S 8328 8328 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477559659488 140478092797653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
[pid=8330/tid=8344] ppid=8328 vsize=14089320 memory=800240 CPUtime=1.11 cores=1,3,5,7
/proc/8330/task/8344/stat : 8344 (java) S 8328 8328 4413 0 -1 1077944384 1164 0 0 0 48 63 0 0 20 0 15 0 230145801 14427463680 227301 33554432000 4194304 4196468 140722758940240 140477558606256 140478092798594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20484096 140722758947974 140722758948145 140722758948145 140722758950863 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 910660 KiB

Child status: 143
Real time (s): 2493.93
CPU time (s): 2520.12
CPU user time (s): 2517.63
CPU system time (s): 2.48675
CPU usage (%): 101.05
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 3951616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.63
system time used= 2.48675
maximum resident set size= 4007588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119794
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92505
involuntary context switches= 3116


# summary of solver processes directly reported to runsolver:
#   pid: 8328,8330
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.63
#   total CPU system time (s): 2.48675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7112 second user time and 24.0961 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-13 04:03:46
IDJOB=4306814
IDBENCH=141561
IDSOLVER=2787
FILE ID=node138/4306814-1534125826
RUNJOBID= node138-1534097780-4445
PBS_JOBID= 21037001
Free space on /tmp= 24416 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-06-m001_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306814-1534125826/watcher-4306814-1534125826 -o /tmp/evaluation-result-4306814-1534125826/solver-4306814-1534125826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534097780-4445 --watchdog 2580  HOME/xcsp3-exec -seed 173060897 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306814-1534125826.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6b753b1e1a3070adcb3424354b76057b
RANDOM SEED=173060897

node138.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.71
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.71
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.71
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.71
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:        18292700 kB
MemAvailable:   31669964 kB
Buffers:          181432 kB
Cached:         13269868 kB
SwapCached:           12 kB
Active:          6928640 kB
Inactive:        6812380 kB
Active(anon):     232292 kB
Inactive(anon):   109752 kB
Active(file):    6696348 kB
Inactive(file):  6702628 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             21756 kB
Writeback:             0 kB
AnonPages:        296928 kB
Mapped:            63820 kB
Shmem:             49740 kB
Slab:             434648 kB
SReclaimable:     406748 kB
SUnreclaim:        27900 kB
KernelStack:        3552 kB
PageTables:         6216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1215116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24396 MiB
End job on node138 at 2018-08-13 04:45:20