Trace number 4404428

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? (TO) 20019.3 2520.17

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-07-07-fair.xml
MD5SUM2cb13d8f4904ef06e321ec381eb8db90
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.0849
Satisfiable
(Un)Satisfiability was proved
Number of variables12939
Number of constraints12238
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1766},{"size":201,"count":64},{"size":20001,"count":11109}]
Minimum variable degree2
Maximum variable degree106
Distribution of variable degrees[{"degree":2,"count":11409},{"degree":3,"count":294},{"degree":4,"count":28},{"degree":5,"count":140},{"degree":6,"count":83},{"degree":7,"count":252},{"degree":8,"count":356},{"degree":9,"count":267},{"degree":10,"count":23},{"degree":13,"count":49},{"degree":16,"count":1},{"degree":23,"count":8},{"degree":37,"count":8},{"degree":39,"count":5},{"degree":46,"count":1},{"degree":52,"count":7},{"degree":81,"count":2},{"degree":82,"count":5},{"degree":106,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2039},{"arity":3,"count":10197}]
Number of extensional constraints0
Number of intensional constraints12238
Distribution of constraint types[{"type":"intension","count":12238}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404428-1569008752.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco 3fb4b153
0.11/0.18	c [HOME/instance-4404428-1569008752.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
33.46/8.16	c solve instance...
20018.54/2520.07	s UNKNOWN
20018.54/2520.07	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404428-1569008752/watcher-4404428-1569008752 -o /var/tmp/evaluation-result-4404428-1569008752/solver-4404428-1569008752 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1569005174-13758 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 326600415 HOME/instance-4404428-1569008752.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=15185, runsolver pid=15182
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 8.31 8.42 8.38 3/212 15206
/proc/meminfo: memFree=11779276/32770624 swapFree=66956732/67108860
[pid=15185] ppid=15182 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15185/stat : 15185 (xcsp3-exec) S 15182 15185 13731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477113788 115843072 362 33554432000 4194304 5098028 140724006485472 140724006483576 140336848564860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22880256 140724006486866 140724006487125 140724006487125 140724006490054 0
/proc/15185/statm: 28282 362 304 221 0 87 0
[pid=15187] ppid=15185 vsize=28227396 memory=28940 CPUtime=0.11 cores=0-7
/proc/15187/stat : 15187 (java) S 15185 15185 13731 0 -1 1077944320 5719 0 0 0 10 1 0 0 20 0 20 0 477113788 28904853504 7235 33554432000 4194304 4196468 140735951255408 140735951237952 139883393728247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
/proc/15187/statm: 7056849 7235 3118 1 0 7019032 0
[pid=15187/tid=15188] ppid=15185 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15187/task/15188/stat : 15188 (java) R 15185 15185 13731 0 -1 4202560 3662 0 0 0 8 1 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883397960160 139883375582789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15189] ppid=15185 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15187/task/15189/stat : 15189 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883346348816 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15190] ppid=15185 vsize=28227396 memory=140473759704704 CPUtime=0 cores=0-7
/proc/15187/task/15190/stat : 15190 (java) S 15185 15185 13731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883345296272 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15191] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15191/stat : 15191 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883344243728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15192] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15192/stat : 15192 (java) S 15185 15185 13731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883343191184 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15193] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15193/stat : 15193 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883342137616 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15194] ppid=15185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15187/task/15194/stat : 15194 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883341085072 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15195] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15195/stat : 15195 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883340032528 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15196] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15196/stat : 15196 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 7235 33554432000 4194304 4196468 140735951255408 139883338979984 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15197] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15197/stat : 15197 (java) S 15185 15185 13731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477113791 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881723546096 139883393739394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15198] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15198/stat : 15198 (java) S 15185 15185 13731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477113791 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881722492320 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15199] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15199/stat : 15199 (java) S 15185 15185 13731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477113791 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881721439728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15200] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15200/stat : 15200 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881720388304 139883393746843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15201] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15201/stat : 15201 (java) S 15185 15185 13731 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881719334896 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15202] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15202/stat : 15202 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881718282352 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15203] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15203/stat : 15203 (java) S 15185 15185 13731 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881717229808 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15204] ppid=15185 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15187/task/15204/stat : 15204 (java) S 15185 15185 13731 0 -1 1077944384 316 0 0 0 1 0 0 0 20 0 20 0 477113794 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881207388528 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15205] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15205/stat : 15205 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881206336224 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15206] ppid=15185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15187/task/15206/stat : 15206 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 7235 33554432000 4194304 4196468 140735951255408 139881205283760 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30388 KiB

