Trace number 4283760

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 5a (2017-08-18)? (TO) 2520.04 2458.21

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-10-m021.xml
MD5SUMbb8f18d9394a9daa2d276ef3f55d21f6
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 variables361
Number of constraints64
Number of domains1
Minimum domain size271
Maximum domain size271
Distribution of domain sizes[{"size":271,"count":271}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":90},{"degree":4,"count":265},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity271
Distribution of constraint arities[{"arity":2,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":3},{"arity":271,"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":57}]
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-4283760-1503216210.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4283760-1503216210.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
0.75/0.50	c solve instance...
2520.02/2458.20	s UNKNOWN
2520.02/2458.20	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 (12395 MiB free)
  memory of node 1: 16384 MiB (13672 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283760-1503216210/watcher-4283760-1503216210 -o /tmp/evaluation-result-4283760-1503216210/solver-4283760-1503216210 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1503215350-27175 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 506761576 HOME/instance-4283760-1503216210.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=27201, runsolver pid=27196

[startup+0.100175 s]*
/proc/loadavg: 1.23 1.72 1.87 5/218 27236
/proc/meminfo: memFree=26657332/32770624 swapFree=67108860/67108860
[pid=27201] ppid=27196 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (xcsp3-exec) S 27196 27201 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154708586 9740288 346 33554432000 4194304 5098028 140728419411808 140728419409912 140404738654844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27041792 140728419419247 140728419419451 140728419419451 140728419422187 0
/proc/27201/statm: 2378 346 289 221 0 87 0
[pid=27205] ppid=27201 vsize=13978596 memory=29860 CPUtime=0.12 cores=1,3,5,7
/proc/27205/stat : 27205 (java) S 27201 27201 21109 0 -1 1077944320 5368 0 0 0 11 1 0 0 20 0 15 0 154708586 14314082304 7465 33554432000 4194304 4196468 140725076296576 140725076279120 139656623603447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
/proc/27205/statm: 3494649 7465 2838 1 0 3482966 0
[pid=27205/tid=27209] ppid=27201 vsize=13978596 memory=4351193297984651407 CPUtime=0.09 cores=1,3,5,7
/proc/27205/task/27209/stat : 27209 (java) R 27201 27201 21109 0 -1 4202560 3400 0 0 0 8 1 0 0 20 0 15 0 154708586 14314082304 7465 33554432000 4194304 4196468 140725076296576 139656627836720 139656623615382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27211] ppid=27201 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27211/stat : 27211 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14314082304 7465 33554432000 4194304 4196468 140725076296576 139656576223760 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27212] ppid=27201 vsize=13978596 memory=140449048610432 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27212/stat : 27212 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14314082304 7465 33554432000 4194304 4196468 140725076296576 139656575171216 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27213] ppid=27201 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27213/stat : 27213 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14314082304 7465 33554432000 4194304 4196468 140725076296576 139656574118160 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27214] ppid=27201 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27214/stat : 27214 (java) S 27201 27201 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154708587 14314082304 7465 33554432000 4194304 4196468 140725076296576 139656573065616 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27219] ppid=27201 vsize=13978596 memory=140449048610432 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27219/stat : 27219 (java) S 27201 27201 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154708589 14314082304 7465 33554432000 4194304 4196468 140725076296576 139656164956912 139656623614594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27221] ppid=27201 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27221/stat : 27221 (java) S 27201 27201 21109 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 154708589 14314082304 7465 33554432000 4194304 4196468 140725076296576 139655467230880 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27222] ppid=27201 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27222/stat : 27222 (java) S 27201 27201 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154708589 14314082304 7465 33554432000 4194304 4196468 140725076296576 139655466177776 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27225] ppid=27201 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27225/stat : 27225 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14314082304 7465 33554432000 4194304 4196468 140725076296576 139655465126352 139656623622043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27226] ppid=27201 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27226/stat : 27226 (java) S 27201 27201 21109 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 154708592 14314082304 7465 33554432000 4194304 4196468 140725076296576 139655464073456 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27227] ppid=27201 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27227/stat : 27227 (java) S 27201 27201 21109 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154708592 14314082304 7465 33554432000 4194304 4196468 140725076296576 139655463020912 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27228] ppid=27201 vsize=13978596 memory=140449048610432 CPUtime=0.01 cores=1,3,5,7
/proc/27205/task/27228/stat : 27228 (java) R 27201 27201 21109 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 154708592 14314082304 7465 33554432000 4194304 4196468 140725076296576 139655461967856 139656602229824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27229] ppid=27201 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27229/stat : 27229 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14314082304 7465 33554432000 4194304 4196468 140725076296576 139655460915552 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27234] ppid=27201 vsize=13978596 memory=140449048610432 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27234/stat : 27234 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708592 14314082304 7465 33554432000 4194304 4196468 140725076296576 139655459863600 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 31244 KiB

