Trace number 4295214

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 2018-06-13? (TO) 2527.88 837.966

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.75	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 (8143 MiB free)
  memory of node 1: 16384 MiB (9947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295214-1532536847/watcher-4295214-1532536847 -o /tmp/evaluation-result-4295214-1532536847/solver-4295214-1532536847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1297137196 HOME/instance-4295214-1532536847.xml 

running on 4 cores: 0,2,4,6

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=27383, runsolver pid=27380

[startup+0.100065 s]*
/proc/loadavg: 2.08 1.79 1.62 3/206 27440
/proc/meminfo: memFree=18519728/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 4391 12922 0 0 1 0 5 3 20 0 6 0 71247879 10212057088 4269 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2493178 4269 1934 1 0 2481616 0
[pid=27383/tid=27436] ppid=27380 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) R 27380 27383 24385 0 -1 4202560 2200 12922 0 0 1 0 5 3 20 0 6 0 71247888 10212057088 4269 33554432000 4194304 4196468 140721345266032 140641351926352 140641364170078 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 6 0 71247888 10212057088 4269 33554432000 4194304 4196468 140721345266032 140641384331536 140641380099797 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=9972712 memory=140506264376960 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 6 0 71247888 10212057088 4269 33554432000 4194304 4196468 140721345266032 140641272605072 140641380099797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 6 0 71247888 10212057088 4269 33554432000 4194304 4196468 140721345266032 140641271552528 140641380099797 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) S 27380 27383 24385 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 6 0 71247888 10212057088 4269 33554432000 4194304 4196468 140721345266032 140641270499984 140641380099797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210792 s]*
/proc/loadavg: 2.08 1.79 1.62 5/215 27449
/proc/meminfo: memFree=18499500/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=10818904 memory=38516 CPUtime=0.26 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 7392 12922 0 0 17 1 5 3 20 0 15 0 71247879 11078557696 9629 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2704726 9629 2949 1 0 2667149 0
[pid=27383/tid=27436] ppid=27380 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) R 27380 27383 24385 0 -1 4202560 3962 12922 0 0 10 1 5 3 20 0 15 0 71247888 11078557696 9695 33554432000 4194304 4196468 140721345266032 140641351906704 140641360365340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=10818904 memory=331 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11078557696 9695 33554432000 4194304 4196468 140721345266032 140641384331536 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=10818904 memory=140506264770218 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11078557696 9695 33554432000 4194304 4196468 140721345266032 140641272605072 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11078557696 9695 33554432000 4194304 4196468 140721345266032 140641271552528 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) S 27380 27383 24385 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 71247888 11078557696 9695 33554432000 4194304 4196468 140721345266032 140641270499984 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27441] ppid=27380 vsize=10818904 memory=140506264376960 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27441/stat : 27441 (java) S 27380 27383 24385 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 71247890 11078557696 9695 33554432000 4194304 4196468 140721345266032 140640838953456 140641380100738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27442] ppid=27380 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27442/stat : 27442 (java) S 27380 27383 24385 0 -1 1077944384 33 12922 0 0 0 0 5 3 20 0 15 0 71247890 11078557696 9695 33554432000 4194304 4196468 140721345266032 140640837899680 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27443] ppid=27380 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27443/stat : 27443 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247890 11078557696 9695 33554432000 4194304 4196468 140721345266032 140640247604720 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27444] ppid=27380 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27444/stat : 27444 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11078557696 9695 33554432000 4194304 4196468 140721345266032 140639940205264 140641380108187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27445] ppid=27380 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27383/task/27445/stat : 27445 (java) S 27380 27383 24385 0 -1 1077944384 483 12922 0 0 1 0 5 3 20 0 15 0 71247893 11078557696 9695 33554432000 4194304 4196468 140721345266032 140640804341744 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27446] ppid=27380 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27446/stat : 27446 (java) S 27380 27383 24385 0 -1 1077944384 130 12922 0 0 0 0 5 3 20 0 15 0 71247893 11078557696 9695 33554432000 4194304 4196468 140721345266032 140640803289200 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27447] ppid=27380 vsize=10818904 memory=140506264376960 CPUtime=0.11 cores=0,2,4,6
/proc/27383/task/27447/stat : 27447 (java) S 27380 27383 24385 0 -1 1077944384 603 12922 0 0 3 0 5 3 20 0 15 0 71247893 11078557696 9761 33554432000 4194304 4196468 140721345266032 140640802236656 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27448] ppid=27380 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27448/stat : 27448 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11078557696 9761 33554432000 4194304 4196468 140721345266032 140639906646624 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27449] ppid=27380 vsize=10818904 memory=140506264376960 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27449/stat : 27449 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247894 11078557696 9761 33554432000 4194304 4196468 140721345266032 140640801184560 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 38516 KiB