[startup+0.21059 s]*
/proc/loadavg: 8.31 8.42 8.38 2/212 15206
/proc/meminfo: memFree=11765252/32770624 swapFree=66956732/67108860
[pid=15185] ppid=15182 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15185/stat : 15185 (xcsp3-exec) S 15182 15185 13731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477113788 115843072 362 33554432000 4194304 5098028 140724006485472 140724006483576 140336848564860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22880256 140724006486866 140724006487125 140724006487125 140724006490054 0
/proc/15185/statm: 28282 362 304 221 0 87 0
[pid=15187] ppid=15185 vsize=28227396 memory=41212 CPUtime=0.33 cores=0-7
/proc/15187/stat : 15187 (java) S 15185 15185 13731 0 -1 1077944320 9536 0 0 0 29 4 0 0 20 0 20 0 477113788 28904853504 10303 33554432000 4194304 4196468 140735951255408 140735951237952 139883393728247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
/proc/15187/statm: 7056849 10303 3307 1 0 7019032 0
[pid=15187/tid=15188] ppid=15185 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15187/task/15188/stat : 15188 (java) R 15185 15185 13731 0 -1 4202560 6650 0 0 0 17 2 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883397962288 139883377851777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15189] ppid=15185 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/15187/task/15189/stat : 15189 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883346348816 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15190] ppid=15185 vsize=28227396 memory=3834734778789144224 CPUtime=0 cores=0-7
/proc/15187/task/15190/stat : 15190 (java) S 15185 15185 13731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883345296272 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15191] ppid=15185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15187/task/15191/stat : 15191 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883344243728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15192] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15192/stat : 15192 (java) S 15185 15185 13731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883343191184 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15193] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15193/stat : 15193 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883342137616 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15194] ppid=15185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15187/task/15194/stat : 15194 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883341085072 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15195] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15195/stat : 15195 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883340032528 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15196] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15196/stat : 15196 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28904853504 10303 33554432000 4194304 4196468 140735951255408 139883338979984 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15197] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15197/stat : 15197 (java) S 15185 15185 13731 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477113791 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881723546096 139883393739394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15198] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15198/stat : 15198 (java) S 15185 15185 13731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477113791 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881722492320 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15199] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15199/stat : 15199 (java) S 15185 15185 13731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477113791 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881721439728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15200] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15200/stat : 15200 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881720388304 139883393746843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15201] ppid=15185 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15187/task/15201/stat : 15201 (java) S 15185 15185 13731 0 -1 1077944384 525 0 0 0 1 0 0 0 20 0 20 0 477113794 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881719334896 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15202] ppid=15185 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15187/task/15202/stat : 15202 (java) R 15185 15185 13731 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 20 0 477113794 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881718282352 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15203] ppid=15185 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15187/task/15203/stat : 15203 (java) S 15185 15185 13731 0 -1 1077944384 199 0 0 0 1 0 0 0 20 0 20 0 477113794 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881717229808 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15204] ppid=15185 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/15187/task/15204/stat : 15204 (java) R 15185 15185 13731 0 -1 4202560 745 0 0 0 7 0 0 0 20 0 20 0 477113794 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881207388528 139883372657851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15205] ppid=15185 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15205/stat : 15205 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881206336224 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15206] ppid=15185 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15187/task/15206/stat : 15206 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113794 28904853504 10303 33554432000 4194304 4196468 140735951255408 139881205283760 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42660 KiB