[startup+0.210665 s]*
/proc/loadavg: 1.23 1.72 1.87 4/218 27236
/proc/meminfo: memFree=26635360/32770624 swapFree=67108860/67108860
[pid=27201] ppid=27196 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (xcsp3-exec) S 27196 27201 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154708586 9740288 346 33554432000 4194304 5098028 140728419411808 140728419409912 140404738654844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27041792 140728419419247 140728419419451 140728419419451 140728419422187 0
/proc/27201/statm: 2378 346 289 221 0 87 0
[pid=27205] ppid=27201 vsize=13982852 memory=42244 CPUtime=0.34 cores=1,3,5,7
/proc/27205/stat : 27205 (java) S 27201 27201 21109 0 -1 1077944320 8105 0 0 0 32 2 0 0 20 0 15 0 154708586 14318440448 10561 33554432000 4194304 4196468 140725076296576 140725076279120 139656623603447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
/proc/27205/statm: 3495713 10561 3079 1 0 3482966 0
[pid=27205/tid=27209] ppid=27201 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/27205/task/27209/stat : 27209 (java) D 27201 27201 21109 0 -1 1077944384 5355 0 0 0 18 2 0 0 20 0 15 0 154708586 14318440448 10561 33554432000 4194304 4196468 140725076296576 139656627814240 139656616282669 0 4 0 16800975 18446744072101580324 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27211] ppid=27201 vsize=13982852 memory=9005 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27211/stat : 27211 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14318440448 10561 33554432000 4194304 4196468 140725076296576 139656576223760 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27212] ppid=27201 vsize=13982884 memory=140449049353548 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27212/stat : 27212 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14318473216 10561 33554432000 4194304 4196468 140725076296576 139656575171216 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27213] ppid=27201 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27213/stat : 27213 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14318440448 10561 33554432000 4194304 4196468 140725076296576 139656574118160 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27214] ppid=27201 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27214/stat : 27214 (java) S 27201 27201 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154708587 14318440448 10561 33554432000 4194304 4196468 140725076296576 139656573065616 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27219] ppid=27201 vsize=13982852 memory=140449048610432 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27219/stat : 27219 (java) S 27201 27201 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154708589 14318440448 10561 33554432000 4194304 4196468 140725076296576 139656164956912 139656623614594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27221] ppid=27201 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27221/stat : 27221 (java) S 27201 27201 21109 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 154708589 14318440448 10561 33554432000 4194304 4196468 140725076296576 139655467230880 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27222] ppid=27201 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27222/stat : 27222 (java) S 27201 27201 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154708589 14318440448 10561 33554432000 4194304 4196468 140725076296576 139655466177776 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27225] ppid=27201 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27225/stat : 27225 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14318473216 10561 33554432000 4194304 4196468 140725076296576 139655465126352 139656623622043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27226] ppid=27201 vsize=13982884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27205/task/27226/stat : 27226 (java) S 27201 27201 21109 0 -1 1077944384 464 0 0 0 3 0 0 0 20 0 15 0 154708592 14318473216 10561 33554432000 4194304 4196468 140725076296576 139655464073456 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27227] ppid=27201 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27205/task/27227/stat : 27227 (java) S 27201 27201 21109 0 -1 1077944384 293 0 0 0 2 0 0 0 20 0 15 0 154708592 14318440448 10561 33554432000 4194304 4196468 140725076296576 139655463020912 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27228] ppid=27201 vsize=13982852 memory=140449048610432 CPUtime=0.08 cores=1,3,5,7
/proc/27205/task/27228/stat : 27228 (java) S 27201 27201 21109 0 -1 1077944384 716 0 0 0 8 0 0 0 20 0 15 0 154708592 14318440448 10561 33554432000 4194304 4196468 140725076296576 139655461967856 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27229] ppid=27201 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27229/stat : 27229 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14318440448 10561 33554432000 4194304 4196468 140725076296576 139655460915552 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27234] ppid=27201 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27234/stat : 27234 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708592 14318440448 10561 33554432000 4194304 4196468 140725076296576 139655459863600 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 43628 KiB

