Trace number 4399528

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-16 parallel? (TO) 15821.9 2522.12

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-06.xml
MD5SUM6b3d88799df56964f86d557249875b85
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 benchmark56.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size440
Maximum domain size538
Distribution of domain sizes[{"size":440,"count":2},{"size":441,"count":2},{"size":442,"count":2},{"size":444,"count":2},{"size":445,"count":4},{"size":447,"count":2},{"size":448,"count":4},{"size":449,"count":4},{"size":450,"count":2},{"size":452,"count":2},{"size":455,"count":4},{"size":457,"count":4},{"size":459,"count":2},{"size":461,"count":2},{"size":462,"count":2},{"size":464,"count":4},{"size":466,"count":2},{"size":467,"count":2},{"size":470,"count":4},{"size":472,"count":8},{"size":474,"count":2},{"size":475,"count":2},{"size":477,"count":2},{"size":480,"count":6},{"size":483,"count":2},"...",{"size":505,"count":2}, {"size":506,"count":2}, {"size":508,"count":10}, {"size":509,"count":2}, {"size":511,"count":2}, {"size":512,"count":2}, {"size":513,"count":6}, {"size":514,"count":2}, {"size":515,"count":2}, {"size":516,"count":2}, {"size":517,"count":4}, {"size":518,"count":4}, {"size":519,"count":4}, {"size":520,"count":2}, {"size":521,"count":2}, {"size":522,"count":4}, {"size":523,"count":4}, {"size":524,"count":2}, {"size":526,"count":4}, {"size":528,"count":2}, {"size":529,"count":4}, {"size":530,"count":8}, {"size":531,"count":4}, {"size":534,"count":2}, {"size":538,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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-4399528-1568713516.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399528-1568713516.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...

Verifier Data

One s line expected

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 (14172 MiB free)
  memory of node 1: 16384 MiB (15420 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399528-1568713516/watcher-4399528-1568713516 -o /tmp/evaluation-result-4399528-1568713516/solver-4399528-1568713516 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568713473-15873 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 798388508 HOME/instance-4399528-1568713516.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=15890, runsolver pid=15887
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 8.01 8.19 8.30 2/212 15911
/proc/meminfo: memFree=30284304/32770624 swapFree=66967460/67108860
[pid=15890] ppid=15887 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 15846 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447618403 115843072 363 33554432000 4194304 5098028 140732668808624 140732668806728 140117595079292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34762752 140732668810102 140732668810345 140732668810345 140732668813258 0
/proc/15890/statm: 28282 363 305 221 0 87 0
[pid=15892] ppid=15890 vsize=28227396 memory=30960 CPUtime=0.12 cores=0-7
/proc/15892/stat : 15892 (java) S 15890 15890 15846 0 -1 1077944320 5638 0 0 0 10 2 0 0 20 0 20 0 447618403 28904853504 7740 33554432000 4194304 4196468 140734418651744 140734418634288 140478510350071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
/proc/15892/statm: 7056849 7740 3152 1 0 7019032 0
[pid=15892/tid=15893] ppid=15890 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/15892/task/15893/stat : 15893 (java) R 15890 15890 15846 0 -1 4202560 3539 0 0 0 7 1 0 0 20 0 20 0 447618404 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478514583344 140478510362006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15894] ppid=15890 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15892/task/15894/stat : 15894 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478462970512 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15895] ppid=15890 vsize=28227396 memory=139768805795456 CPUtime=0 cores=0-7
/proc/15892/task/15895/stat : 15895 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478461917712 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15896] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15896/stat : 15896 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478460864912 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15897] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15897/stat : 15897 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478459812112 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15898] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15898/stat : 15898 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478458760336 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15899] ppid=15890 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15892/task/15899/stat : 15899 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478457707536 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15900] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15900/stat : 15900 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478456654736 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15901] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15901/stat : 15901 (java) S 15890 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 7740 33554432000 4194304 4196468 140734418651744 140478455601936 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15902] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15902/stat : 15902 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618406 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477827311984 140478510361218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15903] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15903/stat : 15903 (java) S 15890 15890 15846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447618407 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477826257952 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15904] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15904/stat : 15904 (java) S 15890 15890 15846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447618407 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477825205104 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15905] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15905/stat : 15905 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618409 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477824153424 140478510368667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15906] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15906/stat : 15906 (java) S 15890 15890 15846 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 447618409 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477823101808 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15907] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15907/stat : 15907 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618409 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477822049008 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15908] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15908/stat : 15908 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618409 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477820996208 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15909] ppid=15890 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15892/task/15909/stat : 15909 (java) R 15890 15890 15846 0 -1 4202560 369 0 0 0 1 0 0 0 20 0 20 0 447618409 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477819943408 140478510371418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15910] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15910/stat : 15910 (java) S 15890 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618409 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477818890848 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15911] ppid=15890 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15892/task/15911/stat : 15911 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618410 28904853504 7740 33554432000 4194304 4196468 140734418651744 140477817838128 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 32412 KiB

