Trace number 4297531

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 4.0.7b par (e747e1e)? (TO) 20086 2520.16

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297531-1532691504.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297531-1532691504.xml, -tl, 20160s, -p, 8]
0.33/0.21	c 8 solvers in parallel
0.33/0.28	c parse instance...
19.93/5.05	c solve instance...
20085.09/2520.10	s UNKNOWN
20085.09/2520.10	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 (8286 MiB free)
  memory of node 1: 16384 MiB (14844 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297531-1532691504/watcher-4297531-1532691504 -o /tmp/evaluation-result-4297531-1532691504/solver-4297531-1532691504 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532686460-10831 --watchdog 2580 HOME/xcsp3-exec -seed 791474261 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297531-1532691504.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=11246, runsolver pid=11243
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 8.09 8.18 8.30 3/199 11267
/proc/meminfo: memFree=23668180/32770624 swapFree=67108404/67108860
[pid=11246] ppid=11243 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11246/stat : 11246 (xcsp3-exec) S 11243 11246 10804 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86713518 115843072 363 33554432000 4194304 5098028 140729103710976 140729103709080 140019061174908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140729103717430 140729103717632 140729103717632 140729103720394 0
/proc/11246/statm: 28282 363 306 221 0 87 0
[pid=11248] ppid=11246 vsize=26104152 memory=27676 CPUtime=0.11 cores=0-7
/proc/11248/stat : 11248 (java) S 11246 11246 10804 0 -1 1077944320 5780 0 0 0 10 1 0 0 20 0 20 0 86713518 26730651648 6919 33554432000 4194304 4196468 140725575407136 140725575389680 139691452788471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
/proc/11248/statm: 6526038 6919 3031 1 0 6488315 0
[pid=11248/tid=11249] ppid=11246 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/11248/task/11249/stat : 11249 (java) R 11246 11246 10804 0 -1 4202560 3794 0 0 0 8 0 0 0 20 0 20 0 86713518 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691457021744 139691076757249 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11250] ppid=11246 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11248/task/11250/stat : 11250 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691405409424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11251] ppid=11246 vsize=26104152 memory=140499558041216 CPUtime=0 cores=0-7
/proc/11248/task/11251/stat : 11251 (java) S 11246 11246 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691404356624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11252] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11252/stat : 11252 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691403303824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11253] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11253/stat : 11253 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691402251024 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11254] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11254/stat : 11254 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691401198224 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11255] ppid=11246 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11248/task/11255/stat : 11255 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691400145424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11256] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11256/stat : 11256 (java) S 11246 11246 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691399092624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11257] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11257/stat : 11257 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 6919 33554432000 4194304 4196468 140725575407136 139691398039824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11258] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11258/stat : 11258 (java) S 11246 11246 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86713521 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689657863024 139691452799618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11259] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11259/stat : 11259 (java) S 11246 11246 10804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86713521 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689656808992 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11260] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11260/stat : 11260 (java) S 11246 11246 10804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86713521 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689655756144 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11261] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11261/stat : 11261 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689654704464 139691452807067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11262] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11262/stat : 11262 (java) R 11246 11246 10804 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689653651824 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11263] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11263/stat : 11263 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689652599024 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11264] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11264/stat : 11264 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689343146096 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11265] ppid=11246 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/11248/task/11265/stat : 11265 (java) R 11246 11246 10804 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 20 0 86713524 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689342093296 139691452809818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11266] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11266/stat : 11266 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689341041760 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11267] ppid=11246 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11248/task/11267/stat : 11267 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 6919 33554432000 4194304 4196468 140725575407136 139689339989040 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29128 KiB

