Trace number 4295215

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2528.12 837.709

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-50_c18.xml
MD5SUM65d9088e6e3c6b500cf18d234bd8e6c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark2520.37
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of constraints409201
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5000}]
Minimum variable degree149
Maximum variable degree198
Distribution of variable degrees[{"degree":149,"count":196},{"degree":150,"count":196},{"degree":151,"count":188},{"degree":152,"count":188},{"degree":153,"count":180},{"degree":154,"count":180},{"degree":155,"count":172},{"degree":156,"count":172},{"degree":157,"count":164},{"degree":158,"count":164},{"degree":159,"count":156},{"degree":160,"count":156},{"degree":161,"count":148},{"degree":162,"count":148},{"degree":163,"count":140},{"degree":164,"count":140},{"degree":165,"count":132},{"degree":166,"count":132},{"degree":167,"count":124},{"degree":168,"count":124},{"degree":169,"count":116},{"degree":170,"count":116},{"degree":171,"count":108},{"degree":172,"count":108},{"degree":173,"count":100},{"degree":174,"count":100},{"degree":175,"count":92},{"degree":176,"count":92},{"degree":177,"count":84},{"degree":178,"count":84},{"degree":179,"count":76},{"degree":180,"count":76},{"degree":181,"count":68},{"degree":182,"count":68},{"degree":183,"count":60},{"degree":184,"count":60},{"degree":185,"count":52},{"degree":186,"count":52},{"degree":187,"count":44},{"degree":188,"count":44},{"degree":189,"count":36},{"degree":190,"count":36},{"degree":191,"count":28},{"degree":192,"count":28},{"degree":193,"count":20},{"degree":194,"count":20},{"degree":195,"count":12},{"degree":196,"count":12},{"degree":197,"count":4},{"degree":198,"count":4}]
Minimum constraint arity2
Maximum constraint arity5000
Distribution of constraint arities[{"arity":2,"count":409200},{"arity":5000,"count":1}]
Number of extensional constraints0
Number of intensional constraints409200
Distribution of constraint types[{"type":"intension","count":409200},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295215-1532540085/watcher-4295215-1532540085 -o /tmp/evaluation-result-4295215-1532540085/solver-4295215-1532540085 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26470 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1560902990 -superng HOME/instance-4295215-1532540085.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27498, runsolver pid=27495

[startup+0.100135 s]*
/proc/loadavg: 1.94 1.82 1.79 3/206 27555
/proc/meminfo: memFree=9032540/32770624 swapFree=67108860/67108860
[pid=27498] ppid=27495 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/27498/stat : 27498 (java) S 27495 27498 26438 0 -1 1077944320 4418 12864 0 0 1 0 5 3 20 0 6 0 71571676 10212057088 4269 33554432000 4194304 4196468 140733003606224 140733003588768 140355675066103 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
/proc/27498/statm: 2493178 4269 1934 1 0 2481616 0
[pid=27498/tid=27551] ppid=27495 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) R 27495 27498 26438 0 -1 4202560 2226 12864 0 0 1 0 5 3 20 0 6 0 71571685 10212057088 4269 33554432000 4194304 4196468 140733003606224 140355646902864 140355675088029 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=9972712 memory=5793855954660166073 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 6 0 71571686 10212057088 4269 33554432000 4194304 4196468 140733003606224 140355679308688 140355675076309 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=9972712 memory=140703650272896 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 6 0 71571686 10212057088 4269 33554432000 4194304 4196468 140733003606224 140355578198800 140355675076309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 6 0 71571686 10212057088 4269 33554432000 4194304 4196468 140733003606224 140355577146512 140355675076309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 6 0 71571686 10212057088 4269 33554432000 4194304 4196468 140733003606224 140355576093712 140355675076309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210038 s]*
/proc/loadavg: 1.94 1.82 1.79 3/215 27564
/proc/meminfo: memFree=9009620/32770624 swapFree=67108860/67108860
[pid=27498] ppid=27495 vsize=10818904 memory=46312 CPUtime=0.27 cores=1,3,5,7
/proc/27498/stat : 27498 (java) S 27495 27498 26438 0 -1 1077944320 9429 12864 0 0 16 3 5 3 20 0 15 0 71571676 11078557696 11578 33554432000 4194304 4196468 140733003606224 140733003588768 140355675066103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
/proc/27498/statm: 2704726 11578 2964 1 0 2667149 0
[pid=27498/tid=27551] ppid=27495 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) R 27495 27498 26438 0 -1 4202560 6071 12864 0 0 10 1 5 3 20 0 15 0 71571685 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355646890912 140355675078038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=10818904 memory=4211974429855063434 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571686 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355679308688 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=10818904 memory=140703650272896 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571686 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355578198800 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571686 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355577146512 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571686 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355576093712 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27556] ppid=27495 vsize=10818904 memory=140703650272896 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27556/stat : 27556 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571687 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355134310512 140355675077250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27557] ppid=27495 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27557/stat : 27557 (java) S 27495 27498 26438 0 -1 1077944384 13 12864 0 0 0 0 5 3 20 0 15 0 71571688 11078557696 11578 33554432000 4194304 4196468 140733003606224 140354565169952 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27558] ppid=27495 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27558/stat : 27558 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571688 11078557696 11578 33554432000 4194304 4196468 140733003606224 140354430952560 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27559] ppid=27495 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27559/stat : 27559 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11078557696 11578 33554432000 4194304 4196468 140733003606224 140354190661712 140355675084699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27560] ppid=27495 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27498/task/27560/stat : 27560 (java) S 27495 27498 26438 0 -1 1077944384 531 12864 0 0 1 0 5 3 20 0 15 0 71571691 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355133258352 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27561] ppid=27495 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27561/stat : 27561 (java) S 27495 27498 26438 0 -1 1077944384 53 12864 0 0 0 0 5 3 20 0 15 0 71571691 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355132205552 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27562] ppid=27495 vsize=10818904 memory=140703650272896 CPUtime=0.11 cores=1,3,5,7
/proc/27498/task/27562/stat : 27562 (java) R 27495 27498 26438 0 -1 4202560 553 12864 0 0 3 0 5 3 20 0 15 0 71571691 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355131153264 140355675087450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27563] ppid=27495 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27563/stat : 27563 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11078557696 11578 33554432000 4194304 4196468 140733003606224 140354157104096 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27564] ppid=27495 vsize=10818904 memory=140703650272896 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27564/stat : 27564 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571691 11078557696 11578 33554432000 4194304 4196468 140733003606224 140355130100144 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46312 KiB