[startup+0.310296 s]*
/proc/loadavg: 2.08 1.79 1.62 3/215 27449
/proc/meminfo: memFree=18488212/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=10819352 memory=51964 CPUtime=0.39 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 10585 12922 0 0 28 3 5 3 20 0 15 0 71247879 11079016448 12991 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2704838 12991 3068 1 0 2667149 0
[pid=27383/tid=27436] ppid=27380 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) R 27380 27383 24385 0 -1 4202560 7134 12922 0 0 19 2 5 3 20 0 15 0 71247888 11079016448 12991 33554432000 4194304 4196468 140721345266032 140641351901600 140641360365371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11079016448 12991 33554432000 4194304 4196468 140721345266032 140641384331536 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11079016448 12991 33554432000 4194304 4196468 140721345266032 140641272605072 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11079016448 12991 33554432000 4194304 4196468 140721345266032 140641271552528 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) S 27380 27383 24385 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 71247888 11079016448 12991 33554432000 4194304 4196468 140721345266032 140641270499984 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27441] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27441/stat : 27441 (java) S 27380 27383 24385 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 71247890 11079016448 12991 33554432000 4194304 4196468 140721345266032 140640838953456 140641380100738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27442] ppid=27380 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27442/stat : 27442 (java) S 27380 27383 24385 0 -1 1077944384 33 12922 0 0 0 0 5 3 20 0 15 0 71247890 11079016448 12991 33554432000 4194304 4196468 140721345266032 140640837899680 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27443] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27443/stat : 27443 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247890 11079016448 12991 33554432000 4194304 4196468 140721345266032 140640247604720 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27444] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27444/stat : 27444 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11079016448 12991 33554432000 4194304 4196468 140721345266032 140639940205264 140641380108187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27445] ppid=27380 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27383/task/27445/stat : 27445 (java) S 27380 27383 24385 0 -1 1077944384 484 12922 0 0 2 0 5 3 20 0 15 0 71247893 11079016448 13057 33554432000 4194304 4196468 140721345266032 140640804341744 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27446] ppid=27380 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27383/task/27446/stat : 27446 (java) S 27380 27383 24385 0 -1 1077944384 130 12922 0 0 1 0 5 3 20 0 15 0 71247893 11079016448 13057 33554432000 4194304 4196468 140721345266032 140640803289200 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27447] ppid=27380 vsize=10819352 memory=140506264376960 CPUtime=0.12 cores=0,2,4,6
/proc/27383/task/27447/stat : 27447 (java) S 27380 27383 24385 0 -1 1077944384 613 12922 0 0 4 0 5 3 20 0 15 0 71247893 11079016448 13057 33554432000 4194304 4196468 140721345266032 140640802236656 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27448] ppid=27380 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27448/stat : 27448 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11079016448 13057 33554432000 4194304 4196468 140721345266032 140639906646624 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27449] ppid=27380 vsize=10819352 memory=140506264376960 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27449/stat : 27449 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247894 11079016448 13057 33554432000 4194304 4196468 140721345266032 140640801184560 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51964 KiB