[startup+0.310389 s]*
/proc/loadavg: 1.23 1.72 1.87 7/218 27236
/proc/meminfo: memFree=26621216/32770624 swapFree=67108860/67108860
[pid=27201] ppid=27196 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (xcsp3-exec) S 27196 27201 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154708586 9740288 346 33554432000 4194304 5098028 140728419411808 140728419409912 140404738654844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27041792 140728419419247 140728419419451 140728419419451 140728419422187 0
/proc/27201/statm: 2378 346 289 221 0 87 0
[pid=27205] ppid=27201 vsize=13982852 memory=49660 CPUtime=0.51 cores=1,3,5,7
/proc/27205/stat : 27205 (java) S 27201 27201 21109 0 -1 1077944320 9060 0 0 0 48 3 0 0 20 0 15 0 154708586 14318440448 12415 33554432000 4194304 4196468 140725076296576 140725076279120 139656623603447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
/proc/27205/statm: 3495713 12415 3123 1 0 3482966 0
[pid=27205/tid=27209] ppid=27201 vsize=13982928 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27205/task/27209/stat : 27209 (java) R 27201 27201 21109 0 -1 4202560 6051 0 0 0 27 2 0 0 20 0 15 0 154708586 14318518272 12415 33554432000 4194304 4196468 140725076296576 139656627835776 139656616281461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27211] ppid=27201 vsize=13982928 memory=-2245088631185882904 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27211/stat : 27211 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14318518272 12415 33554432000 4194304 4196468 140725076296576 139656576223760 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27212] ppid=27201 vsize=13982928 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27212/stat : 27212 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14318518272 12415 33554432000 4194304 4196468 140725076296576 139656575171216 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27213] ppid=27201 vsize=13982928 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27213/stat : 27213 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14318518272 12415 33554432000 4194304 4196468 140725076296576 139656574118160 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27214] ppid=27201 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27214/stat : 27214 (java) S 27201 27201 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154708587 14318518272 12415 33554432000 4194304 4196468 140725076296576 139656573065616 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27219] ppid=27201 vsize=13982928 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27219/stat : 27219 (java) S 27201 27201 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154708589 14318518272 12415 33554432000 4194304 4196468 140725076296576 139656164956912 139656623614594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27221] ppid=27201 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27221/stat : 27221 (java) S 27201 27201 21109 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 154708589 14318518272 12415 33554432000 4194304 4196468 140725076296576 139655467230880 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27222] ppid=27201 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27222/stat : 27222 (java) S 27201 27201 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154708589 14318518272 12415 33554432000 4194304 4196468 140725076296576 139655466177776 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27225] ppid=27201 vsize=13982928 memory=-9001728533042062950 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27225/stat : 27225 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14318518272 12415 33554432000 4194304 4196468 140725076296576 139655465126352 139656623622043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27226] ppid=27201 vsize=13982928 memory=-8813974798734826869 CPUtime=0.03 cores=1,3,5,7
/proc/27205/task/27226/stat : 27226 (java) S 27201 27201 21109 0 -1 1077944384 486 0 0 0 3 0 0 0 20 0 15 0 154708592 14318518272 12415 33554432000 4194304 4196468 140725076296576 139655464073456 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27227] ppid=27201 vsize=13982928 memory=7031125463459224206 CPUtime=0.04 cores=1,3,5,7
/proc/27205/task/27227/stat : 27227 (java) R 27201 27201 21109 0 -1 1077944384 399 0 0 0 4 0 0 0 20 0 15 0 154708592 14318518272 12415 33554432000 4194304 4196468 140725076296576 139655463020912 139656623614594 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27228] ppid=27201 vsize=13982928 memory=4713750055892520310 CPUtime=0.12 cores=1,3,5,7
/proc/27205/task/27228/stat : 27228 (java) S 27201 27201 21109 0 -1 1077944384 858 0 0 0 12 0 0 0 20 0 15 0 154708592 14318518272 12415 33554432000 4194304 4196468 140725076296576 139655461967856 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27229] ppid=27201 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27229/stat : 27229 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14318518272 12415 33554432000 4194304 4196468 140725076296576 139655460915552 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27234] ppid=27201 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27234/stat : 27234 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708592 14318518272 12415 33554432000 4194304 4196468 140725076296576 139655459863600 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 51044 KiB