[startup+0.210603 s]*
/proc/loadavg: 8.01 8.19 8.30 2/212 15911
/proc/meminfo: memFree=30271288/32770624 swapFree=66967460/67108860
[pid=15890] ppid=15887 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 15846 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447618403 115843072 363 33554432000 4194304 5098028 140732668808624 140732668806728 140117595079292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34762752 140732668810102 140732668810345 140732668810345 140732668813258 0
/proc/15890/statm: 28282 363 305 221 0 87 0
[pid=15892] ppid=15890 vsize=28227396 memory=42692 CPUtime=0.33 cores=0-7
/proc/15892/stat : 15892 (java) S 15890 15890 15846 0 -1 1077944320 9425 0 0 0 29 4 0 0 20 0 20 0 447618403 28904853504 10673 33554432000 4194304 4196468 140734418651744 140734418634288 140478510350071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
/proc/15892/statm: 7056849 10673 3280 1 0 7019032 0
[pid=15892/tid=15893] ppid=15890 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15892/task/15893/stat : 15893 (java) R 15890 15890 15846 0 -1 4202560 6563 0 0 0 16 3 0 0 20 0 20 0 447618404 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478514588256 140478510362006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15894] ppid=15890 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/15892/task/15894/stat : 15894 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478462970512 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15895] ppid=15890 vsize=28227396 memory=4122963354770286240 CPUtime=0 cores=0-7
/proc/15892/task/15895/stat : 15895 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478461917712 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15896] ppid=15890 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15892/task/15896/stat : 15896 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478460864912 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15897] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15897/stat : 15897 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478459812112 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15898] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15898/stat : 15898 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478458760336 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15899] ppid=15890 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15892/task/15899/stat : 15899 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478457707536 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15900] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15900/stat : 15900 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478456654736 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15901] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15901/stat : 15901 (java) S 15890 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618405 28904853504 10673 33554432000 4194304 4196468 140734418651744 140478455601936 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15902] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15902/stat : 15902 (java) S 15890 15890 15846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447618406 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477827311984 140478510361218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15903] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15903/stat : 15903 (java) S 15890 15890 15846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447618407 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477826257952 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15904] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15904/stat : 15904 (java) S 15890 15890 15846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447618407 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477825205104 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15905] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15905/stat : 15905 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618409 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477824153424 140478510368667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15906] ppid=15890 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15892/task/15906/stat : 15906 (java) S 15890 15890 15846 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 20 0 447618409 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477823101808 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15907] ppid=15890 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15892/task/15907/stat : 15907 (java) S 15890 15890 15846 0 -1 1077944384 213 0 0 0 2 0 0 0 20 0 20 0 447618409 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477822049008 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15908] ppid=15890 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15892/task/15908/stat : 15908 (java) S 15890 15890 15846 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 447618409 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477820996208 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15909] ppid=15890 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/15892/task/15909/stat : 15909 (java) R 15890 15890 15846 0 -1 4202560 781 0 0 0 7 0 0 0 20 0 20 0 447618409 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477819943408 140478510371418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15910] ppid=15890 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15910/stat : 15910 (java) S 15890 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618409 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477818890848 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15911] ppid=15890 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15892/task/15911/stat : 15911 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618410 28904853504 10673 33554432000 4194304 4196468 140734418651744 140477817838128 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 44144 KiB

