Trace number 4405038

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-20 parallel? (TO) 2003.25 252.093

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-4405038-1569003888.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4405038-1569003888.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
4.55/1.38	c solve instance...
2002.60/252.06	s UNKNOWN
2002.60/252.06	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 (12377 MiB free)
  memory of node 1: 16384 MiB (12783 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405038-1569003888/watcher-4405038-1569003888 -o /var/tmp/evaluation-result-4405038-1569003888/solver-4405038-1569003888 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 386219652 HOME/instance-4405038-1569003888.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=30837, runsolver pid=30834
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 7.94 8.00 8.11 2/212 30858
/proc/meminfo: memFree=25750576/32770624 swapFree=66966844/67108860
[pid=30837] ppid=30834 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30837/stat : 30837 (xcsp3-exec) S 30834 30837 23748 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476325223 115843072 363 33554432000 4194304 5098028 140735052788368 140735052786472 140359446651516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31662080 140735052796760 140735052797018 140735052797018 140735052799942 0
/proc/30837/statm: 28282 363 304 221 0 87 0
[pid=30839] ppid=30837 vsize=28227396 memory=27368 CPUtime=0.12 cores=0-7
/proc/30839/stat : 30839 (java) S 30837 30837 23748 0 -1 1077944320 5815 0 0 0 11 1 0 0 20 0 20 0 476325224 28904853504 6842 33554432000 4194304 4196468 140724829720240 140724829702784 139774708358903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
/proc/30839/statm: 7056849 6842 3126 1 0 7019032 0
[pid=30839/tid=30840] ppid=30837 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30839/task/30840/stat : 30840 (java) R 30837 30837 23748 0 -1 4202560 3666 0 0 0 9 0 0 0 20 0 20 0 476325224 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774712590832 139774708370838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30841] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30841/stat : 30841 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774259693840 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30842] ppid=30837 vsize=28227396 memory=140038188103296 CPUtime=0 cores=0-7
/proc/30839/task/30842/stat : 30842 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774258641296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30843] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30843/stat : 30843 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774257588752 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30844] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30844/stat : 30844 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774256536208 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30845] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30845/stat : 30845 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774255483664 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30846] ppid=30837 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30839/task/30846/stat : 30846 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774254431120 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30847] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30847/stat : 30847 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774253378576 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30848] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30848/stat : 30848 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774252326032 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30849] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30849/stat : 30849 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325226 28904853504 6842 33554432000 4194304 4196468 140724829720240 139774209386480 139774708370050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30850] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30850/stat : 30850 (java) S 30837 30837 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476325227 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773823017888 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30851] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30851/stat : 30851 (java) S 30837 30837 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476325227 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773821965296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30852] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30852/stat : 30852 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325229 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773820913872 139774708377499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30853] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30853/stat : 30853 (java) S 30837 30837 23748 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 476325229 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773819861488 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30854] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30854/stat : 30854 (java) S 30837 30837 23748 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 476325229 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773818808944 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30855] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30855/stat : 30855 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476325229 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773817756400 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30856] ppid=30837 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30839/task/30856/stat : 30856 (java) R 30837 30837 23748 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 20 0 476325229 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773816703856 139774708370838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30857] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30857/stat : 30857 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476325229 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773815650528 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30858] ppid=30837 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30839/task/30858/stat : 30858 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325230 28904853504 6842 33554432000 4194304 4196468 140724829720240 139773814598064 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28820 KiB

