Trace number 4304644

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.9.2-SuperNG? (TO) 2522.11 2348.25

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.98/0.75	c Concrete v3.9.2.1532736233296 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 (4337 MiB free)
  memory of node 1: 16384 MiB (10425 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304644-1534122949/watcher-4304644-1534122949 -o /tmp/evaluation-result-4304644-1534122949/solver-4304644-1534122949 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7007 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1226033507 -superng HOME/instance-4304644-1534122949.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=12199, runsolver pid=12196

[startup+0.100062 s]*
/proc/loadavg: 1.52 1.42 1.47 3/210 12256
/proc/meminfo: memFree=15114044/32770624 swapFree=67108860/67108860
[pid=12199] ppid=12196 vsize=10005480 memory=14908 CPUtime=0.09 cores=1,3,5,7
/proc/12199/stat : 12199 (java) S 12196 12199 6975 0 -1 1077944320 4370 13201 0 0 1 1 5 2 20 0 6 0 229858059 10245611520 3727 33554432000 4194304 4196468 140731460813392 140731460795936 140128638320375 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
/proc/12199/statm: 2501370 3727 1934 1 0 2489808 0
[pid=12199/tid=12252] ppid=12196 vsize=10005480 memory=4279135704047060619 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12252/stat : 12252 (java) R 12196 12199 6975 0 -1 4202560 2215 13201 0 0 0 0 5 2 20 0 6 0 229858068 10245611520 3727 33554432000 4194304 4196468 140731460813392 140128610157136 140128638342301 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12253] ppid=12196 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12253/stat : 12253 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 6 0 229858069 10245611520 3727 33554432000 4194304 4196468 140731460813392 140128642562320 140128638330581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12254] ppid=12196 vsize=10005480 memory=140364906968704 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12254/stat : 12254 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 6 0 229858069 10245611520 3727 33554432000 4194304 4196468 140731460813392 140128177981840 140128638330581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12255] ppid=12196 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12255/stat : 12255 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 6 0 229858069 10245611520 3727 33554432000 4194304 4196468 140731460813392 140128176929296 140128638330581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12256] ppid=12196 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12256/stat : 12256 (java) S 12196 12199 6975 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 6 0 229858069 10245611520 3727 33554432000 4194304 4196468 140731460813392 140128175876752 140128638330581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14908 KiB

[startup+0.211058 s]*
/proc/loadavg: 1.52 1.42 1.47 3/219 12265
/proc/meminfo: memFree=15090944/32770624 swapFree=67108860/67108860
[pid=12199] ppid=12196 vsize=10982744 memory=41396 CPUtime=0.25 cores=1,3,5,7
/proc/12199/stat : 12199 (java) S 12196 12199 6975 0 -1 1077944320 7613 13201 0 0 16 2 5 2 20 0 15 0 229858059 11246329856 10349 33554432000 4194304 4196468 140731460813392 140731460795936 140128638320375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
/proc/12199/statm: 2745686 10349 2949 1 0 2708109 0
[pid=12199/tid=12252] ppid=12196 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/12199/task/12252/stat : 12252 (java) R 12196 12199 6975 0 -1 4202560 4303 13201 0 0 10 1 5 2 20 0 15 0 229858068 11246329856 10613 33554432000 4194304 4196468 140731460813392 140128610142280 140128618596203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12253] ppid=12196 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12253/stat : 12253 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246329856 10613 33554432000 4194304 4196468 140731460813392 140128642562320 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12254] ppid=12196 vsize=10982744 memory=140364906981156 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12254/stat : 12254 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246329856 10613 33554432000 4194304 4196468 140731460813392 140128177981840 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12255] ppid=12196 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12255/stat : 12255 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246329856 10613 33554432000 4194304 4196468 140731460813392 140128176929296 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12256] ppid=12196 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12256/stat : 12256 (java) S 12196 12199 6975 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246329856 10613 33554432000 4194304 4196468 140731460813392 140128175876752 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12257] ppid=12196 vsize=10982744 memory=140364906968704 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12257/stat : 12257 (java) S 12196 12199 6975 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 229858070 11246329856 10613 33554432000 4194304 4196468 140731460813392 140127608068592 140128638331522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12258] ppid=12196 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12258/stat : 12258 (java) S 12196 12199 6975 0 -1 1077944384 13 13201 0 0 0 0 5 2 20 0 15 0 229858071 11246329856 10613 33554432000 4194304 4196468 140731460813392 140127535883680 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12259] ppid=12196 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12259/stat : 12259 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858071 11246329856 10613 33554432000 4194304 4196468 140731460813392 140127334557168 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12260] ppid=12196 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12260/stat : 12260 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246329856 10613 33554432000 4194304 4196468 140731460813392 140127027157712 140128638338971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12261] ppid=12196 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12199/task/12261/stat : 12261 (java) S 12196 12199 6975 0 -1 1077944384 373 13201 0 0 1 0 5 2 20 0 15 0 229858074 11246329856 10613 33554432000 4194304 4196468 140731460813392 140127607015408 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12262] ppid=12196 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12262/stat : 12262 (java) S 12196 12199 6975 0 -1 1077944384 255 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246329856 10613 33554432000 4194304 4196468 140731460813392 140127605962864 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12263] ppid=12196 vsize=10982744 memory=140364906968704 CPUtime=0.1 cores=1,3,5,7
/proc/12199/task/12263/stat : 12263 (java) S 12196 12199 6975 0 -1 1077944384 683 13201 0 0 3 0 5 2 20 0 15 0 229858074 11246329856 10679 33554432000 4194304 4196468 140731460813392 140127604910320 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12264] ppid=12196 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12264/stat : 12264 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246329856 10679 33554432000 4194304 4196468 140731460813392 140126596360800 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12265] ppid=12196 vsize=10982744 memory=140364906968704 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12265/stat : 12265 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246329856 10679 33554432000 4194304 4196468 140731460813392 140127468772144 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41396 KiB