[startup+0.31273 s]*
/proc/loadavg: 8.01 8.19 8.30 3/212 15911
/proc/meminfo: memFree=30263644/32770624 swapFree=66967460/67108860
[pid=15890] ppid=15887 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 15846 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447618403 115843072 363 33554432000 4194304 5098028 140732668808624 140732668806728 140117595079292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34762752 140732668810102 140732668810345 140732668810345 140732668813258 0
/proc/15890/statm: 28282 363 305 221 0 87 0
[pid=15892] ppid=15890 vsize=28231652 memory=52000 CPUtime=0.53 cores=0-7
/proc/15892/stat : 15892 (java) S 15890 15890 15846 0 -1 1077944320 10826 0 0 0 48 5 0 0 20 0 20 0 447618403 28909211648 13000 33554432000 4194304 4196468 140734418651744 140734418634288 140478510350071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
/proc/15892/statm: 7057913 13000 3361 1 0 7019032 0
[pid=15892/tid=15893] ppid=15890 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/15892/task/15893/stat : 15893 (java) R 15890 15890 15846 0 -1 4202560 7699 0 0 0 26 4 0 0 20 0 20 0 447618404 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478514581184 140478494430588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15894] ppid=15890 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15894/stat : 15894 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478462970512 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15895] ppid=15890 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15895/stat : 15895 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478461917712 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15896] ppid=15890 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15896/stat : 15896 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478460864912 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15897] ppid=15890 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15897/stat : 15897 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478459812112 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15898] ppid=15890 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15898/stat : 15898 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478458760336 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15899] ppid=15890 vsize=28231652 memory=139768704887471 CPUtime=0 cores=0-7
/proc/15892/task/15899/stat : 15899 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478457707536 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15900] ppid=15890 vsize=28231652 memory=139768704889776 CPUtime=0 cores=0-7
/proc/15892/task/15900/stat : 15900 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478456654736 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15901] ppid=15890 vsize=28231652 memory=139768704892080 CPUtime=0 cores=0-7
/proc/15892/task/15901/stat : 15901 (java) S 15890 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618405 28909211648 13000 33554432000 4194304 4196468 140734418651744 140478455601936 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15902] ppid=15890 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15902/stat : 15902 (java) S 15890 15890 15846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447618406 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477827311984 140478510361218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15903] ppid=15890 vsize=28231652 memory=279537409798032 CPUtime=0 cores=0-7
/proc/15892/task/15903/stat : 15903 (java) S 15890 15890 15846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447618407 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477826257952 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15904] ppid=15890 vsize=28231652 memory=279537409795728 CPUtime=0 cores=0-7
/proc/15892/task/15904/stat : 15904 (java) S 15890 15890 15846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447618407 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477825205104 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15905] ppid=15890 vsize=28231652 memory=279537409802640 CPUtime=0 cores=0-7
/proc/15892/task/15905/stat : 15905 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618409 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477824153424 140478510368667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15906] ppid=15890 vsize=28231652 memory=279537409743920 CPUtime=0.02 cores=0-7
/proc/15892/task/15906/stat : 15906 (java) S 15890 15890 15846 0 -1 1077944384 519 0 0 0 2 0 0 0 20 0 20 0 447618409 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477823101808 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15907] ppid=15890 vsize=28231652 memory=279537409816464 CPUtime=0.03 cores=0-7
/proc/15892/task/15907/stat : 15907 (java) S 15890 15890 15846 0 -1 1077944384 232 0 0 0 3 0 0 0 20 0 20 0 447618409 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477822049008 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15908] ppid=15890 vsize=28231652 memory=279537409823376 CPUtime=0.03 cores=0-7
/proc/15892/task/15908/stat : 15908 (java) R 15890 15890 15846 0 -1 4202560 169 0 0 0 3 0 0 0 20 0 20 0 447618409 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477820996208 140478510371418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15909] ppid=15890 vsize=28231652 memory=279537409821072 CPUtime=0.12 cores=0-7
/proc/15892/task/15909/stat : 15909 (java) S 15890 15890 15846 0 -1 1077944384 899 0 0 0 12 0 0 0 20 0 20 0 447618409 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477819943408 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15910] ppid=15890 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15910/stat : 15910 (java) S 15890 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618409 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477818890848 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15911] ppid=15890 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15892/task/15911/stat : 15911 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618410 28909211648 13000 33554432000 4194304 4196468 140734418651744 140477817838128 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 53452 KiB

