Trace number 4407438

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallel? (TO) 2003.38 252.101

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-9.xml
MD5SUM4c656a32ec3c33e829e63e71b466a9e3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark476
Best CPU time to get the best result obtained on this benchmark48.3679
Satisfiable
(Un)Satisfiability was proved
Number of variables7018
Number of constraints650
Number of domains11
Minimum domain size2
Maximum domain size212
Distribution of domain sizes[{"size":2,"count":638},{"size":22,"count":638},{"size":41,"count":638},{"size":43,"count":638},{"size":46,"count":638},{"size":62,"count":638},{"size":114,"count":638},{"size":137,"count":638},{"size":155,"count":638},{"size":178,"count":638},{"size":212,"count":638}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7018}]
Minimum constraint arity11
Maximum constraint arity6380
Distribution of constraint arities[{"arity":11,"count":638},{"arity":638,"count":11},{"arity":6380,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":648}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407438-1569346993.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407438-1569346993.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.52/1.32	c solve instance...
2002.74/252.07	s UNKNOWN
2002.74/252.07	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12769 MiB free)
  memory of node 1: 16384 MiB (14290 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407438-1569346993/watcher-4407438-1569346993 -o /var/tmp/evaluation-result-4407438-1569346993/solver-4407438-1569346993 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1569335940-11744 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 499698120 HOME/instance-4407438-1569346993.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15524, runsolver pid=15521
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 7.95 7.90 8.05 2/212 15545
/proc/meminfo: memFree=27691552/32770624 swapFree=66957756/67108860
[pid=15524] ppid=15521 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15524/stat : 15524 (xcsp3-exec) S 15521 15524 11717 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510937949 115843072 364 33554432000 4194304 5098028 140735647958416 140735647956520 140395579433596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32518144 140735647961944 140735647962202 140735647962202 140735647965126 0
/proc/15524/statm: 28282 364 305 221 0 87 0
[pid=15526] ppid=15524 vsize=28227396 memory=29164 CPUtime=0.12 cores=0-7
/proc/15526/stat : 15526 (java) S 15524 15524 11717 0 -1 1077944320 5703 0 0 0 10 2 0 0 20 0 20 0 510937949 28904853504 7291 33554432000 4194304 4196468 140729910179456 140729910162000 140367298588407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
/proc/15526/statm: 7056849 7291 3147 1 0 7019032 0
[pid=15526/tid=15527] ppid=15524 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15526/task/15527/stat : 15527 (java) R 15524 15524 11717 0 -1 4202560 3615 0 0 0 8 1 0 0 20 0 20 0 510937950 28904853504 7291 33554432000 4194304 4196468 140729910179456 140367302814368 140367298610333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15528] ppid=15524 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15526/task/15528/stat : 15528 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 7291 33554432000 4194304 4196468 140729910179456 140367251208592 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15529] ppid=15524 vsize=28227396 memory=140474416027264 CPUtime=0 cores=0-7
/proc/15526/task/15529/stat : 15529 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 7291 33554432000 4194304 4196468 140729910179456 140367250155792 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15530] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15530/stat : 15530 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366848055952 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15531] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15531/stat : 15531 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366847003152 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15532] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15532/stat : 15532 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366845950864 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15533] ppid=15524 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15526/task/15533/stat : 15533 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366844898064 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15534] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15534/stat : 15534 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366843845776 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15535] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15535/stat : 15535 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366842792976 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15536] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15536/stat : 15536 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937952 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366683318384 140367298599554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15537] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15537/stat : 15537 (java) S 15524 15524 11717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510937952 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366682264352 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15538] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15538/stat : 15538 (java) S 15524 15524 11717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510937953 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366681212016 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15539] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15539/stat : 15539 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937955 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366680160336 140367298607003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15540] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15540/stat : 15540 (java) S 15524 15524 11717 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 510937955 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366679108208 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15541] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15541/stat : 15541 (java) R 15524 15524 11717 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 510937955 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366678055408 140367298599554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15542] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15542/stat : 15542 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510937955 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366677003120 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15543] ppid=15524 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15526/task/15543/stat : 15543 (java) R 15524 15524 11717 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 20 0 510937955 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366675950320 140367298609754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15544] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15544/stat : 15544 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510937955 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366674897248 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15545] ppid=15524 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15526/task/15545/stat : 15545 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937956 28904853504 7291 33554432000 4194304 4196468 140729910179456 140366673844528 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30620 KiB