[startup+0.310536 s]*
/proc/loadavg: 1.94 1.82 1.79 3/215 27564
/proc/meminfo: memFree=8997916/32770624 swapFree=67108860/67108860
[pid=27498] ppid=27495 vsize=10819352 memory=54188 CPUtime=0.4 cores=1,3,5,7
/proc/27498/stat : 27498 (java) S 27495 27498 26438 0 -1 1077944320 10630 12864 0 0 28 4 5 3 20 0 15 0 71571676 11079016448 13547 33554432000 4194304 4196468 140733003606224 140733003588768 140355675066103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
/proc/27498/statm: 2704838 13547 3083 1 0 2667149 0
[pid=27498/tid=27551] ppid=27495 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) R 27495 27498 26438 0 -1 4202560 7263 12864 0 0 18 3 5 3 20 0 15 0 71571685 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355646878112 140355675079985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571686 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355679308688 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571686 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355578198800 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571686 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355577146512 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571686 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355576093712 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27556] ppid=27495 vsize=10819352 memory=140703650272895 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27556/stat : 27556 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571687 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355134310512 140355675077250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27557] ppid=27495 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27557/stat : 27557 (java) S 27495 27498 26438 0 -1 1077944384 13 12864 0 0 0 0 5 3 20 0 15 0 71571688 11079016448 13547 33554432000 4194304 4196468 140733003606224 140354565169952 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27558] ppid=27495 vsize=10819352 memory=140703650272896 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27558/stat : 27558 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571688 11079016448 13547 33554432000 4194304 4196468 140733003606224 140354430952560 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27559] ppid=27495 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27559/stat : 27559 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11079016448 13547 33554432000 4194304 4196468 140733003606224 140354190661712 140355675084699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27560] ppid=27495 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27498/task/27560/stat : 27560 (java) S 27495 27498 26438 0 -1 1077944384 532 12864 0 0 2 0 5 3 20 0 15 0 71571691 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355133258352 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27561] ppid=27495 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27498/task/27561/stat : 27561 (java) S 27495 27498 26438 0 -1 1077944384 53 12864 0 0 1 0 5 3 20 0 15 0 71571691 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355132205552 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27562] ppid=27495 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27498/task/27562/stat : 27562 (java) S 27495 27498 26438 0 -1 1077944384 561 12864 0 0 5 0 5 3 20 0 15 0 71571691 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355131153264 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27563] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27563/stat : 27563 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11079016448 13547 33554432000 4194304 4196468 140733003606224 140354157104096 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27564] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27564/stat : 27564 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571691 11079016448 13547 33554432000 4194304 4196468 140733003606224 140355130100144 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54188 KiB

