Trace number 4269541

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.5 seq (2017-08-09)? (TO) 2520.1001 2495.4299

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-0066.xml
MD5SUM0b8750a079fea2eda3490f2b84dad210
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 variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"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":63}]
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-4269541-1502809643.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269541-1502809643.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.27	c parse instance...
0.74/0.51	c solve instance...
2520.06/2495.40	s UNKNOWN
2520.06/2495.40	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 (11866 MiB free)
  memory of node 1: 16384 MiB (13540 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269541-1502809643/watcher-4269541-1502809643 -o /tmp/evaluation-result-4269541-1502809643/solver-4269541-1502809643 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502785522-15706 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1905643654 HOME/instance-4269541-1502809643.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
solver pid=20009, runsolver pid=20006
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 1.23 1.26 1.31 3/217 20025
/proc/meminfo: memFree=26001356/32770624 swapFree=67108860/67108860
[pid=20009] ppid=20006 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (xcsp3-exec) S 20006 20009 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114035848 9740288 346 33554432000 4194304 5098028 140736216867184 140736216865288 140236314624636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27430912 140736216876142 140736216876347 140736216876347 140736216879083 0
/proc/20009/statm: 2378 346 289 221 0 87 0
[pid=20011] ppid=20009 vsize=13978596 memory=26464 CPUtime=0.12 cores=1,3,5,7
/proc/20011/stat : 20011 (java) S 20009 20009 15674 0 -1 1077944320 5534 0 0 0 11 1 0 0 20 0 15 0 114035848 14314082304 6616 33554432000 4194304 4196468 140731379723584 140731379706128 139860944649975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
/proc/20011/statm: 3494649 6616 2850 1 0 3482966 0
[pid=20011/tid=20012] ppid=20009 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/20011/task/20012/stat : 20012 (java) R 20009 20009 15674 0 -1 4202560 3508 0 0 0 9 0 0 0 20 0 15 0 114035849 14314082304 6616 33554432000 4194304 4196468 140731379723584 139860948882496 139860944661910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20013] ppid=20009 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20013/stat : 20013 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14314082304 6616 33554432000 4194304 4196468 140731379723584 139860914363152 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20014] ppid=20009 vsize=13978596 memory=140055653402240 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20014/stat : 20014 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14314082304 6616 33554432000 4194304 4196468 140731379723584 139860538956688 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20015] ppid=20009 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20015/stat : 20015 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14314082304 6616 33554432000 4194304 4196468 140731379723584 139860537904144 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20016] ppid=20009 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20016/stat : 20016 (java) S 20009 20009 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114035849 14314082304 6616 33554432000 4194304 4196468 140731379723584 139860536851600 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20017] ppid=20009 vsize=13978596 memory=140055653402240 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20017/stat : 20017 (java) S 20009 20009 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114035851 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859857090544 139860944661122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20018] ppid=20009 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20018/stat : 20018 (java) S 20009 20009 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114035851 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859856036768 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20019] ppid=20009 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20019/stat : 20019 (java) S 20009 20009 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114035851 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859854984176 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20020] ppid=20009 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20020/stat : 20020 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859853932752 139860944668571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20021] ppid=20009 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20021/stat : 20021 (java) S 20009 20009 15674 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 114035854 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859852880368 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20022] ppid=20009 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20022/stat : 20022 (java) S 20009 20009 15674 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 114035854 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859851827824 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20023] ppid=20009 vsize=13978596 memory=140055653402240 CPUtime=0.01 cores=1,3,5,7
/proc/20011/task/20023/stat : 20023 (java) R 20009 20009 15674 0 -1 4202560 290 0 0 0 1 0 0 0 20 0 15 0 114035854 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859850775280 139860937746811 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20024] ppid=20009 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20024/stat : 20024 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859849722976 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20025] ppid=20009 vsize=13978596 memory=140055653402240 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20025/stat : 20025 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035854 14314082304 6616 33554432000 4194304 4196468 140731379723584 139859848669488 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 27848 KiB