[startup+0.210478 s]*
/proc/loadavg: 7.95 7.90 8.05 2/212 15545
/proc/meminfo: memFree=27679032/32770624 swapFree=66957756/67108860
[pid=15524] ppid=15521 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15524/stat : 15524 (xcsp3-exec) S 15521 15524 11717 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510937949 115843072 364 33554432000 4194304 5098028 140735647958416 140735647956520 140395579433596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32518144 140735647961944 140735647962202 140735647962202 140735647965126 0
/proc/15524/statm: 28282 364 305 221 0 87 0
[pid=15526] ppid=15524 vsize=28227396 memory=40872 CPUtime=0.33 cores=0-7
/proc/15526/stat : 15526 (java) S 15524 15524 11717 0 -1 1077944320 9515 0 0 0 29 4 0 0 20 0 20 0 510937949 28904853504 10218 33554432000 4194304 4196468 140729910179456 140729910162000 140367298588407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
/proc/15526/statm: 7056849 10218 3270 1 0 7019032 0
[pid=15526/tid=15527] ppid=15524 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15526/task/15527/stat : 15527 (java) R 15524 15524 11717 0 -1 4202560 6642 0 0 0 17 2 0 0 20 0 20 0 510937950 28904853504 10218 33554432000 4194304 4196468 140729910179456 140367302821136 140367298600342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15528] ppid=15524 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/15526/task/15528/stat : 15528 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 10218 33554432000 4194304 4196468 140729910179456 140367251208592 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15529] ppid=15524 vsize=28227396 memory=140474416040585 CPUtime=0 cores=0-7
/proc/15526/task/15529/stat : 15529 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 10218 33554432000 4194304 4196468 140729910179456 140367250155792 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15530] ppid=15524 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15526/task/15530/stat : 15530 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366848055952 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15531] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15531/stat : 15531 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366847003152 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15532] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15532/stat : 15532 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366845950864 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15533] ppid=15524 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15526/task/15533/stat : 15533 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366844898064 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15534] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15534/stat : 15534 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366843845776 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15535] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15535/stat : 15535 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510937951 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366842792976 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15536] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15536/stat : 15536 (java) S 15524 15524 11717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510937952 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366683318384 140367298599554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15537] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15537/stat : 15537 (java) S 15524 15524 11717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510937952 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366682264352 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15538] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15538/stat : 15538 (java) S 15524 15524 11717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510937953 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366681212016 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15539] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15539/stat : 15539 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937955 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366680160336 140367298607003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15540] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15540/stat : 15540 (java) S 15524 15524 11717 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 20 0 510937955 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366679108208 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15541] ppid=15524 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15526/task/15541/stat : 15541 (java) S 15524 15524 11717 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 20 0 510937955 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366678055408 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15542] ppid=15524 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15526/task/15542/stat : 15542 (java) S 15524 15524 11717 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 510937955 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366677003120 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15543] ppid=15524 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/15526/task/15543/stat : 15543 (java) R 15524 15524 11717 0 -1 4202560 773 0 0 0 8 0 0 0 20 0 20 0 510937955 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366675950320 140367277214919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15544] ppid=15524 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15544/stat : 15544 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510937955 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366674897248 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15545] ppid=15524 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15526/task/15545/stat : 15545 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937956 28904853504 10218 33554432000 4194304 4196468 140729910179456 140366673844528 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42328 KiB