[startup+0.700831 s]
/proc/loadavg: 1.94 1.82 1.79 3/215 27564
/proc/meminfo: memFree=8994200/32770624 swapFree=67108860/67108860
[pid=27498] ppid=27495 vsize=10819352 memory=86584 CPUtime=0.99 cores=1,3,5,7
/proc/27498/stat : 27498 (java) S 27495 27498 26438 0 -1 1077944320 16730 12864 0 0 86 5 5 3 20 0 15 0 71571676 11079016448 21646 33554432000 4194304 4196468 140733003606224 140733003588768 140355675066103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
/proc/27498/statm: 2704838 21646 3237 1 0 2667149 0
[pid=27498/tid=27551] ppid=27495 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) R 27495 27498 26438 0 -1 4202560 12316 12864 0 0 55 3 5 3 20 0 15 0 71571685 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355646886928 140355656629678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571686 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355679308688 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571686 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355578198800 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=10819352 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571686 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355577146512 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571686 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355576093712 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27556] ppid=27495 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27556/stat : 27556 (java) S 27495 27498 26438 0 -1 1077944384 5 12864 0 0 0 0 5 3 20 0 15 0 71571687 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355134310512 140355675077250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27557] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27557/stat : 27557 (java) S 27495 27498 26438 0 -1 1077944384 13 12864 0 0 0 0 5 3 20 0 15 0 71571688 11079016448 21646 33554432000 4194304 4196468 140733003606224 140354565169952 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27558] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27558/stat : 27558 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571688 11079016448 21646 33554432000 4194304 4196468 140733003606224 140354430952560 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27559] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27559/stat : 27559 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11079016448 21646 33554432000 4194304 4196468 140733003606224 140354190661712 140355675084699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27560] ppid=27495 vsize=10819352 memory=6655300316396806240 CPUtime=0.18 cores=1,3,5,7
/proc/27498/task/27560/stat : 27560 (java) S 27495 27498 26438 0 -1 1077944384 1138 12864 0 0 10 0 5 3 20 0 15 0 71571691 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355133258352 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27561] ppid=27495 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/27498/task/27561/stat : 27561 (java) S 27495 27498 26438 0 -1 1077944384 428 12864 0 0 7 0 5 3 20 0 15 0 71571691 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355132205552 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27562] ppid=27495 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/27498/task/27562/stat : 27562 (java) S 27495 27498 26438 0 -1 1077944384 624 12864 0 0 13 0 5 3 20 0 15 0 71571691 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355131153264 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27563] ppid=27495 vsize=10819352 memory=281407062540528 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27563/stat : 27563 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11079016448 21646 33554432000 4194304 4196468 140733003606224 140354157104096 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27564] ppid=27495 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27564/stat : 27564 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571691 11079016448 21646 33554432000 4194304 4196468 140733003606224 140355130100144 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86584 KiB