[startup+0.209709 s]*
/proc/loadavg: 8.09 8.18 8.30 3/199 11267
/proc/meminfo: memFree=23657016/32770624 swapFree=67108404/67108860
[pid=11246] ppid=11243 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11246/stat : 11246 (xcsp3-exec) S 11243 11246 10804 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86713518 115843072 363 33554432000 4194304 5098028 140729103710976 140729103709080 140019061174908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140729103717430 140729103717632 140729103717632 140729103720394 0
/proc/11246/statm: 28282 363 306 221 0 87 0
[pid=11248] ppid=11246 vsize=26104152 memory=39620 CPUtime=0.33 cores=0-7
/proc/11248/stat : 11248 (java) S 11246 11246 10804 0 -1 1077944320 8497 0 0 0 31 2 0 0 20 0 20 0 86713518 26730651648 9905 33554432000 4194304 4196468 140725575407136 140725575389680 139691452788471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
/proc/11248/statm: 6526038 9905 3207 1 0 6488315 0
[pid=11248/tid=11249] ppid=11246 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11248/task/11249/stat : 11249 (java) R 11246 11246 10804 0 -1 4202560 5601 0 0 0 18 1 0 0 20 0 20 0 86713518 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691457023456 139691452810397 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11250] ppid=11246 vsize=26104152 memory=331 CPUtime=0 cores=0-7
/proc/11248/task/11250/stat : 11250 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691405409424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11251] ppid=11246 vsize=26104152 memory=288370875709752960 CPUtime=0 cores=0-7
/proc/11248/task/11251/stat : 11251 (java) S 11246 11246 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691404356624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11252] ppid=11246 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11248/task/11252/stat : 11252 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691403303824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11253] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11253/stat : 11253 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691402251024 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11254] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11254/stat : 11254 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691401198224 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11255] ppid=11246 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11248/task/11255/stat : 11255 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691400145424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11256] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11256/stat : 11256 (java) S 11246 11246 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691399092624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11257] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11257/stat : 11257 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86713519 26730651648 9905 33554432000 4194304 4196468 140725575407136 139691398039824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11258] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11258/stat : 11258 (java) S 11246 11246 10804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86713521 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689657863024 139691452799618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11259] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11259/stat : 11259 (java) S 11246 11246 10804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86713521 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689656808992 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11260] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11260/stat : 11260 (java) S 11246 11246 10804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86713521 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689655756144 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11261] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11261/stat : 11261 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689654704464 139691452807067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11262] ppid=11246 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/11248/task/11262/stat : 11262 (java) S 11246 11246 10804 0 -1 1077944384 534 0 0 0 1 0 0 0 20 0 20 0 86713524 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689653651824 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11263] ppid=11246 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/11248/task/11263/stat : 11263 (java) S 11246 11246 10804 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 20 0 86713524 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689652599024 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11264] ppid=11246 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11248/task/11264/stat : 11264 (java) S 11246 11246 10804 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689343146096 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11265] ppid=11246 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/11248/task/11265/stat : 11265 (java) S 11246 11246 10804 0 -1 1077944384 721 0 0 0 7 0 0 0 20 0 20 0 86713524 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689342093296 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11266] ppid=11246 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11266/stat : 11266 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689341041760 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11267] ppid=11246 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11248/task/11267/stat : 11267 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713524 26730651648 9905 33554432000 4194304 4196468 140725575407136 139689339989040 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41072 KiB