[startup+0.310427 s]*
/proc/loadavg: 8.31 8.42 8.38 3/212 15206
/proc/meminfo: memFree=11758104/32770624 swapFree=66956732/67108860
[pid=15185] ppid=15182 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15185/stat : 15185 (xcsp3-exec) S 15182 15185 13731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477113788 115843072 362 33554432000 4194304 5098028 140724006485472 140724006483576 140336848564860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22880256 140724006486866 140724006487125 140724006487125 140724006490054 0
/proc/15185/statm: 28282 362 304 221 0 87 0
[pid=15187] ppid=15185 vsize=28231652 memory=49584 CPUtime=0.51 cores=0-7
/proc/15187/stat : 15187 (java) S 15185 15185 13731 0 -1 1077944320 10758 0 0 0 47 4 0 0 20 0 20 0 477113788 28909211648 12396 33554432000 4194304 4196468 140735951255408 140735951237952 139883393728247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
/proc/15187/statm: 7057913 12396 3341 1 0 7019032 0
[pid=15187/tid=15188] ppid=15185 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15187/task/15188/stat : 15188 (java) R 15185 15185 13731 0 -1 4202560 7788 0 0 0 27 3 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883397959360 139883377808734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15189] ppid=15185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15189/stat : 15189 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883346348816 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15190] ppid=15185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15190/stat : 15190 (java) S 15185 15185 13731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883345296272 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15191] ppid=15185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15191/stat : 15191 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883344243728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15192] ppid=15185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15192/stat : 15192 (java) S 15185 15185 13731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883343191184 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15193] ppid=15185 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/15187/task/15193/stat : 15193 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883342137616 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15194] ppid=15185 vsize=28231652 memory=140473616397231 CPUtime=0 cores=0-7
/proc/15187/task/15194/stat : 15194 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883341085072 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15195] ppid=15185 vsize=28231652 memory=140473616399536 CPUtime=0 cores=0-7
/proc/15187/task/15195/stat : 15195 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883340032528 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15196] ppid=15185 vsize=28231652 memory=140473616401840 CPUtime=0 cores=0-7
/proc/15187/task/15196/stat : 15196 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28909211648 12396 33554432000 4194304 4196468 140735951255408 139883338979984 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15197] ppid=15185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15197/stat : 15197 (java) S 15185 15185 13731 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477113791 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881723546096 139883393739394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15198] ppid=15185 vsize=28231652 memory=280947232810640 CPUtime=0 cores=0-7
/proc/15187/task/15198/stat : 15198 (java) S 15185 15185 13731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477113791 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881722492320 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15199] ppid=15185 vsize=28231652 memory=280947232817552 CPUtime=0 cores=0-7
/proc/15187/task/15199/stat : 15199 (java) S 15185 15185 13731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477113791 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881721439728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15200] ppid=15185 vsize=28231652 memory=280947232758704 CPUtime=0 cores=0-7
/proc/15187/task/15200/stat : 15200 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113794 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881720388304 139883393746843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15201] ppid=15185 vsize=28231652 memory=280947232831376 CPUtime=0.02 cores=0-7
/proc/15187/task/15201/stat : 15201 (java) S 15185 15185 13731 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 20 0 477113794 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881719334896 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15202] ppid=15185 vsize=28231652 memory=280947232838288 CPUtime=0.02 cores=0-7
/proc/15187/task/15202/stat : 15202 (java) S 15185 15185 13731 0 -1 1077944384 109 0 0 0 2 0 0 0 20 0 20 0 477113794 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881718282352 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15203] ppid=15185 vsize=28231652 memory=280947232835984 CPUtime=0.02 cores=0-7
/proc/15187/task/15203/stat : 15203 (java) S 15185 15185 13731 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 20 0 477113794 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881717229808 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15204] ppid=15185 vsize=28231652 memory=280947232852144 CPUtime=0.12 cores=0-7
/proc/15187/task/15204/stat : 15204 (java) S 15185 15185 13731 0 -1 1077944384 821 0 0 0 12 0 0 0 20 0 20 0 477113794 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881207388528 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15205] ppid=15185 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15205/stat : 15205 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113794 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881206336224 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15206] ppid=15185 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15187/task/15206/stat : 15206 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113794 28909211648 12396 33554432000 4194304 4196468 140735951255408 139881205283760 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51032 KiB