[startup+0.310138 s]*
/proc/loadavg: 1.52 1.42 1.47 5/219 12265
/proc/meminfo: memFree=15079592/32770624 swapFree=67108860/67108860
[pid=12199] ppid=12196 vsize=10983192 memory=53764 CPUtime=0.38 cores=1,3,5,7
/proc/12199/stat : 12199 (java) S 12196 12199 6975 0 -1 1077944320 10566 13201 0 0 28 3 5 2 20 0 15 0 229858059 11246788608 13441 33554432000 4194304 4196468 140731460813392 140731460795936 140128638320375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
/proc/12199/statm: 2745798 13441 3068 1 0 2708109 0
[pid=12199/tid=12252] ppid=12196 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/12199/task/12252/stat : 12252 (java) R 12196 12199 6975 0 -1 4202560 7205 13201 0 0 19 2 5 2 20 0 15 0 229858068 11246788608 13639 33554432000 4194304 4196468 140731460813392 140128610132384 140128631037527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12253] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12253/stat : 12253 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246788608 13639 33554432000 4194304 4196468 140731460813392 140128642562320 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12254] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12254/stat : 12254 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246788608 13639 33554432000 4194304 4196468 140731460813392 140128177981840 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12255] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12255/stat : 12255 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246788608 13639 33554432000 4194304 4196468 140731460813392 140128176929296 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12256] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12256/stat : 12256 (java) S 12196 12199 6975 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246788608 13639 33554432000 4194304 4196468 140731460813392 140128175876752 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12257] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12257/stat : 12257 (java) S 12196 12199 6975 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 229858070 11246788608 13639 33554432000 4194304 4196468 140731460813392 140127608068592 140128638331522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12258] ppid=12196 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12258/stat : 12258 (java) S 12196 12199 6975 0 -1 1077944384 13 13201 0 0 0 0 5 2 20 0 15 0 229858071 11246788608 13639 33554432000 4194304 4196468 140731460813392 140127535883680 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12259] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12259/stat : 12259 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858071 11246788608 13705 33554432000 4194304 4196468 140731460813392 140127334557168 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12260] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12260/stat : 12260 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246788608 13705 33554432000 4194304 4196468 140731460813392 140127027157712 140128638338971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12261] ppid=12196 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12199/task/12261/stat : 12261 (java) S 12196 12199 6975 0 -1 1077944384 378 13201 0 0 1 0 5 2 20 0 15 0 229858074 11246788608 13705 33554432000 4194304 4196468 140731460813392 140127607015408 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12262] ppid=12196 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12199/task/12262/stat : 12262 (java) S 12196 12199 6975 0 -1 1077944384 261 13201 0 0 1 0 5 2 20 0 15 0 229858074 11246788608 13705 33554432000 4194304 4196468 140731460813392 140127605962864 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12263] ppid=12196 vsize=10983192 memory=140364906968704 CPUtime=0.12 cores=1,3,5,7
/proc/12199/task/12263/stat : 12263 (java) S 12196 12199 6975 0 -1 1077944384 714 13201 0 0 5 0 5 2 20 0 15 0 229858074 11246788608 13705 33554432000 4194304 4196468 140731460813392 140127604910320 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12264] ppid=12196 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12264/stat : 12264 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246788608 13705 33554432000 4194304 4196468 140731460813392 140126596360800 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12265] ppid=12196 vsize=10983192 memory=140364906968704 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12265/stat : 12265 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246788608 13705 33554432000 4194304 4196468 140731460813392 140127468772144 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53764 KiB