[startup+0.309474 s]*
/proc/loadavg: 8.09 8.18 8.30 4/199 11267
/proc/meminfo: memFree=23650564/32770624 swapFree=67108404/67108860
[pid=11246] ppid=11243 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11246/stat : 11246 (xcsp3-exec) S 11243 11246 10804 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86713518 115843072 363 33554432000 4194304 5098028 140729103710976 140729103709080 140019061174908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140729103717430 140729103717632 140729103717632 140729103720394 0
/proc/11246/statm: 28282 363 306 221 0 87 0
[pid=11248] ppid=11246 vsize=26108408 memory=46720 CPUtime=0.51 cores=0-7
/proc/11248/stat : 11248 (java) S 11246 11246 10804 0 -1 1077944320 9400 0 0 0 48 3 0 0 20 0 20 0 86713518 26735009792 11680 33554432000 4194304 4196468 140725575407136 140725575389680 139691452788471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
/proc/11248/statm: 6527102 11680 3265 1 0 6488315 0
[pid=11248/tid=11249] ppid=11246 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11248/task/11249/stat : 11249 (java) R 11246 11246 10804 0 -1 4202560 6308 0 0 0 27 2 0 0 20 0 20 0 86713518 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691457019584 139691436868958 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11250] ppid=11246 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11250/stat : 11250 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691405409424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11251] ppid=11246 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11251/stat : 11251 (java) S 11246 11246 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86713519 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691404356624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11252] ppid=11246 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11252/stat : 11252 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691403303824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11253] ppid=11246 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11253/stat : 11253 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691402251024 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11254] ppid=11246 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/11248/task/11254/stat : 11254 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691401198224 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11255] ppid=11246 vsize=26108408 memory=140499453309871 CPUtime=0 cores=0-7
/proc/11248/task/11255/stat : 11255 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691400145424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11256] ppid=11246 vsize=26108408 memory=140499453312176 CPUtime=0 cores=0-7
/proc/11248/task/11256/stat : 11256 (java) S 11246 11246 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86713519 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691399092624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11257] ppid=11246 vsize=26108408 memory=140499453314480 CPUtime=0 cores=0-7
/proc/11248/task/11257/stat : 11257 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86713519 26735009792 11680 33554432000 4194304 4196468 140725575407136 139691398039824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11258] ppid=11246 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11258/stat : 11258 (java) S 11246 11246 10804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86713521 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689657863024 139691452799618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11259] ppid=11246 vsize=26108408 memory=280998906635920 CPUtime=0 cores=0-7
/proc/11248/task/11259/stat : 11259 (java) S 11246 11246 10804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86713521 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689656808992 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11260] ppid=11246 vsize=26108408 memory=280998906642832 CPUtime=0 cores=0-7
/proc/11248/task/11260/stat : 11260 (java) S 11246 11246 10804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86713521 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689655756144 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11261] ppid=11246 vsize=26108408 memory=280998906584112 CPUtime=0 cores=0-7
/proc/11248/task/11261/stat : 11261 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713524 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689654704464 139691452807067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11262] ppid=11246 vsize=26108408 memory=280998906656656 CPUtime=0.02 cores=0-7
/proc/11248/task/11262/stat : 11262 (java) S 11246 11246 10804 0 -1 1077944384 543 0 0 0 2 0 0 0 20 0 20 0 86713524 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689653651824 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11263] ppid=11246 vsize=26108408 memory=280998906663568 CPUtime=0.02 cores=0-7
/proc/11248/task/11263/stat : 11263 (java) S 11246 11246 10804 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 20 0 86713524 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689652599024 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11264] ppid=11246 vsize=26108408 memory=280998906661264 CPUtime=0.03 cores=0-7
/proc/11248/task/11264/stat : 11264 (java) R 11246 11246 10804 0 -1 4202560 193 0 0 0 3 0 0 0 20 0 20 0 86713524 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689343127112 139691437914894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11265] ppid=11246 vsize=26108408 memory=280998906677424 CPUtime=0.11 cores=0-7
/proc/11248/task/11265/stat : 11265 (java) S 11246 11246 10804 0 -1 1077944384 786 0 0 0 11 0 0 0 20 0 20 0 86713524 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689342093296 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11266] ppid=11246 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11266/stat : 11266 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86713524 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689341041760 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11267] ppid=11246 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/11248/task/11267/stat : 11267 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713524 26735009792 11680 33554432000 4194304 4196468 140725575407136 139689339989040 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48172 KiB