[startup+0.700772 s]
/proc/loadavg: 2.08 1.79 1.62 3/215 27449
/proc/meminfo: memFree=18477172/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=10819352 memory=84456 CPUtime=0.99 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 16787 12922 0 0 87 4 5 3 20 0 15 0 71247879 11079016448 21114 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2704838 21114 3237 1 0 2667149 0
[pid=27383/tid=27436] ppid=27380 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) R 27380 27383 24385 0 -1 4202560 12300 12922 0 0 55 3 5 3 20 0 15 0 71247888 11079016448 21114 33554432000 4194304 4196468 140721345266032 140641351912592 140641364170078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11079016448 21114 33554432000 4194304 4196468 140721345266032 140641384331536 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11079016448 21114 33554432000 4194304 4196468 140721345266032 140641272605072 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=10819352 memory=140506164245264 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247888 11079016448 21114 33554432000 4194304 4196468 140721345266032 140641271552528 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=10819352 memory=140509855089236 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) S 27380 27383 24385 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 71247888 11079016448 21114 33554432000 4194304 4196468 140721345266032 140641270499984 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27441] ppid=27380 vsize=10819352 memory=8540 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27441/stat : 27441 (java) S 27380 27383 24385 0 -1 1077944384 5 12922 0 0 0 0 5 3 20 0 15 0 71247890 11079016448 21114 33554432000 4194304 4196468 140721345266032 140640838953456 140641380100738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27442] ppid=27380 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27442/stat : 27442 (java) S 27380 27383 24385 0 -1 1077944384 33 12922 0 0 0 0 5 3 20 0 15 0 71247890 11079016448 21114 33554432000 4194304 4196468 140721345266032 140640837899680 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27443] ppid=27380 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27443/stat : 27443 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247890 11079016448 21114 33554432000 4194304 4196468 140721345266032 140640247604720 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27444] ppid=27380 vsize=10819352 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27444/stat : 27444 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11079016448 21114 33554432000 4194304 4196468 140721345266032 140639940205264 140641380108187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27445] ppid=27380 vsize=10819352 memory=12784 CPUtime=0.16 cores=0,2,4,6
/proc/27383/task/27445/stat : 27445 (java) S 27380 27383 24385 0 -1 1077944384 837 12922 0 0 8 0 5 3 20 0 15 0 71247893 11079016448 21114 33554432000 4194304 4196468 140721345266032 140640804341744 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27446] ppid=27380 vsize=10819352 memory=4008 CPUtime=0.17 cores=0,2,4,6
/proc/27383/task/27446/stat : 27446 (java) S 27380 27383 24385 0 -1 1077944384 751 12922 0 0 9 0 5 3 20 0 15 0 71247893 11079016448 21114 33554432000 4194304 4196468 140721345266032 140640803289200 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27447] ppid=27380 vsize=10819352 memory=1796 CPUtime=0.2 cores=0,2,4,6
/proc/27383/task/27447/stat : 27447 (java) S 27380 27383 24385 0 -1 1077944384 661 12922 0 0 12 0 5 3 20 0 15 0 71247893 11079016448 21114 33554432000 4194304 4196468 140721345266032 140640802236656 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27448] ppid=27380 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27448/stat : 27448 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11079016448 21114 33554432000 4194304 4196468 140721345266032 140639906646624 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27449] ppid=27380 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27449/stat : 27449 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247894 11079016448 21114 33554432000 4194304 4196468 140721345266032 140640801184560 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84456 KiB