[startup+1.50083 s]
/proc/loadavg: 1.94 1.82 1.79 3/215 27564
/proc/meminfo: memFree=8958312/32770624 swapFree=67108860/67108860
[pid=27498] ppid=27495 vsize=10828032 memory=314644 CPUtime=2.76 cores=1,3,5,7
/proc/27498/stat : 27498 (java) S 27495 27498 26438 0 -1 1077944320 21793 12864 0 0 244 24 5 3 20 0 15 0 71571676 11087904768 78661 33554432000 4194304 4196468 140733003606224 140733003588768 140355675066103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
/proc/27498/statm: 2707008 78661 3443 1 0 2668685 0
[pid=27498/tid=27551] ppid=27495 vsize=10828032 memory=219 CPUtime=1.37 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) R 27495 27498 26438 0 -1 4202560 14676 12864 0 0 121 8 5 3 20 0 15 0 71571685 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355646901840 140355675088029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=10828032 memory=118 CPUtime=0.16 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) S 27495 27498 26438 0 -1 1077944384 341 12864 0 0 5 3 5 3 20 0 15 0 71571686 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355679308688 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=10828032 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) S 27495 27498 26438 0 -1 1077944384 95 12864 0 0 5 3 5 3 20 0 15 0 71571686 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355578198800 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=10828032 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) S 27495 27498 26438 0 -1 1077944384 59 12864 0 0 5 3 5 3 20 0 15 0 71571686 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355577146512 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=10828032 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) S 27495 27498 26438 0 -1 1077944384 132 12864 0 0 5 3 5 3 20 0 15 0 71571686 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355576093712 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27556] ppid=27495 vsize=10828032 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27556/stat : 27556 (java) S 27495 27498 26438 0 -1 1077944384 87 12864 0 0 0 0 5 3 20 0 15 0 71571687 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355134310512 140355675077250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27557] ppid=27495 vsize=10828032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27557/stat : 27557 (java) S 27495 27498 26438 0 -1 1077944384 14 12864 0 0 0 0 5 3 20 0 15 0 71571688 11087904768 78661 33554432000 4194304 4196468 140733003606224 140354565170016 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27558] ppid=27495 vsize=10828032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27558/stat : 27558 (java) S 27495 27498 26438 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 71571688 11087904768 78661 33554432000 4194304 4196468 140733003606224 140354430952560 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27559] ppid=27495 vsize=10828032 memory=281407062576672 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27559/stat : 27559 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11087904768 78661 33554432000 4194304 4196468 140733003606224 140354190661712 140355675084699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27560] ppid=27495 vsize=10828032 memory=2209 CPUtime=0.44 cores=1,3,5,7
/proc/27498/task/27560/stat : 27560 (java) S 27495 27498 26438 0 -1 1077944384 1461 12864 0 0 36 0 5 3 20 0 15 0 71571691 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355133258352 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27561] ppid=27495 vsize=10828032 memory=20132 CPUtime=0.41 cores=1,3,5,7
/proc/27498/task/27561/stat : 27561 (java) S 27495 27498 26438 0 -1 1077944384 1719 12864 0 0 33 0 5 3 20 0 15 0 71571691 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355132205552 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27562] ppid=27495 vsize=10828032 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/27498/task/27562/stat : 27562 (java) S 27495 27498 26438 0 -1 1077944384 1008 12864 0 0 28 0 5 3 20 0 15 0 71571691 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355131153264 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27563] ppid=27495 vsize=10828032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27563/stat : 27563 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11087904768 78661 33554432000 4194304 4196468 140733003606224 140354157104096 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27564] ppid=27495 vsize=10828032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27564/stat : 27564 (java) S 27495 27498 26438 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 71571691 11087904768 78661 33554432000 4194304 4196468 140733003606224 140355130100144 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 10828032 KiB

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