[startup+0.320077 s]*
/proc/loadavg: 7.95 7.90 8.05 3/212 15545
/proc/meminfo: memFree=27671896/32770624 swapFree=66957756/67108860
[pid=15524] ppid=15521 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15524/stat : 15524 (xcsp3-exec) S 15521 15524 11717 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510937949 115843072 364 33554432000 4194304 5098028 140735647958416 140735647956520 140395579433596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32518144 140735647961944 140735647962202 140735647962202 140735647965126 0
/proc/15524/statm: 28282 364 305 221 0 87 0
[pid=15526] ppid=15524 vsize=28231652 memory=50424 CPUtime=0.54 cores=0-7
/proc/15526/stat : 15526 (java) S 15524 15524 11717 0 -1 1077944320 10974 0 0 0 49 5 0 0 20 0 20 0 510937949 28909211648 12606 33554432000 4194304 4196468 140729910179456 140729910162000 140367298588407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
/proc/15526/statm: 7057913 12606 3354 1 0 7019032 0
[pid=15526/tid=15527] ppid=15524 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15526/task/15527/stat : 15527 (java) R 15524 15524 11717 0 -1 4202560 7909 0 0 0 27 3 0 0 20 0 20 0 510937950 28909211648 12606 33554432000 4194304 4196468 140729910179456 140367302822816 140367282668894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15528] ppid=15524 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15528/stat : 15528 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28909211648 12606 33554432000 4194304 4196468 140729910179456 140367251208592 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15529] ppid=15524 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15529/stat : 15529 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28909211648 12606 33554432000 4194304 4196468 140729910179456 140367250155792 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15530] ppid=15524 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15530/stat : 15530 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366848055952 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15531] ppid=15524 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15531/stat : 15531 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366847003152 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15532] ppid=15524 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/15526/task/15532/stat : 15532 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366845950864 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15533] ppid=15524 vsize=28231652 memory=140474287485871 CPUtime=0 cores=0-7
/proc/15526/task/15533/stat : 15533 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366844898064 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15534] ppid=15524 vsize=28231652 memory=140474287488176 CPUtime=0 cores=0-7
/proc/15526/task/15534/stat : 15534 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366843845776 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15535] ppid=15524 vsize=28231652 memory=140474287490480 CPUtime=0 cores=0-7
/proc/15526/task/15535/stat : 15535 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510937951 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366842792976 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15536] ppid=15524 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15536/stat : 15536 (java) S 15524 15524 11717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510937952 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366683318384 140367298599554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15537] ppid=15524 vsize=28231652 memory=280948574987920 CPUtime=0 cores=0-7
/proc/15526/task/15537/stat : 15537 (java) S 15524 15524 11717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510937952 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366682264352 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15538] ppid=15524 vsize=28231652 memory=280948574994832 CPUtime=0 cores=0-7
/proc/15526/task/15538/stat : 15538 (java) S 15524 15524 11717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510937953 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366681212016 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15539] ppid=15524 vsize=28231652 memory=280948574935984 CPUtime=0 cores=0-7
/proc/15526/task/15539/stat : 15539 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937955 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366680160336 140367298607003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15540] ppid=15524 vsize=28231652 memory=280948575008656 CPUtime=0.01 cores=0-7
/proc/15526/task/15540/stat : 15540 (java) S 15524 15524 11717 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 20 0 510937955 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366679108208 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15541] ppid=15524 vsize=28231652 memory=280948575015568 CPUtime=0.04 cores=0-7
/proc/15526/task/15541/stat : 15541 (java) S 15524 15524 11717 0 -1 1077944384 380 0 0 0 4 0 0 0 20 0 20 0 510937955 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366678055408 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15542] ppid=15524 vsize=28231652 memory=280948575013264 CPUtime=0.02 cores=0-7
/proc/15526/task/15542/stat : 15542 (java) S 15524 15524 11717 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 20 0 510937955 28909211648 12606 33554432000 4194304 4196468 140729910179456 140366677003120 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15543] ppid=15524 vsize=28231652 memory=280948575029424 CPUtime=0.12 cores=0-7
/proc/15526/task/15543/stat : 15543 (java) S 15524 15524 11717 0 -1 1077944384 844 0 0 0 12 0 0 0 20 0 20 0 510937955 28909211648 12615 33554432000 4194304 4196468 140729910179456 140366675950320 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15544] ppid=15524 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15544/stat : 15544 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510937955 28909211648 12615 33554432000 4194304 4196468 140729910179456 140366674897248 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15545] ppid=15524 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15526/task/15545/stat : 15545 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937956 28909211648 12615 33554432000 4194304 4196468 140729910179456 140366673844528 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51880 KiB

