Trace number 4293066

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ10-3_c18.xml
MD5SUM2a9d5e672b2129585e8bdcc62e976dce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark360
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints42620
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2700}]
Minimum variable degree20
Maximum variable degree272
Distribution of variable degrees[{"degree":20,"count":20},{"degree":21,"count":180},{"degree":30,"count":20},{"degree":31,"count":20},{"degree":32,"count":210},{"degree":42,"count":90},{"degree":52,"count":720},{"degree":59,"count":90},{"degree":76,"count":90},{"degree":92,"count":90},{"degree":108,"count":90},{"degree":124,"count":90},{"degree":140,"count":90},{"degree":156,"count":90},{"degree":172,"count":90},{"degree":188,"count":90},{"degree":204,"count":90},{"degree":220,"count":90},{"degree":236,"count":90},{"degree":252,"count":90},{"degree":266,"count":90},{"degree":267,"count":90},{"degree":272,"count":90}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":3330},{"arity":3,"count":16740},{"arity":4,"count":1590},{"arity":5,"count":1440},{"arity":6,"count":1440},{"arity":7,"count":1440},{"arity":8,"count":1440},{"arity":9,"count":1820},{"arity":10,"count":1620},{"arity":11,"count":1440},{"arity":12,"count":1440},{"arity":13,"count":1440},{"arity":14,"count":1440},{"arity":15,"count":1440},{"arity":16,"count":1440},{"arity":17,"count":1440},{"arity":18,"count":1530},{"arity":36,"count":150}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42620}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.00/0.74	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 (7091 MiB free)
  memory of node 1: 16384 MiB (10260 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293066-1532306177/watcher-4293066-1532306177 -o /tmp/evaluation-result-4293066-1532306177/solver-4293066-1532306177 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=4162073 -superng HOME/instance-4293066-1532306177.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=18204, runsolver pid=18201

[startup+0.100161 s]*
/proc/loadavg: 1.71 1.63 1.59 3/211 18261
/proc/meminfo: memFree=17763172/32770624 swapFree=67108860/67108860
[pid=18204] ppid=18201 vsize=9972712 memory=16808 CPUtime=0.09 cores=0,2,4,6
/proc/18204/stat : 18204 (java) S 18201 18204 16080 0 -1 1077944320 4342 13348 0 0 1 0 5 3 20 0 6 0 48180922 10212057088 4202 33554432000 4194304 4196468 140736289125184 140736289107728 140647975362295 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
/proc/18204/statm: 2493178 4202 1934 1 0 2481616 0
[pid=18204/tid=18257] ppid=18201 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/18204/task/18257/stat : 18257 (java) R 18201 18204 16080 0 -1 4202560 2187 13348 0 0 1 0 5 3 20 0 6 0 48180931 10212057088 4202 33554432000 4194304 4196468 140736289125184 140647947199056 140647961044821 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18258] ppid=18201 vsize=9972712 memory=5793855674936089017 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18258/stat : 18258 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 6 0 48180932 10212057088 4202 33554432000 4194304 4196468 140736289125184 140647979604624 140647975372501 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18259] ppid=18201 vsize=9972712 memory=140423926195840 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18259/stat : 18259 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 6 0 48180932 10212057088 4202 33554432000 4194304 4196468 140736289125184 140647548770832 140647975372501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18260] ppid=18201 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18260/stat : 18260 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 6 0 48180932 10212057088 4202 33554432000 4194304 4196468 140736289125184 140647547718032 140647975372501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18261] ppid=18201 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18261/stat : 18261 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 6 0 48180932 10212057088 4268 33554432000 4194304 4196468 140736289125184 140647546665232 140647975372501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.212485 s]*
/proc/loadavg: 1.71 1.63 1.59 3/220 18270
/proc/meminfo: memFree=17737544/32770624 swapFree=67108860/67108860
[pid=18204] ppid=18201 vsize=10818856 memory=43900 CPUtime=0.26 cores=0,2,4,6
/proc/18204/stat : 18204 (java) S 18201 18204 16080 0 -1 1077944320 8879 13348 0 0 16 2 5 3 20 0 15 0 48180922 11078508544 10975 33554432000 4194304 4196468 140736289125184 140736289107728 140647975362295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
/proc/18204/statm: 2704714 10975 2924 1 0 2667149 0
[pid=18204/tid=18257] ppid=18201 vsize=10818856 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/18204/task/18257/stat : 18257 (java) R 18201 18204 16080 0 -1 4202560 5723 13348 0 0 10 1 5 3 20 0 15 0 48180931 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647947159952 140647955630645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18258] ppid=18201 vsize=10818856 memory=4211974150130986378 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18258/stat : 18258 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180932 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647979604624 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18259] ppid=18201 vsize=10818856 memory=140423926195840 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18259/stat : 18259 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180932 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647548770832 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18260] ppid=18201 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18260/stat : 18260 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180932 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647547718032 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18261] ppid=18201 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18261/stat : 18261 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180932 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647546665232 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18262] ppid=18201 vsize=10818856 memory=140423926195840 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18262/stat : 18262 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180933 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647502039920 140647975373442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18263] ppid=18201 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18263/stat : 18263 (java) S 18201 18204 16080 0 -1 1077944384 13 13348 0 0 0 0 5 3 20 0 15 0 48180934 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647428253216 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18264] ppid=18201 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18264/stat : 18264 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180934 11078508544 11107 33554432000 4194304 4196468 140736289125184 140646824273264 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18265] ppid=18201 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18265/stat : 18265 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11078508544 11107 33554432000 4194304 4196468 140736289125184 140646516873552 140647975380891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18266] ppid=18201 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18204/task/18266/stat : 18266 (java) S 18201 18204 16080 0 -1 1077944384 517 13348 0 0 1 0 5 3 20 0 15 0 48180937 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647500986736 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18267] ppid=18201 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18267/stat : 18267 (java) S 18201 18204 16080 0 -1 1077944384 56 13348 0 0 0 0 5 3 20 0 15 0 48180937 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647499933936 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18268] ppid=18201 vsize=10818856 memory=140423926195840 CPUtime=0.11 cores=0,2,4,6
/proc/18204/task/18268/stat : 18268 (java) S 18201 18204 16080 0 -1 1077944384 552 13348 0 0 3 0 5 3 20 0 15 0 48180937 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647498881136 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18269] ppid=18201 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18269/stat : 18269 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11078508544 11107 33554432000 4194304 4196468 140736289125184 140646483314912 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18270] ppid=18201 vsize=10818856 memory=140423926195840 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18270/stat : 18270 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180937 11078508544 11107 33554432000 4194304 4196468 140736289125184 140647497829552 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 43900 KiB