[startup+0.701005 s]
/proc/loadavg: 8.31 8.42 8.38 6/212 15206
/proc/meminfo: memFree=11729288/32770624 swapFree=66956732/67108860
[pid=15185] ppid=15182 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15185/stat : 15185 (xcsp3-exec) S 15182 15185 13731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477113788 115843072 362 33554432000 4194304 5098028 140724006485472 140724006483576 140336848564860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22880256 140724006486866 140724006487125 140724006487125 140724006490054 0
/proc/15185/statm: 28282 362 304 221 0 87 0
[pid=15187] ppid=15185 vsize=28233776 memory=134172 CPUtime=1.99 cores=0-7
/proc/15187/stat : 15187 (java) S 15185 15185 13731 0 -1 1077944320 15994 0 0 0 193 6 0 0 20 0 20 0 477113788 28911386624 33543 33554432000 4194304 4196468 140735951255408 140735951237952 139883393728247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
/proc/15187/statm: 7058444 33543 3450 1 0 7019544 0
[pid=15187/tid=15188] ppid=15185 vsize=28233776 memory=280947233210032 CPUtime=0.67 cores=0-7
/proc/15187/task/15188/stat : 15188 (java) R 15185 15185 13731 0 -1 4202560 8345 0 0 0 63 4 0 0 20 0 20 0 477113789 28911386624 33543 33554432000 4194304 4196468 140735951255408 139883397962760 139883011886660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15189] ppid=15185 vsize=28233776 memory=140473616606064 CPUtime=0 cores=0-7
/proc/15187/task/15189/stat : 15189 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477113789 28911386624 33543 33554432000 4194304 4196468 140735951255408 139883346348816 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15190] ppid=15185 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15187/task/15190/stat : 15190 (java) S 15185 15185 13731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477113789 28911386624 33543 33554432000 4194304 4196468 140735951255408 139883345296272 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15191] ppid=15185 vsize=28233776 memory=6032 CPUtime=0 cores=0-7
/proc/15187/task/15191/stat : 15191 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477113789 28911386624 33543 33554432000 4194304 4196468 140735951255408 139883344243728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0

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