[startup+1.50087 s]
/proc/loadavg: 2.08 1.79 1.62 3/215 27449
/proc/meminfo: memFree=18433376/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=10828032 memory=314060 CPUtime=2.76 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 22262 12922 0 0 246 22 5 3 20 0 15 0 71247879 11087904768 78515 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2707008 78515 3442 1 0 2668685 0
[pid=27383/tid=27436] ppid=27380 vsize=10828032 memory=61260 CPUtime=1.37 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) R 27380 27383 24385 0 -1 4202560 14644 12922 0 0 123 6 5 3 20 0 15 0 71247888 11087904768 78515 33554432000 4194304 4196468 140721345266032 140641351925088 140641380111517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=10828032 memory=6791534058613427641 CPUtime=0.16 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) S 27380 27383 24385 0 -1 1077944384 339 12922 0 0 5 3 5 3 20 0 15 0 71247888 11087904768 78515 33554432000 4194304 4196468 140721345266032 140641384331536 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=10828032 memory=281012328521888 CPUtime=0.16 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) S 27380 27383 24385 0 -1 1077944384 95 12922 0 0 5 3 5 3 20 0 15 0 71247888 11087904768 78515 33554432000 4194304 4196468 140721345266032 140641272605072 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=10828032 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) S 27380 27383 24385 0 -1 1077944384 59 12922 0 0 5 3 5 3 20 0 15 0 71247888 11087904768 78515 33554432000 4194304 4196468 140721345266032 140641271552528 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=10828032 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) S 27380 27383 24385 0 -1 1077944384 135 12922 0 0 5 3 5 3 20 0 15 0 71247888 11087904768 78515 33554432000 4194304 4196468 140721345266032 140641270499984 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27441] ppid=27380 vsize=10828032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27441/stat : 27441 (java) S 27380 27383 24385 0 -1 1077944384 93 12922 0 0 0 0 5 3 20 0 15 0 71247890 11087904768 78515 33554432000 4194304 4196468 140721345266032 140640838953456 140641380100738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27442] ppid=27380 vsize=10828032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27442/stat : 27442 (java) S 27380 27383 24385 0 -1 1077944384 34 12922 0 0 0 0 5 3 20 0 15 0 71247890 11087904768 78515 33554432000 4194304 4196468 140721345266032 140640837899744 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27443] ppid=27380 vsize=10828032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27443/stat : 27443 (java) S 27380 27383 24385 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 71247890 11087904768 78515 33554432000 4194304 4196468 140721345266032 140640247604720 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27444] ppid=27380 vsize=10828032 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27444/stat : 27444 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11087904768 78515 33554432000 4194304 4196468 140721345266032 140639940205264 140641380108187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27445] ppid=27380 vsize=10828032 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/27383/task/27445/stat : 27445 (java) S 27380 27383 24385 0 -1 1077944384 2036 12922 0 0 35 0 5 3 20 0 15 0 71247893 11087904768 78515 33554432000 4194304 4196468 140721345266032 140640804341744 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27446] ppid=27380 vsize=10828032 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/27383/task/27446/stat : 27446 (java) S 27380 27383 24385 0 -1 1077944384 1578 12922 0 0 35 0 5 3 20 0 15 0 71247893 11087904768 78515 33554432000 4194304 4196468 140721345266032 140640803289200 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27447] ppid=27380 vsize=10828032 memory=6791534058613427641 CPUtime=0.36 cores=0,2,4,6
/proc/27383/task/27447/stat : 27447 (java) S 27380 27383 24385 0 -1 1077944384 1051 12922 0 0 28 0 5 3 20 0 15 0 71247893 11087904768 78515 33554432000 4194304 4196468 140721345266032 140640802236656 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27448] ppid=27380 vsize=10828032 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27448/stat : 27448 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11087904768 78515 33554432000 4194304 4196468 140721345266032 140639906646624 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27449] ppid=27380 vsize=10828032 memory=281012328766336 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27449/stat : 27449 (java) S 27380 27383 24385 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 71247894 11087904768 78515 33554432000 4194304 4196468 140721345266032 140640801184560 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 10828032 KiB

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


[startup+837.966 s]
# the end of solver process 27383 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.87 s, system=13.0045 s

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