[startup+0.700958 s]
/proc/loadavg: 7.95 7.90 8.05 4/212 15545
/proc/meminfo: memFree=27651860/32770624 swapFree=66957756/67108860
[pid=15524] ppid=15521 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15524/stat : 15524 (xcsp3-exec) S 15521 15524 11717 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510937949 115843072 364 33554432000 4194304 5098028 140735647958416 140735647956520 140395579433596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32518144 140735647961944 140735647962202 140735647962202 140735647965126 0
/proc/15524/statm: 28282 364 305 221 0 87 0
[pid=15526] ppid=15524 vsize=28233776 memory=97908 CPUtime=1.95 cores=0-7
/proc/15526/stat : 15526 (java) S 15524 15524 11717 0 -1 1077944320 16033 0 0 0 187 8 0 0 20 0 20 0 510937949 28911386624 24477 33554432000 4194304 4196468 140729910179456 140729910162000 140367298588407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
/proc/15526/statm: 7058444 24477 3455 1 0 7019544 0
[pid=15526/tid=15527] ppid=15524 vsize=28233776 memory=280948575387312 CPUtime=0.67 cores=0-7
/proc/15526/task/15527/stat : 15527 (java) R 15524 15524 11717 0 -1 4202560 9007 0 0 0 63 4 0 0 20 0 20 0 510937950 28911386624 24477 33554432000 4194304 4196468 140729910179456 140367302824080 140367282668894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15528] ppid=15524 vsize=28233776 memory=140474287694704 CPUtime=0 cores=0-7
/proc/15526/task/15528/stat : 15528 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28911386624 24477 33554432000 4194304 4196468 140729910179456 140367251208592 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15529] ppid=15524 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15526/task/15529/stat : 15529 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510937951 28911386624 24477 33554432000 4194304 4196468 140729910179456 140367250155792 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15530] ppid=15524 vsize=28233776 memory=6160 CPUtime=0 cores=0-7
/proc/15526/task/15530/stat : 15530 (java) S 15524 15524 11717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510937951 28911386624 24477 33554432000 4194304 4196468 140729910179456 140366848055952 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0

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

[pid=15526/tid=15553] ppid=15524 vsize=28768336 memory=1456 CPUtime=159.35 cores=0-7
/proc/15526/task/15553/stat : 15553 (java) R 15524 15524 11717 0 -1 4202560 1836 0 0 0 15933 2 0 0 20 0 28 0 510938085 29458776064 182266 33554432000 4194304 4196468 140729910179456 140366657256856 140366936561699 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
Current children cumulated CPU time: 1287.44 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 730520 KiB