/proc/meminfo: memFree=4311772/32770624 swapFree=66956764/67108860
[pid=15185] ppid=15182 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15185/stat : 15185 (xcsp3-exec) S 15182 15185 13731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477113788 115843072 362 33554432000 4194304 5098028 140724006485472 140724006483576 140336848564860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22880256 140724006486866 140724006487125 140724006487125 140724006490054 0
/proc/15185/statm: 28282 362 304 221 0 87 0
[pid=15187] ppid=15185 vsize=28768336 memory=7481028 CPUtime=19877.4 cores=0-7
/proc/15187/stat : 15187 (java) S 15185 15185 13731 0 -1 1077944320 1341238 0 0 0 1985386 2356 0 0 20 0 28 0 477113788 29458776064 1870257 33554432000 4194304 4196468 140735951255408 140735951237952 139883393728247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
/proc/15187/statm: 7192084 1870257 3560 1 0 7153184 0
[pid=15187/tid=15188] ppid=15185 vsize=28768336 memory=7481028 CPUtime=5.68 cores=0-7
/proc/15187/task/15188/stat : 15188 (java) S 15185 15185 13731 0 -1 1077944384 13487 0 0 0 552 16 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883397969024 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15189] ppid=15185 vsize=28768336 memory=1448 CPUtime=28.87 cores=0-7
/proc/15187/task/15189/stat : 15189 (java) S 15185 15185 13731 0 -1 1077944384 65719 0 0 0 2675 212 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883346348816 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15190] ppid=15185 vsize=28768336 memory=7481028 CPUtime=28.79 cores=0-7
/proc/15187/task/15190/stat : 15190 (java) S 15185 15185 13731 0 -1 1077944384 46977 0 0 0 2675 204 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883345296272 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15191] ppid=15185 vsize=28768336 memory=7481028 CPUtime=28.83 cores=0-7
/proc/15187/task/15191/stat : 15191 (java) S 15185 15185 13731 0 -1 1077944384 66926 0 0 0 2665 218 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883344243728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15192] ppid=15185 vsize=28768336 memory=7481028 CPUtime=28.9 cores=0-7
/proc/15187/task/15192/stat : 15192 (java) S 15185 15185 13731 0 -1 1077944384 54945 0 0 0 2683 207 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883343191184 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15193] ppid=15185 vsize=28768336 memory=7481028 CPUtime=28.83 cores=0-7
/proc/15187/task/15193/stat : 15193 (java) S 15185 15185 13731 0 -1 1077944384 91306 0 0 0 2680 203 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883342137616 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15194] ppid=15185 vsize=28768336 memory=1448 CPUtime=29.13 cores=0-7
/proc/15187/task/15194/stat : 15194 (java) S 15185 15185 13731 0 -1 1077944384 85011 0 0 0 2705 208 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883341085072 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15195] ppid=15185 vsize=28768336 memory=7322792 CPUtime=28.81 cores=0-7
/proc/15187/task/15195/stat : 15195 (java) S 15185 15185 13731 0 -1 1077944384 60177 0 0 0 2674 207 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883340032528 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15196] ppid=15185 vsize=28768336 memory=0 CPUtime=28.77 cores=0-7
/proc/15187/task/15196/stat : 15196 (java) S 15185 15185 13731 0 -1 1077944384 81421 0 0 0 2677 200 0 0 20 0 28 0 477113789 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139883338979984 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15197] ppid=15185 vsize=28768336 memory=7594870394133244776 CPUtime=7.2 cores=0-7
/proc/15187/task/15197/stat : 15197 (java) S 15185 15185 13731 0 -1 1077944384 46526 0 0 0 655 65 0 0 20 0 28 0 477113791 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881723546096 139883393739394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15198] ppid=15185 vsize=28768336 memory=7481028 CPUtime=0 cores=0-7
/proc/15187/task/15198/stat : 15198 (java) S 15185 15185 13731 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 477113791 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881722492384 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15199] ppid=15185 vsize=28768336 memory=1988 CPUtime=0 cores=0-7
/proc/15187/task/15199/stat : 15199 (java) S 15185 15185 13731 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 28 0 477113791 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881721439744 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15200] ppid=15185 vsize=28768336 memory=800 CPUtime=0 cores=0-7
/proc/15187/task/15200/stat : 15200 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477113794 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881720388304 139883393746843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15201] ppid=15185 vsize=28768336 memory=1808 CPUtime=4.55 cores=0-7
/proc/15187/task/15201/stat : 15201 (java) S 15185 15185 13731 0 -1 1077944384 24907 0 0 0 452 3 0 0 20 0 28 0 477113794 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881719334896 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15202] ppid=15185 vsize=28768336 memory=1428 CPUtime=4.91 cores=0-7
/proc/15187/task/15202/stat : 15202 (java) S 15185 15185 13731 0 -1 1077944384 30018 0 0 0 487 4 0 0 20 0 28 0 477113794 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881718282352 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15203] ppid=15185 vsize=28768336 memory=1728 CPUtime=4.72 cores=0-7
/proc/15187/task/15203/stat : 15203 (java) S 15185 15185 13731 0 -1 1077944384 29656 0 0 0 467 5 0 0 20 0 28 0 477113794 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881717229808 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15204] ppid=15185 vsize=28768336 memory=1556 CPUtime=1.29 cores=0-7
/proc/15187/task/15204/stat : 15204 (java) S 15185 15185 13731 0 -1 1077944384 19854 0 0 0 126 3 0 0 20 0 28 0 477113794 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881207388528 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15205] ppid=15185 vsize=28768336 memory=532 CPUtime=0 cores=0-7
/proc/15187/task/15205/stat : 15205 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477113794 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881206336224 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15206] ppid=15185 vsize=28768336 memory=6791534058613427641 CPUtime=0.99 cores=0-7
/proc/15187/task/15206/stat : 15206 (java) S 15185 15185 13731 0 -1 1077944384 3829 0 0 0 0 99 0 0 20 0 28 0 477113794 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881205283760 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15208] ppid=15185 vsize=28768336 memory=1448 CPUtime=2455.85 cores=0-7
/proc/15187/task/15208/stat : 15208 (java) R 15185 15185 13731 0 -1 4202560 63898 0 0 0 245549 36 0 0 20 0 28 0 477114610 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881193971288 139883015662202 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15209] ppid=15185 vsize=28768336 memory=0 CPUtime=2453.25 cores=0-7
/proc/15187/task/15209/stat : 15209 (java) R 15185 15185 13731 0 -1 4202560 46001 0 0 0 245285 40 0 0 20 0 28 0 477114611 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881192919944 139883014243925 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15210] ppid=15185 vsize=28768336 memory=1980163 CPUtime=2440.26 cores=0-7
/proc/15187/task/15210/stat : 15210 (java) R 15185 15185 13731 0 -1 4202560 117034 0 0 0 243914 112 0 0 20 0 28 0 477114611 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881191861744 139883019802986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15211] ppid=15185 vsize=28768336 memory=1448 CPUtime=2450.07 cores=0-7
/proc/15187/task/15211/stat : 15211 (java) R 15185 15185 13731 0 -1 4202560 84856 0 0 0 244905 102 0 0 20 0 28 0 477114611 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881190813832 139883016146645 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15212] ppid=15185 vsize=28768336 memory=1448 CPUtime=2445.85 cores=0-7
/proc/15187/task/15212/stat : 15212 (java) R 15185 15185 13731 0 -1 4202560 69290 0 0 0 244529 56 0 0 20 0 28 0 477114611 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881189761288 139883012124411 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15213] ppid=15185 vsize=28768336 memory=7481028 CPUtime=2457.34 cores=0-7
/proc/15187/task/15213/stat : 15213 (java) R 15185 15185 13731 0 -1 4202560 65147 0 0 0 245666 68 0 0 20 0 28 0 477114611 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881188704184 139883011904500 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15214] ppid=15185 vsize=28768336 memory=1448 CPUtime=2456.28 cores=0-7
/proc/15187/task/15214/stat : 15214 (java) R 15185 15185 13731 0 -1 4202560 65293 0 0 0 245564 64 0 0 20 0 28 0 477114611 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881187655648 139883015701737 0 4 0 16800975 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15215] ppid=15185 vsize=28768336 memory=7481028 CPUtime=2458.05 cores=0-7
/proc/15187/task/15215/stat : 15215 (java) R 15185 15185 13731 0 -1 4202560 107543 0 0 0 245692 113 0 0 20 0 28 0 477114611 29458776064 1870257 33554432000 4194304 4196468 140735951255408 139881186599160 139883009117231 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
Current children cumulated CPU time: 19877.4 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 7482476 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.09 8.24 8.25 9/220 15447
/proc/meminfo: memFree=4330224/32770624 swapFree=66956764/67108860
[pid=15185] ppid=15182 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/15185/stat : 15185 (xcsp3-exec) S 15182 15185 13731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477113788 115843072 362 33554432000 4194304 5098028 140724006485472 140724006483576 140336848564860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22880256 140724006486866 140724006487125 140724006487125 140724006490054 0
/proc/15185/statm: 28282 362 304 221 0 87 0
[pid=15187] ppid=15185 vsize=28768336 memory=7461144 CPUtime=20018.5 cores=0-7
/proc/15187/stat : 15187 (java) S 15185 15185 13731 0 -1 1077944320 1348004 0 0 0 1999493 2361 0 0 20 0 28 0 477113788 29458776064 1865286 33554432000 4194304 4196468 140735951255408 140735951237952 139883393728247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
/proc/15187/statm: 7192084 1865286 3560 1 0 7153184 0
[pid=15187/tid=15188] ppid=15185 vsize=28768336 memory=6791534058613427641 CPUtime=5.68 cores=0-7
/proc/15187/task/15188/stat : 15188 (java) S 15185 15185 13731 0 -1 1077944384 13487 0 0 0 552 16 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883397969024 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15189] ppid=15185 vsize=28768336 memory=4872558044660077418 CPUtime=28.94 cores=0-7
/proc/15187/task/15189/stat : 15189 (java) S 15185 15185 13731 0 -1 1077944384 65808 0 0 0 2682 212 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883346348816 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15190] ppid=15185 vsize=28768336 memory=2432 CPUtime=28.85 cores=0-7
/proc/15187/task/15190/stat : 15190 (java) S 15185 15185 13731 0 -1 1077944384 47210 0 0 0 2681 204 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883345296272 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15191] ppid=15185 vsize=28768336 memory=1436 CPUtime=28.89 cores=0-7
/proc/15187/task/15191/stat : 15191 (java) S 15185 15185 13731 0 -1 1077944384 67637 0 0 0 2671 218 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883344243728 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15192] ppid=15185 vsize=28768336 memory=808 CPUtime=28.96 cores=0-7
/proc/15187/task/15192/stat : 15192 (java) S 15185 15185 13731 0 -1 1077944384 55110 0 0 0 2689 207 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883343191184 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15193] ppid=15185 vsize=28768336 memory=1764 CPUtime=28.89 cores=0-7
/proc/15187/task/15193/stat : 15193 (java) S 15185 15185 13731 0 -1 1077944384 91475 0 0 0 2686 203 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883342137616 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15194] ppid=15185 vsize=28768336 memory=1728 CPUtime=29.19 cores=0-7
/proc/15187/task/15194/stat : 15194 (java) S 15185 15185 13731 0 -1 1077944384 86043 0 0 0 2711 208 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883341085072 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15195] ppid=15185 vsize=28768336 memory=1056 CPUtime=28.87 cores=0-7
/proc/15187/task/15195/stat : 15195 (java) S 15185 15185 13731 0 -1 1077944384 60849 0 0 0 2680 207 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883340032528 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15196] ppid=15185 vsize=28768336 memory=1556 CPUtime=28.83 cores=0-7
/proc/15187/task/15196/stat : 15196 (java) S 15185 15185 13731 0 -1 1077944384 81621 0 0 0 2683 200 0 0 20 0 28 0 477113789 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139883338979984 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15197] ppid=15185 vsize=28768336 memory=11632 CPUtime=7.22 cores=0-7
/proc/15187/task/15197/stat : 15197 (java) S 15185 15185 13731 0 -1 1077944384 46783 0 0 0 656 66 0 0 20 0 28 0 477113791 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881723546096 139883393739394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15198] ppid=15185 vsize=28768336 memory=1732 CPUtime=0 cores=0-7
/proc/15187/task/15198/stat : 15198 (java) S 15185 15185 13731 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 477113791 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881722492384 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15199] ppid=15185 vsize=28768336 memory=1088 CPUtime=0 cores=0-7
/proc/15187/task/15199/stat : 15199 (java) S 15185 15185 13731 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 28 0 477113791 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881721439744 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15200] ppid=15185 vsize=28768336 memory=988 CPUtime=0 cores=0-7
/proc/15187/task/15200/stat : 15200 (java) S 15185 15185 13731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477113794 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881720388304 139883393746843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15201] ppid=15185 vsize=28768336 memory=780 CPUtime=4.55 cores=0-7
/proc/15187/task/15201/stat : 15201 (java) S 15185 15185 13731 0 -1 1077944384 24910 0 0 0 452 3 0 0 20 0 28 0 477113794 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881719334896 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15202] ppid=15185 vsize=28768336 memory=6032 CPUtime=4.91 cores=0-7
/proc/15187/task/15202/stat : 15202 (java) S 15185 15185 13731 0 -1 1077944384 30026 0 0 0 487 4 0 0 20 0 28 0 477113794 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881718282352 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15203] ppid=15185 vsize=28768336 memory=1448 CPUtime=4.72 cores=0-7
/proc/15187/task/15203/stat : 15203 (java) S 15185 15185 13731 0 -1 1077944384 29659 0 0 0 467 5 0 0 20 0 28 0 477113794 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881717229808 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15204] ppid=15185 vsize=28768336 memory=7481028 CPUtime=1.29 cores=0-7
/proc/15187/task/15204/stat : 15204 (java) S 15185 15185 13731 0 -1 1077944384 19858 0 0 0 126 3 0 0 20 0 28 0 477113794 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881207388528 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15205] ppid=15185 vsize=28768336 memory=988 CPUtime=0 cores=0-7
/proc/15187/task/15205/stat : 15205 (java) S 15185 15185 13731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477113794 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881206336224 139883393738453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15206] ppid=15185 vsize=28768336 memory=1428 CPUtime=0.99 cores=0-7
/proc/15187/task/15206/stat : 15206 (java) S 15185 15185 13731 0 -1 1077944384 3856 0 0 0 0 99 0 0 20 0 28 0 477113794 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881205283760 139883393739394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15208] ppid=15185 vsize=28768336 memory=1728 CPUtime=2473.45 cores=0-7
/proc/15187/task/15208/stat : 15208 (java) R 15185 15185 13731 0 -1 4202560 64257 0 0 0 247309 36 0 0 20 0 28 0 477114610 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881193966792 139883013376270 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15209] ppid=15185 vsize=28768336 memory=1056 CPUtime=2470.8 cores=0-7
/proc/15187/task/15209/stat : 15209 (java) R 15185 15185 13731 0 -1 4202560 46232 0 0 0 247040 40 0 0 20 0 28 0 477114611 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881192915512 139883014266291 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15210] ppid=15185 vsize=28768336 memory=1556 CPUtime=2457.9 cores=0-7
/proc/15187/task/15210/stat : 15210 (java) R 15185 15185 13731 0 -1 4202560 117233 0 0 0 245677 113 0 0 20 0 28 0 477114611 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881191861744 139883019803016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15211] ppid=15185 vsize=28768336 memory=11632 CPUtime=2467.69 cores=0-7
/proc/15187/task/15211/stat : 15211 (java) R 15185 15185 13731 0 -1 4202560 85304 0 0 0 246666 103 0 0 20 0 28 0 477114611 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881190809336 139883014244190 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15212] ppid=15185 vsize=28768336 memory=1732 CPUtime=2463.44 cores=0-7
/proc/15187/task/15212/stat : 15212 (java) R 15185 15185 13731 0 -1 4202560 69857 0 0 0 246288 56 0 0 20 0 28 0 477114611 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881189759664 139883014266336 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15213] ppid=15185 vsize=28768336 memory=1088 CPUtime=2474.95 cores=0-7
/proc/15187/task/15213/stat : 15213 (java) R 15185 15185 13731 0 -1 4202560 65622 0 0 0 247427 68 0 0 20 0 28 0 477114611 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881188704408 139883009493166 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15214] ppid=15185 vsize=28768336 memory=988 CPUtime=2473.62 cores=0-7
/proc/15187/task/15214/stat : 15214 (java) R 15185 15185 13731 0 -1 4202560 65773 0 0 0 247297 65 0 0 20 0 28 0 477114611 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881187651912 139883009117656 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
[pid=15187/tid=15215] ppid=15185 vsize=28768336 memory=1448 CPUtime=2475.67 cores=0-7
/proc/15187/task/15215/stat : 15215 (java) R 15185 15185 13731 0 -1 4202560 107977 0 0 0 247453 114 0 0 20 0 28 0 477114611 29458776064 1865286 33554432000 4194304 4196468 140735951255408 139881186599288 139883010456912 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 22253568 140735951262678 140735951262854 140735951262854 140735951265743 0
Current children cumulated CPU time: 20018.5 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 7462592 KiB

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

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