[startup+0.700775 s]
/proc/loadavg: 1.52 1.42 1.47 3/219 12265
/proc/meminfo: memFree=15073564/32770624 swapFree=67108860/67108860
[pid=12199] ppid=12196 vsize=10983192 memory=88172 CPUtime=0.98 cores=1,3,5,7
/proc/12199/stat : 12199 (java) S 12196 12199 6975 0 -1 1077944320 17175 13201 0 0 87 4 5 2 20 0 15 0 229858059 11246788608 22043 33554432000 4194304 4196468 140731460813392 140731460795936 140128638320375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
/proc/12199/statm: 2745798 22043 3247 1 0 2708109 0
[pid=12199/tid=12252] ppid=12196 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/12199/task/12252/stat : 12252 (java) R 12196 12199 6975 0 -1 4202560 12440 13201 0 0 56 3 5 2 20 0 15 0 229858068 11246788608 22043 33554432000 4194304 4196468 140731460813392 140128610140664 140128619883904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12253] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12253/stat : 12253 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246788608 22043 33554432000 4194304 4196468 140731460813392 140128642562320 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12254] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12254/stat : 12254 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246788608 22043 33554432000 4194304 4196468 140731460813392 140128177981840 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12255] ppid=12196 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12255/stat : 12255 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246788608 22043 33554432000 4194304 4196468 140731460813392 140128176929296 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12256] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12256/stat : 12256 (java) S 12196 12199 6975 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 229858069 11246788608 22043 33554432000 4194304 4196468 140731460813392 140128175876752 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12257] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12257/stat : 12257 (java) S 12196 12199 6975 0 -1 1077944384 5 13201 0 0 0 0 5 2 20 0 15 0 229858070 11246788608 22043 33554432000 4194304 4196468 140731460813392 140127608068592 140128638331522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12258] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12258/stat : 12258 (java) S 12196 12199 6975 0 -1 1077944384 13 13201 0 0 0 0 5 2 20 0 15 0 229858071 11246788608 22043 33554432000 4194304 4196468 140731460813392 140127535883680 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12259] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12259/stat : 12259 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858071 11246788608 22043 33554432000 4194304 4196468 140731460813392 140127334557168 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12260] ppid=12196 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12260/stat : 12260 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246788608 22043 33554432000 4194304 4196468 140731460813392 140127027157712 140128638338971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12261] ppid=12196 vsize=10983192 memory=140364765766640 CPUtime=0.17 cores=1,3,5,7
/proc/12199/task/12261/stat : 12261 (java) S 12196 12199 6975 0 -1 1077944384 960 13201 0 0 10 0 5 2 20 0 15 0 229858074 11246788608 22043 33554432000 4194304 4196468 140731460813392 140127607015408 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12262] ppid=12196 vsize=10983192 memory=140368121168485 CPUtime=0.14 cores=1,3,5,7
/proc/12199/task/12262/stat : 12262 (java) S 12196 12199 6975 0 -1 1077944384 669 13201 0 0 7 0 5 2 20 0 15 0 229858074 11246788608 22043 33554432000 4194304 4196468 140731460813392 140127605962864 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12263] ppid=12196 vsize=10983192 memory=14888 CPUtime=0.2 cores=1,3,5,7
/proc/12199/task/12263/stat : 12263 (java) S 12196 12199 6975 0 -1 1077944384 882 13201 0 0 13 0 5 2 20 0 15 0 229858074 11246788608 22043 33554432000 4194304 4196468 140731460813392 140127604910320 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12264] ppid=12196 vsize=10983192 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12264/stat : 12264 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246788608 22043 33554432000 4194304 4196468 140731460813392 140126596360800 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12265] ppid=12196 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12265/stat : 12265 (java) S 12196 12199 6975 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 229858074 11246788608 22043 33554432000 4194304 4196468 140731460813392 140127468772144 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88172 KiB