[startup+0.700986 s]
/proc/loadavg: 8.01 8.19 8.30 5/212 15911
/proc/meminfo: memFree=30241140/32770624 swapFree=66967460/67108860
[pid=15890] ppid=15887 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 15846 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447618403 115843072 363 33554432000 4194304 5098028 140732668808624 140732668806728 140117595079292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34762752 140732668810102 140732668810345 140732668810345 140732668813258 0
/proc/15890/statm: 28282 363 305 221 0 87 0
[pid=15892] ppid=15890 vsize=28233776 memory=118828 CPUtime=2 cores=0-7
/proc/15892/stat : 15892 (java) S 15890 15890 15846 0 -1 1077944320 17857 0 0 0 192 8 0 0 20 0 20 0 447618403 28911386624 29707 33554432000 4194304 4196468 140734418651744 140734418634288 140478510350071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
/proc/15892/statm: 7058444 29707 3445 1 0 7019544 0
[pid=15892/tid=15893] ppid=15890 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/15892/task/15893/stat : 15893 (java) R 15890 15890 15846 0 -1 4202560 9113 0 0 0 62 5 0 0 20 0 20 0 447618404 28911386624 30219 33554432000 4194304 4196468 140734418651744 140478514585864 140478133640539 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15894] ppid=15890 vsize=28233776 memory=139768705098608 CPUtime=0 cores=0-7
/proc/15892/task/15894/stat : 15894 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28911386624 30219 33554432000 4194304 4196468 140734418651744 140478462970512 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15895] ppid=15890 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15895/stat : 15895 (java) S 15890 15890 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447618405 28911386624 30219 33554432000 4194304 4196468 140734418651744 140478461917712 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15896] ppid=15890 vsize=28233776 memory=1192 CPUtime=0 cores=0-7
/proc/15892/task/15896/stat : 15896 (java) S 15890 15890 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447618405 28911386624 30219 33554432000 4194304 4196468 140734418651744 140478460864912 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0

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

# cumulated CPU time of all completed processes:  user=0.00121 s, system=0.00121 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

Solver just ended.
Dumping a history of the last processes samples