[startup+0.310454 s]*
/proc/loadavg: 1.71 1.63 1.59 3/220 18270
/proc/meminfo: memFree=17727916/32770624 swapFree=67108860/67108860
[pid=18204] ppid=18201 vsize=10819352 memory=53912 CPUtime=0.39 cores=0,2,4,6
/proc/18204/stat : 18204 (java) S 18201 18204 16080 0 -1 1077944320 10597 13348 0 0 29 2 5 3 20 0 15 0 48180922 11079016448 13478 33554432000 4194304 4196468 140736289125184 140736289107728 140647975362295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
/proc/18204/statm: 2704838 13478 3055 1 0 2667149 0
[pid=18204/tid=18257] ppid=18201 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/18204/task/18257/stat : 18257 (java) R 18201 18204 16080 0 -1 4202560 7252 13348 0 0 19 1 5 3 20 0 15 0 48180931 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647947174304 140647975376159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18258] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18258/stat : 18258 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180932 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647979604624 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18259] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18259/stat : 18259 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180932 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647548770832 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18260] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18260/stat : 18260 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180932 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647547718032 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18261] ppid=18201 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18261/stat : 18261 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180932 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647546665232 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18262] ppid=18201 vsize=10819352 memory=140423926195839 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18262/stat : 18262 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180933 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647502039920 140647975373442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18263] ppid=18201 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18263/stat : 18263 (java) S 18201 18204 16080 0 -1 1077944384 13 13348 0 0 0 0 5 3 20 0 15 0 48180934 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647428253216 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18264] ppid=18201 vsize=10819352 memory=140423926195840 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18264/stat : 18264 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180934 11079016448 13478 33554432000 4194304 4196468 140736289125184 140646824273264 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18265] ppid=18201 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18265/stat : 18265 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11079016448 13478 33554432000 4194304 4196468 140736289125184 140646516873552 140647975380891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18266] ppid=18201 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18204/task/18266/stat : 18266 (java) S 18201 18204 16080 0 -1 1077944384 518 13348 0 0 1 0 5 3 20 0 15 0 48180937 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647500986736 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18267] ppid=18201 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18204/task/18267/stat : 18267 (java) S 18201 18204 16080 0 -1 1077944384 56 13348 0 0 1 0 5 3 20 0 15 0 48180937 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647499933936 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18268] ppid=18201 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/18204/task/18268/stat : 18268 (java) S 18201 18204 16080 0 -1 1077944384 560 13348 0 0 5 0 5 3 20 0 15 0 48180937 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647498881136 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18269] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18269/stat : 18269 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11079016448 13478 33554432000 4194304 4196468 140736289125184 140646483314912 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18270] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18270/stat : 18270 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180937 11079016448 13478 33554432000 4194304 4196468 140736289125184 140647497829552 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53912 KiB