[startup+1.50082 s]
/proc/loadavg: 1.52 1.42 1.47 3/219 12265
/proc/meminfo: memFree=15037212/32770624 swapFree=67108860/67108860
[pid=12199] ppid=12196 vsize=10991872 memory=319200 CPUtime=2.8 cores=1,3,5,7
/proc/12199/stat : 12199 (java) S 12196 12199 6975 0 -1 1077944320 23145 13201 0 0 250 23 5 2 20 0 15 0 229858059 11255676928 79800 33554432000 4194304 4196468 140731460813392 140731460795936 140128638320375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
/proc/12199/statm: 2747968 79800 3443 1 0 2709645 0
[pid=12199/tid=12252] ppid=12196 vsize=10991872 memory=3303 CPUtime=1.35 cores=1,3,5,7
/proc/12199/task/12252/stat : 12252 (java) R 12196 12199 6975 0 -1 4202560 14751 13201 0 0 122 6 5 2 20 0 15 0 229858068 11255676928 79800 33554432000 4194304 4196468 140731460813392 140128610155936 140128212224590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12253] ppid=12196 vsize=10991872 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/12199/task/12253/stat : 12253 (java) S 12196 12199 6975 0 -1 1077944384 93 13201 0 0 5 3 5 2 20 0 15 0 229858069 11255676928 79800 33554432000 4194304 4196468 140731460813392 140128642562320 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12254] ppid=12196 vsize=10991872 memory=1408 CPUtime=0.15 cores=1,3,5,7
/proc/12199/task/12254/stat : 12254 (java) S 12196 12199 6975 0 -1 1077944384 350 13201 0 0 5 3 5 2 20 0 15 0 229858069 11255676928 79800 33554432000 4194304 4196468 140731460813392 140128177981840 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12255] ppid=12196 vsize=10991872 memory=3240 CPUtime=0.15 cores=1,3,5,7
/proc/12199/task/12255/stat : 12255 (java) S 12196 12199 6975 0 -1 1077944384 62 13201 0 0 5 3 5 2 20 0 15 0 229858069 11255676928 79800 33554432000 4194304 4196468 140731460813392 140128176929296 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12256] ppid=12196 vsize=10991872 memory=88172 CPUtime=0.15 cores=1,3,5,7
/proc/12199/task/12256/stat : 12256 (java) S 12196 12199 6975 0 -1 1077944384 158 13201 0 0 5 3 5 2 20 0 15 0 229858069 11255676928 79800 33554432000 4194304 4196468 140731460813392 140128175876752 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12257] ppid=12196 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12257/stat : 12257 (java) S 12196 12199 6975 0 -1 1077944384 93 13201 0 0 0 0 5 2 20 0 15 0 229858070 11255676928 79800 33554432000 4194304 4196468 140731460813392 140127608068592 140128638331522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12258] ppid=12196 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12258/stat : 12258 (java) S 12196 12199 6975 0 -1 1077944384 14 13201 0 0 0 0 5 2 20 0 15 0 229858071 11255676928 79800 33554432000 4194304 4196468 140731460813392 140127535883744 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12259] ppid=12196 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12259/stat : 12259 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858071 11255676928 79800 33554432000 4194304 4196468 140731460813392 140127334557184 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12260] ppid=12196 vsize=10991872 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12260/stat : 12260 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11255676928 79800 33554432000 4194304 4196468 140731460813392 140127027157712 140128638338971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12261] ppid=12196 vsize=10991872 memory=4638778398332698720 CPUtime=0.45 cores=1,3,5,7
/proc/12199/task/12261/stat : 12261 (java) S 12196 12199 6975 0 -1 1077944384 1788 13201 0 0 38 0 5 2 20 0 15 0 229858074 11255676928 79800 33554432000 4194304 4196468 140731460813392 140127607015408 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12262] ppid=12196 vsize=10991872 memory=280729532013440 CPUtime=0.43 cores=1,3,5,7
/proc/12199/task/12262/stat : 12262 (java) S 12196 12199 6975 0 -1 1077944384 1799 13201 0 0 36 0 5 2 20 0 15 0 229858074 11255676928 79800 33554432000 4194304 4196468 140731460813392 140127605962864 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12263] ppid=12196 vsize=10991872 memory=6944656592452938395 CPUtime=0.37 cores=1,3,5,7
/proc/12199/task/12263/stat : 12263 (java) S 12196 12199 6975 0 -1 1077944384 1832 13201 0 0 30 0 5 2 20 0 15 0 229858074 11255676928 79800 33554432000 4194304 4196468 140731460813392 140127604910320 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12264] ppid=12196 vsize=10991872 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12264/stat : 12264 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11255676928 79800 33554432000 4194304 4196468 140731460813392 140126596360800 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12265] ppid=12196 vsize=10991872 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12265/stat : 12265 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11255676928 79800 33554432000 4194304 4196468 140731460813392 140127468772144 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 10991872 KiB

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