[startup+0.210636 s]*
/proc/loadavg: 7.94 8.00 8.11 2/212 30858
/proc/meminfo: memFree=25735956/32770624 swapFree=66966844/67108860
[pid=30837] ppid=30834 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30837/stat : 30837 (xcsp3-exec) S 30834 30837 23748 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476325223 115843072 363 33554432000 4194304 5098028 140735052788368 140735052786472 140359446651516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31662080 140735052796760 140735052797018 140735052797018 140735052799942 0
/proc/30837/statm: 28282 363 304 221 0 87 0
[pid=30839] ppid=30837 vsize=28227396 memory=39752 CPUtime=0.33 cores=0-7
/proc/30839/stat : 30839 (java) S 30837 30837 23748 0 -1 1077944320 9766 0 0 0 30 3 0 0 20 0 20 0 476325224 28904853504 9938 33554432000 4194304 4196468 140724829720240 140724829702784 139774708358903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
/proc/30839/statm: 7056849 9938 3257 1 0 7019032 0
[pid=30839/tid=30840] ppid=30837 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30839/task/30840/stat : 30840 (java) R 30837 30837 23748 0 -1 4202560 6693 0 0 0 18 2 0 0 20 0 20 0 476325224 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774712591632 139774708370838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30841] ppid=30837 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/30839/task/30841/stat : 30841 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774259693840 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30842] ppid=30837 vsize=28227396 memory=288370414339815040 CPUtime=0 cores=0-7
/proc/30839/task/30842/stat : 30842 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774258641296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30843] ppid=30837 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30839/task/30843/stat : 30843 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774257588752 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30844] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30844/stat : 30844 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774256536208 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30845] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30845/stat : 30845 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774255483664 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30846] ppid=30837 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30839/task/30846/stat : 30846 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774254431120 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30847] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30847/stat : 30847 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774253378576 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30848] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30848/stat : 30848 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774252326032 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30849] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30849/stat : 30849 (java) S 30837 30837 23748 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476325226 28904853504 9938 33554432000 4194304 4196468 140724829720240 139774209386480 139774708370050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30850] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30850/stat : 30850 (java) S 30837 30837 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476325227 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773823017888 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30851] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30851/stat : 30851 (java) S 30837 30837 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476325227 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773821965296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30852] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30852/stat : 30852 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325229 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773820913872 139774708377499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30853] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30853/stat : 30853 (java) S 30837 30837 23748 0 -1 1077944384 382 0 0 0 0 0 0 0 20 0 20 0 476325229 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773819861488 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30854] ppid=30837 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30839/task/30854/stat : 30854 (java) S 30837 30837 23748 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 20 0 476325229 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773818808944 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30855] ppid=30837 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/30839/task/30855/stat : 30855 (java) S 30837 30837 23748 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 476325229 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773817756400 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30856] ppid=30837 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/30839/task/30856/stat : 30856 (java) R 30837 30837 23748 0 -1 4202560 938 0 0 0 7 0 0 0 20 0 20 0 476325229 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773816703856 139774701455739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30857] ppid=30837 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30857/stat : 30857 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476325229 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773815650528 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30858] ppid=30837 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30839/task/30858/stat : 30858 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325230 28904853504 9938 33554432000 4194304 4196468 140724829720240 139773814598064 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41204 KiB