[startup+2520.8 s]
/proc/loadavg: 8.64 7.70 7.01 9/210 16142
/proc/meminfo: memFree=4863132/32770624 swapFree=66967460/67108860
[pid=15892] ppid=15887 vsize=28233776 memory=25404732 CPUtime=15816.1 cores=0-7
/proc/15892/stat : 15892 (java) S 15887 15890 15846 0 -1 1077944320 3654660 0 0 0 1576174 5435 0 0 20 0 20 0 447618403 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140734418634288 140478510350071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
/proc/15892/statm: 7058444 6351183 3516 1 0 7019544 0
[pid=15892/tid=15893] ppid=15887 vsize=28233776 memory=2004 CPUtime=357.43 cores=0-7
/proc/15892/task/15893/stat : 15893 (java) S 15887 15890 15846 0 -1 1077944384 82580 0 0 0 35633 110 0 0 20 0 20 0 447618404 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478514587088 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15894] ppid=15887 vsize=28233776 memory=1376 CPUtime=1900.67 cores=0-7
/proc/15892/task/15894/stat : 15894 (java) S 15887 15890 15846 0 -1 1077944384 305386 0 0 0 189425 642 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478462970512 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15895] ppid=15887 vsize=28233776 memory=6791534058613427641 CPUtime=1899.26 cores=0-7
/proc/15892/task/15895/stat : 15895 (java) S 15887 15890 15846 0 -1 1077944384 340512 0 0 0 189262 664 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478461917712 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 59 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15896] ppid=15887 vsize=28233776 memory=780 CPUtime=1900.28 cores=0-7
/proc/15892/task/15896/stat : 15896 (java) S 15887 15890 15846 0 -1 1077944384 239000 0 0 0 189387 641 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478460864912 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15897] ppid=15887 vsize=28233776 memory=1060 CPUtime=1900.7 cores=0-7
/proc/15892/task/15897/stat : 15897 (java) S 15887 15890 15846 0 -1 1077944384 272966 0 0 0 189410 660 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478459812112 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 65 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15898] ppid=15887 vsize=28233776 memory=4068 CPUtime=1900.17 cores=0-7
/proc/15892/task/15898/stat : 15898 (java) S 15887 15890 15846 0 -1 1077944384 283631 0 0 0 189370 647 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478458760336 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 63 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15899] ppid=15887 vsize=28233776 memory=1720 CPUtime=1900.23 cores=0-7
/proc/15892/task/15899/stat : 15899 (java) S 15887 15890 15846 0 -1 1077944384 251516 0 0 0 189412 611 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478457707536 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15900] ppid=15887 vsize=28233776 memory=5952 CPUtime=1902.01 cores=0-7
/proc/15892/task/15900/stat : 15900 (java) S 15887 15890 15846 0 -1 1077944384 241509 0 0 0 189543 658 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478456654736 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 61 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15901] ppid=15887 vsize=28233776 memory=10564 CPUtime=1898.27 cores=0-7
/proc/15892/task/15901/stat : 15901 (java) S 15887 15890 15846 0 -1 1077944384 250607 0 0 0 189176 651 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478455601936 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 56 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15902] ppid=15887 vsize=28233776 memory=716 CPUtime=251.72 cores=0-7
/proc/15892/task/15902/stat : 15902 (java) R 15887 15890 15846 0 -1 4202560 1344323 0 0 0 25048 124 0 0 20 0 20 0 447618406 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477827310528 140478495346475 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15903] ppid=15887 vsize=28233776 memory=780 CPUtime=0 cores=0-7
/proc/15892/task/15903/stat : 15903 (java) S 15887 15890 15846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 447618407 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477826258016 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15904] ppid=15887 vsize=28233776 memory=1552 CPUtime=0 cores=0-7
/proc/15892/task/15904/stat : 15904 (java) S 15887 15890 15846 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 447618407 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477825205120 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15905] ppid=15887 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/15892/task/15905/stat : 15905 (java) S 15887 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477824153072 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15906] ppid=15887 vsize=28233776 memory=1192 CPUtime=1.07 cores=0-7
/proc/15892/task/15906/stat : 15906 (java) S 15887 15890 15846 0 -1 1077944384 9458 0 0 0 105 2 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477823101856 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15907] ppid=15887 vsize=28233776 memory=940 CPUtime=1.5 cores=0-7
/proc/15892/task/15907/stat : 15907 (java) S 15887 15890 15846 0 -1 1077944384 11286 0 0 0 148 2 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477822049056 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15908] ppid=15887 vsize=28233776 memory=14008 CPUtime=1.08 cores=0-7
/proc/15892/task/15908/stat : 15908 (java) S 15887 15890 15846 0 -1 1077944384 8489 0 0 0 107 1 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477820996256 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15909] ppid=15887 vsize=28233776 memory=12040 CPUtime=0.61 cores=0-7
/proc/15892/task/15909/stat : 15909 (java) S 15887 15890 15846 0 -1 1077944384 8189 0 0 0 58 3 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477819943168 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15910] ppid=15887 vsize=28233776 memory=24144 CPUtime=0 cores=0-7
/proc/15892/task/15910/stat : 15910 (java) S 15887 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477818890848 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15911] ppid=15887 vsize=28233776 memory=2120 CPUtime=0.93 cores=0-7
/proc/15892/task/15911/stat : 15911 (java) S 15887 15890 15846 0 -1 1077944384 3883 0 0 0 43 50 0 0 20 0 20 0 447618410 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477817838128 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
Current cumulated CPU time of completed processes: 0.00242 s
Current children cumulated CPU time: 15816.1 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25404732 KiB