[startup+0.700937 s]
/proc/loadavg: 8.09 8.18 8.30 4/199 11267
/proc/meminfo: memFree=23629164/32770624 swapFree=67108404/67108860
[pid=11246] ppid=11243 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11246/stat : 11246 (xcsp3-exec) S 11243 11246 10804 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86713518 115843072 363 33554432000 4194304 5098028 140729103710976 140729103709080 140019061174908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140729103717430 140729103717632 140729103717632 140729103720394 0
/proc/11246/statm: 28282 363 306 221 0 87 0
[pid=11248] ppid=11246 vsize=26110532 memory=102304 CPUtime=1.92 cores=0-7
/proc/11248/stat : 11248 (java) S 11246 11246 10804 0 -1 1077944320 14125 0 0 0 186 6 0 0 20 0 20 0 86713518 26737184768 25576 33554432000 4194304 4196468 140725575407136 140725575389680 139691452788471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
/proc/11248/statm: 6527633 25576 3363 1 0 6488827 0
[pid=11248/tid=11249] ppid=11246 vsize=26110532 memory=280998907035312 CPUtime=0.67 cores=0-7
/proc/11248/task/11249/stat : 11249 (java) R 11246 11246 10804 0 -1 4202560 6894 0 0 0 65 2 0 0 20 0 20 0 86713518 26737184768 25576 33554432000 4194304 4196468 140725575407136 139691457022304 139691077749000 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11250] ppid=11246 vsize=26110532 memory=140499453518704 CPUtime=0 cores=0-7
/proc/11248/task/11250/stat : 11250 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26737184768 25576 33554432000 4194304 4196468 140725575407136 139691405409424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11251] ppid=11246 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/11248/task/11251/stat : 11251 (java) S 11246 11246 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86713519 26737184768 25576 33554432000 4194304 4196468 140725575407136 139691404356624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11252] ppid=11246 vsize=26110532 memory=1440 CPUtime=0 cores=0-7
/proc/11248/task/11252/stat : 11252 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86713519 26737184768 25576 33554432000 4194304 4196468 140725575407136 139691403303824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0

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