[startup+222.302 s]
/proc/loadavg: 8.91 8.33 8.18 9/219 15566
/proc/meminfo: memFree=26997204/32770624 swapFree=66957756/67108860
[pid=15524] ppid=15521 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15524/stat : 15524 (xcsp3-exec) S 15521 15524 11717 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510937949 115843072 364 33554432000 4194304 5098028 140735647958416 140735647956520 140395579433596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32518144 140735647961944 140735647962202 140735647962202 140735647965126 0
/proc/15524/statm: 28282 364 305 221 0 87 0
[pid=15526] ppid=15524 vsize=28768336 memory=724224 CPUtime=1765.87 cores=0-7
/proc/15526/stat : 15526 (java) S 15524 15524 11717 0 -1 1077944320 103369 0 0 0 176481 106 0 0 20 0 28 0 510937949 29458776064 181056 33554432000 4194304 4196468 140729910179456 140729910162000 140367298588407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
/proc/15526/statm: 7192084 181056 3537 1 0 7153184 0
[pid=15526/tid=15527] ppid=15524 vsize=28768336 memory=724224 CPUtime=1.28 cores=0-7
/proc/15526/task/15527/stat : 15527 (java) S 15524 15524 11717 0 -1 1077944384 10409 0 0 0 123 5 0 0 20 0 28 0 510937950 29458776064 181056 33554432000 4194304 4196468 140729910179456 140367302829184 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15528] ppid=15524 vsize=28768336 memory=724224 CPUtime=0.2 cores=0-7
/proc/15526/task/15528/stat : 15528 (java) S 15524 15524 11717 0 -1 1077944384 832 0 0 0 12 8 0 0 20 0 28 0 510937951 29458776064 181056 33554432000 4194304 4196468 140729910179456 140367251208592 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15529] ppid=15524 vsize=28768336 memory=1456 CPUtime=0.18 cores=0-7
/proc/15526/task/15529/stat : 15529 (java) S 15524 15524 11717 0 -1 1077944384 528 0 0 0 12 6 0 0 20 0 28 0 510937951 29458776064 181056 33554432000 4194304 4196468 140729910179456 140367250155792 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15530] ppid=15524 vsize=28768336 memory=37248 CPUtime=0.18 cores=0-7
/proc/15526/task/15530/stat : 15530 (java) S 15524 15524 11717 0 -1 1077944384 2410 0 0 0 11 7 0 0 20 0 28 0 510937951 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366848055952 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15531] ppid=15524 vsize=28768336 memory=280948574781680 CPUtime=0.19 cores=0-7
/proc/15526/task/15531/stat : 15531 (java) S 15524 15524 11717 0 -1 1077944384 407 0 0 0 14 5 0 0 20 0 28 0 510937951 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366847003152 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15532] ppid=15524 vsize=28768336 memory=727408 CPUtime=0.2 cores=0-7
/proc/15526/task/15532/stat : 15532 (java) S 15524 15524 11717 0 -1 1077944384 2598 0 0 0 14 6 0 0 20 0 28 0 510937951 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366845950864 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15533] ppid=15524 vsize=28768336 memory=1456 CPUtime=0.19 cores=0-7
/proc/15526/task/15533/stat : 15533 (java) S 15524 15524 11717 0 -1 1077944384 743 0 0 0 13 6 0 0 20 0 28 0 510937951 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366844898064 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15534] ppid=15524 vsize=28768336 memory=6791534058613427641 CPUtime=0.18 cores=0-7
/proc/15526/task/15534/stat : 15534 (java) S 15524 15524 11717 0 -1 1077944384 1527 0 0 0 12 6 0 0 20 0 28 0 510937951 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366843845776 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15535] ppid=15524 vsize=28768336 memory=1456 CPUtime=0.19 cores=0-7
/proc/15526/task/15535/stat : 15535 (java) S 15524 15524 11717 0 -1 1077944384 1366 0 0 0 13 6 0 0 20 0 28 0 510937951 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366842792976 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15536] ppid=15524 vsize=28768336 memory=164 CPUtime=0.04 cores=0-7
/proc/15526/task/15536/stat : 15536 (java) S 15524 15524 11717 0 -1 1077944384 3025 0 0 0 3 1 0 0 20 0 28 0 510937952 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366683318384 140367298599554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15537] ppid=15524 vsize=28768336 memory=8041037979969885544 CPUtime=0 cores=0-7
/proc/15526/task/15537/stat : 15537 (java) S 15524 15524 11717 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 510937952 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366682264416 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15538] ppid=15524 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/15526/task/15538/stat : 15538 (java) S 15524 15524 11717 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 510937953 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366681212032 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15539] ppid=15524 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/15526/task/15539/stat : 15539 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510937955 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366680160336 140367298607003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15540] ppid=15524 vsize=28768336 memory=723828 CPUtime=1.95 cores=0-7
/proc/15526/task/15540/stat : 15540 (java) S 15524 15524 11717 0 -1 1077944384 13435 0 0 0 191 4 0 0 20 0 28 0 510937955 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366679108208 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15541] ppid=15524 vsize=28768336 memory=727408 CPUtime=2.47 cores=0-7
/proc/15526/task/15541/stat : 15541 (java) S 15524 15524 11717 0 -1 1077944384 17327 0 0 0 243 4 0 0 20 0 28 0 510937955 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366678055408 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15542] ppid=15524 vsize=28768336 memory=180 CPUtime=2.29 cores=0-7
/proc/15526/task/15542/stat : 15542 (java) S 15524 15524 11717 0 -1 1077944384 15715 0 0 0 224 5 0 0 20 0 28 0 510937955 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366677003120 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15543] ppid=15524 vsize=28768336 memory=7523942041753448042 CPUtime=0.84 cores=0-7
/proc/15526/task/15543/stat : 15543 (java) S 15524 15524 11717 0 -1 1077944384 7944 0 0 0 81 3 0 0 20 0 28 0 510937955 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366675950320 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15544] ppid=15524 vsize=28768336 memory=727408 CPUtime=0 cores=0-7
/proc/15526/task/15544/stat : 15544 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510937955 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366674897248 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15545] ppid=15524 vsize=28768336 memory=1456 CPUtime=0.09 cores=0-7
/proc/15526/task/15545/stat : 15545 (java) S 15524 15524 11717 0 -1 1077944384 813 0 0 0 0 9 0 0 20 0 28 0 510937956 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366673844528 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15546] ppid=15524 vsize=28768336 memory=724224 CPUtime=219.78 cores=0-7
/proc/15526/task/15546/stat : 15546 (java) R 15524 15524 11717 0 -1 4202560 1672 0 0 0 21978 0 0 0 20 0 28 0 510938085 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366664625016 140366937741447 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15547] ppid=15524 vsize=28768336 memory=1456 CPUtime=217.8 cores=0-7
/proc/15526/task/15547/stat : 15547 (java) R 15524 15524 11717 0 -1 4202560 1408 0 0 0 21780 0 0 0 20 0 28 0 510938085 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366663573352 140366937657779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15548] ppid=15524 vsize=28768336 memory=164 CPUtime=218.61 cores=0-7
/proc/15526/task/15548/stat : 15548 (java) R 15524 15524 11717 0 -1 4202560 1600 0 0 0 21859 2 0 0 20 0 28 0 510938085 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366662520800 140366937741452 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15549] ppid=15524 vsize=28768336 memory=7091595347881978478 CPUtime=219.67 cores=0-7
/proc/15526/task/15549/stat : 15549 (java) R 15524 15524 11717 0 -1 4202560 10718 0 0 0 21951 16 0 0 20 0 28 0 510938085 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366661468232 140366937741428 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15550] ppid=15524 vsize=28768336 memory=140475495351161 CPUtime=219.75 cores=0-7
/proc/15526/task/15550/stat : 15550 (java) R 15524 15524 11717 0 -1 4202560 2178 0 0 0 21973 2 0 0 20 0 28 0 510938085 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366660416104 140366936574946 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15551] ppid=15524 vsize=28768336 memory=140475495351162 CPUtime=219.87 cores=0-7
/proc/15526/task/15551/stat : 15551 (java) R 15524 15524 11717 0 -1 4202560 1368 0 0 0 21984 3 0 0 20 0 28 0 510938085 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366659363160 140366931134940 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15552] ppid=15524 vsize=28768336 memory=1556 CPUtime=220.39 cores=0-7
/proc/15526/task/15552/stat : 15552 (java) R 15524 15524 11717 0 -1 4202560 2021 0 0 0 22039 0 0 0 20 0 28 0 510938085 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366658312448 140366937741447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15553] ppid=15524 vsize=28768336 memory=6791534058613427641 CPUtime=219.32 cores=0-7
/proc/15526/task/15553/stat : 15553 (java) R 15524 15524 11717 0 -1 4202560 1953 0 0 0 21930 2 0 0 20 0 28 0 510938085 29458776064 181056 33554432000 4194304 4196468 140729910179456 140366657257064 140366937709761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
Current children cumulated CPU time: 1765.87 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 725680 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 9.02 8.41 8.22 9/219 15569
/proc/meminfo: memFree=26993492/32770624 swapFree=66957756/67108860
[pid=15524] ppid=15521 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15524/stat : 15524 (xcsp3-exec) S 15521 15524 11717 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510937949 115843072 364 33554432000 4194304 5098028 140735647958416 140735647956520 140395579433596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32518144 140735647961944 140735647962202 140735647962202 140735647965126 0
/proc/15524/statm: 28282 364 305 221 0 87 0
[pid=15526] ppid=15524 vsize=28768336 memory=727292 CPUtime=2002.74 cores=0-7
/proc/15526/stat : 15526 (java) S 15524 15524 11717 0 -1 1077944320 111786 0 0 0 200161 113 0 0 20 0 28 0 510937949 29458776064 181823 33554432000 4194304 4196468 140729910179456 140729910162000 140367298588407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
/proc/15526/statm: 7192084 181823 3537 1 0 7153184 0
[pid=15526/tid=15527] ppid=15524 vsize=28768336 memory=6791534058613427641 CPUtime=1.28 cores=0-7
/proc/15526/task/15527/stat : 15527 (java) S 15524 15524 11717 0 -1 1077944384 10409 0 0 0 123 5 0 0 20 0 28 0 510937950 29458776064 181823 33554432000 4194304 4196468 140729910179456 140367302829184 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15528] ppid=15524 vsize=28768336 memory=4872558044660077418 CPUtime=0.21 cores=0-7
/proc/15526/task/15528/stat : 15528 (java) S 15524 15524 11717 0 -1 1077944384 847 0 0 0 13 8 0 0 20 0 28 0 510937951 29458776064 181823 33554432000 4194304 4196468 140729910179456 140367251208592 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15529] ppid=15524 vsize=28768336 memory=14012 CPUtime=0.19 cores=0-7
/proc/15526/task/15529/stat : 15529 (java) S 15524 15524 11717 0 -1 1077944384 552 0 0 0 13 6 0 0 20 0 28 0 510937951 29458776064 181823 33554432000 4194304 4196468 140729910179456 140367250155792 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15530] ppid=15524 vsize=28768336 memory=2112 CPUtime=0.19 cores=0-7
/proc/15526/task/15530/stat : 15530 (java) S 15524 15524 11717 0 -1 1077944384 2470 0 0 0 12 7 0 0 20 0 28 0 510937951 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366848055952 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15531] ppid=15524 vsize=28768336 memory=12040 CPUtime=0.19 cores=0-7
/proc/15526/task/15531/stat : 15531 (java) S 15524 15524 11717 0 -1 1077944384 523 0 0 0 14 5 0 0 20 0 28 0 510937951 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366847003152 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15532] ppid=15524 vsize=28768336 memory=37248 CPUtime=0.2 cores=0-7
/proc/15526/task/15532/stat : 15532 (java) S 15524 15524 11717 0 -1 1077944384 2608 0 0 0 14 6 0 0 20 0 28 0 510937951 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366845950864 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15533] ppid=15524 vsize=28768336 memory=1556 CPUtime=0.19 cores=0-7
/proc/15526/task/15533/stat : 15533 (java) S 15524 15524 11717 0 -1 1077944384 787 0 0 0 13 6 0 0 20 0 28 0 510937951 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366844898064 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15534] ppid=15524 vsize=28768336 memory=532 CPUtime=0.18 cores=0-7
/proc/15526/task/15534/stat : 15534 (java) S 15524 15524 11717 0 -1 1077944384 1530 0 0 0 12 6 0 0 20 0 28 0 510937951 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366843845776 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15535] ppid=15524 vsize=28768336 memory=928 CPUtime=0.19 cores=0-7
/proc/15526/task/15535/stat : 15535 (java) S 15524 15524 11717 0 -1 1077944384 1795 0 0 0 13 6 0 0 20 0 28 0 510937951 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366842792976 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15536] ppid=15524 vsize=28768336 memory=1720 CPUtime=0.04 cores=0-7
/proc/15526/task/15536/stat : 15536 (java) S 15524 15524 11717 0 -1 1077944384 3333 0 0 0 3 1 0 0 20 0 28 0 510937952 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366683318384 140367298599554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15537] ppid=15524 vsize=28768336 memory=1976 CPUtime=0 cores=0-7
/proc/15526/task/15537/stat : 15537 (java) S 15524 15524 11717 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 510937952 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366682264416 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15538] ppid=15524 vsize=28768336 memory=1804 CPUtime=0 cores=0-7
/proc/15526/task/15538/stat : 15538 (java) S 15524 15524 11717 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 510937953 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366681212032 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15539] ppid=15524 vsize=28768336 memory=920 CPUtime=0 cores=0-7
/proc/15526/task/15539/stat : 15539 (java) S 15524 15524 11717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510937955 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366680160336 140367298607003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15540] ppid=15524 vsize=28768336 memory=4552 CPUtime=1.95 cores=0-7
/proc/15526/task/15540/stat : 15540 (java) S 15524 15524 11717 0 -1 1077944384 13452 0 0 0 191 4 0 0 20 0 28 0 510937955 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366679108208 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15541] ppid=15524 vsize=28768336 memory=4112 CPUtime=2.47 cores=0-7
/proc/15526/task/15541/stat : 15541 (java) S 15524 15524 11717 0 -1 1077944384 17347 0 0 0 243 4 0 0 20 0 28 0 510937955 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366678055408 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15542] ppid=15524 vsize=28768336 memory=1412 CPUtime=2.29 cores=0-7
/proc/15526/task/15542/stat : 15542 (java) S 15524 15524 11717 0 -1 1077944384 15731 0 0 0 224 5 0 0 20 0 28 0 510937955 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366677003120 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15543] ppid=15524 vsize=28768336 memory=3636 CPUtime=0.84 cores=0-7
/proc/15526/task/15543/stat : 15543 (java) S 15524 15524 11717 0 -1 1077944384 7984 0 0 0 81 3 0 0 20 0 28 0 510937955 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366675950320 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15544] ppid=15524 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/15526/task/15544/stat : 15544 (java) S 15524 15524 11717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510937955 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366674897248 140367298598613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15545] ppid=15524 vsize=28768336 memory=727292 CPUtime=0.1 cores=0-7
/proc/15526/task/15545/stat : 15545 (java) S 15524 15524 11717 0 -1 1077944384 1031 0 0 0 0 10 0 0 20 0 28 0 510937956 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366673844528 140367298599554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15546] ppid=15524 vsize=28768336 memory=6791534058613427641 CPUtime=249.46 cores=0-7
/proc/15526/task/15546/stat : 15546 (java) R 15524 15524 11717 0 -1 4202560 2165 0 0 0 24945 1 0 0 20 0 28 0 510938085 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366664625000 140366937709761 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15547] ppid=15524 vsize=28768336 memory=4872558044660077418 CPUtime=247.49 cores=0-7
/proc/15526/task/15547/stat : 15547 (java) R 15524 15524 11717 0 -1 4202560 1916 0 0 0 24748 1 0 0 20 0 28 0 510938085 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366663573352 140366937726406 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15548] ppid=15524 vsize=28768336 memory=1456 CPUtime=248.29 cores=0-7
/proc/15526/task/15548/stat : 15548 (java) R 15524 15524 11717 0 -1 4202560 1968 0 0 0 24827 2 0 0 20 0 28 0 510938085 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366662521032 140366937741452 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15549] ppid=15524 vsize=28768336 memory=727292 CPUtime=249.36 cores=0-7
/proc/15526/task/15549/stat : 15549 (java) R 15524 15524 11717 0 -1 4202560 13585 0 0 0 24919 17 0 0 20 0 28 0 510938085 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366661468392 140366937658461 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15550] ppid=15524 vsize=28768336 memory=808 CPUtime=249.41 cores=0-7
/proc/15526/task/15550/stat : 15550 (java) R 15524 15524 11717 0 -1 4202560 2995 0 0 0 24938 3 0 0 20 0 28 0 510938085 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366660415696 140366937508232 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15551] ppid=15524 vsize=28768336 memory=3620 CPUtime=248.9 cores=0-7
/proc/15526/task/15551/stat : 15551 (java) R 15524 15524 11717 0 -1 4202560 1803 0 0 0 24887 3 0 0 20 0 28 0 510938085 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366659363128 140366937741643 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15552] ppid=15524 vsize=28768336 memory=63836 CPUtime=250.08 cores=0-7
/proc/15526/task/15552/stat : 15552 (java) R 15524 15524 11717 0 -1 4202560 2868 0 0 0 25007 1 0 0 20 0 28 0 510938085 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366658312768 140366937507812 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
[pid=15526/tid=15553] ppid=15524 vsize=28768336 memory=1988 CPUtime=249.01 cores=0-7
/proc/15526/task/15553/stat : 15553 (java) R 15524 15524 11717 0 -1 4202560 2715 0 0 0 24898 3 0 0 20 0 28 0 510938085 29458776064 181823 33554432000 4194304 4196468 140729910179456 140366657257064 140366938037422 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 38735872 140729910182876 140729910183051 140729910183051 140729910185935 0
Current children cumulated CPU time: 2002.74 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 728748 KiB

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