[startup+2521.6 s]
/proc/loadavg: 8.64 7.70 7.01 2/210 16143
/proc/meminfo: memFree=4863148/32770624 swapFree=66967460/67108860
[pid=15892] ppid=15887 vsize=28233776 memory=25404732 CPUtime=15818.4 cores=0-7
/proc/15892/stat : 15892 (java) S 15887 15890 15846 0 -1 1077944320 3654836 0 0 0 1576409 5435 0 0 20 0 20 0 447618403 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140734418634288 140478510350071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
/proc/15892/statm: 7058444 6351183 3516 1 0 7019544 0
[pid=15892/tid=15893] ppid=15887 vsize=28233776 memory=2004 CPUtime=357.43 cores=0-7
/proc/15892/task/15893/stat : 15893 (java) S 15887 15890 15846 0 -1 1077944384 82580 0 0 0 35633 110 0 0 20 0 20 0 447618404 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478514587088 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15894] ppid=15887 vsize=28233776 memory=1376 CPUtime=1900.89 cores=0-7
/proc/15892/task/15894/stat : 15894 (java) R 15887 15890 15846 0 -1 4202560 305413 0 0 0 189447 642 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478462970712 140478495047813 0 4 0 16800975 0 0 0 -1 7 0 0 66 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15895] ppid=15887 vsize=28233776 memory=1552 CPUtime=1899.49 cores=0-7
/proc/15892/task/15895/stat : 15895 (java) R 15887 15890 15846 0 -1 4202560 340515 0 0 0 189285 664 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478461917600 140478495301195 0 4 0 16800975 0 0 0 -1 3 0 0 59 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15896] ppid=15887 vsize=28233776 memory=2832 CPUtime=1900.5 cores=0-7
/proc/15892/task/15896/stat : 15896 (java) R 15887 15890 15846 0 -1 4202560 239000 0 0 0 189409 641 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478460864912 140478495047710 0 4 0 16800975 0 0 0 -1 5 0 0 56 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15897] ppid=15887 vsize=28233776 memory=1452 CPUtime=1900.92 cores=0-7
/proc/15892/task/15897/stat : 15897 (java) R 15887 15890 15846 0 -1 4202560 272966 0 0 0 189432 660 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478459812312 140478495335329 0 4 0 16800975 0 0 0 -1 0 0 0 65 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15898] ppid=15887 vsize=28233776 memory=2085 CPUtime=1900.39 cores=0-7
/proc/15892/task/15898/stat : 15898 (java) R 15887 15890 15846 0 -1 4202560 283739 0 0 0 189392 647 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478458760336 140478495300676 0 4 0 16800975 0 0 0 -1 6 0 0 63 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15899] ppid=15887 vsize=28233776 memory=0 CPUtime=1900.45 cores=0-7
/proc/15892/task/15899/stat : 15899 (java) R 15887 15890 15846 0 -1 4202560 251520 0 0 0 189434 611 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478457707536 140478495300676 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15900] ppid=15887 vsize=28233776 memory=133 CPUtime=1902.23 cores=0-7
/proc/15892/task/15900/stat : 15900 (java) R 15887 15890 15846 0 -1 4202560 241521 0 0 0 189565 658 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478456654736 140478495047846 0 4 0 16800975 0 0 0 -1 2 0 0 61 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15901] ppid=15887 vsize=28233776 memory=4068 CPUtime=1898.49 cores=0-7
/proc/15892/task/15901/stat : 15901 (java) R 15887 15890 15846 0 -1 4202560 250607 0 0 0 189198 651 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478455602136 140478490376288 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15902] ppid=15887 vsize=28233776 memory=1720 CPUtime=252.3 cores=0-7
/proc/15892/task/15902/stat : 15902 (java) S 15887 15890 15846 0 -1 1077944384 1344323 0 0 0 25106 124 0 0 20 0 20 0 447618406 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477827310304 140478510360277 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15903] ppid=15887 vsize=28233776 memory=47612 CPUtime=0 cores=0-7
/proc/15892/task/15903/stat : 15903 (java) S 15887 15890 15846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 447618407 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477826258016 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15904] ppid=15887 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/15892/task/15904/stat : 15904 (java) S 15887 15890 15846 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 447618407 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477825205120 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15905] ppid=15887 vsize=28233776 memory=47612 CPUtime=0 cores=0-7
/proc/15892/task/15905/stat : 15905 (java) S 15887 15890 15846 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477824152176 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15906] ppid=15887 vsize=28233776 memory=984 CPUtime=1.07 cores=0-7
/proc/15892/task/15906/stat : 15906 (java) S 15887 15890 15846 0 -1 1077944384 9458 0 0 0 105 2 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477823101568 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15907] ppid=15887 vsize=28233776 memory=2004 CPUtime=1.5 cores=0-7
/proc/15892/task/15907/stat : 15907 (java) S 15887 15890 15846 0 -1 1077944384 11286 0 0 0 148 2 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477822049056 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15908] ppid=15887 vsize=28233776 memory=5952 CPUtime=1.08 cores=0-7
/proc/15892/task/15908/stat : 15908 (java) S 15887 15890 15846 0 -1 1077944384 8489 0 0 0 107 1 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477820996256 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15909] ppid=15887 vsize=28233776 memory=10564 CPUtime=0.61 cores=0-7
/proc/15892/task/15909/stat : 15909 (java) S 15887 15890 15846 0 -1 1077944384 8189 0 0 0 58 3 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477819943408 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15910] ppid=15887 vsize=28233776 memory=716 CPUtime=0 cores=0-7
/proc/15892/task/15910/stat : 15910 (java) S 15887 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477818890848 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15911] ppid=15887 vsize=28233776 memory=780 CPUtime=0.94 cores=0-7
/proc/15892/task/15911/stat : 15911 (java) S 15887 15890 15846 0 -1 1077944384 3883 0 0 0 44 50 0 0 20 0 20 0 447618410 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477817838128 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
Current cumulated CPU time of completed processes: 0.00242 s
Current children cumulated CPU time: 15818.4 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25404732 KiB