[startup+0.701451 s]
/proc/loadavg: 1.23 1.72 1.87 4/201 27236
/proc/meminfo: memFree=26640748/32770624 swapFree=67108860/67108860
[pid=27201] ppid=27196 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (xcsp3-exec) S 27196 27201 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154708586 9740288 346 33554432000 4194304 5098028 140728419411808 140728419409912 140404738654844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27041792 140728419419247 140728419419451 140728419419451 140728419422187 0
/proc/27201/statm: 2378 346 289 221 0 87 0
[pid=27205] ppid=27201 vsize=13984976 memory=73904 CPUtime=1.61 cores=1,3,5,7
/proc/27205/stat : 27205 (java) S 27201 27201 21109 0 -1 1077944320 11636 0 0 0 157 4 0 0 20 0 15 0 154708586 14320615424 18476 33554432000 4194304 4196468 140725076296576 140725076279120 139656623603447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
/proc/27205/statm: 3496244 18476 3207 1 0 3483478 0
[pid=27205/tid=27209] ppid=27201 vsize=13984976 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/27205/task/27209/stat : 27209 (java) R 27201 27201 21109 0 -1 4202560 6782 0 0 0 64 3 0 0 20 0 15 0 154708586 14320615424 18476 33554432000 4194304 4196468 140725076296576 139656627839216 139656250788814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27211] ppid=27201 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27211/stat : 27211 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14320615424 18476 33554432000 4194304 4196468 140725076296576 139656576223760 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27212] ppid=27201 vsize=13984976 memory=42768 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27212/stat : 27212 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14320615424 18476 33554432000 4194304 4196468 140725076296576 139656575171216 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27213] ppid=27201 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27213/stat : 27213 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708587 14320615424 18476 33554432000 4194304 4196468 140725076296576 139656574118160 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27214] ppid=27201 vsize=13984976 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27214/stat : 27214 (java) S 27201 27201 21109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154708587 14320615424 18476 33554432000 4194304 4196468 140725076296576 139656573065616 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27219] ppid=27201 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27219/stat : 27219 (java) S 27201 27201 21109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 18476 33554432000 4194304 4196468 140725076296576 139656164956912 139656623614594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27221] ppid=27201 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27221/stat : 27221 (java) S 27201 27201 21109 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 18476 33554432000 4194304 4196468 140725076296576 139655467230880 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27222] ppid=27201 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27222/stat : 27222 (java) S 27201 27201 21109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 18476 33554432000 4194304 4196468 140725076296576 139655466177776 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27225] ppid=27201 vsize=13984976 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27225/stat : 27225 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 18476 33554432000 4194304 4196468 140725076296576 139655465126352 139656623622043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27226] ppid=27201 vsize=13984976 memory=1200 CPUtime=0.28 cores=1,3,5,7
/proc/27205/task/27226/stat : 27226 (java) R 27201 27201 21109 0 -1 4202560 1061 0 0 0 28 0 0 0 20 0 15 0 154708592 14320615424 18476 33554432000 4194304 4196468 140725076296576 139655464063456 139656607100038 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27227] ppid=27201 vsize=13984976 memory=8664 CPUtime=0.31 cores=1,3,5,7
/proc/27205/task/27227/stat : 27227 (java) R 27201 27201 21109 0 -1 4202560 1001 0 0 0 31 0 0 0 20 0 15 0 154708592 14320615424 18476 33554432000 4194304 4196468 140725076296576 139655463014104 139656608028373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27228] ppid=27201 vsize=13984976 memory=5784 CPUtime=0.32 cores=1,3,5,7
/proc/27205/task/27228/stat : 27228 (java) S 27201 27201 21109 0 -1 1077944384 1504 0 0 0 32 0 0 0 20 0 15 0 154708592 14320615424 18476 33554432000 4194304 4196468 140725076296576 139655461967856 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27229] ppid=27201 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27229/stat : 27229 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 18476 33554432000 4194304 4196468 140725076296576 139655460915552 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27234] ppid=27201 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27234/stat : 27234 (java) S 27201 27201 21109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 18476 33554432000 4194304 4196468 140725076296576 139655459863600 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 75288 KiB

[startup+1.50085 s]
/proc/loadavg: 1.23 1.72 1.87 5/199 27274
/proc/meminfo: memFree=26603396/32770624 swapFree=67108860/67108860
[pid=27201] ppid=27196 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (xcsp3-exec) S 27196 27201 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154708586 9740288 346 33554432000 4194304 5098028 140728419411808 140728419409912 140404738654844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27041792 140728419419247 140728419419451 140728419419451 140728419422187 0
/proc/27201/statm: 2378 346 289 221 0 87 0

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

/proc/27205/task/27222/stat : 27222 (java) S 27201 27201 21109 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 103720 33554432000 4194304 4196468 140725076296576 139655466177792 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27225] ppid=27201 vsize=13984976 memory=415908 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27225/stat : 27225 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 103720 33554432000 4194304 4196468 140725076296576 139655465126352 139656623622043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27226] ppid=27201 vsize=13984976 memory=1384 CPUtime=3.42 cores=1,3,5,7
/proc/27205/task/27226/stat : 27226 (java) S 27201 27201 21109 0 -1 1077944384 17640 0 0 0 340 2 0 0 20 0 15 0 154708592 14320615424 103720 33554432000 4194304 4196468 140725076296576 139655464073456 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27227] ppid=27201 vsize=13984976 memory=1384 CPUtime=4.21 cores=1,3,5,7
/proc/27205/task/27227/stat : 27227 (java) S 27201 27201 21109 0 -1 1077944384 20889 0 0 0 418 3 0 0 20 0 15 0 154708592 14320615424 103720 33554432000 4194304 4196468 140725076296576 139655463020912 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27228] ppid=27201 vsize=13984976 memory=4132 CPUtime=0.71 cores=1,3,5,7
/proc/27205/task/27228/stat : 27228 (java) S 27201 27201 21109 0 -1 1077944384 8612 0 0 0 69 2 0 0 20 0 15 0 154708592 14320615424 103720 33554432000 4194304 4196468 140725076296576 139655461967856 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27229] ppid=27201 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27229/stat : 27229 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 103720 33554432000 4194304 4196468 140725076296576 139655460915552 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27234] ppid=27201 vsize=13984976 memory=1384 CPUtime=1.32 cores=1,3,5,7
/proc/27205/task/27234/stat : 27234 (java) S 27201 27201 21109 0 -1 1077944384 703 0 0 0 60 72 0 0 20 0 15 0 154708592 14320615424 103720 33554432000 4194304 4196468 140725076296576 139655459863600 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
Current children cumulated CPU time: 2381.29 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 416264 KiB