/proc/meminfo: memFree=16608376/32770624 swapFree=67108404/67108860
[pid=11246] ppid=11243 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11246/stat : 11246 (xcsp3-exec) S 11243 11246 10804 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86713518 115843072 363 33554432000 4194304 5098028 140729103710976 140729103709080 140019061174908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140729103717430 140729103717632 140729103717632 140729103720394 0
/proc/11246/statm: 28282 363 306 221 0 87 0
[pid=11248] ppid=11246 vsize=26645092 memory=7076872 CPUtime=19943.8 cores=0-7
/proc/11248/stat : 11248 (java) S 11246 11246 10804 0 -1 1077944320 313631 0 2 0 1993665 714 0 0 20 0 28 0 86713518 27284574208 1769218 33554432000 4194304 4196468 140725575407136 140725575389680 139691452788471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
/proc/11248/statm: 6661273 1769218 3468 1 0 6622467 0
[pid=11248/tid=11249] ppid=11246 vsize=26645092 memory=7076872 CPUtime=4.38 cores=0-7
/proc/11248/task/11249/stat : 11249 (java) S 11246 11246 10804 0 -1 1077944384 10826 0 0 0 427 11 0 0 20 0 28 0 86713518 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691457029248 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11250] ppid=11246 vsize=26645092 memory=1452 CPUtime=1.31 cores=0-7
/proc/11248/task/11250/stat : 11250 (java) S 11246 11246 10804 0 -1 1077944384 3010 0 0 0 109 22 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691405409424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11251] ppid=11246 vsize=26645092 memory=1440 CPUtime=1.25 cores=0-7
/proc/11248/task/11251/stat : 11251 (java) S 11246 11246 10804 0 -1 1077944384 4269 0 0 0 103 22 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691404356624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11252] ppid=11246 vsize=26645092 memory=4612 CPUtime=1.24 cores=0-7
/proc/11248/task/11252/stat : 11252 (java) S 11246 11246 10804 0 -1 1077944384 3201 0 0 0 103 21 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691403303824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11253] ppid=11246 vsize=26645092 memory=1732 CPUtime=1.35 cores=0-7
/proc/11248/task/11253/stat : 11253 (java) S 11246 11246 10804 0 -1 1077944384 2750 0 0 0 111 24 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691402251024 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11254] ppid=11246 vsize=26645092 memory=1716 CPUtime=1.26 cores=0-7
/proc/11248/task/11254/stat : 11254 (java) S 11246 11246 10804 0 -1 1077944384 2424 0 0 0 104 22 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691401198224 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11255] ppid=11246 vsize=26645092 memory=1452 CPUtime=1.32 cores=0-7
/proc/11248/task/11255/stat : 11255 (java) S 11246 11246 10804 0 -1 1077944384 3355 0 0 0 107 25 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691400145424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11256] ppid=11246 vsize=26645092 memory=7076872 CPUtime=1.25 cores=0-7
/proc/11248/task/11256/stat : 11256 (java) S 11246 11246 10804 0 -1 1077944384 2628 0 0 0 104 21 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691399092624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11257] ppid=11246 vsize=26645092 memory=7076872 CPUtime=1.24 cores=0-7
/proc/11248/task/11257/stat : 11257 (java) S 11246 11246 10804 0 -1 1077944384 2932 0 0 0 102 22 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691398039824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11258] ppid=11246 vsize=26645092 memory=1452 CPUtime=0.27 cores=0-7
/proc/11248/task/11258/stat : 11258 (java) S 11246 11246 10804 0 -1 1077944384 15442 0 0 0 25 2 0 0 20 0 28 0 86713521 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689657863024 139691452799618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11259] ppid=11246 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/11248/task/11259/stat : 11259 (java) S 11246 11246 10804 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 86713521 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689656809056 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11260] ppid=11246 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/11248/task/11260/stat : 11260 (java) S 11246 11246 10804 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 28 0 86713521 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689655756160 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11261] ppid=11246 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/11248/task/11261/stat : 11261 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689654704464 139691452807067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11262] ppid=11246 vsize=26645092 memory=7076872 CPUtime=6.5 cores=0-7
/proc/11248/task/11262/stat : 11262 (java) S 11246 11246 10804 0 -1 1077944384 25898 0 2 0 645 5 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689653651824 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11263] ppid=11246 vsize=26645092 memory=4140 CPUtime=7.75 cores=0-7
/proc/11248/task/11263/stat : 11263 (java) S 11246 11246 10804 0 -1 1077944384 31940 0 0 0 770 5 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689652599024 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11264] ppid=11246 vsize=26645092 memory=4104 CPUtime=6.74 cores=0-7
/proc/11248/task/11264/stat : 11264 (java) S 11246 11246 10804 0 -1 1077944384 23079 0 0 0 671 3 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689343146096 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11265] ppid=11246 vsize=26645092 memory=301794158559231527 CPUtime=1.41 cores=0-7
/proc/11248/task/11265/stat : 11265 (java) S 11246 11246 10804 0 -1 1077944384 20920 0 0 0 137 4 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689342093296 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11266] ppid=11246 vsize=26645092 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/11248/task/11266/stat : 11266 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689341041760 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11267] ppid=11246 vsize=26645092 memory=1952 CPUtime=0.96 cores=0-7
/proc/11248/task/11267/stat : 11267 (java) S 11246 11246 10804 0 -1 1077944384 3789 0 0 0 27 69 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689339989040 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11268] ppid=11246 vsize=26645092 memory=8556 CPUtime=2494.77 cores=0-7
/proc/11248/task/11268/stat : 11268 (java) R 11246 11246 10804 0 -1 4202560 10019 0 0 0 249463 14 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689329298936 139691082737536 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11269] ppid=11246 vsize=26645092 memory=25280 CPUtime=2489.19 cores=0-7
/proc/11248/task/11269/stat : 11269 (java) R 11246 11246 10804 0 -1 4202560 9818 0 0 0 248904 15 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689328246000 139691437127347 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11270] ppid=11246 vsize=26645092 memory=11008 CPUtime=2475.3 cores=0-7
/proc/11248/task/11270/stat : 11270 (java) R 11246 11246 10804 0 -1 4202560 16277 0 0 0 247503 27 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689327193968 139691082637696 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11271] ppid=11246 vsize=26645092 memory=1008 CPUtime=2492.49 cores=0-7
/proc/11248/task/11271/stat : 11271 (java) R 11246 11246 10804 0 -1 4202560 12029 0 0 0 249206 43 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689326141184 139691077749064 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11272] ppid=11246 vsize=26645092 memory=1952 CPUtime=2489.93 cores=0-7
/proc/11248/task/11272/stat : 11272 (java) R 11246 11246 10804 0 -1 4202560 68227 0 0 0 248727 266 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689325084632 139691080573739 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11273] ppid=11246 vsize=26645092 memory=1452 CPUtime=2493.95 cores=0-7
/proc/11248/task/11273/stat : 11273 (java) R 11246 11246 10804 0 -1 4202560 23582 0 0 0 249284 111 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689324031784 139691077749343 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11274] ppid=11246 vsize=26645092 memory=1452 CPUtime=2483.68 cores=0-7
/proc/11248/task/11274/stat : 11274 (java) R 11246 11246 10804 0 -1 4202560 9131 0 0 0 248356 12 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689322980680 139691088262032 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11275] ppid=11246 vsize=26645092 memory=7076872 CPUtime=2486.03 cores=0-7
/proc/11248/task/11275/stat : 11275 (java) R 11246 11246 10804 0 -1 4202560 6644 0 0 0 248596 7 0 0 20 0 28 0 86714027 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689321931576 139691089387565 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
Current children cumulated CPU time: 19943.8 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 7078324 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.47 8.26 8.29 10/209 11338
/proc/meminfo: memFree=16608892/32770624 swapFree=67108404/67108860
[pid=11246] ppid=11243 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11246/stat : 11246 (xcsp3-exec) S 11243 11246 10804 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86713518 115843072 363 33554432000 4194304 5098028 140729103710976 140729103709080 140019061174908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140729103717430 140729103717632 140729103717632 140729103720394 0
/proc/11246/statm: 28282 363 306 221 0 87 0
[pid=11248] ppid=11246 vsize=26645092 memory=7076872 CPUtime=20085.1 cores=0-7
/proc/11248/stat : 11248 (java) S 11246 11246 10804 0 -1 1077944320 314821 0 2 0 2007793 716 0 0 20 0 28 0 86713518 27284574208 1769218 33554432000 4194304 4196468 140725575407136 140725575389680 139691452788471 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
/proc/11248/statm: 6661273 1769218 3468 1 0 6622467 0
[pid=11248/tid=11249] ppid=11246 vsize=26645092 memory=11008 CPUtime=4.38 cores=0-7
/proc/11248/task/11249/stat : 11249 (java) S 11246 11246 10804 0 -1 1077944384 10826 0 0 0 427 11 0 0 20 0 28 0 86713518 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691457029248 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11250] ppid=11246 vsize=26645092 memory=1008 CPUtime=1.31 cores=0-7
/proc/11248/task/11250/stat : 11250 (java) S 11246 11246 10804 0 -1 1077944384 3010 0 0 0 109 22 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691405409424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11251] ppid=11246 vsize=26645092 memory=1952 CPUtime=1.25 cores=0-7
/proc/11248/task/11251/stat : 11251 (java) S 11246 11246 10804 0 -1 1077944384 4269 0 0 0 103 22 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691404356624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11252] ppid=11246 vsize=26645092 memory=4872558044660077418 CPUtime=1.24 cores=0-7
/proc/11248/task/11252/stat : 11252 (java) S 11246 11246 10804 0 -1 1077944384 3201 0 0 0 103 21 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691403303824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11253] ppid=11246 vsize=26645092 memory=644 CPUtime=1.35 cores=0-7
/proc/11248/task/11253/stat : 11253 (java) S 11246 11246 10804 0 -1 1077944384 2750 0 0 0 111 24 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691402251024 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11254] ppid=11246 vsize=26645092 memory=956 CPUtime=1.26 cores=0-7
/proc/11248/task/11254/stat : 11254 (java) S 11246 11246 10804 0 -1 1077944384 2424 0 0 0 104 22 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691401198224 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11255] ppid=11246 vsize=26645092 memory=1232 CPUtime=1.32 cores=0-7
/proc/11248/task/11255/stat : 11255 (java) S 11246 11246 10804 0 -1 1077944384 3355 0 0 0 107 25 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691400145424 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11256] ppid=11246 vsize=26645092 memory=2336 CPUtime=1.25 cores=0-7
/proc/11248/task/11256/stat : 11256 (java) S 11246 11246 10804 0 -1 1077944384 2628 0 0 0 104 21 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691399092624 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11257] ppid=11246 vsize=26645092 memory=1580 CPUtime=1.24 cores=0-7
/proc/11248/task/11257/stat : 11257 (java) S 11246 11246 10804 0 -1 1077944384 2932 0 0 0 102 22 0 0 20 0 28 0 86713519 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139691398039824 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11258] ppid=11246 vsize=26645092 memory=928 CPUtime=0.27 cores=0-7
/proc/11248/task/11258/stat : 11258 (java) S 11246 11246 10804 0 -1 1077944384 15446 0 0 0 25 2 0 0 20 0 28 0 86713521 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689657863024 139691452799618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11259] ppid=11246 vsize=26645092 memory=2244 CPUtime=0 cores=0-7
/proc/11248/task/11259/stat : 11259 (java) S 11246 11246 10804 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 86713521 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689656809056 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11260] ppid=11246 vsize=26645092 memory=4124 CPUtime=0 cores=0-7
/proc/11248/task/11260/stat : 11260 (java) S 11246 11246 10804 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 28 0 86713521 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689655756160 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11261] ppid=11246 vsize=26645092 memory=2200 CPUtime=0 cores=0-7
/proc/11248/task/11261/stat : 11261 (java) S 11246 11246 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689654704464 139691452807067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11262] ppid=11246 vsize=26645092 memory=956 CPUtime=6.5 cores=0-7
/proc/11248/task/11262/stat : 11262 (java) S 11246 11246 10804 0 -1 1077944384 25901 0 2 0 645 5 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689653651824 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11263] ppid=11246 vsize=26645092 memory=1232 CPUtime=7.75 cores=0-7
/proc/11248/task/11263/stat : 11263 (java) S 11246 11246 10804 0 -1 1077944384 31948 0 0 0 770 5 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689652599024 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11264] ppid=11246 vsize=26645092 memory=2336 CPUtime=6.74 cores=0-7
/proc/11248/task/11264/stat : 11264 (java) S 11246 11246 10804 0 -1 1077944384 23082 0 0 0 671 3 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689343146096 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11265] ppid=11246 vsize=26645092 memory=1580 CPUtime=1.41 cores=0-7
/proc/11248/task/11265/stat : 11265 (java) S 11246 11246 10804 0 -1 1077944384 20923 0 0 0 137 4 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689342093296 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11266] ppid=11246 vsize=26645092 memory=928 CPUtime=0 cores=0-7
/proc/11248/task/11266/stat : 11266 (java) S 11246 11246 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689341041760 139691452798677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11267] ppid=11246 vsize=26645092 memory=2244 CPUtime=0.96 cores=0-7
/proc/11248/task/11267/stat : 11267 (java) S 11246 11246 10804 0 -1 1077944384 3816 0 0 0 27 69 0 0 20 0 28 0 86713524 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689339989040 139691452799618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11268] ppid=11246 vsize=26645092 memory=4124 CPUtime=2512.48 cores=0-7
/proc/11248/task/11268/stat : 11268 (java) R 11246 11246 10804 0 -1 4202560 10125 0 0 0 251234 14 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689329298936 139691088266820 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11269] ppid=11246 vsize=26645092 memory=2200 CPUtime=2506.89 cores=0-7
/proc/11248/task/11269/stat : 11269 (java) R 11246 11246 10804 0 -1 4202560 9922 0 0 0 250674 15 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689328246000 139691088393032 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11270] ppid=11246 vsize=26645092 memory=7284 CPUtime=2493.01 cores=0-7
/proc/11248/task/11270/stat : 11270 (java) R 11246 11246 10804 0 -1 4202560 16471 0 0 0 249274 27 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689327193968 139691088389669 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11271] ppid=11246 vsize=26645092 memory=840 CPUtime=2510.19 cores=0-7
/proc/11248/task/11271/stat : 11271 (java) R 11246 11246 10804 0 -1 4202560 12121 0 0 0 250976 43 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689326141184 139691086681441 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11272] ppid=11246 vsize=26645092 memory=1800 CPUtime=2507.28 cores=0-7
/proc/11248/task/11272/stat : 11272 (java) R 11246 11246 10804 0 -1 4202560 68437 0 0 0 250461 267 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689325084632 139691086349312 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11273] ppid=11246 vsize=26645092 memory=1732 CPUtime=2511.66 cores=0-7
/proc/11248/task/11273/stat : 11273 (java) R 11246 11246 10804 0 -1 4202560 23813 0 0 0 251054 112 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689324031784 139691088262120 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11274] ppid=11246 vsize=26645092 memory=1716 CPUtime=2501.39 cores=0-7
/proc/11248/task/11274/stat : 11274 (java) R 11246 11246 10804 0 -1 4202560 9257 0 0 0 250127 12 0 0 20 0 28 0 86714026 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689322980680 139691087495605 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
[pid=11248/tid=11275] ppid=11246 vsize=26645092 memory=796 CPUtime=2503.74 cores=0-7
/proc/11248/task/11275/stat : 11275 (java) R 11246 11246 10804 0 -1 4202560 6723 0 0 0 250367 7 0 0 20 0 28 0 86714027 27284574208 1769218 33554432000 4194304 4196468 140725575407136 139689321931576 139691080539139 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 38961152 140725575410817 140725575410989 140725575410989 140725575413711 0
Current children cumulated CPU time: 20085.1 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 7078324 KiB

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

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