[startup+0.700824 s]
/proc/loadavg: 1.71 1.63 1.59 3/220 18270
/proc/meminfo: memFree=17718320/32770624 swapFree=67108860/67108860
[pid=18204] ppid=18201 vsize=10819352 memory=86800 CPUtime=1 cores=0,2,4,6
/proc/18204/stat : 18204 (java) S 18201 18204 16080 0 -1 1077944320 16825 13348 0 0 88 4 5 3 20 0 15 0 48180922 11079016448 21700 33554432000 4194304 4196468 140736289125184 140736289107728 140647975362295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
/proc/18204/statm: 2704838 21700 3238 1 0 2667149 0
[pid=18204/tid=18257] ppid=18201 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18204/task/18257/stat : 18257 (java) R 18201 18204 16080 0 -1 4202560 12534 13348 0 0 56 3 5 3 20 0 15 0 48180931 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647947183120 140647955637598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18258] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18258/stat : 18258 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180932 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647979604624 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18259] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18259/stat : 18259 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180932 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647548770832 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18260] ppid=18201 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18260/stat : 18260 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180932 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647547718032 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18261] ppid=18201 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18261/stat : 18261 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180932 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647546665232 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18262] ppid=18201 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18262/stat : 18262 (java) S 18201 18204 16080 0 -1 1077944384 5 13348 0 0 0 0 5 3 20 0 15 0 48180933 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647502039920 140647975373442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18263] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18263/stat : 18263 (java) S 18201 18204 16080 0 -1 1077944384 13 13348 0 0 0 0 5 3 20 0 15 0 48180934 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647428253216 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18264] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18264/stat : 18264 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180934 11079016448 21700 33554432000 4194304 4196468 140736289125184 140646824273264 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18265] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18265/stat : 18265 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11079016448 21700 33554432000 4194304 4196468 140736289125184 140646516873552 140647975380891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18266] ppid=18201 vsize=10819352 memory=6655300316396806240 CPUtime=0.16 cores=0,2,4,6
/proc/18204/task/18266/stat : 18266 (java) S 18201 18204 16080 0 -1 1077944384 804 13348 0 0 8 0 5 3 20 0 15 0 48180937 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647500986736 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18267] ppid=18201 vsize=10819352 memory=3557678080365911397 CPUtime=0.17 cores=0,2,4,6
/proc/18204/task/18267/stat : 18267 (java) S 18201 18204 16080 0 -1 1077944384 658 13348 0 0 9 0 5 3 20 0 15 0 48180937 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647499933936 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18268] ppid=18201 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18204/task/18268/stat : 18268 (java) S 18201 18204 16080 0 -1 1077944384 611 13348 0 0 13 0 5 3 20 0 15 0 48180937 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647498881136 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18269] ppid=18201 vsize=10819352 memory=280847643050224 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18269/stat : 18269 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11079016448 21700 33554432000 4194304 4196468 140736289125184 140646483314912 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18270] ppid=18201 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18270/stat : 18270 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180937 11079016448 21700 33554432000 4194304 4196468 140736289125184 140647497829552 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86800 KiB