/proc/12199/task/12257/stat : 12257 (java) S 12196 12199 6975 0 -1 1077944384 47341 13201 0 0 737 6 5 2 20 0 15 0 229858070 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140127608068592 140128638331522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12258] ppid=12196 vsize=11008352 memory=2336 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12258/stat : 12258 (java) S 12196 12199 6975 0 -1 1077944384 94 13201 0 0 0 0 5 2 20 0 15 0 229858071 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140127535883744 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12259] ppid=12196 vsize=11008352 memory=1580 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12259/stat : 12259 (java) S 12196 12199 6975 0 -1 1077944384 45 13201 0 0 0 0 5 2 20 0 15 0 229858071 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140127334557184 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12260] ppid=12196 vsize=11008352 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12260/stat : 12260 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140127027157712 140128638338971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12261] ppid=12196 vsize=11008352 memory=0 CPUtime=7.16 cores=1,3,5,7
/proc/12199/task/12261/stat : 12261 (java) S 12196 12199 6975 0 -1 1077944384 19615 13201 0 0 706 3 5 2 20 0 15 0 229858074 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140127607015408 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12262] ppid=12196 vsize=11008352 memory=1192 CPUtime=7.27 cores=1,3,5,7
/proc/12199/task/12262/stat : 12262 (java) S 12196 12199 6975 0 -1 1077944384 20218 13201 0 0 717 3 5 2 20 0 15 0 229858074 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140127605962864 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12263] ppid=12196 vsize=11008352 memory=1616 CPUtime=2.24 cores=1,3,5,7
/proc/12199/task/12263/stat : 12263 (java) S 12196 12199 6975 0 -1 1077944384 23127 13201 0 0 214 3 5 2 20 0 15 0 229858074 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140127604910320 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12264] ppid=12196 vsize=11008352 memory=1384 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12264/stat : 12264 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 229858074 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140126596360800 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12265] ppid=12196 vsize=11008352 memory=2600 CPUtime=1.47 cores=1,3,5,7
/proc/12199/task/12265/stat : 12265 (java) S 12196 12199 6975 0 -1 1077944384 2479 13201 0 0 61 79 5 2 20 0 15 0 229858074 11272552448 1558387 33554432000 4194304 4196468 140731460813392 140127468772144 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 6233548 KiB

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

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

[startup+2348.25 s]
# the end of solver process 12199 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.7 s, system=6.4098 s

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

[startup+2347.2 s]
/proc/loadavg: 1.75 1.65 1.66 3/220 12724
/proc/meminfo: memFree=10956260/32770624 swapFree=67108860/67108860
[pid=12199] ppid=12196 vsize=11270504 memory=6237748 CPUtime=2521.04 cores=1,3,5,7
/proc/12199/stat : 12199 (java) S 12196 12199 6975 0 -1 1077944320 388342 13201 0 0 251463 634 5 2 20 0 17 0 229858059 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140731460795936 140128638320375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
/proc/12199/statm: 2817626 1559437 3539 1 0 2779279 0
[pid=12199/tid=12252] ppid=12196 vsize=11270504 memory=6233548 CPUtime=2287.14 cores=1,3,5,7
/proc/12199/task/12252/stat : 12252 (java) R 12196 12199 6975 0 -1 4202560 117485 13201 0 0 228649 58 5 2 20 0 17 0 229858068 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128610154608 140128222730209 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12253] ppid=12196 vsize=11270504 memory=6233548 CPUtime=52.23 cores=1,3,5,7
/proc/12199/task/12253/stat : 12253 (java) S 12196 12199 6975 0 -1 1077944384 39809 13201 0 0 5097 119 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128642562320 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12254] ppid=12196 vsize=11270504 memory=301794157759118353 CPUtime=51.98 cores=1,3,5,7
/proc/12199/task/12254/stat : 12254 (java) S 12196 12199 6975 0 -1 1077944384 33140 13201 0 0 5072 119 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128177981840 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12255] ppid=12196 vsize=11270504 memory=288288865889039034 CPUtime=52.26 cores=1,3,5,7
/proc/12199/task/12255/stat : 12255 (java) S 12196 12199 6975 0 -1 1077944384 38073 13201 0 0 5092 127 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128176929296 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12256] ppid=12196 vsize=11270504 memory=301794157759118353 CPUtime=52.29 cores=1,3,5,7
/proc/12199/task/12256/stat : 12256 (java) S 12196 12199 6975 0 -1 1077944384 43900 13201 0 0 5096 126 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128175876752 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12257] ppid=12196 vsize=11270504 memory=6791534058613427641 CPUtime=7.5 cores=1,3,5,7
/proc/12199/task/12257/stat : 12257 (java) S 12196 12199 6975 0 -1 1077944384 47341 13201 0 0 737 6 5 2 20 0 17 0 229858070 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127608068592 140128638331522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12258] ppid=12196 vsize=11270504 memory=1832 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12258/stat : 12258 (java) S 12196 12199 6975 0 -1 1077944384 94 13201 0 0 0 0 5 2 20 0 17 0 229858071 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127535883744 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12259] ppid=12196 vsize=11270504 memory=1920 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12259/stat : 12259 (java) S 12196 12199 6975 0 -1 1077944384 45 13201 0 0 0 0 5 2 20 0 17 0 229858071 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127334557184 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12260] ppid=12196 vsize=11270504 memory=1192 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12260/stat : 12260 (java) S 12196 12199 6975 0 -1 1077944384 338 13201 0 0 0 0 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127027157712 140128638338971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12261] ppid=12196 vsize=11270504 memory=1616 CPUtime=7.16 cores=1,3,5,7
/proc/12199/task/12261/stat : 12261 (java) S 12196 12199 6975 0 -1 1077944384 19615 13201 0 0 706 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127607015408 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12262] ppid=12196 vsize=11270504 memory=872 CPUtime=7.27 cores=1,3,5,7
/proc/12199/task/12262/stat : 12262 (java) S 12196 12199 6975 0 -1 1077944384 20218 13201 0 0 717 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127605962864 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12263] ppid=12196 vsize=11270504 memory=4280 CPUtime=2.24 cores=1,3,5,7
/proc/12199/task/12263/stat : 12263 (java) S 12196 12199 6975 0 -1 1077944384 23127 13201 0 0 214 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127604910320 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12264] ppid=12196 vsize=11270504 memory=14888 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12264/stat : 12264 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126596360800 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12265] ppid=12196 vsize=11270504 memory=34540 CPUtime=1.47 cores=1,3,5,7
/proc/12199/task/12265/stat : 12265 (java) S 12196 12199 6975 0 -1 1077944384 2479 13201 0 0 61 79 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127468772144 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12723] ppid=12196 vsize=11270504 memory=15932 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12723/stat : 12723 (java) S 12196 12199 6975 0 -1 1077944384 352 13201 0 0 0 0 5 2 20 0 17 0 230092680 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126395032176 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12724] ppid=12196 vsize=11270504 memory=6237748 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12724/stat : 12724 (java) S 12196 12199 6975 0 -1 1077944384 129 13201 0 0 0 0 5 2 20 0 17 0 230092680 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126193706720 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 2521.04 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 6237748 KiB