/proc/27498/statm: 2711128 2116897 3532 1 0 2672781 0
[pid=27498/tid=27551] ppid=27495 vsize=10844512 memory=2416 CPUtime=245.34 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) S 27495 27498 26438 0 -1 1077944384 198519 12864 0 0 24485 41 5 3 20 0 15 0 71571685 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355646900272 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=10844512 memory=1728 CPUtime=560.3 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) R 27495 27498 26438 0 -1 4202560 634538 12864 0 0 55691 331 5 3 20 0 15 0 71571686 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355679308576 140355656675789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=10844512 memory=1700 CPUtime=561.61 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) R 27495 27498 26438 0 -1 4202560 959636 12864 0 0 55793 360 5 3 20 0 15 0 71571686 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355578199000 140355660062504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=10844512 memory=796 CPUtime=562.55 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) R 27495 27498 26438 0 -1 4202560 711378 12864 0 0 55930 317 5 3 20 0 15 0 71571686 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355577146712 140355659764883 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=10844512 memory=5408 CPUtime=560.08 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) R 27495 27498 26438 0 -1 4202560 526775 12864 0 0 55675 325 5 3 20 0 15 0 71571686 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355576093912 140355656675923 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27556] ppid=27495 vsize=10844512 memory=1008 CPUtime=14.01 cores=1,3,5,7
/proc/27498/task/27556/stat : 27556 (java) S 27495 27498 26438 0 -1 1077944384 282730 12864 0 0 1381 12 5 3 20 0 15 0 71571687 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355134309056 140355675076309 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27557] ppid=27495 vsize=10844512 memory=9992 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27557/stat : 27557 (java) S 27495 27498 26438 0 -1 1077944384 42 12864 0 0 0 0 5 3 20 0 15 0 71571688 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140354565170080 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27558] ppid=27495 vsize=10844512 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27558/stat : 27558 (java) S 27495 27498 26438 0 -1 1077944384 31 12864 0 0 0 0 5 3 20 0 15 0 71571688 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140354430952576 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27559] ppid=27495 vsize=10844512 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27559/stat : 27559 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140354190661712 140355675084699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27560] ppid=27495 vsize=10844512 memory=1200 CPUtime=7.31 cores=1,3,5,7
/proc/27498/task/27560/stat : 27560 (java) S 27495 27498 26438 0 -1 1077944384 26986 12864 0 0 719 4 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355133258400 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27561] ppid=27495 vsize=10844512 memory=10592 CPUtime=6.82 cores=1,3,5,7
/proc/27498/task/27561/stat : 27561 (java) S 27495 27498 26438 0 -1 1077944384 23991 12864 0 0 670 4 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355132205312 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27562] ppid=27495 vsize=10844512 memory=4616 CPUtime=2.25 cores=1,3,5,7
/proc/27498/task/27562/stat : 27562 (java) S 27495 27498 26438 0 -1 1077944384 22531 12864 0 0 214 3 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355131153312 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27563] ppid=27495 vsize=10844512 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27563/stat : 27563 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140354157104096 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27564] ppid=27495 vsize=10844512 memory=15876 CPUtime=0.52 cores=1,3,5,7
/proc/27498/task/27564/stat : 27564 (java) S 27495 27498 26438 0 -1 1077944384 1329 12864 0 0 22 22 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355130100144 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 2520.17 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8467588 KiB

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

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

[startup+837.709 s]
# the end of solver process 27498 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.85 s, system=14.275 s

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

[startup+836.802 s]
/proc/loadavg: 4.90 4.40 3.19 6/215 27585
/proc/meminfo: memFree=1093604/32770624 swapFree=67108860/67108860
[pid=27498] ppid=27495 vsize=10844512 memory=8467588 CPUtime=2524.92 cores=1,3,5,7
/proc/27498/stat : 27498 (java) S 27495 27498 26438 0 -1 1077944320 3392077 12864 0 0 251070 1414 5 3 20 0 15 0 71571676 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140733003588768 140355675066103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
/proc/27498/statm: 2711128 2116897 3532 1 0 2672781 0
[pid=27498/tid=27551] ppid=27495 vsize=10844512 memory=8467588 CPUtime=245.34 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) S 27495 27498 26438 0 -1 1077944384 198519 12864 0 0 24485 41 5 3 20 0 15 0 71571685 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355646900272 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=10844512 memory=21512 CPUtime=561.49 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) R 27495 27498 26438 0 -1 4202560 634933 12864 0 0 55810 331 5 3 20 0 15 0 71571686 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355679308496 140355667694311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=10844512 memory=4872558044660077418 CPUtime=562.8 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) R 27495 27498 26438 0 -1 4202560 960259 12864 0 0 55912 360 5 3 20 0 15 0 71571686 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355578198608 140355667694311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=10844512 memory=1408 CPUtime=563.72 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) R 27495 27498 26438 0 -1 4202560 711733 12864 0 0 56047 317 5 3 20 0 15 0 71571686 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355577146712 140355656675908 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=10844512 memory=3272 CPUtime=561.27 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) R 27495 27498 26438 0 -1 4202560 526787 12864 0 0 55794 325 5 3 20 0 15 0 71571686 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355576093520 140355667694311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27556] ppid=27495 vsize=10844512 memory=2956164 CPUtime=14.01 cores=1,3,5,7
/proc/27498/task/27556/stat : 27556 (java) S 27495 27498 26438 0 -1 1077944384 282730 12864 0 0 1381 12 5 3 20 0 15 0 71571687 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355134309056 140355675076309 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27557] ppid=27495 vsize=10844512 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27557/stat : 27557 (java) S 27495 27498 26438 0 -1 1077944384 42 12864 0 0 0 0 5 3 20 0 15 0 71571688 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140354565170080 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27558] ppid=27495 vsize=10844512 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27558/stat : 27558 (java) S 27495 27498 26438 0 -1 1077944384 31 12864 0 0 0 0 5 3 20 0 15 0 71571688 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140354430952576 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27559] ppid=27495 vsize=10844512 memory=15876 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27559/stat : 27559 (java) S 27495 27498 26438 0 -1 1077944384 9 12864 0 0 0 0 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140354190661360 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27560] ppid=27495 vsize=10844512 memory=16436 CPUtime=7.31 cores=1,3,5,7
/proc/27498/task/27560/stat : 27560 (java) S 27495 27498 26438 0 -1 1077944384 26986 12864 0 0 719 4 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355133258400 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27561] ppid=27495 vsize=10844512 memory=12732 CPUtime=6.82 cores=1,3,5,7
/proc/27498/task/27561/stat : 27561 (java) S 27495 27498 26438 0 -1 1077944384 23991 12864 0 0 670 4 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355132205312 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27562] ppid=27495 vsize=10844512 memory=8467588 CPUtime=2.25 cores=1,3,5,7
/proc/27498/task/27562/stat : 27562 (java) S 27495 27498 26438 0 -1 1077944384 22531 12864 0 0 214 3 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355131153312 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27563] ppid=27495 vsize=10844512 memory=1796 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27563/stat : 27563 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140354157104096 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27564] ppid=27495 vsize=10844512 memory=4128 CPUtime=0.52 cores=1,3,5,7
/proc/27498/task/27564/stat : 27564 (java) S 27495 27498 26438 0 -1 1077944384 1329 12864 0 0 22 22 5 3 20 0 15 0 71571691 11104780288 2116897 33554432000 4194304 4196468 140733003606224 140355130100144 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 2524.92 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8467588 KiB