[startup+1.50072 s]
/proc/loadavg: 1.71 1.63 1.59 3/220 18270
/proc/meminfo: memFree=17672112/32770624 swapFree=67108860/67108860
[pid=18204] ppid=18201 vsize=10828108 memory=205372 CPUtime=3.11 cores=0,2,4,6
/proc/18204/stat : 18204 (java) S 18201 18204 16080 0 -1 1077944320 22375 13348 0 0 296 7 5 3 20 0 15 0 48180922 11087982592 51343 33554432000 4194304 4196468 140736289125184 140736289107728 140647975362295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
/proc/18204/statm: 2707027 51343 3450 1 0 2668685 0
[pid=18204/tid=18257] ppid=18201 vsize=10828108 memory=4132 CPUtime=1.46 cores=0,2,4,6
/proc/18204/task/18257/stat : 18257 (java) R 18201 18204 16080 0 -1 4202560 15293 13348 0 0 133 5 5 3 20 0 15 0 48180931 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647947193512 140647583640573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18258] ppid=18201 vsize=10828108 memory=244 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18258/stat : 18258 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180932 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647979604624 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18259] ppid=18201 vsize=10828108 memory=119 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18259/stat : 18259 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180932 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647548770832 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18260] ppid=18201 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18260/stat : 18260 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180932 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647547718032 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18261] ppid=18201 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18261/stat : 18261 (java) S 18201 18204 16080 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 48180932 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647546665232 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18262] ppid=18201 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18262/stat : 18262 (java) S 18201 18204 16080 0 -1 1077944384 12 13348 0 0 0 0 5 3 20 0 15 0 48180933 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647502039920 140647975373442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18263] ppid=18201 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18263/stat : 18263 (java) S 18201 18204 16080 0 -1 1077944384 13 13348 0 0 0 0 5 3 20 0 15 0 48180934 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647428253216 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18264] ppid=18201 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18264/stat : 18264 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180934 11087982592 51343 33554432000 4194304 4196468 140736289125184 140646824273264 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18265] ppid=18201 vsize=10828108 memory=280847643086624 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18265/stat : 18265 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11087982592 51343 33554432000 4194304 4196468 140736289125184 140646516873552 140647975380891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18266] ppid=18201 vsize=10828108 memory=7649399392888305713 CPUtime=0.66 cores=0,2,4,6
/proc/18204/task/18266/stat : 18266 (java) R 18201 18204 16080 0 -1 4202560 2234 13348 0 0 58 0 5 3 20 0 15 0 48180937 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647500979928 140647961389110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18267] ppid=18201 vsize=10828108 memory=8 CPUtime=0.69 cores=0,2,4,6
/proc/18204/task/18267/stat : 18267 (java) R 18201 18204 16080 0 -1 4202560 1302 13348 0 0 61 0 5 3 20 0 15 0 48180937 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647499914952 140647958862779 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18268] ppid=18201 vsize=10828108 memory=2209 CPUtime=0.5 cores=0,2,4,6
/proc/18204/task/18268/stat : 18268 (java) S 18201 18204 16080 0 -1 1077944384 1321 13348 0 0 42 0 5 3 20 0 15 0 48180937 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647498881136 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18269] ppid=18201 vsize=10828108 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18269/stat : 18269 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11087982592 51343 33554432000 4194304 4196468 140736289125184 140646483314912 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18270] ppid=18201 vsize=10828108 memory=3303 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18270/stat : 18270 (java) S 18201 18204 16080 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 48180937 11087982592 51343 33554432000 4194304 4196468 140736289125184 140647497829552 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10828108 KiB

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

/proc/18204/task/18262/stat : 18262 (java) S 18201 18204 16080 0 -1 1077944384 37395 13348 0 0 49 3 5 3 20 0 15 0 48180933 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140647502039920 140647975373442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18263] ppid=18201 vsize=10844512 memory=5784 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18263/stat : 18263 (java) S 18201 18204 16080 0 -1 1077944384 20 13348 0 0 0 0 5 3 20 0 15 0 48180934 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140647428253280 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18264] ppid=18201 vsize=10844512 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18264/stat : 18264 (java) S 18201 18204 16080 0 -1 1077944384 7 13348 0 0 0 0 5 3 20 0 15 0 48180934 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140646824273280 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18265] ppid=18201 vsize=10844512 memory=11956 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18265/stat : 18265 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140646516873552 140647975380891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18266] ppid=18201 vsize=10844512 memory=1240 CPUtime=6.33 cores=0,2,4,6
/proc/18204/task/18266/stat : 18266 (java) S 18201 18204 16080 0 -1 1077944384 13720 13348 0 0 623 2 5 3 20 0 15 0 48180937 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140647500986736 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18267] ppid=18201 vsize=10844512 memory=648 CPUtime=5.23 cores=0,2,4,6
/proc/18204/task/18267/stat : 18267 (java) S 18201 18204 16080 0 -1 1077944384 6874 13348 0 0 514 1 5 3 20 0 15 0 48180937 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140647499933936 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18268] ppid=18201 vsize=10844512 memory=956 CPUtime=1.9 cores=0,2,4,6
/proc/18204/task/18268/stat : 18268 (java) S 18201 18204 16080 0 -1 1077944384 7268 13348 0 0 178 4 5 3 20 0 15 0 48180937 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140647498881136 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18269] ppid=18201 vsize=10844512 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18269/stat : 18269 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 48180937 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140646483314912 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18270] ppid=18201 vsize=10844512 memory=1584 CPUtime=0.81 cores=0,2,4,6
/proc/18204/task/18270/stat : 18270 (java) S 18201 18204 16080 0 -1 1077944384 2228 13348 0 0 32 41 5 3 20 0 15 0 48180937 11104780288 1005575 33554432000 4194304 4196468 140736289125184 140647497829552 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 4022300 KiB

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

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