[startup+0.312905 s]*
/proc/loadavg: 7.54 7.92 8.08 4/212 30858
/proc/meminfo: memFree=25728808/32770624 swapFree=66966844/67108860
[pid=30837] ppid=30834 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30837/stat : 30837 (xcsp3-exec) S 30834 30837 23748 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476325223 115843072 363 33554432000 4194304 5098028 140735052788368 140735052786472 140359446651516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31662080 140735052796760 140735052797018 140735052797018 140735052799942 0
/proc/30837/statm: 28282 363 304 221 0 87 0
[pid=30839] ppid=30837 vsize=28231652 memory=49608 CPUtime=0.53 cores=0-7
/proc/30839/stat : 30839 (java) S 30837 30837 23748 0 -1 1077944320 11212 0 0 0 49 4 0 0 20 0 20 0 476325224 28909211648 12402 33554432000 4194304 4196468 140724829720240 140724829702784 139774708358903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
/proc/30839/statm: 7057913 12402 3371 1 0 7019032 0
[pid=30839/tid=30840] ppid=30837 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30839/task/30840/stat : 30840 (java) R 30837 30837 23748 0 -1 4202560 7841 0 0 0 28 2 0 0 20 0 20 0 476325224 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774712590016 139774692439390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30841] ppid=30837 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30841/stat : 30841 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774259693840 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30842] ppid=30837 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30842/stat : 30842 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774258641296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30843] ppid=30837 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30843/stat : 30843 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774257588752 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30844] ppid=30837 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30844/stat : 30844 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774256536208 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30845] ppid=30837 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/30839/task/30845/stat : 30845 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774255483664 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30846] ppid=30837 vsize=28231652 memory=140038079869871 CPUtime=0 cores=0-7
/proc/30839/task/30846/stat : 30846 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476325225 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774254431120 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30847] ppid=30837 vsize=28231652 memory=140038079872176 CPUtime=0 cores=0-7
/proc/30839/task/30847/stat : 30847 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774253378576 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30848] ppid=30837 vsize=28231652 memory=3472463936261043680 CPUtime=0 cores=0-7
/proc/30839/task/30848/stat : 30848 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325225 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774252326032 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30849] ppid=30837 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30849/stat : 30849 (java) S 30837 30837 23748 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476325226 28909211648 12402 33554432000 4194304 4196468 140724829720240 139774209386480 139774708370050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30850] ppid=30837 vsize=28231652 memory=280076159755920 CPUtime=0 cores=0-7
/proc/30839/task/30850/stat : 30850 (java) S 30837 30837 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476325227 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773823017888 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30851] ppid=30837 vsize=28231652 memory=280076159762832 CPUtime=0 cores=0-7
/proc/30839/task/30851/stat : 30851 (java) S 30837 30837 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476325227 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773821965296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30852] ppid=30837 vsize=28231652 memory=280076159704080 CPUtime=0 cores=0-7
/proc/30839/task/30852/stat : 30852 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325229 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773820913872 139774708377499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30853] ppid=30837 vsize=28231652 memory=280076159776656 CPUtime=0.02 cores=0-7
/proc/30839/task/30853/stat : 30853 (java) R 30837 30837 23748 0 -1 4202560 477 0 0 0 2 0 0 0 20 0 20 0 476325229 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773819842504 139774688022497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30854] ppid=30837 vsize=28231652 memory=280076159783568 CPUtime=0.03 cores=0-7
/proc/30839/task/30854/stat : 30854 (java) S 30837 30837 23748 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 20 0 476325229 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773818808944 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30855] ppid=30837 vsize=28231652 memory=280076159781264 CPUtime=0.02 cores=0-7
/proc/30839/task/30855/stat : 30855 (java) S 30837 30837 23748 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 20 0 476325229 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773817756400 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30856] ppid=30837 vsize=28231652 memory=280076159797424 CPUtime=0.13 cores=0-7
/proc/30839/task/30856/stat : 30856 (java) R 30837 30837 23748 0 -1 4202560 1103 0 0 0 13 0 0 0 20 0 20 0 476325229 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773816703856 139774692439390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30857] ppid=30837 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30857/stat : 30857 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476325229 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773815650528 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30858] ppid=30837 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30839/task/30858/stat : 30858 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476325230 28909211648 12402 33554432000 4194304 4196468 140724829720240 139773814598064 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51060 KiB

[startup+0.700945 s]
/proc/loadavg: 7.54 7.92 8.08 4/212 30858
/proc/meminfo: memFree=25708648/32770624 swapFree=66966844/67108860
[pid=30837] ppid=30834 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30837/stat : 30837 (xcsp3-exec) S 30834 30837 23748 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476325223 115843072 363 33554432000 4194304 5098028 140735052788368 140735052786472 140359446651516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31662080 140735052796760 140735052797018 140735052797018 140735052799942 0
/proc/30837/statm: 28282 363 304 221 0 87 0
[pid=30839] ppid=30837 vsize=28233776 memory=101596 CPUtime=1.95 cores=0-7
/proc/30839/stat : 30839 (java) S 30837 30837 23748 0 -1 1077944320 17585 0 0 0 187 8 0 0 20 0 20 0 476325224 28911386624 25399 33554432000 4194304 4196468 140724829720240 140724829702784 139774708358903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
/proc/30839/statm: 7058444 25399 3458 1 0 7019544 0
[pid=30839/tid=30840] ppid=30837 vsize=28233776 memory=280076160155312 CPUtime=0.67 cores=0-7
/proc/30839/task/30840/stat : 30840 (java) R 30837 30837 23748 0 -1 4202560 9309 0 0 0 64 3 0 0 20 0 20 0 476325224 28911386624 25399 33554432000 4194304 4196468 140724829720240 139774712594368 139774350002301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30841] ppid=30837 vsize=28233776 memory=140038080078704 CPUtime=0 cores=0-7
/proc/30839/task/30841/stat : 30841 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28911386624 25399 33554432000 4194304 4196468 140724829720240 139774259693840 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30842] ppid=30837 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30839/task/30842/stat : 30842 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28911386624 25399 33554432000 4194304 4196468 140724829720240 139774258641296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30843] ppid=30837 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/30839/task/30843/stat : 30843 (java) S 30837 30837 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476325225 28911386624 25399 33554432000 4194304 4196468 140724829720240 139774257588752 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0

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