[startup+837.202 s]
/proc/loadavg: 4.91 4.41 3.20 6/215 27585
/proc/meminfo: memFree=1093604/32770624 swapFree=67108860/67108860
[pid=27498] ppid=27495 vsize=10942820 memory=8467676 CPUtime=2526.37 cores=1,3,5,7
/proc/27498/stat : 27498 (java) S 27495 27498 26438 0 -1 1077944320 3395501 12864 0 0 251215 1414 5 3 20 0 16 0 71571676 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140733003588768 140355675066103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
/proc/27498/statm: 2735705 2116919 3533 1 0 2697358 0
[pid=27498/tid=27551] ppid=27495 vsize=10942820 memory=3 CPUtime=245.34 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) S 27495 27498 26438 0 -1 1077944384 198526 12864 0 0 24485 41 5 3 20 0 16 0 71571685 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355646897232 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=10942820 memory=8 CPUtime=561.85 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) R 27495 27498 26438 0 -1 4202560 634946 12864 0 0 55845 332 5 3 20 0 16 0 71571686 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355679308888 140355656663114 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=10942820 memory=8 CPUtime=563.16 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) R 27495 27498 26438 0 -1 4202560 960272 12864 0 0 55947 361 5 3 20 0 16 0 71571686 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355578199000 140355660125109 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=10942820 memory=8467588 CPUtime=564.07 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) R 27495 27498 26438 0 -1 4202560 712047 12864 0 0 56082 317 5 3 20 0 16 0 71571686 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355577146512 140355656662713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=10942820 memory=8467588 CPUtime=561.63 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) R 27495 27498 26438 0 -1 4202560 526794 12864 0 0 55829 326 5 3 20 0 16 0 71571686 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355576093712 140355656663114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27556] ppid=27495 vsize=10942820 memory=13567093857585738 CPUtime=14.04 cores=1,3,5,7
/proc/27498/task/27556/stat : 27556 (java) S 27495 27498 26438 0 -1 1077944384 285690 12864 0 0 1384 12 5 3 20 0 16 0 71571687 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355134308832 140355675076309 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27557] ppid=27495 vsize=10942820 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27557/stat : 27557 (java) S 27495 27498 26438 0 -1 1077944384 42 12864 0 0 0 0 5 3 20 0 16 0 71571688 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140354565170080 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27558] ppid=27495 vsize=10942820 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27558/stat : 27558 (java) S 27495 27498 26438 0 -1 1077944384 31 12864 0 0 0 0 5 3 20 0 16 0 71571688 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140354430952576 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27559] ppid=27495 vsize=10942820 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27559/stat : 27559 (java) S 27495 27498 26438 0 -1 1077944384 80 12864 0 0 0 0 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140354190661712 140355675084699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27560] ppid=27495 vsize=10942820 memory=10592 CPUtime=7.31 cores=1,3,5,7
/proc/27498/task/27560/stat : 27560 (java) S 27495 27498 26438 0 -1 1077944384 26988 12864 0 0 719 4 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355133258352 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27561] ppid=27495 vsize=10942820 memory=4616 CPUtime=6.82 cores=1,3,5,7
/proc/27498/task/27561/stat : 27561 (java) S 27495 27498 26438 0 -1 1077944384 23993 12864 0 0 670 4 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355132205552 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27562] ppid=27495 vsize=10942820 memory=1428 CPUtime=2.25 cores=1,3,5,7
/proc/27498/task/27562/stat : 27562 (java) S 27495 27498 26438 0 -1 1077944384 22533 12864 0 0 214 3 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355131153264 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27563] ppid=27495 vsize=10942820 memory=15876 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27563/stat : 27563 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140354157104096 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27564] ppid=27495 vsize=10942820 memory=16436 CPUtime=0.52 cores=1,3,5,7
/proc/27498/task/27564/stat : 27564 (java) S 27495 27498 26438 0 -1 1077944384 1329 12864 0 0 22 22 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355130100144 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 2526.37 s
Current children cumulated vsize: 10942820 KiB
Current children cumulated memory: 8467676 KiB