[startup+2463.43 s]
# the end of solver process 18204 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.4 s, system=3.66894 s

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

[startup+2462.4 s]
/proc/loadavg: 1.77 1.72 1.74 3/220 18668
/proc/meminfo: memFree=15388960/32770624 swapFree=67108860/67108860
[pid=18204] ppid=18201 vsize=11041128 memory=4026516 CPUtime=2521.01 cores=0,2,4,6
/proc/18204/stat : 18204 (java) S 18201 18204 16080 0 -1 1077944320 413266 13348 0 0 251733 360 5 3 20 0 17 0 48180922 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140736289107728 140647975362295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
/proc/18204/statm: 2760282 1006629 3528 1 0 2721935 0
[pid=18204/tid=18257] ppid=18201 vsize=11041128 memory=4026516 CPUtime=2446.58 cores=0,2,4,6
/proc/18204/task/18257/stat : 18257 (java) R 18201 18204 16080 0 -1 4202560 215041 13348 0 0 244608 42 5 3 20 0 17 0 48180931 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647947196336 140647595535953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18258] ppid=18201 vsize=11041128 memory=7288 CPUtime=15.06 cores=0,2,4,6
/proc/18204/task/18258/stat : 18258 (java) S 18201 18204 16080 0 -1 1077944384 27707 13348 0 0 1428 70 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647979604624 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18259] ppid=18201 vsize=11041128 memory=4022300 CPUtime=15.12 cores=0,2,4,6
/proc/18204/task/18259/stat : 18259 (java) S 18201 18204 16080 0 -1 1077944384 38144 13348 0 0 1437 67 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647548770832 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18260] ppid=18201 vsize=11041128 memory=242 CPUtime=14.97 cores=0,2,4,6
/proc/18204/task/18260/stat : 18260 (java) S 18201 18204 16080 0 -1 1077944384 31980 13348 0 0 1418 71 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647547718032 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18261] ppid=18201 vsize=11041128 memory=57 CPUtime=15 cores=0,2,4,6
/proc/18204/task/18261/stat : 18261 (java) S 18201 18204 16080 0 -1 1077944384 29920 13348 0 0 1421 71 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647546665232 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18262] ppid=18201 vsize=11041128 memory=88 CPUtime=0.6 cores=0,2,4,6
/proc/18204/task/18262/stat : 18262 (java) S 18201 18204 16080 0 -1 1077944384 37395 13348 0 0 49 3 5 3 20 0 17 0 48180933 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647502039920 140647975373442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18263] ppid=18201 vsize=11041128 memory=8388 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18263/stat : 18263 (java) S 18201 18204 16080 0 -1 1077944384 20 13348 0 0 0 0 5 3 20 0 17 0 48180934 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647428253280 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18264] ppid=18201 vsize=11041128 memory=5784 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18264/stat : 18264 (java) S 18201 18204 16080 0 -1 1077944384 7 13348 0 0 0 0 5 3 20 0 17 0 48180934 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646824273280 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18265] ppid=18201 vsize=11041128 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18265/stat : 18265 (java) S 18201 18204 16080 0 -1 1077944384 321 13348 0 0 0 0 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646516873552 140647975380891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18266] ppid=18201 vsize=11041128 memory=11956 CPUtime=6.33 cores=0,2,4,6
/proc/18204/task/18266/stat : 18266 (java) S 18201 18204 16080 0 -1 1077944384 13720 13348 0 0 623 2 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647500986736 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18267] ppid=18201 vsize=11041128 memory=1008 CPUtime=5.23 cores=0,2,4,6
/proc/18204/task/18267/stat : 18267 (java) S 18201 18204 16080 0 -1 1077944384 6874 13348 0 0 514 1 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647499933936 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18268] ppid=18201 vsize=11041128 memory=4620 CPUtime=1.9 cores=0,2,4,6
/proc/18204/task/18268/stat : 18268 (java) S 18201 18204 16080 0 -1 1077944384 7268 13348 0 0 178 4 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647498881136 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18269] ppid=18201 vsize=11041128 memory=4022300 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18269/stat : 18269 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646483314912 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18270] ppid=18201 vsize=11041128 memory=16212 CPUtime=0.81 cores=0,2,4,6
/proc/18204/task/18270/stat : 18270 (java) S 18201 18204 16080 0 -1 1077944384 2228 13348 0 0 32 41 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647497829552 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18667] ppid=18201 vsize=11041128 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18667/stat : 18667 (java) S 18201 18204 16080 0 -1 1077944384 336 13348 0 0 0 0 5 3 20 0 17 0 48427063 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646086075120 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18668] ppid=18201 vsize=11041128 memory=2444 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18668/stat : 18668 (java) S 18201 18204 16080 0 -1 1077944384 115 13348 0 0 0 0 5 3 20 0 17 0 48427063 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140645884749408 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 2521.01 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 4026516 KiB