[startup+2522 s]*
/proc/loadavg: 8.67 7.73 7.03 9/210 16143
/proc/meminfo: memFree=4863148/32770624 swapFree=66967460/67108860
[pid=15892] ppid=15887 vsize=28233776 memory=25404732 CPUtime=15821.7 cores=0-7
/proc/15892/stat : 15892 (java) S 15887 15890 15846 0 -1 1077944320 3654939 0 0 0 1576734 5435 0 0 20 0 20 0 447618403 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140734418634288 140478510350071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
/proc/15892/statm: 7058444 6351183 3516 1 0 7019544 0
[pid=15892/tid=15893] ppid=15887 vsize=28233776 memory=25404732 CPUtime=357.43 cores=0-7
/proc/15892/task/15893/stat : 15893 (java) S 15887 15890 15846 0 -1 1077944384 82580 0 0 0 35633 110 0 0 20 0 20 0 447618404 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478514587088 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15894] ppid=15887 vsize=28233776 memory=4872558044660077418 CPUtime=1901.29 cores=0-7
/proc/15892/task/15894/stat : 15894 (java) R 15887 15890 15846 0 -1 4202560 305469 0 0 0 189487 642 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478462970712 140478495047846 0 4 0 16800975 0 0 0 -1 7 0 0 66 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15895] ppid=15887 vsize=28233776 memory=940 CPUtime=1899.89 cores=0-7
/proc/15892/task/15895/stat : 15895 (java) R 15887 15890 15846 0 -1 4202560 340529 0 0 0 189325 664 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478461917600 140478495047710 0 4 0 16800975 0 0 0 -1 3 0 0 59 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15896] ppid=15887 vsize=28233776 memory=14008 CPUtime=1900.91 cores=0-7
/proc/15892/task/15896/stat : 15896 (java) R 15887 15890 15846 0 -1 4202560 239000 0 0 0 189450 641 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478460864912 140478495047710 0 4 0 16800975 0 0 0 -1 5 0 0 56 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15897] ppid=15887 vsize=28233776 memory=12040 CPUtime=1901.33 cores=0-7
/proc/15892/task/15897/stat : 15897 (java) R 15887 15890 15846 0 -1 4202560 272973 0 0 0 189473 660 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478459812312 140478495301258 0 4 0 16800975 0 0 0 -1 0 0 0 65 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15898] ppid=15887 vsize=28233776 memory=24144 CPUtime=1900.8 cores=0-7
/proc/15892/task/15898/stat : 15898 (java) R 15887 15890 15846 0 -1 4202560 283739 0 0 0 189433 647 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478458760336 140478495047650 0 4 0 16800975 0 0 0 -1 6 0 0 63 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15899] ppid=15887 vsize=28233776 memory=2120 CPUtime=1900.86 cores=0-7
/proc/15892/task/15899/stat : 15899 (java) R 15887 15890 15846 0 -1 4202560 251520 0 0 0 189475 611 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478457707736 140478495300676 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15900] ppid=15887 vsize=28233776 memory=1520 CPUtime=1902.64 cores=0-7
/proc/15892/task/15900/stat : 15900 (java) R 15887 15890 15846 0 -1 4202560 241546 0 0 0 189606 658 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478456654936 140478495047710 0 4 0 16800975 0 0 0 -1 2 0 0 61 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15901] ppid=15887 vsize=28233776 memory=1980 CPUtime=1898.9 cores=0-7
/proc/15892/task/15901/stat : 15901 (java) R 15887 15890 15846 0 -1 4202560 250607 0 0 0 189239 651 0 0 20 0 20 0 447618405 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140478455602136 140478490376255 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15902] ppid=15887 vsize=28233776 memory=2572 CPUtime=252.3 cores=0-7
/proc/15892/task/15902/stat : 15902 (java) S 15887 15890 15846 0 -1 1077944384 1344323 0 0 0 25106 124 0 0 20 0 20 0 447618406 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477827310304 140478510360277 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15903] ppid=15887 vsize=28233776 memory=900 CPUtime=0 cores=0-7
/proc/15892/task/15903/stat : 15903 (java) S 15887 15890 15846 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 447618407 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477826258016 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15904] ppid=15887 vsize=28233776 memory=1432 CPUtime=0 cores=0-7
/proc/15892/task/15904/stat : 15904 (java) S 15887 15890 15846 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 447618407 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477825205120 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15905] ppid=15887 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15892/task/15905/stat : 15905 (java) S 15887 15890 15846 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477824152176 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15906] ppid=15887 vsize=28233776 memory=1552 CPUtime=1.07 cores=0-7
/proc/15892/task/15906/stat : 15906 (java) S 15887 15890 15846 0 -1 1077944384 9458 0 0 0 105 2 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477823101568 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15907] ppid=15887 vsize=28233776 memory=2832 CPUtime=1.5 cores=0-7
/proc/15892/task/15907/stat : 15907 (java) S 15887 15890 15846 0 -1 1077944384 11286 0 0 0 148 2 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477822049056 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15908] ppid=15887 vsize=28233776 memory=1192 CPUtime=1.08 cores=0-7
/proc/15892/task/15908/stat : 15908 (java) S 15887 15890 15846 0 -1 1077944384 8489 0 0 0 107 1 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477820996256 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15909] ppid=15887 vsize=28233776 memory=940 CPUtime=0.61 cores=0-7
/proc/15892/task/15909/stat : 15909 (java) S 15887 15890 15846 0 -1 1077944384 8189 0 0 0 58 3 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477819943408 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15910] ppid=15887 vsize=28233776 memory=14008 CPUtime=0 cores=0-7
/proc/15892/task/15910/stat : 15910 (java) S 15887 15890 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447618409 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477818890848 140478510360277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
[pid=15892/tid=15911] ppid=15887 vsize=28233776 memory=12040 CPUtime=0.94 cores=0-7
/proc/15892/task/15911/stat : 15911 (java) S 15887 15890 15846 0 -1 1077944384 3883 0 0 0 44 50 0 0 20 0 20 0 447618410 28911386624 6351183 33554432000 4194304 4196468 140734418651744 140477817838128 140478510361218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 15527936 140734418658282 140734418658454 140734418658454 140734418661327 0
Current cumulated CPU time of completed processes: 0.00242 s
Current children cumulated CPU time: 15821.7 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25404732 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.12
CPU time (s): 15821.9
CPU user time (s): 15767.4
CPU system time (s): 54.4592
CPU usage (%): 627.325
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 25406184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15767.4
system time used= 54.4592
maximum resident set size= 25405148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3655485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125835
involuntary context switches= 193343