[startup+837.602 s]
/proc/loadavg: 4.91 4.41 3.20 6/215 27585
/proc/meminfo: memFree=1093604/32770624 swapFree=67108860/67108860
[pid=27498] ppid=27495 vsize=10942820 memory=8467676 CPUtime=2527.97 cores=1,3,5,7
/proc/27498/stat : 27498 (java) S 27495 27498 26438 0 -1 1077944320 3395514 12864 0 0 251375 1414 5 3 20 0 16 0 71571676 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140733003588768 140355675066103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
/proc/27498/statm: 2735705 2116919 3533 1 0 2697358 0
[pid=27498/tid=27551] ppid=27495 vsize=10942820 memory=4048 CPUtime=245.34 cores=1,3,5,7
/proc/27498/task/27551/stat : 27551 (java) S 27495 27498 26438 0 -1 1077944384 198526 12864 0 0 24485 41 5 3 20 0 16 0 71571685 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355646897232 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27552] ppid=27495 vsize=10942820 memory=1796 CPUtime=562.25 cores=1,3,5,7
/proc/27498/task/27552/stat : 27552 (java) R 27495 27498 26438 0 -1 4202560 634946 12864 0 0 55885 332 5 3 20 0 16 0 71571686 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355679308888 140355660051399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27553] ppid=27495 vsize=10942820 memory=636 CPUtime=563.56 cores=1,3,5,7
/proc/27498/task/27553/stat : 27553 (java) R 27495 27498 26438 0 -1 4202560 960272 12864 0 0 55987 361 5 3 20 0 16 0 71571686 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355578199000 140355656662561 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27554] ppid=27495 vsize=10942820 memory=796 CPUtime=564.47 cores=1,3,5,7
/proc/27498/task/27554/stat : 27554 (java) R 27495 27498 26438 0 -1 4202560 712060 12864 0 0 56122 317 5 3 20 0 16 0 71571686 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355577146512 140355659520155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27555] ppid=27495 vsize=10942820 memory=5408 CPUtime=562.03 cores=1,3,5,7
/proc/27498/task/27555/stat : 27555 (java) R 27495 27498 26438 0 -1 4202560 526794 12864 0 0 55869 326 5 3 20 0 16 0 71571686 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355576093712 140355656663114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27556] ppid=27495 vsize=10942820 memory=1008 CPUtime=14.04 cores=1,3,5,7
/proc/27498/task/27556/stat : 27556 (java) S 27495 27498 26438 0 -1 1077944384 285690 12864 0 0 1384 12 5 3 20 0 16 0 71571687 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355134308832 140355675076309 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27557] ppid=27495 vsize=10942820 memory=9992 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27557/stat : 27557 (java) S 27495 27498 26438 0 -1 1077944384 42 12864 0 0 0 0 5 3 20 0 16 0 71571688 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140354565170080 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27558] ppid=27495 vsize=10942820 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27558/stat : 27558 (java) S 27495 27498 26438 0 -1 1077944384 31 12864 0 0 0 0 5 3 20 0 16 0 71571688 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140354430952576 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27559] ppid=27495 vsize=10942820 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27559/stat : 27559 (java) S 27495 27498 26438 0 -1 1077944384 80 12864 0 0 0 0 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140354190661712 140355675084699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27560] ppid=27495 vsize=10942820 memory=1200 CPUtime=7.31 cores=1,3,5,7
/proc/27498/task/27560/stat : 27560 (java) S 27495 27498 26438 0 -1 1077944384 26988 12864 0 0 719 4 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355133258352 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27561] ppid=27495 vsize=10942820 memory=10592 CPUtime=6.82 cores=1,3,5,7
/proc/27498/task/27561/stat : 27561 (java) S 27495 27498 26438 0 -1 1077944384 23993 12864 0 0 670 4 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355132205552 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27562] ppid=27495 vsize=10942820 memory=4616 CPUtime=2.25 cores=1,3,5,7
/proc/27498/task/27562/stat : 27562 (java) S 27495 27498 26438 0 -1 1077944384 22533 12864 0 0 214 3 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355131153264 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27563] ppid=27495 vsize=10942820 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/27498/task/27563/stat : 27563 (java) S 27495 27498 26438 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140354157104096 140355675076309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
[pid=27498/tid=27564] ppid=27495 vsize=10942820 memory=15876 CPUtime=0.52 cores=1,3,5,7
/proc/27498/task/27564/stat : 27564 (java) S 27495 27498 26438 0 -1 1077944384 1329 12864 0 0 22 22 5 3 20 0 16 0 71571691 11205447680 2116919 33554432000 4194304 4196468 140733003606224 140355130100144 140355675077250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29028352 140733003614379 140733003617628 140733003617628 140733003620303 0
Current children cumulated CPU time: 2527.97 s
Current children cumulated vsize: 10942820 KiB
Current children cumulated memory: 8467676 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 837.709
CPU time (s): 2528.12
CPU user time (s): 2513.85
CPU system time (s): 14.275
CPU usage (%): 301.79
Max. virtual memory (cumulated for all children) (KiB): 10942820
Max. memory (cumulated for all children) (KiB): 8467676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.85
system time used= 14.275
maximum resident set size= 8467944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3408380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72904
involuntary context switches= 32520