[startup+836.801 s]
/proc/loadavg: 4.68 4.20 3.03 6/215 27469
/proc/meminfo: memFree=9740444/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=10844512 memory=8447032 CPUtime=2523.53 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 1561359 12922 0 0 251055 1290 5 3 20 0 15 0 71247879 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2711128 2111758 3538 1 0 2672781 0
[pid=27383/tid=27436] ppid=27380 vsize=10844512 memory=15876 CPUtime=247.2 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) S 27380 27383 24385 0 -1 1077944384 239249 12922 0 0 24674 38 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641351923680 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=10844512 memory=6791534058613427641 CPUtime=563.73 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) R 27380 27383 24385 0 -1 4202560 409301 12922 0 0 56067 298 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641384331120 140641372717799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=10844512 memory=12788 CPUtime=560.98 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) R 27380 27383 24385 0 -1 4202560 117528 12922 0 0 55783 307 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641272604656 140641372717799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=10844512 memory=6791534058613427641 CPUtime=559.14 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) R 27380 27383 24385 0 -1 4202560 147003 12922 0 0 55585 321 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641271552424 140641372717799 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=10844512 memory=8447032 CPUtime=563.79 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) R 27380 27383 24385 0 -1 4202560 333786 12922 0 0 56079 292 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641270500184 140641361686602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27441] ppid=27380 vsize=10844512 memory=21616 CPUtime=12.89 cores=0,2,4,6
/proc/27383/task/27441/stat : 27441 (java) S 27380 27383 24385 0 -1 1077944384 240630 12922 0 0 1270 11 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640838951776 140641380099797 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27442] ppid=27380 vsize=10844512 memory=2436 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27442/stat : 27442 (java) S 27380 27383 24385 0 -1 1077944384 93 12922 0 0 0 0 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640837899808 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27443] ppid=27380 vsize=10844512 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27443/stat : 27443 (java) S 27380 27383 24385 0 -1 1077944384 21 12922 0 0 0 0 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640247604736 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27444] ppid=27380 vsize=10844512 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27444/stat : 27444 (java) S 27380 27383 24385 0 -1 1077944384 15 12922 0 0 0 0 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140639940204912 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27445] ppid=27380 vsize=10844512 memory=7233159677572900708 CPUtime=6.98 cores=0,2,4,6
/proc/27383/task/27445/stat : 27445 (java) S 27380 27383 24385 0 -1 1077944384 22985 12922 0 0 688 2 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640804341504 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27446] ppid=27380 vsize=10844512 memory=7233159694819684200 CPUtime=6.69 cores=0,2,4,6
/proc/27383/task/27446/stat : 27446 (java) S 27380 27383 24385 0 -1 1077944384 20200 12922 0 0 658 3 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640803289248 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27447] ppid=27380 vsize=10844512 memory=7233159677573033059 CPUtime=2.23 cores=0,2,4,6
/proc/27383/task/27447/stat : 27447 (java) S 27380 27383 24385 0 -1 1077944384 26586 12922 0 0 212 3 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640802236704 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27448] ppid=27380 vsize=10844512 memory=6371021632532210785 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27448/stat : 27448 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140639906646624 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27449] ppid=27380 vsize=10844512 memory=4008 CPUtime=0.48 cores=0,2,4,6
/proc/27383/task/27449/stat : 27449 (java) S 27380 27383 24385 0 -1 1077944384 1768 12922 0 0 21 19 5 3 20 0 15 0 71247894 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640801184560 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 2523.53 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8447032 KiB