[startup+2463.2 s]
/proc/loadavg: 1.78 1.72 1.74 3/220 18668
/proc/meminfo: memFree=15388960/32770624 swapFree=67108860/67108860
[pid=18204] ppid=18201 vsize=11041128 memory=4026516 CPUtime=2521.81 cores=0,2,4,6
/proc/18204/stat : 18204 (java) S 18201 18204 16080 0 -1 1077944320 413266 13348 0 0 251813 360 5 3 20 0 17 0 48180922 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140736289107728 140647975362295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
/proc/18204/statm: 2760282 1006629 3528 1 0 2721935 0
[pid=18204/tid=18257] ppid=18201 vsize=11041128 memory=2992 CPUtime=2447.38 cores=0,2,4,6
/proc/18204/task/18257/stat : 18257 (java) R 18201 18204 16080 0 -1 4202560 215041 13348 0 0 244688 42 5 3 20 0 17 0 48180931 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647947196336 140647595535978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18258] ppid=18201 vsize=11041128 memory=1382692 CPUtime=15.06 cores=0,2,4,6
/proc/18204/task/18258/stat : 18258 (java) S 18201 18204 16080 0 -1 1077944384 27707 13348 0 0 1428 70 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647979604624 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18259] ppid=18201 vsize=11041128 memory=3296 CPUtime=15.12 cores=0,2,4,6
/proc/18204/task/18259/stat : 18259 (java) S 18201 18204 16080 0 -1 1077944384 38144 13348 0 0 1437 67 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647548770832 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18260] ppid=18201 vsize=11041128 memory=6791534058613427641 CPUtime=14.97 cores=0,2,4,6
/proc/18204/task/18260/stat : 18260 (java) S 18201 18204 16080 0 -1 1077944384 31980 13348 0 0 1418 71 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647547718032 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18261] ppid=18201 vsize=11041128 memory=1240 CPUtime=15 cores=0,2,4,6
/proc/18204/task/18261/stat : 18261 (java) S 18201 18204 16080 0 -1 1077944384 29920 13348 0 0 1421 71 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647546665232 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18262] ppid=18201 vsize=11041128 memory=648 CPUtime=0.6 cores=0,2,4,6
/proc/18204/task/18262/stat : 18262 (java) S 18201 18204 16080 0 -1 1077944384 37395 13348 0 0 49 3 5 3 20 0 17 0 48180933 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647502039920 140647975373442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18263] ppid=18201 vsize=11041128 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18263/stat : 18263 (java) S 18201 18204 16080 0 -1 1077944384 20 13348 0 0 0 0 5 3 20 0 17 0 48180934 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647428253280 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18264] ppid=18201 vsize=11041128 memory=4026516 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18264/stat : 18264 (java) S 18201 18204 16080 0 -1 1077944384 7 13348 0 0 0 0 5 3 20 0 17 0 48180934 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646824273280 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18265] ppid=18201 vsize=11041128 memory=5784 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18265/stat : 18265 (java) S 18201 18204 16080 0 -1 1077944384 321 13348 0 0 0 0 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646516873552 140647975380891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18266] ppid=18201 vsize=11041128 memory=1200 CPUtime=6.33 cores=0,2,4,6
/proc/18204/task/18266/stat : 18266 (java) S 18201 18204 16080 0 -1 1077944384 13720 13348 0 0 623 2 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647500986736 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18267] ppid=18201 vsize=11041128 memory=11956 CPUtime=5.23 cores=0,2,4,6
/proc/18204/task/18267/stat : 18267 (java) S 18201 18204 16080 0 -1 1077944384 6874 13348 0 0 514 1 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647499933936 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18268] ppid=18201 vsize=11041128 memory=6791534058613427641 CPUtime=1.9 cores=0,2,4,6
/proc/18204/task/18268/stat : 18268 (java) S 18201 18204 16080 0 -1 1077944384 7268 13348 0 0 178 4 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647498881136 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18269] ppid=18201 vsize=11041128 memory=912 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18269/stat : 18269 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646483314912 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18270] ppid=18201 vsize=11041128 memory=3852 CPUtime=0.81 cores=0,2,4,6
/proc/18204/task/18270/stat : 18270 (java) S 18201 18204 16080 0 -1 1077944384 2228 13348 0 0 32 41 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647497829552 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18667] ppid=18201 vsize=11041128 memory=2620 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18667/stat : 18667 (java) S 18201 18204 16080 0 -1 1077944384 336 13348 0 0 0 0 5 3 20 0 17 0 48427063 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646086075120 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18668] ppid=18201 vsize=11041128 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18668/stat : 18668 (java) S 18201 18204 16080 0 -1 1077944384 115 13348 0 0 0 0 5 3 20 0 17 0 48427063 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140645884749408 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 2521.81 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 4026516 KiB