# summary of solver processes directly reported to runsolver:
#   pid: 15890,15892
#   total CPU time (s): 15821.9
#   total CPU user time (s): 15767.4
#   total CPU system time (s): 54.4592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.674 second user time and 27.6907 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 11:44:33
IDJOB=4399528
IDBENCH=138444
IDSOLVER=2854
FILE ID=node125/4399528-1568713516
RUNJOBID= node125-1568713473-15873
PBS_JOBID= 21703945
Free space on /tmp= 59732 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-06.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 /tmp/evaluation-result-4399528-1568713516/watcher-4399528-1568713516 -o /tmp/evaluation-result-4399528-1568713516/solver-4399528-1568713516 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568713473-15873 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 798388508 HOME/instance-4399528-1568713516.xml

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

MD5SUM BENCH= 6b3d88799df56964f86d557249875b85
RANDOM SEED=798388508

node125.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.29
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.29
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.29
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.29
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:        30304116 kB
MemAvailable:   31861884 kB
Buffers:          210660 kB
Cached:          1645476 kB
SwapCached:        38408 kB
Active:           821328 kB
Inactive:        1076032 kB
Active(anon):      20928 kB
Inactive(anon):    68708 kB
Active(file):     800400 kB
Inactive(file):  1007324 kB
Unevictable:      109248 kB
Mlocked:          109248 kB
SwapTotal:      67108860 kB
SwapFree:       66967460 kB
Dirty:             26040 kB
Writeback:             0 kB
AnonPages:        112416 kB
Mapped:            47908 kB
Shmem:             39872 kB
Slab:             160860 kB
SReclaimable:     131756 kB
SUnreclaim:        29104 kB
KernelStack:        3312 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505580 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59704 MiB
End job on node125 at 2019-09-17 12:26:36