[startup+837.601 s]
/proc/loadavg: 4.68 4.20 3.03 6/215 27469
/proc/meminfo: memFree=9740444/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=10844512 memory=8447032 CPUtime=2526.62 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 1561361 12922 0 0 251364 1290 5 3 20 0 15 0 71247879 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2711128 2111758 3538 1 0 2672781 0
[pid=27383/tid=27436] ppid=27380 vsize=10844512 memory=1428 CPUtime=247.2 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) S 27380 27383 24385 0 -1 1077944384 239249 12922 0 0 24674 38 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641351923680 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=10844512 memory=13048 CPUtime=564.5 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) R 27380 27383 24385 0 -1 4202560 409301 12922 0 0 56144 298 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641384331120 140641372717799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=10844512 memory=1696 CPUtime=561.74 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) R 27380 27383 24385 0 -1 4202560 117528 12922 0 0 55859 307 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641272604656 140641372717799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=10844512 memory=1232 CPUtime=559.89 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) R 27380 27383 24385 0 -1 4202560 147003 12922 0 0 55660 321 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641271552424 140641372717799 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=10844512 memory=1948 CPUtime=564.59 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) R 27380 27383 24385 0 -1 4202560 333788 12922 0 0 56159 292 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641270500184 140641364787230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27441] ppid=27380 vsize=10844512 memory=1200 CPUtime=12.89 cores=0,2,4,6
/proc/27383/task/27441/stat : 27441 (java) S 27380 27383 24385 0 -1 1077944384 240630 12922 0 0 1270 11 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640838951776 140641380099797 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27442] ppid=27380 vsize=10844512 memory=8540 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27442/stat : 27442 (java) S 27380 27383 24385 0 -1 1077944384 93 12922 0 0 0 0 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640837899808 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27443] ppid=27380 vsize=10844512 memory=800 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27443/stat : 27443 (java) S 27380 27383 24385 0 -1 1077944384 21 12922 0 0 0 0 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640247604736 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27444] ppid=27380 vsize=10844512 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27444/stat : 27444 (java) S 27380 27383 24385 0 -1 1077944384 15 12922 0 0 0 0 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140639940204912 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27445] ppid=27380 vsize=10844512 memory=21616 CPUtime=6.98 cores=0,2,4,6
/proc/27383/task/27445/stat : 27445 (java) S 27380 27383 24385 0 -1 1077944384 22985 12922 0 0 688 2 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640804341504 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27446] ppid=27380 vsize=10844512 memory=2436 CPUtime=6.69 cores=0,2,4,6
/proc/27383/task/27446/stat : 27446 (java) S 27380 27383 24385 0 -1 1077944384 20200 12922 0 0 658 3 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640803289248 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27447] ppid=27380 vsize=10844512 memory=1296 CPUtime=2.23 cores=0,2,4,6
/proc/27383/task/27447/stat : 27447 (java) S 27380 27383 24385 0 -1 1077944384 26586 12922 0 0 212 3 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640802236704 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27448] ppid=27380 vsize=10844512 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27448/stat : 27448 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140639906646624 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27449] ppid=27380 vsize=10844512 memory=1008 CPUtime=0.48 cores=0,2,4,6
/proc/27383/task/27449/stat : 27449 (java) S 27380 27383 24385 0 -1 1077944384 1768 12922 0 0 21 19 5 3 20 0 15 0 71247894 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640801184560 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 2526.62 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8447032 KiB

[startup+837.801 s]
/proc/loadavg: 4.68 4.20 3.03 6/215 27469
/proc/meminfo: memFree=9740444/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=10844512 memory=8447032 CPUtime=2527.4 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 1561361 12922 0 0 251441 1291 5 3 20 0 15 0 71247879 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2711128 2111758 3538 1 0 2672781 0
[pid=27383/tid=27436] ppid=27380 vsize=10844512 memory=8447032 CPUtime=247.2 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) S 27380 27383 24385 0 -1 1077944384 239249 12922 0 0 24674 38 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641351923680 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=10844512 memory=4124 CPUtime=564.69 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) S 27380 27383 24385 0 -1 1077944384 409301 12922 0 0 56163 298 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641384331120 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=10844512 memory=2200 CPUtime=561.93 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) R 27380 27383 24385 0 -1 4202560 117528 12922 0 0 55878 307 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641272604656 140641372717799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=10844512 memory=4872558044660077418 CPUtime=560.09 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) R 27380 27383 24385 0 -1 4202560 147003 12922 0 0 55679 322 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641271552424 140641372717799 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=10844512 memory=8447032 CPUtime=564.79 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) R 27380 27383 24385 0 -1 4202560 333788 12922 0 0 56179 292 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641270500184 140641364787343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27441] ppid=27380 vsize=10844512 memory=4124 CPUtime=12.89 cores=0,2,4,6
/proc/27383/task/27441/stat : 27441 (java) S 27380 27383 24385 0 -1 1077944384 240630 12922 0 0 1270 11 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640838951776 140641380099797 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27442] ppid=27380 vsize=10844512 memory=8447032 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27442/stat : 27442 (java) S 27380 27383 24385 0 -1 1077944384 93 12922 0 0 0 0 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640837899808 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27443] ppid=27380 vsize=10844512 memory=7528 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27443/stat : 27443 (java) S 27380 27383 24385 0 -1 1077944384 21 12922 0 0 0 0 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640247604736 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27444] ppid=27380 vsize=10844512 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27444/stat : 27444 (java) S 27380 27383 24385 0 -1 1077944384 15 12922 0 0 0 0 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140639940204912 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27445] ppid=27380 vsize=10844512 memory=8540 CPUtime=6.98 cores=0,2,4,6
/proc/27383/task/27445/stat : 27445 (java) S 27380 27383 24385 0 -1 1077944384 22985 12922 0 0 688 2 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640804341504 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27446] ppid=27380 vsize=10844512 memory=800 CPUtime=6.69 cores=0,2,4,6
/proc/27383/task/27446/stat : 27446 (java) S 27380 27383 24385 0 -1 1077944384 20200 12922 0 0 658 3 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640803289248 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27447] ppid=27380 vsize=10844512 memory=15876 CPUtime=2.23 cores=0,2,4,6
/proc/27383/task/27447/stat : 27447 (java) S 27380 27383 24385 0 -1 1077944384 26586 12922 0 0 212 3 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640802236704 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27448] ppid=27380 vsize=10844512 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27448/stat : 27448 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140639906646624 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27449] ppid=27380 vsize=10844512 memory=12788 CPUtime=0.48 cores=0,2,4,6
/proc/27383/task/27449/stat : 27449 (java) S 27380 27383 24385 0 -1 1077944384 1768 12922 0 0 21 19 5 3 20 0 15 0 71247894 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640801184560 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 2527.4 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8447032 KiB