[startup+2348 s]*
/proc/loadavg: 1.75 1.65 1.66 3/220 12724
/proc/meminfo: memFree=10956228/32770624 swapFree=67108860/67108860
[pid=12199] ppid=12196 vsize=11270504 memory=6237748 CPUtime=2521.85 cores=1,3,5,7
/proc/12199/stat : 12199 (java) S 12196 12199 6975 0 -1 1077944320 388356 13201 0 0 251544 634 5 2 20 0 17 0 229858059 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140731460795936 140128638320375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
/proc/12199/statm: 2817626 1559437 3539 1 0 2779279 0
[pid=12199/tid=12252] ppid=12196 vsize=11270504 memory=1398720917958146503 CPUtime=2287.95 cores=1,3,5,7
/proc/12199/task/12252/stat : 12252 (java) R 12196 12199 6975 0 -1 4202560 117499 13201 0 0 228730 58 5 2 20 0 17 0 229858068 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128610154608 140128222730132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12253] ppid=12196 vsize=11270504 memory=4126316290023845779 CPUtime=52.23 cores=1,3,5,7
/proc/12199/task/12253/stat : 12253 (java) S 12196 12199 6975 0 -1 1077944384 39809 13201 0 0 5097 119 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128642562320 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12254] ppid=12196 vsize=11270504 memory=804 CPUtime=51.98 cores=1,3,5,7
/proc/12199/task/12254/stat : 12254 (java) S 12196 12199 6975 0 -1 1077944384 33140 13201 0 0 5072 119 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128177981840 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12255] ppid=12196 vsize=11270504 memory=1696 CPUtime=52.26 cores=1,3,5,7
/proc/12199/task/12255/stat : 12255 (java) S 12196 12199 6975 0 -1 1077944384 38073 13201 0 0 5092 127 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128176929296 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12256] ppid=12196 vsize=11270504 memory=916 CPUtime=52.29 cores=1,3,5,7
/proc/12199/task/12256/stat : 12256 (java) S 12196 12199 6975 0 -1 1077944384 43900 13201 0 0 5096 126 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128175876752 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12257] ppid=12196 vsize=11270504 memory=3844 CPUtime=7.5 cores=1,3,5,7
/proc/12199/task/12257/stat : 12257 (java) S 12196 12199 6975 0 -1 1077944384 47341 13201 0 0 737 6 5 2 20 0 17 0 229858070 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127608068592 140128638331522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12258] ppid=12196 vsize=11270504 memory=2700 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12258/stat : 12258 (java) S 12196 12199 6975 0 -1 1077944384 94 13201 0 0 0 0 5 2 20 0 17 0 229858071 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127535883744 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12259] ppid=12196 vsize=11270504 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12259/stat : 12259 (java) S 12196 12199 6975 0 -1 1077944384 45 13201 0 0 0 0 5 2 20 0 17 0 229858071 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127334557184 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12260] ppid=12196 vsize=11270504 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12260/stat : 12260 (java) S 12196 12199 6975 0 -1 1077944384 338 13201 0 0 0 0 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127027157712 140128638338971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12261] ppid=12196 vsize=11270504 memory=3300 CPUtime=7.16 cores=1,3,5,7
/proc/12199/task/12261/stat : 12261 (java) S 12196 12199 6975 0 -1 1077944384 19615 13201 0 0 706 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127607015408 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12262] ppid=12196 vsize=11270504 memory=6233548 CPUtime=7.27 cores=1,3,5,7
/proc/12199/task/12262/stat : 12262 (java) S 12196 12199 6975 0 -1 1077944384 20218 13201 0 0 717 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127605962864 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12263] ppid=12196 vsize=11270504 memory=1404 CPUtime=2.24 cores=1,3,5,7
/proc/12199/task/12263/stat : 12263 (java) S 12196 12199 6975 0 -1 1077944384 23127 13201 0 0 214 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127604910320 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12264] ppid=12196 vsize=11270504 memory=3164 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12264/stat : 12264 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126596360800 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12265] ppid=12196 vsize=11270504 memory=558424 CPUtime=1.47 cores=1,3,5,7
/proc/12199/task/12265/stat : 12265 (java) S 12196 12199 6975 0 -1 1077944384 2479 13201 0 0 61 79 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127468772144 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12723] ppid=12196 vsize=11270504 memory=4108 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12723/stat : 12723 (java) S 12196 12199 6975 0 -1 1077944384 352 13201 0 0 0 0 5 2 20 0 17 0 230092680 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126395032176 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12724] ppid=12196 vsize=11270504 memory=1398720917958146503 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12724/stat : 12724 (java) S 12196 12199 6975 0 -1 1077944384 129 13201 0 0 0 0 5 2 20 0 17 0 230092680 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126193706720 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 2521.85 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 6237748 KiB