[startup+0.211007 s]*
/proc/loadavg: 1.23 1.26 1.31 4/217 20025
/proc/meminfo: memFree=25989472/32770624 swapFree=67108860/67108860
[pid=20009] ppid=20006 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (xcsp3-exec) S 20006 20009 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114035848 9740288 346 33554432000 4194304 5098028 140736216867184 140736216865288 140236314624636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27430912 140736216876142 140736216876347 140736216876347 140736216879083 0
/proc/20009/statm: 2378 346 289 221 0 87 0
[pid=20011] ppid=20009 vsize=13982852 memory=39380 CPUtime=0.34 cores=1,3,5,7
/proc/20011/stat : 20011 (java) S 20009 20009 15674 0 -1 1077944320 8372 0 0 0 31 3 0 0 20 0 15 0 114035848 14318440448 9845 33554432000 4194304 4196468 140731379723584 140731379706128 139860944649975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
/proc/20011/statm: 3495713 9845 3073 1 0 3482966 0
[pid=20011/tid=20012] ppid=20009 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/20011/task/20012/stat : 20012 (java) R 20009 20009 15674 0 -1 4202560 5330 0 0 0 18 1 0 0 20 0 15 0 114035849 14318440448 9845 33554432000 4194304 4196468 140731379723584 139860948864640 139860937327989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20013] ppid=20009 vsize=13982852 memory=12543 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20013/stat : 20013 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14318440448 9845 33554432000 4194304 4196468 140731379723584 139860914363152 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20014] ppid=20009 vsize=13982852 memory=140055653908409 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20014/stat : 20014 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14318440448 9845 33554432000 4194304 4196468 140731379723584 139860538956688 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20015] ppid=20009 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20015/stat : 20015 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14318440448 9845 33554432000 4194304 4196468 140731379723584 139860537904144 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20016] ppid=20009 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20016/stat : 20016 (java) S 20009 20009 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114035849 14318440448 9845 33554432000 4194304 4196468 140731379723584 139860536851600 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20017] ppid=20009 vsize=13982852 memory=140055653402240 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20017/stat : 20017 (java) S 20009 20009 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114035851 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859857090544 139860944661122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20018] ppid=20009 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20018/stat : 20018 (java) S 20009 20009 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114035851 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859856036768 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20019] ppid=20009 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20019/stat : 20019 (java) S 20009 20009 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114035851 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859854984176 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20020] ppid=20009 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20020/stat : 20020 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859853932752 139860944668571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20021] ppid=20009 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20011/task/20021/stat : 20021 (java) S 20009 20009 15674 0 -1 1077944384 478 0 0 0 2 0 0 0 20 0 15 0 114035854 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859852880368 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20022] ppid=20009 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20011/task/20022/stat : 20022 (java) S 20009 20009 15674 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 114035854 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859851827824 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20023] ppid=20009 vsize=13982852 memory=140055653402240 CPUtime=0.07 cores=1,3,5,7
/proc/20011/task/20023/stat : 20023 (java) R 20009 20009 15674 0 -1 4202560 870 0 0 0 7 0 0 0 20 0 15 0 114035854 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859850775280 139860924365617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20024] ppid=20009 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20024/stat : 20024 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859849722976 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20025] ppid=20009 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20025/stat : 20025 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035854 14318440448 9845 33554432000 4194304 4196468 140731379723584 139859848669488 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40764 KiB