[startup+837.901 s]
/proc/loadavg: 4.68 4.20 3.03 6/215 27469
/proc/meminfo: memFree=9740444/32770624 swapFree=67108860/67108860
[pid=27383] ppid=27380 vsize=10844512 memory=8447032 CPUtime=2527.79 cores=0,2,4,6
/proc/27383/stat : 27383 (java) S 27380 27383 24385 0 -1 1077944320 1561362 12922 0 0 251480 1291 5 3 20 0 15 0 71247879 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140721345248576 140641380089591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
/proc/27383/statm: 2711128 2111758 3538 1 0 2672781 0
[pid=27383/tid=27436] ppid=27380 vsize=10844512 memory=8447032 CPUtime=247.2 cores=0,2,4,6
/proc/27383/task/27436/stat : 27436 (java) S 27380 27383 24385 0 -1 1077944384 239249 12922 0 0 24674 38 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641351923680 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27437] ppid=27380 vsize=10844512 memory=8447032 CPUtime=564.79 cores=0,2,4,6
/proc/27383/task/27437/stat : 27437 (java) R 27380 27383 24385 0 -1 4202560 409301 12922 0 0 56173 298 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641384331120 140641372717799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27438] ppid=27380 vsize=10844512 memory=8447028 CPUtime=562.03 cores=0,2,4,6
/proc/27383/task/27438/stat : 27438 (java) R 27380 27383 24385 0 -1 4202560 117528 12922 0 0 55888 307 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641272604656 140641372717799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27439] ppid=27380 vsize=10844512 memory=8447028 CPUtime=560.19 cores=0,2,4,6
/proc/27383/task/27439/stat : 27439 (java) R 27380 27383 24385 0 -1 4202560 147003 12922 0 0 55689 322 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641271552424 140641372717799 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27440] ppid=27380 vsize=10844512 memory=8447032 CPUtime=564.89 cores=0,2,4,6
/proc/27383/task/27440/stat : 27440 (java) R 27380 27383 24385 0 -1 4202560 333789 12922 0 0 56189 292 5 3 20 0 15 0 71247888 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140641270500184 140641361686139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27441] ppid=27380 vsize=10844512 memory=8447032 CPUtime=12.89 cores=0,2,4,6
/proc/27383/task/27441/stat : 27441 (java) S 27380 27383 24385 0 -1 1077944384 240630 12922 0 0 1270 11 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640838951776 140641380099797 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27442] ppid=27380 vsize=10844512 memory=8447032 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27442/stat : 27442 (java) S 27380 27383 24385 0 -1 1077944384 93 12922 0 0 0 0 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640837899808 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27443] ppid=27380 vsize=10844512 memory=8447032 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27443/stat : 27443 (java) S 27380 27383 24385 0 -1 1077944384 21 12922 0 0 0 0 5 3 20 0 15 0 71247890 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640247604736 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27444] ppid=27380 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27444/stat : 27444 (java) S 27380 27383 24385 0 -1 1077944384 15 12922 0 0 0 0 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140639940204912 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27445] ppid=27380 vsize=10844512 memory=8447032 CPUtime=6.98 cores=0,2,4,6
/proc/27383/task/27445/stat : 27445 (java) S 27380 27383 24385 0 -1 1077944384 22985 12922 0 0 688 2 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640804341504 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27446] ppid=27380 vsize=10844512 memory=956 CPUtime=6.69 cores=0,2,4,6
/proc/27383/task/27446/stat : 27446 (java) S 27380 27383 24385 0 -1 1077944384 20200 12922 0 0 658 3 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640803289248 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27447] ppid=27380 vsize=10844512 memory=4140 CPUtime=2.23 cores=0,2,4,6
/proc/27383/task/27447/stat : 27447 (java) S 27380 27383 24385 0 -1 1077944384 26586 12922 0 0 212 3 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640802236704 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27448] ppid=27380 vsize=10844512 memory=21616 CPUtime=0.08 cores=0,2,4,6
/proc/27383/task/27448/stat : 27448 (java) S 27380 27383 24385 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 71247893 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140639906646624 140641380099797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
[pid=27383/tid=27449] ppid=27380 vsize=10844512 memory=8447032 CPUtime=0.48 cores=0,2,4,6
/proc/27383/task/27449/stat : 27449 (java) S 27380 27383 24385 0 -1 1077944384 1768 12922 0 0 21 19 5 3 20 0 15 0 71247894 11104780288 2111758 33554432000 4194304 4196468 140721345266032 140640801184560 140641380100738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18903040 140721345272430 140721345275228 140721345275228 140721345277903 0
Current children cumulated CPU time: 2527.79 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8447032 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 837.966
CPU time (s): 2527.88
CPU user time (s): 2514.87
CPU system time (s): 13.0045
CPU usage (%): 301.668
Max. virtual memory (cumulated for all children) (KiB): 10844512
Max. memory (cumulated for all children) (KiB): 8447032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.87
system time used= 13.0045
maximum resident set size= 8447152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1574293
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74304
involuntary context switches= 32063