[startup+2382.3 s]
/proc/loadavg: 1.27 1.33 1.41 3/217 27411
/proc/meminfo: memFree=25974992/32770624 swapFree=67108860/67108860
[pid=27201] ppid=27196 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (xcsp3-exec) S 27196 27201 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154708586 9740288 346 33554432000 4194304 5098028 140728419411808 140728419409912 140404738654844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27041792 140728419419247 140728419419451 140728419419451 140728419422187 0
/proc/27201/statm: 2378 346 289 221 0 87 0
[pid=27205] ppid=27201 vsize=13984976 memory=426668 CPUtime=2442.74 cores=1,3,5,7
/proc/27205/stat : 27205 (java) S 27201 27201 21109 0 -1 1077944320 229234 0 0 0 243917 357 0 0 20 0 15 0 154708586 14320615424 106667 33554432000 4194304 4196468 140725076296576 140725076279120 139656623603447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
/proc/27205/statm: 3496244 106667 3283 1 0 3483478 0
[pid=27205/tid=27209] ppid=27201 vsize=13984976 memory=235 CPUtime=2360.64 cores=1,3,5,7
/proc/27205/task/27209/stat : 27209 (java) R 27201 27201 21109 0 -1 4202560 100015 0 0 0 236032 32 0 0 20 0 15 0 154708586 14320615424 106667 33554432000 4194304 4196468 140725076296576 139656627842768 139656254641230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27211] ppid=27201 vsize=13984976 memory=387644 CPUtime=17.52 cores=1,3,5,7
/proc/27205/task/27211/stat : 27211 (java) S 27201 27201 21109 0 -1 1077944384 12639 0 0 0 1692 60 0 0 20 0 15 0 154708587 14320615424 106667 33554432000 4194304 4196468 140725076296576 139656576223760 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27212] ppid=27201 vsize=13984976 memory=386616 CPUtime=17.48 cores=1,3,5,7
/proc/27205/task/27212/stat : 27212 (java) S 27201 27201 21109 0 -1 1077944384 14885 0 0 0 1691 57 0 0 20 0 15 0 154708587 14320615424 106667 33554432000 4194304 4196468 140725076296576 139656575171216 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27213] ppid=27201 vsize=13984976 memory=425108 CPUtime=17.48 cores=1,3,5,7
/proc/27205/task/27213/stat : 27213 (java) S 27201 27201 21109 0 -1 1077944384 13183 0 0 0 1690 58 0 0 20 0 15 0 154708587 14320615424 106667 33554432000 4194304 4196468 140725076296576 139656574118160 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27214] ppid=27201 vsize=13984976 memory=426668 CPUtime=17.45 cores=1,3,5,7
/proc/27205/task/27214/stat : 27214 (java) S 27201 27201 21109 0 -1 1077944384 13965 0 0 0 1689 56 0 0 20 0 15 0 154708587 14320615424 106667 33554432000 4194304 4196468 140725076296576 139656573065616 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27219] ppid=27201 vsize=13984976 memory=1384 CPUtime=2.37 cores=1,3,5,7
/proc/27205/task/27219/stat : 27219 (java) S 27201 27201 21109 0 -1 1077944384 25363 0 0 0 201 36 0 0 20 0 15 0 154708589 14320615424 106667 33554432000 4194304 4196468 140725076296576 139656164956912 139656623614594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27221] ppid=27201 vsize=13984976 memory=411252 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27221/stat : 27221 (java) S 27201 27201 21109 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 106667 33554432000 4194304 4196468 140725076296576 139655467230944 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27222] ppid=27201 vsize=13984976 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27222/stat : 27222 (java) S 27201 27201 21109 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 106667 33554432000 4194304 4196468 140725076296576 139655466177792 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27225] ppid=27201 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27225/stat : 27225 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 106667 33554432000 4194304 4196468 140725076296576 139655465126352 139656623622043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27226] ppid=27201 vsize=13984976 memory=1384 CPUtime=3.42 cores=1,3,5,7
/proc/27205/task/27226/stat : 27226 (java) S 27201 27201 21109 0 -1 1077944384 17640 0 0 0 340 2 0 0 20 0 15 0 154708592 14320615424 106667 33554432000 4194304 4196468 140725076296576 139655464073456 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27227] ppid=27201 vsize=13984976 memory=4132 CPUtime=4.21 cores=1,3,5,7
/proc/27205/task/27227/stat : 27227 (java) S 27201 27201 21109 0 -1 1077944384 20889 0 0 0 418 3 0 0 20 0 15 0 154708592 14320615424 106667 33554432000 4194304 4196468 140725076296576 139655463020912 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27228] ppid=27201 vsize=13984976 memory=42832 CPUtime=0.71 cores=1,3,5,7
/proc/27205/task/27228/stat : 27228 (java) S 27201 27201 21109 0 -1 1077944384 8612 0 0 0 69 2 0 0 20 0 15 0 154708592 14320615424 106667 33554432000 4194304 4196468 140725076296576 139655461967856 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27229] ppid=27201 vsize=13984976 memory=399068 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27229/stat : 27229 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 106667 33554432000 4194304 4196468 140725076296576 139655460915552 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27234] ppid=27201 vsize=13984976 memory=1384 CPUtime=1.36 cores=1,3,5,7
/proc/27205/task/27234/stat : 27234 (java) S 27201 27201 21109 0 -1 1077944384 718 0 0 0 61 75 0 0 20 0 15 0 154708592 14320615424 106667 33554432000 4194304 4196468 140725076296576 139655459863600 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
Current children cumulated CPU time: 2442.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 428052 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.38 1.42 3/217 27412
/proc/meminfo: memFree=25964132/32770624 swapFree=67108860/67108860
[pid=27201] ppid=27196 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (xcsp3-exec) S 27196 27201 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154708586 9740288 346 33554432000 4194304 5098028 140728419411808 140728419409912 140404738654844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27041792 140728419419247 140728419419451 140728419419451 140728419422187 0
/proc/27201/statm: 2378 346 289 221 0 87 0
[pid=27205] ppid=27201 vsize=13984976 memory=425632 CPUtime=2503.85 cores=1,3,5,7
/proc/27205/stat : 27205 (java) S 27201 27201 21109 0 -1 1077944320 232837 0 0 0 250022 363 0 0 20 0 15 0 154708586 14320615424 106408 33554432000 4194304 4196468 140725076296576 140725076279120 139656623603447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
/proc/27205/statm: 3496244 106408 3283 1 0 3483478 0
[pid=27205/tid=27209] ppid=27201 vsize=13984976 memory=427684 CPUtime=2420.14 cores=1,3,5,7
/proc/27205/task/27209/stat : 27209 (java) R 27201 27201 21109 0 -1 4202560 102553 0 0 0 241981 33 0 0 20 0 15 0 154708586 14320615424 106408 33554432000 4194304 4196468 140725076296576 139656627842768 139656254641230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27211] ppid=27201 vsize=13984976 memory=429224 CPUtime=17.9 cores=1,3,5,7
/proc/27205/task/27211/stat : 27211 (java) S 27201 27201 21109 0 -1 1077944384 12822 0 0 0 1729 61 0 0 20 0 15 0 154708587 14320615424 106408 33554432000 4194304 4196468 140725076296576 139656576223760 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27212] ppid=27201 vsize=13984976 memory=416876 CPUtime=17.86 cores=1,3,5,7
/proc/27205/task/27212/stat : 27212 (java) S 27201 27201 21109 0 -1 1077944384 14994 0 0 0 1728 58 0 0 20 0 15 0 154708587 14320615424 106408 33554432000 4194304 4196468 140725076296576 139656575171216 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27213] ppid=27201 vsize=13984976 memory=404036 CPUtime=17.86 cores=1,3,5,7
/proc/27205/task/27213/stat : 27213 (java) S 27201 27201 21109 0 -1 1077944384 13345 0 0 0 1727 59 0 0 20 0 15 0 154708587 14320615424 106408 33554432000 4194304 4196468 140725076296576 139656574118160 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27214] ppid=27201 vsize=13984976 memory=405064 CPUtime=17.83 cores=1,3,5,7
/proc/27205/task/27214/stat : 27214 (java) S 27201 27201 21109 0 -1 1077944384 14346 0 0 0 1726 57 0 0 20 0 15 0 154708587 14320615424 106408 33554432000 4194304 4196468 140725076296576 139656573065616 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27219] ppid=27201 vsize=13984976 memory=1384 CPUtime=2.44 cores=1,3,5,7
/proc/27205/task/27219/stat : 27219 (java) S 27201 27201 21109 0 -1 1077944384 25569 0 0 0 207 37 0 0 20 0 15 0 154708589 14320615424 106408 33554432000 4194304 4196468 140725076296576 139656164956912 139656623614594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27221] ppid=27201 vsize=13984976 memory=395012 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27221/stat : 27221 (java) S 27201 27201 21109 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 106408 33554432000 4194304 4196468 140725076296576 139655467230944 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27222] ppid=27201 vsize=13984976 memory=404036 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27222/stat : 27222 (java) S 27201 27201 21109 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 106408 33554432000 4194304 4196468 140725076296576 139655466177792 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27225] ppid=27201 vsize=13984976 memory=403520 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27225/stat : 27225 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 106408 33554432000 4194304 4196468 140725076296576 139655465126352 139656623622043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27226] ppid=27201 vsize=13984976 memory=414828 CPUtime=3.42 cores=1,3,5,7
/proc/27205/task/27226/stat : 27226 (java) S 27201 27201 21109 0 -1 1077944384 17642 0 0 0 340 2 0 0 20 0 15 0 154708592 14320615424 106408 33554432000 4194304 4196468 140725076296576 139655464073456 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27227] ppid=27201 vsize=13984976 memory=429224 CPUtime=4.21 cores=1,3,5,7
/proc/27205/task/27227/stat : 27227 (java) S 27201 27201 21109 0 -1 1077944384 20891 0 0 0 418 3 0 0 20 0 15 0 154708592 14320615424 106408 33554432000 4194304 4196468 140725076296576 139655463020912 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27228] ppid=27201 vsize=13984976 memory=1384 CPUtime=0.71 cores=1,3,5,7
/proc/27205/task/27228/stat : 27228 (java) S 27201 27201 21109 0 -1 1077944384 8614 0 0 0 69 2 0 0 20 0 15 0 154708592 14320615424 106408 33554432000 4194304 4196468 140725076296576 139655461967856 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27229] ppid=27201 vsize=13984976 memory=425632 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27229/stat : 27229 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 106408 33554432000 4194304 4196468 140725076296576 139655460915552 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27234] ppid=27201 vsize=13984976 memory=1384 CPUtime=1.38 cores=1,3,5,7
/proc/27205/task/27234/stat : 27234 (java) S 27201 27201 21109 0 -1 1077944384 736 0 0 0 62 76 0 0 20 0 15 0 154708592 14320615424 106408 33554432000 4194304 4196468 140725076296576 139655459863600 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
Current children cumulated CPU time: 2503.85 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 427016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.2 s]
/proc/loadavg: 1.55 1.39 1.42 3/218 27498
/proc/meminfo: memFree=26126124/32770624 swapFree=67108860/67108860
[pid=27201] ppid=27196 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (xcsp3-exec) S 27196 27201 21109 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154708586 9740288 346 33554432000 4194304 5098028 140728419411808 140728419409912 140404738654844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27041792 140728419419247 140728419419451 140728419419451 140728419422187 0
/proc/27201/statm: 2378 346 289 221 0 87 0
[pid=27205] ppid=27201 vsize=13984976 memory=410916 CPUtime=2520.02 cores=1,3,5,7
/proc/27205/stat : 27205 (java) S 27201 27201 21109 0 -1 1077944320 233106 0 0 0 251638 364 0 0 20 0 15 0 154708586 14320615424 102729 33554432000 4194304 4196468 140725076296576 140725076279120 139656623603447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
/proc/27205/statm: 3496244 102729 3283 1 0 3483478 0
[pid=27205/tid=27209] ppid=27201 vsize=13984976 memory=1728 CPUtime=2435.92 cores=1,3,5,7
/proc/27205/task/27209/stat : 27209 (java) R 27201 27201 21109 0 -1 4202560 102749 0 0 0 243559 33 0 0 20 0 15 0 154708586 14320615424 102729 33554432000 4194304 4196468 140725076296576 139656627842880 139656252707728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27211] ppid=27201 vsize=13984976 memory=1384 CPUtime=17.99 cores=1,3,5,7
/proc/27205/task/27211/stat : 27211 (java) S 27201 27201 21109 0 -1 1077944384 12834 0 0 0 1738 61 0 0 20 0 15 0 154708587 14320615424 102729 33554432000 4194304 4196468 140725076296576 139656576223760 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27212] ppid=27201 vsize=13984976 memory=392672 CPUtime=17.95 cores=1,3,5,7
/proc/27205/task/27212/stat : 27212 (java) S 27201 27201 21109 0 -1 1077944384 15023 0 0 0 1737 58 0 0 20 0 15 0 154708587 14320615424 102729 33554432000 4194304 4196468 140725076296576 139656575171216 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27213] ppid=27201 vsize=13984976 memory=932 CPUtime=17.95 cores=1,3,5,7
/proc/27205/task/27213/stat : 27213 (java) S 27201 27201 21109 0 -1 1077944384 13364 0 0 0 1736 59 0 0 20 0 15 0 154708587 14320615424 102729 33554432000 4194304 4196468 140725076296576 139656574118160 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27214] ppid=27201 vsize=13984976 memory=6791534058613427641 CPUtime=17.92 cores=1,3,5,7
/proc/27205/task/27214/stat : 27214 (java) S 27201 27201 21109 0 -1 1077944384 14352 0 0 0 1735 57 0 0 20 0 15 0 154708587 14320615424 102729 33554432000 4194304 4196468 140725076296576 139656573065616 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27219] ppid=27201 vsize=13984976 memory=8664 CPUtime=2.45 cores=1,3,5,7
/proc/27205/task/27219/stat : 27219 (java) S 27201 27201 21109 0 -1 1077944384 25574 0 0 0 208 37 0 0 20 0 15 0 154708589 14320615424 102729 33554432000 4194304 4196468 140725076296576 139656164956912 139656623614594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27221] ppid=27201 vsize=13984976 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27221/stat : 27221 (java) S 27201 27201 21109 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 102729 33554432000 4194304 4196468 140725076296576 139655467230944 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27222] ppid=27201 vsize=13984976 memory=425108 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27222/stat : 27222 (java) S 27201 27201 21109 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154708589 14320615424 102729 33554432000 4194304 4196468 140725076296576 139655466177792 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27225] ppid=27201 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27225/stat : 27225 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 102729 33554432000 4194304 4196468 140725076296576 139655465126352 139656623622043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27226] ppid=27201 vsize=13984976 memory=1228 CPUtime=3.42 cores=1,3,5,7
/proc/27205/task/27226/stat : 27226 (java) S 27201 27201 21109 0 -1 1077944384 17642 0 0 0 340 2 0 0 20 0 15 0 154708592 14320615424 102729 33554432000 4194304 4196468 140725076296576 139655464073456 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27227] ppid=27201 vsize=13984976 memory=4128 CPUtime=4.21 cores=1,3,5,7
/proc/27205/task/27227/stat : 27227 (java) S 27201 27201 21109 0 -1 1077944384 20891 0 0 0 418 3 0 0 20 0 15 0 154708592 14320615424 102729 33554432000 4194304 4196468 140725076296576 139655463020912 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27228] ppid=27201 vsize=13984976 memory=2200 CPUtime=0.71 cores=1,3,5,7
/proc/27205/task/27228/stat : 27228 (java) S 27201 27201 21109 0 -1 1077944384 8614 0 0 0 69 2 0 0 20 0 15 0 154708592 14320615424 102729 33554432000 4194304 4196468 140725076296576 139655461967856 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27229] ppid=27201 vsize=13984976 memory=7284 CPUtime=0 cores=1,3,5,7
/proc/27205/task/27229/stat : 27229 (java) S 27201 27201 21109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154708592 14320615424 102729 33554432000 4194304 4196468 140725076296576 139655460915552 139656623613653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
[pid=27205/tid=27234] ppid=27201 vsize=13984976 memory=836 CPUtime=1.4 cores=1,3,5,7
/proc/27205/task/27234/stat : 27234 (java) S 27201 27201 21109 0 -1 1077944384 738 0 0 0 63 77 0 0 20 0 15 0 154708592 14320615424 102729 33554432000 4194304 4196468 140725076296576 139655459863600 139656623614594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 31293440 140725076305047 140725076305223 140725076305223 140725076307919 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 412300 KiB

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

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