[startup+0.310557 s]*
/proc/loadavg: 1.23 1.26 1.31 5/217 20025
/proc/meminfo: memFree=25981808/32770624 swapFree=67108860/67108860
[pid=20009] ppid=20006 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (xcsp3-exec) S 20006 20009 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114035848 9740288 346 33554432000 4194304 5098028 140736216867184 140736216865288 140236314624636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27430912 140736216876142 140736216876347 140736216876347 140736216879083 0
/proc/20009/statm: 2378 346 289 221 0 87 0
[pid=20011] ppid=20009 vsize=13982852 memory=46888 CPUtime=0.5 cores=1,3,5,7
/proc/20011/stat : 20011 (java) S 20009 20009 15674 0 -1 1077944320 9405 0 0 0 47 3 0 0 20 0 15 0 114035848 14318440448 11722 33554432000 4194304 4196468 140731379723584 140731379706128 139860944649975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
/proc/20011/statm: 3495713 11722 3106 1 0 3482966 0
[pid=20011/tid=20012] ppid=20009 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/20011/task/20012/stat : 20012 (java) R 20009 20009 15674 0 -1 4202560 6038 0 0 0 27 2 0 0 20 0 15 0 114035849 14318440448 11722 33554432000 4194304 4196468 140731379723584 139860948888048 139860928730462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20013] ppid=20009 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20013/stat : 20013 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14318440448 11722 33554432000 4194304 4196468 140731379723584 139860914363152 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20014] ppid=20009 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20014/stat : 20014 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14318440448 11722 33554432000 4194304 4196468 140731379723584 139860538956688 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20015] ppid=20009 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20015/stat : 20015 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14318440448 11722 33554432000 4194304 4196468 140731379723584 139860537904144 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20016] ppid=20009 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20016/stat : 20016 (java) S 20009 20009 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114035849 14318440448 11722 33554432000 4194304 4196468 140731379723584 139860536851600 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20017] ppid=20009 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20017/stat : 20017 (java) S 20009 20009 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114035851 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859857090544 139860944661122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20018] ppid=20009 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20018/stat : 20018 (java) S 20009 20009 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114035851 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859856036768 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20019] ppid=20009 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20019/stat : 20019 (java) S 20009 20009 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114035851 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859854984176 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20020] ppid=20009 vsize=13982852 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20020/stat : 20020 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859853932752 139860944668571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20021] ppid=20009 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=1,3,5,7
/proc/20011/task/20021/stat : 20021 (java) R 20009 20009 15674 0 -1 4202560 497 0 0 0 3 0 0 0 20 0 15 0 114035854 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859852866040 139860923041662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20022] ppid=20009 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/20011/task/20022/stat : 20022 (java) S 20009 20009 15674 0 -1 1077944384 488 0 0 0 4 0 0 0 20 0 15 0 114035854 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859851827824 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20023] ppid=20009 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20011/task/20023/stat : 20023 (java) R 20009 20009 15674 0 -1 4202560 1082 0 0 0 12 0 0 0 20 0 15 0 114035854 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859850775280 139860923606252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20024] ppid=20009 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20024/stat : 20024 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859849722976 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20025] ppid=20009 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20025/stat : 20025 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035854 14318440448 11722 33554432000 4194304 4196468 140731379723584 139859848669488 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48272 KiB

[startup+0.700861 s]
/proc/loadavg: 1.23 1.26 1.31 5/217 20025
/proc/meminfo: memFree=25966300/32770624 swapFree=67108860/67108860
[pid=20009] ppid=20006 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (xcsp3-exec) S 20006 20009 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114035848 9740288 346 33554432000 4194304 5098028 140736216867184 140736216865288 140236314624636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27430912 140736216876142 140736216876347 140736216876347 140736216879083 0
/proc/20009/statm: 2378 346 289 221 0 87 0
[pid=20011] ppid=20009 vsize=13984976 memory=75108 CPUtime=1.57 cores=1,3,5,7
/proc/20011/stat : 20011 (java) S 20009 20009 15674 0 -1 1077944320 11969 0 0 0 152 5 0 0 20 0 15 0 114035848 14320615424 18777 33554432000 4194304 4196468 140731379723584 140731379706128 139860944649975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
/proc/20011/statm: 3496244 18777 3208 1 0 3483478 0
[pid=20011/tid=20012] ppid=20009 vsize=13984976 memory=32124 CPUtime=0.67 cores=1,3,5,7
/proc/20011/task/20012/stat : 20012 (java) R 20009 20009 15674 0 -1 4202560 6731 0 0 0 64 3 0 0 20 0 15 0 114035849 14320615424 18777 33554432000 4194304 4196468 140731379723584 139860948889360 139860584037027 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20013] ppid=20009 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20013/stat : 20013 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14320615424 18777 33554432000 4194304 4196468 140731379723584 139860914363152 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20014] ppid=20009 vsize=13984976 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20014/stat : 20014 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14320615424 18777 33554432000 4194304 4196468 140731379723584 139860538956688 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20015] ppid=20009 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20015/stat : 20015 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035849 14320615424 18777 33554432000 4194304 4196468 140731379723584 139860537904144 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20016] ppid=20009 vsize=13984976 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20016/stat : 20016 (java) S 20009 20009 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114035849 14320615424 18777 33554432000 4194304 4196468 140731379723584 139860536851600 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20017] ppid=20009 vsize=13984976 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20017/stat : 20017 (java) S 20009 20009 15674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859857090544 139860944661122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20018] ppid=20009 vsize=13984976 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20018/stat : 20018 (java) S 20009 20009 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859856036768 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20019] ppid=20009 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20019/stat : 20019 (java) S 20009 20009 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859854984176 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20020] ppid=20009 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20020/stat : 20020 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859853932752 139860944668571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20021] ppid=20009 vsize=13984976 memory=5300 CPUtime=0.29 cores=1,3,5,7
/proc/20011/task/20021/stat : 20021 (java) R 20009 20009 15674 0 -1 4202560 1225 0 0 0 29 0 0 0 20 0 15 0 114035854 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859852880368 139860929037493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20022] ppid=20009 vsize=13984976 memory=4616 CPUtime=0.29 cores=1,3,5,7
/proc/20011/task/20022/stat : 20022 (java) R 20009 20009 15674 0 -1 4202560 1025 0 0 0 29 0 0 0 20 0 15 0 114035854 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859851827824 139860924367111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20023] ppid=20009 vsize=13984976 memory=1928 CPUtime=0.28 cores=1,3,5,7
/proc/20011/task/20023/stat : 20023 (java) S 20009 20009 15674 0 -1 1077944384 1679 0 0 0 28 0 0 0 20 0 15 0 114035854 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859850775280 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20024] ppid=20009 vsize=13984976 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20024/stat : 20024 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859849722976 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20025] ppid=20009 vsize=13984976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20025/stat : 20025 (java) S 20009 20009 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 18777 33554432000 4194304 4196468 140731379723584 139859848669488 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 76492 KiB