[startup+2520.17 s]
# the end of solver process 15187 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19995.6 s, system=23.6825 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.09 8.24 8.25 3/219 15449
/proc/meminfo: memFree=4330456/32770624 swapFree=66956764/67108860
Current cumulated CPU time of completed processes: 0.002362 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.17
CPU time (s): 20019.3
CPU user time (s): 19995.6
CPU system time (s): 23.6825
CPU usage (%): 794.362
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 8818760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19995.6
system time used= 23.6825
maximum resident set size= 8817312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1349150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67330
involuntary context switches= 239462


# summary of solver processes directly reported to runsolver:
#   pid: 15185,15187
#   total CPU time (s): 20019.3
#   total CPU user time (s): 19995.6
#   total CPU system time (s): 23.6825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.1703 second user time and 30.1499 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 21:45:13
IDJOB=4404428
IDBENCH=139200
IDSOLVER=2865
FILE ID=node149/4404428-1569008752
RUNJOBID= node149-1569005174-13758
PBS_JOBID= 21704751
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-07-07-fair.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-4404428-1569008752/watcher-4404428-1569008752 -o /var/tmp/evaluation-result-4404428-1569008752/solver-4404428-1569008752 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1569005174-13758 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 326600415 HOME/instance-4404428-1569008752.xml

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

MD5SUM BENCH= 2cb13d8f4904ef06e321ec381eb8db90
RANDOM SEED=326600415

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        11795520 kB
MemAvailable:   31815304 kB
Buffers:          169136 kB
Cached:         19742772 kB
SwapCached:        41676 kB
Active:          9630368 kB
Inactive:       10325404 kB
Active(anon):       4436 kB
Inactive(anon):    83712 kB
Active(file):    9625932 kB
Inactive(file): 10241692 kB
Unevictable:      110220 kB
Mlocked:          110220 kB
SwapTotal:      67108860 kB
SwapFree:       66956732 kB
Dirty:             26960 kB
Writeback:            12 kB
AnonPages:        113972 kB
Mapped:            51968 kB
Shmem:             35700 kB
Slab:             610624 kB
SReclaimable:     580620 kB
SUnreclaim:        30004 kB
KernelStack:        3392 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node149 at 2019-09-20 22:27:13