[pid=30839/tid=30866] ppid=30837 vsize=28768336 memory=724336 CPUtime=160.25 cores=0-7
/proc/30839/task/30866/stat : 30866 (java) R 30837 30837 23748 0 -1 4202560 2379 0 0 0 16023 2 0 0 20 0 28 0 476325366 29458776064 181084 33554432000 4194304 4196468 140724829720240 139773730577864 139774353398231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
Current children cumulated CPU time: 1287.29 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 725788 KiB

[startup+222.312 s]
/proc/loadavg: 8.29 8.30 8.22 9/219 30881
/proc/meminfo: memFree=25051744/32770624 swapFree=66966844/67108860
[pid=30837] ppid=30834 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30837/stat : 30837 (xcsp3-exec) S 30834 30837 23748 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476325223 115843072 363 33554432000 4194304 5098028 140735052788368 140735052786472 140359446651516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31662080 140735052796760 140735052797018 140735052797018 140735052799942 0
/proc/30837/statm: 28282 363 304 221 0 87 0
[pid=30839] ppid=30837 vsize=28768336 memory=726296 CPUtime=1765.79 cores=0-7
/proc/30839/stat : 30839 (java) S 30837 30837 23748 0 -1 1077944320 107767 0 0 0 176477 102 0 0 20 0 28 0 476325224 29458776064 181574 33554432000 4194304 4196468 140724829720240 140724829702784 139774708358903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
/proc/30839/statm: 7192084 181574 3541 1 0 7153184 0
[pid=30839/tid=30840] ppid=30837 vsize=28768336 memory=726296 CPUtime=1.35 cores=0-7
/proc/30839/task/30840/stat : 30840 (java) S 30837 30837 23748 0 -1 1077944384 10005 0 0 0 130 5 0 0 20 0 28 0 476325224 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774712599680 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30841] ppid=30837 vsize=28768336 memory=1452 CPUtime=0.19 cores=0-7
/proc/30839/task/30841/stat : 30841 (java) S 30837 30837 23748 0 -1 1077944384 852 0 0 0 14 5 0 0 20 0 28 0 476325225 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774259693840 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30842] ppid=30837 vsize=28768336 memory=1452 CPUtime=0.2 cores=0-7
/proc/30839/task/30842/stat : 30842 (java) S 30837 30837 23748 0 -1 1077944384 829 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774258641296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30843] ppid=30837 vsize=28768336 memory=722676 CPUtime=0.17 cores=0-7
/proc/30839/task/30843/stat : 30843 (java) S 30837 30837 23748 0 -1 1077944384 1425 0 0 0 12 5 0 0 20 0 28 0 476325225 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774257588752 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30844] ppid=30837 vsize=28768336 memory=726296 CPUtime=0.2 cores=0-7
/proc/30839/task/30844/stat : 30844 (java) S 30837 30837 23748 0 -1 1077944384 1521 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774256536208 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30845] ppid=30837 vsize=28768336 memory=14080 CPUtime=0.2 cores=0-7
/proc/30839/task/30845/stat : 30845 (java) S 30837 30837 23748 0 -1 1077944384 2098 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774255483664 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30846] ppid=30837 vsize=28768336 memory=30544 CPUtime=0.2 cores=0-7
/proc/30839/task/30846/stat : 30846 (java) S 30837 30837 23748 0 -1 1077944384 1353 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774254431120 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30847] ppid=30837 vsize=28768336 memory=1452 CPUtime=0.2 cores=0-7
/proc/30839/task/30847/stat : 30847 (java) S 30837 30837 23748 0 -1 1077944384 623 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774253378576 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30848] ppid=30837 vsize=28768336 memory=726296 CPUtime=0.19 cores=0-7
/proc/30839/task/30848/stat : 30848 (java) S 30837 30837 23748 0 -1 1077944384 2197 0 0 0 12 7 0 0 20 0 28 0 476325225 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774252326032 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30849] ppid=30837 vsize=28768336 memory=1452 CPUtime=0.04 cores=0-7
/proc/30839/task/30849/stat : 30849 (java) S 30837 30837 23748 0 -1 1077944384 2969 0 0 0 3 1 0 0 20 0 28 0 476325226 29458776064 181574 33554432000 4194304 4196468 140724829720240 139774209386480 139774708370050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30850] ppid=30837 vsize=28768336 memory=726296 CPUtime=0 cores=0-7
/proc/30839/task/30850/stat : 30850 (java) S 30837 30837 23748 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 476325227 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773823017952 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30851] ppid=30837 vsize=28768336 memory=55132 CPUtime=0 cores=0-7
/proc/30839/task/30851/stat : 30851 (java) S 30837 30837 23748 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 476325227 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773821965312 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30852] ppid=30837 vsize=28768336 memory=988 CPUtime=0 cores=0-7
/proc/30839/task/30852/stat : 30852 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476325229 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773820913872 139774708377499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30853] ppid=30837 vsize=28768336 memory=932 CPUtime=1.82 cores=0-7
/proc/30839/task/30853/stat : 30853 (java) S 30837 30837 23748 0 -1 1077944384 11682 0 0 0 179 3 0 0 20 0 28 0 476325229 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773819861488 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30854] ppid=30837 vsize=28768336 memory=1568 CPUtime=2.37 cores=0-7
/proc/30839/task/30854/stat : 30854 (java) S 30837 30837 23748 0 -1 1077944384 16530 0 0 0 233 4 0 0 20 0 28 0 476325229 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773818808944 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30855] ppid=30837 vsize=28768336 memory=3616 CPUtime=2.05 cores=0-7
/proc/30839/task/30855/stat : 30855 (java) S 30837 30837 23748 0 -1 1077944384 13193 0 0 0 202 3 0 0 20 0 28 0 476325229 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773817756400 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30856] ppid=30837 vsize=28768336 memory=1552 CPUtime=0.83 cores=0-7
/proc/30839/task/30856/stat : 30856 (java) S 30837 30837 23748 0 -1 1077944384 9530 0 0 0 79 4 0 0 20 0 28 0 476325229 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773816703856 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30857] ppid=30837 vsize=28768336 memory=1708 CPUtime=0 cores=0-7
/proc/30839/task/30857/stat : 30857 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476325229 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773815650528 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30858] ppid=30837 vsize=28768336 memory=1452 CPUtime=0.13 cores=0-7
/proc/30839/task/30858/stat : 30858 (java) S 30837 30837 23748 0 -1 1077944384 1523 0 0 0 13 0 0 0 20 0 28 0 476325230 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773814598064 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30859] ppid=30837 vsize=28768336 memory=722676 CPUtime=220.33 cores=0-7
/proc/30839/task/30859/stat : 30859 (java) R 30837 30837 23748 0 -1 4202560 1745 0 0 0 22033 0 0 0 20 0 28 0 476325365 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773737945832 139774353398212 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30860] ppid=30837 vsize=28768336 memory=1452 CPUtime=219.15 cores=0-7
/proc/30839/task/30860/stat : 30860 (java) R 30837 30837 23748 0 -1 4202560 1549 0 0 0 21911 4 0 0 20 0 28 0 476325365 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773736894424 139774346709276 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30861] ppid=30837 vsize=28768336 memory=722676 CPUtime=219.77 cores=0-7
/proc/30839/task/30861/stat : 30861 (java) R 30837 30837 23748 0 -1 4202560 1641 0 0 0 21976 1 0 0 20 0 28 0 476325365 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773735841880 139774353398212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30862] ppid=30837 vsize=28768336 memory=3608 CPUtime=219.85 cores=0-7
/proc/30839/task/30862/stat : 30862 (java) R 30837 30837 23748 0 -1 4202560 3465 0 0 0 21983 2 0 0 20 0 28 0 476325365 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773734789176 139774353270572 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30863] ppid=30837 vsize=28768336 memory=55132 CPUtime=218.36 cores=0-7
/proc/30839/task/30863/stat : 30863 (java) R 30837 30837 23748 0 -1 4202560 11674 0 0 0 21821 15 0 0 20 0 28 0 476325365 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773733736776 139774353398236 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30864] ppid=30837 vsize=28768336 memory=1452 CPUtime=218.93 cores=0-7
/proc/30839/task/30864/stat : 30864 (java) R 30837 30837 23748 0 -1 4202560 3310 0 0 0 21892 1 0 0 20 0 28 0 476325365 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773732684264 139774353398207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30865] ppid=30837 vsize=28768336 memory=1452 CPUtime=218.83 cores=0-7
/proc/30839/task/30865/stat : 30865 (java) R 30837 30837 23748 0 -1 4202560 4076 0 0 0 21882 1 0 0 20 0 28 0 476325365 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773731630432 139774353398257 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30866] ppid=30837 vsize=28768336 memory=1452 CPUtime=220.23 cores=0-7
/proc/30839/task/30866/stat : 30866 (java) R 30837 30837 23748 0 -1 4202560 2590 0 0 0 22021 2 0 0 20 0 28 0 476325366 29458776064 181574 33554432000 4194304 4196468 140724829720240 139773730580768 139774353398231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
Current children cumulated CPU time: 1765.79 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 727748 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]
/proc/loadavg: 8.23 8.29 8.22 9/219 30883
/proc/meminfo: memFree=25055960/32770624 swapFree=66966844/67108860
[pid=30837] ppid=30834 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30837/stat : 30837 (xcsp3-exec) S 30834 30837 23748 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476325223 115843072 363 33554432000 4194304 5098028 140735052788368 140735052786472 140359446651516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31662080 140735052796760 140735052797018 140735052797018 140735052799942 0
/proc/30837/statm: 28282 363 304 221 0 87 0
[pid=30839] ppid=30837 vsize=28768336 memory=722596 CPUtime=2002.6 cores=0-7
/proc/30839/stat : 30839 (java) S 30837 30837 23748 0 -1 1077944320 111583 0 0 0 200156 104 0 0 20 0 28 0 476325224 29458776064 180649 33554432000 4194304 4196468 140724829720240 140724829702784 139774708358903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
/proc/30839/statm: 7192084 180649 3541 1 0 7153184 0
[pid=30839/tid=30840] ppid=30837 vsize=28768336 memory=7556 CPUtime=1.35 cores=0-7
/proc/30839/task/30840/stat : 30840 (java) S 30837 30837 23748 0 -1 1077944384 10005 0 0 0 130 5 0 0 20 0 28 0 476325224 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774712599680 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30841] ppid=30837 vsize=28768336 memory=6791534058613427641 CPUtime=0.19 cores=0-7
/proc/30839/task/30841/stat : 30841 (java) S 30837 30837 23748 0 -1 1077944384 885 0 0 0 14 5 0 0 20 0 28 0 476325225 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774259693840 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30842] ppid=30837 vsize=28768336 memory=55132 CPUtime=0.2 cores=0-7
/proc/30839/task/30842/stat : 30842 (java) S 30837 30837 23748 0 -1 1077944384 912 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774258641296 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30843] ppid=30837 vsize=28768336 memory=6791534058613427641 CPUtime=0.18 cores=0-7
/proc/30839/task/30843/stat : 30843 (java) S 30837 30837 23748 0 -1 1077944384 1455 0 0 0 13 5 0 0 20 0 28 0 476325225 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774257588752 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30844] ppid=30837 vsize=28768336 memory=1196 CPUtime=0.2 cores=0-7
/proc/30839/task/30844/stat : 30844 (java) S 30837 30837 23748 0 -1 1077944384 1533 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774256536208 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30845] ppid=30837 vsize=28768336 memory=1044 CPUtime=0.2 cores=0-7
/proc/30839/task/30845/stat : 30845 (java) S 30837 30837 23748 0 -1 1077944384 2513 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774255483664 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30846] ppid=30837 vsize=28768336 memory=712 CPUtime=0.21 cores=0-7
/proc/30839/task/30846/stat : 30846 (java) S 30837 30837 23748 0 -1 1077944384 1360 0 0 0 15 6 0 0 20 0 28 0 476325225 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774254431120 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30847] ppid=30837 vsize=28768336 memory=2832 CPUtime=0.2 cores=0-7
/proc/30839/task/30847/stat : 30847 (java) S 30837 30837 23748 0 -1 1077944384 657 0 0 0 14 6 0 0 20 0 28 0 476325225 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774253378576 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30848] ppid=30837 vsize=28768336 memory=7556 CPUtime=0.19 cores=0-7
/proc/30839/task/30848/stat : 30848 (java) S 30837 30837 23748 0 -1 1077944384 2205 0 0 0 12 7 0 0 20 0 28 0 476325225 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774252326032 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30849] ppid=30837 vsize=28768336 memory=10492 CPUtime=0.04 cores=0-7
/proc/30839/task/30849/stat : 30849 (java) S 30837 30837 23748 0 -1 1077944384 3230 0 0 0 3 1 0 0 20 0 28 0 476325226 29458776064 180649 33554432000 4194304 4196468 140724829720240 139774209386480 139774708370050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30850] ppid=30837 vsize=28768336 memory=13996 CPUtime=0 cores=0-7
/proc/30839/task/30850/stat : 30850 (java) S 30837 30837 23748 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 476325227 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773823017952 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30851] ppid=30837 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/30839/task/30851/stat : 30851 (java) S 30837 30837 23748 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 476325227 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773821965312 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30852] ppid=30837 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/30839/task/30852/stat : 30852 (java) S 30837 30837 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476325229 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773820913872 139774708377499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30853] ppid=30837 vsize=28768336 memory=726296 CPUtime=1.82 cores=0-7
/proc/30839/task/30853/stat : 30853 (java) S 30837 30837 23748 0 -1 1077944384 11687 0 0 0 179 3 0 0 20 0 28 0 476325229 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773819861488 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30854] ppid=30837 vsize=28768336 memory=0 CPUtime=2.37 cores=0-7
/proc/30839/task/30854/stat : 30854 (java) S 30837 30837 23748 0 -1 1077944384 16543 0 0 0 233 4 0 0 20 0 28 0 476325229 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773818808944 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30855] ppid=30837 vsize=28768336 memory=1452 CPUtime=2.05 cores=0-7
/proc/30839/task/30855/stat : 30855 (java) S 30837 30837 23748 0 -1 1077944384 13204 0 0 0 202 3 0 0 20 0 28 0 476325229 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773817756400 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30856] ppid=30837 vsize=28768336 memory=1708 CPUtime=0.83 cores=0-7
/proc/30839/task/30856/stat : 30856 (java) S 30837 30837 23748 0 -1 1077944384 9536 0 0 0 79 4 0 0 20 0 28 0 476325229 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773816703856 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30857] ppid=30837 vsize=28768336 memory=1196 CPUtime=0 cores=0-7
/proc/30839/task/30857/stat : 30857 (java) S 30837 30837 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476325229 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773815650528 139774708369109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30858] ppid=30837 vsize=28768336 memory=1044 CPUtime=0.14 cores=0-7
/proc/30839/task/30858/stat : 30858 (java) S 30837 30837 23748 0 -1 1077944384 1591 0 0 0 14 0 0 0 20 0 28 0 476325230 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773814598064 139774708370050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30859] ppid=30837 vsize=28768336 memory=712 CPUtime=250.01 cores=0-7
/proc/30839/task/30859/stat : 30859 (java) R 30837 30837 23748 0 -1 4202560 1805 0 0 0 25001 0 0 0 20 0 28 0 476325365 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773737945832 139774353398236 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30860] ppid=30837 vsize=28768336 memory=2832 CPUtime=248.81 cores=0-7
/proc/30839/task/30860/stat : 30860 (java) R 30837 30837 23748 0 -1 4202560 1773 0 0 0 24877 4 0 0 20 0 28 0 476325365 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773736894424 139774353313862 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30861] ppid=30837 vsize=28768336 memory=7556 CPUtime=249.45 cores=0-7
/proc/30839/task/30861/stat : 30861 (java) R 30837 30837 23748 0 -1 4202560 1767 0 0 0 24944 1 0 0 20 0 28 0 476325365 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773735841880 139774353398257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30862] ppid=30837 vsize=28768336 memory=10492 CPUtime=249.53 cores=0-7
/proc/30839/task/30862/stat : 30862 (java) R 30837 30837 23748 0 -1 4202560 3720 0 0 0 24951 2 0 0 20 0 28 0 476325365 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773734789320 139774352748401 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30863] ppid=30837 vsize=28768336 memory=13996 CPUtime=248.04 cores=0-7
/proc/30839/task/30863/stat : 30863 (java) R 30837 30837 23748 0 -1 4202560 13477 0 0 0 24788 16 0 0 20 0 28 0 476325365 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773733739536 139774345893022 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30864] ppid=30837 vsize=28768336 memory=14080 CPUtime=248.62 cores=0-7
/proc/30839/task/30864/stat : 30864 (java) R 30837 30837 23748 0 -1 4202560 3426 0 0 0 24860 2 0 0 20 0 28 0 476325365 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773732684264 139774353398257 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30865] ppid=30837 vsize=28768336 memory=30556 CPUtime=247.85 cores=0-7
/proc/30839/task/30865/stat : 30865 (java) R 30837 30837 23748 0 -1 4202560 4119 0 0 0 24784 1 0 0 20 0 28 0 476325365 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773731630448 139774353142286 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
[pid=30839/tid=30866] ppid=30837 vsize=28768336 memory=2120 CPUtime=249.91 cores=0-7
/proc/30839/task/30866/stat : 30866 (java) R 30837 30837 23748 0 -1 4202560 2793 0 0 0 24988 3 0 0 20 0 28 0 476325366 29458776064 180649 33554432000 4194304 4196468 140724829720240 139773730578152 139774353337817 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 9875456 140724829725660 140724829725835 140724829725835 140724829728719 0
Current children cumulated CPU time: 2002.6 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 724048 KiB

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

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