[startup+2348.2 s]
/proc/loadavg: 1.75 1.65 1.66 3/220 12724
/proc/meminfo: memFree=10956228/32770624 swapFree=67108860/67108860
[pid=12199] ppid=12196 vsize=11270504 memory=6237748 CPUtime=2522.04 cores=1,3,5,7
/proc/12199/stat : 12199 (java) S 12196 12199 6975 0 -1 1077944320 388363 13201 0 0 251563 634 5 2 20 0 17 0 229858059 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140731460795936 140128638320375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
/proc/12199/statm: 2817626 1559437 3539 1 0 2779279 0
[pid=12199/tid=12252] ppid=12196 vsize=11270504 memory=916 CPUtime=2288.14 cores=1,3,5,7
/proc/12199/task/12252/stat : 12252 (java) R 12196 12199 6975 0 -1 4202560 117506 13201 0 0 228749 58 5 2 20 0 17 0 229858068 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128610154608 140128222730226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12253] ppid=12196 vsize=11270504 memory=3844 CPUtime=52.23 cores=1,3,5,7
/proc/12199/task/12253/stat : 12253 (java) S 12196 12199 6975 0 -1 1077944384 39809 13201 0 0 5097 119 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128642562320 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12254] ppid=12196 vsize=11270504 memory=2700 CPUtime=51.98 cores=1,3,5,7
/proc/12199/task/12254/stat : 12254 (java) S 12196 12199 6975 0 -1 1077944384 33140 13201 0 0 5072 119 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128177981840 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12255] ppid=12196 vsize=11270504 memory=2600 CPUtime=52.26 cores=1,3,5,7
/proc/12199/task/12255/stat : 12255 (java) S 12196 12199 6975 0 -1 1077944384 38073 13201 0 0 5092 127 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128176929296 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12256] ppid=12196 vsize=11270504 memory=1696 CPUtime=52.29 cores=1,3,5,7
/proc/12199/task/12256/stat : 12256 (java) S 12196 12199 6975 0 -1 1077944384 43900 13201 0 0 5096 126 5 2 20 0 17 0 229858069 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140128175876752 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12257] ppid=12196 vsize=11270504 memory=916 CPUtime=7.5 cores=1,3,5,7
/proc/12199/task/12257/stat : 12257 (java) S 12196 12199 6975 0 -1 1077944384 47341 13201 0 0 737 6 5 2 20 0 17 0 229858070 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127608068592 140128638331522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12258] ppid=12196 vsize=11270504 memory=3844 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12258/stat : 12258 (java) S 12196 12199 6975 0 -1 1077944384 94 13201 0 0 0 0 5 2 20 0 17 0 229858071 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127535883744 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12259] ppid=12196 vsize=11270504 memory=2700 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12259/stat : 12259 (java) S 12196 12199 6975 0 -1 1077944384 45 13201 0 0 0 0 5 2 20 0 17 0 229858071 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127334557184 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12260] ppid=12196 vsize=11270504 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12260/stat : 12260 (java) S 12196 12199 6975 0 -1 1077944384 338 13201 0 0 0 0 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127027157712 140128638338971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12261] ppid=12196 vsize=11270504 memory=1404 CPUtime=7.16 cores=1,3,5,7
/proc/12199/task/12261/stat : 12261 (java) S 12196 12199 6975 0 -1 1077944384 19615 13201 0 0 706 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127607015408 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12262] ppid=12196 vsize=11270504 memory=304274648164728858 CPUtime=7.27 cores=1,3,5,7
/proc/12199/task/12262/stat : 12262 (java) S 12196 12199 6975 0 -1 1077944384 20218 13201 0 0 717 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127605962864 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12263] ppid=12196 vsize=11270504 memory=290763870841340219 CPUtime=2.24 cores=1,3,5,7
/proc/12199/task/12263/stat : 12263 (java) S 12196 12199 6975 0 -1 1077944384 23127 13201 0 0 214 3 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127604910320 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12264] ppid=12196 vsize=11270504 memory=14133333755955770 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12264/stat : 12264 (java) S 12196 12199 6975 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126596360800 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12265] ppid=12196 vsize=11270504 memory=1580 CPUtime=1.47 cores=1,3,5,7
/proc/12199/task/12265/stat : 12265 (java) S 12196 12199 6975 0 -1 1077944384 2479 13201 0 0 61 79 5 2 20 0 17 0 229858074 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140127468772144 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12723] ppid=12196 vsize=11270504 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12723/stat : 12723 (java) S 12196 12199 6975 0 -1 1077944384 352 13201 0 0 0 0 5 2 20 0 17 0 230092680 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126395032176 140128638330581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
[pid=12199/tid=12724] ppid=12196 vsize=11270504 memory=2188 CPUtime=0.07 cores=1,3,5,7
/proc/12199/task/12724/stat : 12724 (java) S 12196 12199 6975 0 -1 1077944384 129 13201 0 0 0 0 5 2 20 0 17 0 230092680 11540996096 1559437 33554432000 4194304 4196468 140731460813392 140126193706720 140128638331522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7024640 140731460815459 140731460818268 140731460818268 140731460820943 0
Current children cumulated CPU time: 2522.04 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 6237748 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2348.25
CPU time (s): 2522.11
CPU user time (s): 2515.7
CPU system time (s): 6.4098
CPU usage (%): 107.404
Max. virtual memory (cumulated for all children) (KiB): 11270504
Max. memory (cumulated for all children) (KiB): 6241284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.7
system time used= 6.4098
maximum resident set size= 6241284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62309
involuntary context switches= 5388