[startup+252.039 s]
# the end of solver process 15524 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001591 s, system=0.000795 s

[startup+252.101 s]
# the end of solver process 15526 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2002.23 s, system=1.14226 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): 252.101
CPU time (s): 2003.38
CPU user time (s): 2002.23
CPU system time (s): 1.14226
CPU usage (%): 794.672
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 730520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2002.23
system time used= 1.14226
maximum resident set size= 743024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11255
involuntary context switches= 24490


# summary of solver processes directly reported to runsolver:
#   pid: 15524,15526
#   total CPU time (s): 2003.38
#   total CPU user time (s): 2002.23
#   total CPU system time (s): 1.14226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.2054 second user time and 3.38431 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-24 19:42:35
IDJOB=4407438
IDBENCH=124232
IDSOLVER=2872
FILE ID=node149/4407438-1569346993
RUNJOBID= node149-1569335940-11744
PBS_JOBID= 21705048
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-9.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407438-1569346993/watcher-4407438-1569346993 -o /var/tmp/evaluation-result-4407438-1569346993/solver-4407438-1569346993 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1569335940-11744 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 499698120 HOME/instance-4407438-1569346993.xml

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

MD5SUM BENCH= 4c656a32ec3c33e829e63e71b466a9e3
RANDOM SEED=499698120

node149.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.81
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.81
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.81
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.81
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:        27709064 kB
MemAvailable:   31805928 kB
Buffers:          103140 kB
Cached:          4087360 kB
SwapCached:        42408 kB
Active:          2924012 kB
Inactive:        1313052 kB
Active(anon):       4480 kB
Inactive(anon):    95480 kB
Active(file):    2919532 kB
Inactive(file):  1217572 kB
Unevictable:      108416 kB
Mlocked:          108416 kB
SwapTotal:      67108860 kB
SwapFree:       66957756 kB
Dirty:             26220 kB
Writeback:             0 kB
AnonPages:        118152 kB
Mapped:            56720 kB
Shmem:             44908 kB
Slab:             417428 kB
SReclaimable:     388220 kB
SUnreclaim:        29208 kB
KernelStack:        3616 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node149 at 2019-09-24 19:46:47