[startup+2458.21 s]
# the end of solver process 27205 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.4 s, system=3.64583 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): 2458.21
CPU time (s): 2520.04
CPU user time (s): 2516.4
CPU system time (s): 3.64583
CPU usage (%): 102.515
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 521444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.4
system time used= 3.64583
maximum resident set size= 520060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106635
involuntary context switches= 4854


# summary of solver processes directly reported to runsolver:
#   pid: 27201,27205
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.4
#   total CPU system time (s): 3.64583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1566 second user time and 22.0622 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-20 09:49:10
IDJOB=4283760
IDBENCH=133588
IDSOLVER=2679
FILE ID=node115/4283760-1503216210
RUNJOBID= node115-1503215350-27175
PBS_JOBID= 20630866
Free space on /tmp= 61776 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-10-m021.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-4283760-1503216210/watcher-4283760-1503216210 -o /tmp/evaluation-result-4283760-1503216210/solver-4283760-1503216210 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1503215350-27175 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 506761576 HOME/instance-4283760-1503216210.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=506761576

node115.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.69
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.69
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.69
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.69
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:        26695204 kB
MemAvailable:   31975904 kB
Buffers:          249616 kB
Cached:          5323284 kB
SwapCached:            0 kB
Active:           953492 kB
Inactive:        4674072 kB
Active(anon):       5784 kB
Inactive(anon):    85220 kB
Active(file):     947708 kB
Inactive(file):  4588852 kB
Unevictable:        7012 kB
Mlocked:            7012 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15364 kB
Writeback:             0 kB
AnonPages:         62300 kB
Mapped:            51872 kB
Shmem:             33416 kB
Slab:             147600 kB
SReclaimable:     119948 kB
SUnreclaim:        27652 kB
KernelStack:        3152 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61764 MiB
End job on node115 at 2017-08-20 10:30:09