[startup+2463.4 s]
/proc/loadavg: 1.78 1.72 1.74 3/220 18668
/proc/meminfo: memFree=15388960/32770624 swapFree=67108860/67108860
[pid=18204] ppid=18201 vsize=11041128 memory=4026516 CPUtime=2522.01 cores=0,2,4,6
/proc/18204/stat : 18204 (java) S 18201 18204 16080 0 -1 1077944320 413266 13348 0 0 251833 360 5 3 20 0 17 0 48180922 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140736289107728 140647975362295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
/proc/18204/statm: 2760282 1006629 3528 1 0 2721935 0
[pid=18204/tid=18257] ppid=18201 vsize=11041128 memory=1008 CPUtime=2447.58 cores=0,2,4,6
/proc/18204/task/18257/stat : 18257 (java) R 18201 18204 16080 0 -1 4202560 215041 13348 0 0 244708 42 5 3 20 0 17 0 48180931 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647947196336 140647595535953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18258] ppid=18201 vsize=11041128 memory=4620 CPUtime=15.06 cores=0,2,4,6
/proc/18204/task/18258/stat : 18258 (java) S 18201 18204 16080 0 -1 1077944384 27707 13348 0 0 1428 70 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647979604624 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18259] ppid=18201 vsize=11041128 memory=15872 CPUtime=15.12 cores=0,2,4,6
/proc/18204/task/18259/stat : 18259 (java) S 18201 18204 16080 0 -1 1077944384 38144 13348 0 0 1437 67 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647548770832 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18260] ppid=18201 vsize=11041128 memory=9864 CPUtime=14.97 cores=0,2,4,6
/proc/18204/task/18260/stat : 18260 (java) S 18201 18204 16080 0 -1 1077944384 31980 13348 0 0 1418 71 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647547718032 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18261] ppid=18201 vsize=11041128 memory=18472 CPUtime=15 cores=0,2,4,6
/proc/18204/task/18261/stat : 18261 (java) S 18201 18204 16080 0 -1 1077944384 29920 13348 0 0 1421 71 5 3 20 0 17 0 48180932 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647546665232 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18262] ppid=18201 vsize=11041128 memory=4048 CPUtime=0.6 cores=0,2,4,6
/proc/18204/task/18262/stat : 18262 (java) S 18201 18204 16080 0 -1 1077944384 37395 13348 0 0 49 3 5 3 20 0 17 0 48180933 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647502039920 140647975373442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18263] ppid=18201 vsize=11041128 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18263/stat : 18263 (java) S 18201 18204 16080 0 -1 1077944384 20 13348 0 0 0 0 5 3 20 0 17 0 48180934 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647428253280 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18264] ppid=18201 vsize=11041128 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18264/stat : 18264 (java) S 18201 18204 16080 0 -1 1077944384 7 13348 0 0 0 0 5 3 20 0 17 0 48180934 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646824273280 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18265] ppid=18201 vsize=11041128 memory=648 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18265/stat : 18265 (java) S 18201 18204 16080 0 -1 1077944384 321 13348 0 0 0 0 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646516873552 140647975380891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18266] ppid=18201 vsize=11041128 memory=956 CPUtime=6.33 cores=0,2,4,6
/proc/18204/task/18266/stat : 18266 (java) S 18201 18204 16080 0 -1 1077944384 13720 13348 0 0 623 2 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647500986736 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18267] ppid=18201 vsize=11041128 memory=2340 CPUtime=5.23 cores=0,2,4,6
/proc/18204/task/18267/stat : 18267 (java) S 18201 18204 16080 0 -1 1077944384 6874 13348 0 0 514 1 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647499933936 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18268] ppid=18201 vsize=11041128 memory=1584 CPUtime=1.9 cores=0,2,4,6
/proc/18204/task/18268/stat : 18268 (java) S 18201 18204 16080 0 -1 1077944384 7268 13348 0 0 178 4 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647498881136 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18269] ppid=18201 vsize=11041128 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18269/stat : 18269 (java) S 18201 18204 16080 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646483314912 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18270] ppid=18201 vsize=11041128 memory=2236 CPUtime=0.81 cores=0,2,4,6
/proc/18204/task/18270/stat : 18270 (java) S 18201 18204 16080 0 -1 1077944384 2228 13348 0 0 32 41 5 3 20 0 17 0 48180937 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140647497829552 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18667] ppid=18201 vsize=11041128 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18667/stat : 18667 (java) S 18201 18204 16080 0 -1 1077944384 336 13348 0 0 0 0 5 3 20 0 17 0 48427063 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140646086075120 140647975372501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
[pid=18204/tid=18668] ppid=18201 vsize=11041128 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/18204/task/18668/stat : 18668 (java) S 18201 18204 16080 0 -1 1077944384 115 13348 0 0 0 0 5 3 20 0 17 0 48427063 11306115072 1006629 33554432000 4194304 4196468 140736289125184 140645884749408 140647975373442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140736289126574 140736289129820 140736289129820 140736289132495 0
Current children cumulated CPU time: 2522.01 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 4026516 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2463.44
CPU time (s): 2522.06
CPU user time (s): 2518.4
CPU system time (s): 3.66894
CPU usage (%): 102.38
Max. virtual memory (cumulated for all children) (KiB): 11041128
Max. memory (cumulated for all children) (KiB): 4026516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.4
system time used= 3.66894
maximum resident set size= 4027132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426622
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62353
involuntary context switches= 4935