# summary of solver processes directly reported to runsolver:
#   pid: 12199
#   total CPU time (s): 2522.11
#   total CPU user time (s): 2515.7
#   total CPU system time (s): 6.4098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4369 second user time and 21.9228 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 03:15:49
IDJOB=4304644
IDBENCH=141493
IDSOLVER=2781
FILE ID=node132/4304644-1534122949
RUNJOBID= node132-1534095874-7007
PBS_JOBID= 21036994
Free space on /tmp= 38156 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-50_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304644-1534122949/watcher-4304644-1534122949 -o /tmp/evaluation-result-4304644-1534122949/solver-4304644-1534122949 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7007 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1226033507 -superng HOME/instance-4304644-1534122949.xml

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

MD5SUM BENCH= 65d9088e6e3c6b500cf18d234bd8e6c7
RANDOM SEED=1226033507

node132.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.65
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.65
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.65
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.65
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:        15116712 kB
MemAvailable:   29281092 kB
Buffers:          248308 kB
Cached:         14026156 kB
SwapCached:            0 kB
Active:          9670308 kB
Inactive:        7259928 kB
Active(anon):    2605000 kB
Inactive(anon):   102816 kB
Active(file):    7065308 kB
Inactive(file):  7157112 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5920 kB
Writeback:         34532 kB
AnonPages:       2670184 kB
Mapped:            68208 kB
Shmem:             49824 kB
Slab:             417948 kB
SReclaimable:     370420 kB
SUnreclaim:        47528 kB
KernelStack:        3856 kB
PageTables:        10708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3710140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2392064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38132 MiB
End job on node132 at 2018-08-13 03:54:57