# summary of solver processes directly reported to runsolver:
#   pid: 27498
#   total CPU time (s): 2528.12
#   total CPU user time (s): 2513.85
#   total CPU system time (s): 14.275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.98571 second user time and 8.391 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-25 19:34:45
IDJOB=4295215
IDBENCH=141493
IDSOLVER=2751
FILE ID=node139/4295215-1532540085
RUNJOBID= node139-1532535188-26470
PBS_JOBID= 21021948
Free space on /tmp= 38792 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-50_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295215-1532540085/watcher-4295215-1532540085 -o /tmp/evaluation-result-4295215-1532540085/solver-4295215-1532540085 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26470 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1560902990 -superng HOME/instance-4295215-1532540085.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 65d9088e6e3c6b500cf18d234bd8e6c7
RANDOM SEED=1560902990

node139.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.80
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.80
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.80
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.80
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:         9036552 kB
MemAvailable:   28967456 kB
Buffers:          217664 kB
Cached:         19658432 kB
SwapCached:            0 kB
Active:          5818328 kB
Inactive:       17052660 kB
Active(anon):    2945444 kB
Inactive(anon):    77508 kB
Active(file):    2872884 kB
Inactive(file): 16975152 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4748 kB
Writeback:         36880 kB
AnonPages:       2981664 kB
Mapped:            53040 kB
Shmem:             25228 kB
Slab:             558800 kB
SReclaimable:     511328 kB
SUnreclaim:        47472 kB
KernelStack:        3632 kB
PageTables:        10988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4250020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2795520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38764 MiB
End job on node139 at 2018-07-25 19:48:43