# summary of solver processes directly reported to runsolver:
#   pid: 27383
#   total CPU time (s): 2527.88
#   total CPU user time (s): 2514.87
#   total CPU system time (s): 13.0045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.90576 second user time and 8.13529 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 18:40:47
IDJOB=4295214
IDBENCH=141493
IDSOLVER=2750
FILE ID=node136/4295214-1532536847
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55888 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-50_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295214-1532536847/watcher-4295214-1532536847 -o /tmp/evaluation-result-4295214-1532536847/solver-4295214-1532536847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1297137196 HOME/instance-4295214-1532536847.xml

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

MD5SUM BENCH= 65d9088e6e3c6b500cf18d234bd8e6c7
RANDOM SEED=1297137196

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18526712 kB
MemAvailable:   28988616 kB
Buffers:          215820 kB
Cached:         10476592 kB
SwapCached:            0 kB
Active:          5532672 kB
Inactive:        8151984 kB
Active(anon):    2943492 kB
Inactive(anon):    76688 kB
Active(file):    2589180 kB
Inactive(file):  8075296 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43368 kB
Writeback:             0 kB
AnonPages:       2999496 kB
Mapped:            53020 kB
Shmem:             25228 kB
Slab:             252836 kB
SReclaimable:     225888 kB
SUnreclaim:        26948 kB
KernelStack:        3504 kB
PageTables:        11036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4244148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2822144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55864 MiB
End job on node136 at 2018-07-25 18:54:45