# summary of solver processes directly reported to runsolver:
#   pid: 18204
#   total CPU time (s): 2522.06
#   total CPU user time (s): 2518.4
#   total CPU system time (s): 3.66894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3851 second user time and 22.9597 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 02:36:17
IDJOB=4293066
IDBENCH=141111
IDSOLVER=2751
FILE ID=node132/4293066-1532306177
RUNJOBID= node132-1532296193-16111
PBS_JOBID= 21018987
Free space on /tmp= 55028 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293066-1532306177/watcher-4293066-1532306177 -o /tmp/evaluation-result-4293066-1532306177/solver-4293066-1532306177 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=4162073 -superng HOME/instance-4293066-1532306177.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=4162073

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:        17768728 kB
MemAvailable:   28919860 kB
Buffers:          256960 kB
Cached:         11039288 kB
SwapCached:            0 kB
Active:          5184852 kB
Inactive:        9179672 kB
Active(anon):    3070556 kB
Inactive(anon):    17028 kB
Active(file):    2114296 kB
Inactive(file):  9162644 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29436 kB
Writeback:           356 kB
AnonPages:       3074524 kB
Mapped:            49604 kB
Shmem:             17056 kB
Slab:             330564 kB
SReclaimable:     302652 kB
SUnreclaim:        27912 kB
KernelStack:        3632 kB
PageTables:        10772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3785128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2844672 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= 55004 MiB
End job on node132 at 2018-07-23 03:17:21