[startup+2520.16 s]
# the end of solver process 11248 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20078.8 s, system=7.20782 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.13 s]*
/proc/loadavg: 8.47 8.26 8.29 2/182 11340
/proc/meminfo: memFree=19501788/32770624 swapFree=67108404/67108860
Current cumulated CPU time of completed processes: 0.002338 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.16
CPU time (s): 20086
CPU user time (s): 20078.8
CPU system time (s): 7.20782
CPU usage (%): 797.014
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 7194260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20078.8
system time used= 7.20782
maximum resident set size= 7197944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316174
page faults= 2
swaps= 0
block input operations= 144
block output operations= 2376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63095
involuntary context switches= 201482


# summary of solver processes directly reported to runsolver:
#   pid: 11246,11248
#   total CPU time (s): 20086
#   total CPU user time (s): 20078.8
#   total CPU system time (s): 7.20782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.1696 second user time and 21.0511 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-27 13:38:24
IDJOB=4297531
IDBENCH=141045
IDSOLVER=2760
FILE ID=node148/4297531-1532691504
RUNJOBID= node148-1532686460-10831
PBS_JOBID= 21022276
Free space on /tmp= 43264 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-14_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297531-1532691504/watcher-4297531-1532691504 -o /tmp/evaluation-result-4297531-1532691504/solver-4297531-1532691504 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532686460-10831 --watchdog 2580  HOME/xcsp3-exec -seed 791474261 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297531-1532691504.xml

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=791474261

node148.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.50
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.50
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.50
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.50
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:        23685804 kB
MemAvailable:   31932080 kB
Buffers:          202080 kB
Cached:          8178924 kB
SwapCached:          352 kB
Active:          1989400 kB
Inactive:        6442744 kB
Active(anon):       4420 kB
Inactive(anon):    74240 kB
Active(file):    1984980 kB
Inactive(file):  6368504 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             21708 kB
Writeback:             0 kB
AnonPages:         56240 kB
Mapped:            41836 kB
Shmem:             25016 kB
Slab:             349156 kB
SReclaimable:     321252 kB
SUnreclaim:        27904 kB
KernelStack:        3520 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43244 MiB
End job on node148 at 2018-07-27 14:20:24