[startup+252.093 s]
# the end of solver process 30839 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2002.19 s, system=1.05572 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.093
CPU time (s): 2003.25
CPU user time (s): 2002.19
CPU system time (s): 1.05572
CPU usage (%): 794.646
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 729880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2002.19
system time used= 1.05572
maximum resident set size= 740876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112934
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= 10964
involuntary context switches= 23225


# summary of solver processes directly reported to runsolver:
#   pid: 30837,30839
#   total CPU time (s): 2003.25
#   total CPU user time (s): 2002.19
#   total CPU system time (s): 1.05572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.15047 second user time and 3.50121 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 20:24:05
IDJOB=4405038
IDBENCH=124232
IDSOLVER=2866
FILE ID=node145/4405038-1569003888
RUNJOBID= node145-1568994215-23775
PBS_JOBID= 21704717
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 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-4405038-1569003888/watcher-4405038-1569003888 -o /var/tmp/evaluation-result-4405038-1569003888/solver-4405038-1569003888 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 386219652 HOME/instance-4405038-1569003888.xml

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

MD5SUM BENCH= 4c656a32ec3c33e829e63e71b466a9e3
RANDOM SEED=386219652

node145.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.59
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.59
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.59
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.59
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:        25765884 kB
MemAvailable:   31820240 kB
Buffers:           96732 kB
Cached:          6119232 kB
SwapCached:        32484 kB
Active:          3019064 kB
Inactive:        3232584 kB
Active(anon):       4968 kB
Inactive(anon):    79836 kB
Active(file):    3014096 kB
Inactive(file):  3152748 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             26288 kB
Writeback:             0 kB
AnonPages:        134048 kB
Mapped:            51896 kB
Shmem:             40640 kB
Slab:             344484 kB
SReclaimable:     315972 kB
SUnreclaim:        28512 kB
KernelStack:        3728 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node145 at 2019-09-20 20:28:18