[startup+1.50083 s]
/proc/loadavg: 1.23 1.26 1.31 5/217 20025
/proc/meminfo: memFree=25917464/32770624 swapFree=67108860/67108860
[pid=20009] ppid=20006 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (xcsp3-exec) S 20006 20009 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114035848 9740288 346 33554432000 4194304 5098028 140736216867184 140736216865288 140236314624636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27430912 140736216876142 140736216876347 140736216876347 140736216879083 0
/proc/20009/statm: 2378 346 289 221 0 87 0

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

/proc/20011/task/20019/stat : 20019 (java) S 20009 20009 15674 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 737525 33554432000 4194304 4196468 140731379723584 139859854984176 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20020] ppid=20009 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20020/stat : 20020 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 737525 33554432000 4194304 4196468 140731379723584 139859853932752 139860944668571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20021] ppid=20009 vsize=13984976 memory=1384 CPUtime=1.66 cores=1,3,5,7
/proc/20011/task/20021/stat : 20021 (java) S 20009 20009 15674 0 -1 1077944384 8573 0 0 0 165 1 0 0 20 0 15 0 114035854 14320615424 737525 33554432000 4194304 4196468 140731379723584 139859852880368 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20022] ppid=20009 vsize=13984976 memory=1384 CPUtime=1.39 cores=1,3,5,7
/proc/20011/task/20022/stat : 20022 (java) S 20009 20009 15674 0 -1 1077944384 7646 0 0 0 138 1 0 0 20 0 15 0 114035854 14320615424 737525 33554432000 4194304 4196468 140731379723584 139859851827824 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20023] ppid=20009 vsize=13984976 memory=1384 CPUtime=0.47 cores=1,3,5,7
/proc/20011/task/20023/stat : 20023 (java) S 20009 20009 15674 0 -1 1077944384 6931 0 0 0 46 1 0 0 20 0 15 0 114035854 14320615424 737525 33554432000 4194304 4196468 140731379723584 139859850775280 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20024] ppid=20009 vsize=13984976 memory=2948564 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20024/stat : 20024 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 737525 33554432000 4194304 4196468 140731379723584 139859849722976 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20025] ppid=20009 vsize=13984976 memory=1228 CPUtime=0.74 cores=1,3,5,7
/proc/20011/task/20025/stat : 20025 (java) S 20009 20009 15674 0 -1 1077944384 855 0 0 0 33 41 0 0 20 0 15 0 114035854 14320615424 737525 33554432000 4194304 4196468 140731379723584 139859848669488 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
Current children cumulated CPU time: 2345.31 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2951484 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.72 1.66 3/218 20202
/proc/meminfo: memFree=24556228/32770624 swapFree=67108860/67108860
[pid=20009] ppid=20006 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (xcsp3-exec) S 20006 20009 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114035848 9740288 346 33554432000 4194304 5098028 140736216867184 140736216865288 140236314624636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27430912 140736216876142 140736216876347 140736216876347 140736216879083 0
/proc/20009/statm: 2378 346 289 221 0 87 0
[pid=20011] ppid=20009 vsize=13984976 memory=723372 CPUtime=2405.99 cores=1,3,5,7
/proc/20011/stat : 20011 (java) S 20009 20009 15674 0 -1 1077944320 217157 0 0 0 239622 977 0 0 20 0 15 0 114035848 14320615424 180843 33554432000 4194304 4196468 140731379723584 140731379706128 139860944649975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
/proc/20011/statm: 3496244 180843 3273 1 0 3483478 0
[pid=20011/tid=20012] ppid=20009 vsize=13984976 memory=723888 CPUtime=2373.61 cores=1,3,5,7
/proc/20011/task/20012/stat : 20012 (java) R 20009 20009 15674 0 -1 4202560 145664 0 0 0 236519 842 0 0 20 0 15 0 114035849 14320615424 180843 33554432000 4194304 4196468 140731379723584 139860948889456 139860584403471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20013] ppid=20009 vsize=13984976 memory=722348 CPUtime=6.56 cores=1,3,5,7
/proc/20011/task/20013/stat : 20013 (java) S 20009 20009 15674 0 -1 1077944384 8358 0 0 0 640 16 0 0 20 0 15 0 114035849 14320615424 180843 33554432000 4194304 4196468 140731379723584 139860914363152 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20014] ppid=20009 vsize=13984976 memory=1384 CPUtime=6.57 cores=1,3,5,7
/proc/20011/task/20014/stat : 20014 (java) S 20009 20009 15674 0 -1 1077944384 7591 0 0 0 640 17 0 0 20 0 15 0 114035849 14320615424 180843 33554432000 4194304 4196468 140731379723584 139860538956688 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20015] ppid=20009 vsize=13984976 memory=1384 CPUtime=6.57 cores=1,3,5,7
/proc/20011/task/20015/stat : 20015 (java) S 20009 20009 15674 0 -1 1077944384 9215 0 0 0 641 16 0 0 20 0 15 0 114035849 14320615424 180843 33554432000 4194304 4196468 140731379723584 139860537904144 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20016] ppid=20009 vsize=13984976 memory=723372 CPUtime=6.57 cores=1,3,5,7
/proc/20011/task/20016/stat : 20016 (java) S 20009 20009 15674 0 -1 1077944384 7573 0 0 0 641 16 0 0 20 0 15 0 114035849 14320615424 180843 33554432000 4194304 4196468 140731379723584 139860536851600 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20017] ppid=20009 vsize=13984976 memory=723372 CPUtime=1.73 cores=1,3,5,7
/proc/20011/task/20017/stat : 20017 (java) S 20009 20009 15674 0 -1 1077944384 13370 0 0 0 137 36 0 0 20 0 15 0 114035851 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859857090544 139860944661122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20018] ppid=20009 vsize=13984976 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20018/stat : 20018 (java) S 20009 20009 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859856036768 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20019] ppid=20009 vsize=13984976 memory=7526188331156139623 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20019/stat : 20019 (java) S 20009 20009 15674 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859854984176 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20020] ppid=20009 vsize=13984976 memory=166 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20020/stat : 20020 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859853932752 139860944668571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20021] ppid=20009 vsize=13984976 memory=4012 CPUtime=1.66 cores=1,3,5,7
/proc/20011/task/20021/stat : 20021 (java) S 20009 20009 15674 0 -1 1077944384 8575 0 0 0 165 1 0 0 20 0 15 0 114035854 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859852880368 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20022] ppid=20009 vsize=13984976 memory=32172 CPUtime=1.39 cores=1,3,5,7
/proc/20011/task/20022/stat : 20022 (java) S 20009 20009 15674 0 -1 1077944384 7648 0 0 0 138 1 0 0 20 0 15 0 114035854 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859851827824 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20023] ppid=20009 vsize=13984976 memory=1384 CPUtime=0.47 cores=1,3,5,7
/proc/20011/task/20023/stat : 20023 (java) S 20009 20009 15674 0 -1 1077944384 6933 0 0 0 46 1 0 0 20 0 15 0 114035854 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859850775280 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20024] ppid=20009 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20024/stat : 20024 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859849722976 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20025] ppid=20009 vsize=13984976 memory=4012 CPUtime=0.77 cores=1,3,5,7
/proc/20011/task/20025/stat : 20025 (java) S 20009 20009 15674 0 -1 1077944384 876 0 0 0 34 43 0 0 20 0 15 0 114035854 14320615424 180843 33554432000 4194304 4196468 140731379723584 139859848669488 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
Current children cumulated CPU time: 2405.99 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 724756 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.67 1.64 3/218 20203
/proc/meminfo: memFree=19694496/32770624 swapFree=67108860/67108860
[pid=20009] ppid=20006 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (xcsp3-exec) S 20006 20009 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114035848 9740288 346 33554432000 4194304 5098028 140736216867184 140736216865288 140236314624636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27430912 140736216876142 140736216876347 140736216876347 140736216879083 0
/proc/20009/statm: 2378 346 289 221 0 87 0
[pid=20011] ppid=20009 vsize=13984976 memory=5574176 CPUtime=2466.39 cores=1,3,5,7
/proc/20011/stat : 20011 (java) S 20009 20009 15674 0 -1 1077944320 228181 0 0 0 245587 1052 0 0 20 0 15 0 114035848 14320615424 1393544 33554432000 4194304 4196468 140731379723584 140731379706128 139860944649975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
/proc/20011/statm: 3496244 1393544 3273 1 0 3483478 0
[pid=20011/tid=20012] ppid=20009 vsize=13984976 memory=5463148 CPUtime=2433.47 cores=1,3,5,7
/proc/20011/task/20012/stat : 20012 (java) R 20009 20009 15674 0 -1 4202560 154652 0 0 0 242434 913 0 0 20 0 15 0 114035849 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139860948889672 139860585794496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20013] ppid=20009 vsize=13984976 memory=4907996 CPUtime=6.68 cores=1,3,5,7
/proc/20011/task/20013/stat : 20013 (java) S 20009 20009 15674 0 -1 1077944384 8625 0 0 0 652 16 0 0 20 0 15 0 114035849 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139860914363152 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20014] ppid=20009 vsize=13984976 memory=132 CPUtime=6.69 cores=1,3,5,7
/proc/20011/task/20014/stat : 20014 (java) S 20009 20009 15674 0 -1 1077944384 8004 0 0 0 652 17 0 0 20 0 15 0 114035849 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139860538956688 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20015] ppid=20009 vsize=13984976 memory=1384 CPUtime=6.69 cores=1,3,5,7
/proc/20011/task/20015/stat : 20015 (java) S 20009 20009 15674 0 -1 1077944384 9624 0 0 0 652 17 0 0 20 0 15 0 114035849 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139860537904144 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20016] ppid=20009 vsize=13984976 memory=5408152 CPUtime=6.69 cores=1,3,5,7
/proc/20011/task/20016/stat : 20016 (java) S 20009 20009 15674 0 -1 1077944384 8328 0 0 0 652 17 0 0 20 0 15 0 114035849 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139860536851600 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20017] ppid=20009 vsize=13984976 memory=5518660 CPUtime=1.75 cores=1,3,5,7
/proc/20011/task/20017/stat : 20017 (java) S 20009 20009 15674 0 -1 1077944384 13542 0 0 0 138 37 0 0 20 0 15 0 114035851 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859857090544 139860944661122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20018] ppid=20009 vsize=13984976 memory=5518660 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20018/stat : 20018 (java) S 20009 20009 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859856036768 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20019] ppid=20009 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20019/stat : 20019 (java) S 20009 20009 15674 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859854984176 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20020] ppid=20009 vsize=13984976 memory=5574176 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20020/stat : 20020 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859853932752 139860944668571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20021] ppid=20009 vsize=13984976 memory=1384 CPUtime=1.66 cores=1,3,5,7
/proc/20011/task/20021/stat : 20021 (java) S 20009 20009 15674 0 -1 1077944384 8577 0 0 0 165 1 0 0 20 0 15 0 114035854 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859852880368 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20022] ppid=20009 vsize=13984976 memory=5518768 CPUtime=1.39 cores=1,3,5,7
/proc/20011/task/20022/stat : 20022 (java) S 20009 20009 15674 0 -1 1077944384 7650 0 0 0 138 1 0 0 20 0 15 0 114035854 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859851827824 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20023] ppid=20009 vsize=13984976 memory=4075660 CPUtime=0.48 cores=1,3,5,7
/proc/20011/task/20023/stat : 20023 (java) S 20009 20009 15674 0 -1 1077944384 6936 0 0 0 47 1 0 0 20 0 15 0 114035854 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859850775280 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20024] ppid=20009 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20024/stat : 20024 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859849722976 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20025] ppid=20009 vsize=13984976 memory=5574176 CPUtime=0.79 cores=1,3,5,7
/proc/20011/task/20025/stat : 20025 (java) S 20009 20009 15674 0 -1 1077944384 889 0 0 0 35 44 0 0 20 0 15 0 114035854 14320615424 1393544 33554432000 4194304 4196468 140731379723584 139859848669488 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
Current children cumulated CPU time: 2466.39 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 5575560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495.4 s]
/proc/loadavg: 1.65 1.66 1.64 3/218 20203
/proc/meminfo: memFree=19033848/32770624 swapFree=67108860/67108860
[pid=20009] ppid=20006 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (xcsp3-exec) S 20006 20009 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114035848 9740288 346 33554432000 4194304 5098028 140736216867184 140736216865288 140236314624636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27430912 140736216876142 140736216876347 140736216876347 140736216879083 0
/proc/20009/statm: 2378 346 289 221 0 87 0
[pid=20011] ppid=20009 vsize=13984976 memory=6233264 CPUtime=2520.06 cores=1,3,5,7
/proc/20011/stat : 20011 (java) S 20009 20009 15674 0 -1 1077944320 229212 0 0 0 250944 1062 0 0 20 0 15 0 114035848 14320615424 1558316 33554432000 4194304 4196468 140731379723584 140731379706128 139860944649975 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
/proc/20011/statm: 3496244 1558316 3273 1 0 3483478 0
[pid=20011/tid=20012] ppid=20009 vsize=13984976 memory=6791534058613427641 CPUtime=2486.37 cores=1,3,5,7
/proc/20011/task/20012/stat : 20012 (java) R 20009 20009 15674 0 -1 4202560 155649 0 0 0 247714 923 0 0 20 0 15 0 114035849 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139860948889632 139860585081092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20013] ppid=20009 vsize=13984976 memory=796 CPUtime=6.87 cores=1,3,5,7
/proc/20011/task/20013/stat : 20013 (java) S 20009 20009 15674 0 -1 1077944384 8633 0 0 0 671 16 0 0 20 0 15 0 114035849 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139860914363152 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20014] ppid=20009 vsize=13984976 memory=1228 CPUtime=6.87 cores=1,3,5,7
/proc/20011/task/20014/stat : 20014 (java) S 20009 20009 15674 0 -1 1077944384 8005 0 0 0 670 17 0 0 20 0 15 0 114035849 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139860538956688 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20015] ppid=20009 vsize=13984976 memory=5300 CPUtime=6.89 cores=1,3,5,7
/proc/20011/task/20015/stat : 20015 (java) S 20009 20009 15674 0 -1 1077944384 9632 0 0 0 672 17 0 0 20 0 15 0 114035849 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139860537904144 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20016] ppid=20009 vsize=13984976 memory=4616 CPUtime=6.89 cores=1,3,5,7
/proc/20011/task/20016/stat : 20016 (java) S 20009 20009 15674 0 -1 1077944384 8337 0 0 0 672 17 0 0 20 0 15 0 114035849 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139860536851600 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20017] ppid=20009 vsize=13984976 memory=1928 CPUtime=1.75 cores=1,3,5,7
/proc/20011/task/20017/stat : 20017 (java) S 20009 20009 15674 0 -1 1077944384 13546 0 0 0 138 37 0 0 20 0 15 0 114035851 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859857090544 139860944661122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20018] ppid=20009 vsize=13984976 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20018/stat : 20018 (java) S 20009 20009 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859856036768 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20019] ppid=20009 vsize=13984976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20019/stat : 20019 (java) S 20009 20009 15674 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 114035851 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859854984176 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20020] ppid=20009 vsize=13984976 memory=10652 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20020/stat : 20020 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859853932752 139860944668571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20021] ppid=20009 vsize=13984976 memory=15876 CPUtime=1.66 cores=1,3,5,7
/proc/20011/task/20021/stat : 20021 (java) S 20009 20009 15674 0 -1 1077944384 8577 0 0 0 165 1 0 0 20 0 15 0 114035854 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859852880368 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20022] ppid=20009 vsize=13984976 memory=18044 CPUtime=1.39 cores=1,3,5,7
/proc/20011/task/20022/stat : 20022 (java) S 20009 20009 15674 0 -1 1077944384 7650 0 0 0 138 1 0 0 20 0 15 0 114035854 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859851827824 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20023] ppid=20009 vsize=13984976 memory=16432 CPUtime=0.48 cores=1,3,5,7
/proc/20011/task/20023/stat : 20023 (java) S 20009 20009 15674 0 -1 1077944384 6936 0 0 0 47 1 0 0 20 0 15 0 114035854 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859850775280 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20024] ppid=20009 vsize=13984976 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/20011/task/20024/stat : 20024 (java) S 20009 20009 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114035854 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859849722976 139860944660181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
[pid=20011/tid=20025] ppid=20009 vsize=13984976 memory=1792 CPUtime=0.81 cores=1,3,5,7
/proc/20011/task/20025/stat : 20025 (java) S 20009 20009 15674 0 -1 1077944384 893 0 0 0 36 45 0 0 20 0 15 0 114035854 14320615424 1558316 33554432000 4194304 4196468 140731379723584 139859848669488 139860944661122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 22851584 140731379729559 140731379729735 140731379729735 140731379732431 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 6234648 KiB

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

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

[startup+2495.43 s]
# the end of solver process 20011 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.45 s, system=10.6514 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): 2495.43
CPU time (s): 2520.1
CPU user time (s): 2509.45
CPU system time (s): 10.6514
CPU usage (%): 100.989
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 8189928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.45
system time used= 10.6514
maximum resident set size= 8198784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230061
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83592
involuntary context switches= 3228


# summary of solver processes directly reported to runsolver:
#   pid: 20009,20011
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2509.45
#   total CPU system time (s): 10.6514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1175 second user time and 22.9098 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-15 16:53:04
IDJOB=4269541
IDBENCH=133642
IDSOLVER=2660
FILE ID=node105/4269541-1502809643
RUNJOBID= node105-1502785522-15706
PBS_JOBID= 20629123
Free space on /tmp= 60660 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-11-0066.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269541-1502809643/watcher-4269541-1502809643 -o /tmp/evaluation-result-4269541-1502809643/solver-4269541-1502809643 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502785522-15706 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1905643654 HOME/instance-4269541-1502809643.xml

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

MD5SUM BENCH= 0b8750a079fea2eda3490f2b84dad210
RANDOM SEED=1905643654

node105.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.17
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.17
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.17
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.17
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:        26016756 kB
MemAvailable:   31580796 kB
Buffers:          238164 kB
Cached:          5598736 kB
SwapCached:            0 kB
Active:          1158248 kB
Inactive:        5124288 kB
Active(anon):     448364 kB
Inactive(anon):    25060 kB
Active(file):     709884 kB
Inactive(file):  5099228 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7848 kB
Writeback:             0 kB
AnonPages:        461420 kB
Mapped:            58244 kB
Shmem:             25228 kB
Slab:             167700 kB
SReclaimable:     141524 kB
SUnreclaim:        26176 kB
KernelStack:        3808 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1215780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60652 MiB
End job on node105 at 2017-08-15 17:34:39