Trace number 4293098

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePseudoBoolean-opt/
Pb-radar-30-30-45-050-100_c18.xml
MD5SUM038278868d516ab8bda18fb263b0f90d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark2400.3
Satisfiable
(Un)Satisfiability was proved
Number of variables4447
Number of constraints4926
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":4447}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":7},{"degree":3,"count":130},{"degree":4,"count":1108},{"degree":5,"count":1123},{"degree":6,"count":1918},{"degree":7,"count":3},{"degree":8,"count":158}]
Minimum constraint arity1
Maximum constraint arity27
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":4194},{"arity":3,"count":18},{"arity":4,"count":27},{"arity":5,"count":32},{"arity":6,"count":33},{"arity":7,"count":20},{"arity":8,"count":23},{"arity":9,"count":25},{"arity":10,"count":27},{"arity":11,"count":33},{"arity":12,"count":28},{"arity":13,"count":34},{"arity":14,"count":49},{"arity":15,"count":45},{"arity":16,"count":31},{"arity":17,"count":50},{"arity":18,"count":49},{"arity":19,"count":49},{"arity":20,"count":46},{"arity":21,"count":43},{"arity":22,"count":36},{"arity":23,"count":15},{"arity":24,"count":8},{"arity":25,"count":6},{"arity":26,"count":2},{"arity":27,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4926}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/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 (8563 MiB free)
  memory of node 1: 16384 MiB (9940 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293098-1532307226/watcher-4293098-1532307226 -o /tmp/evaluation-result-4293098-1532307226/solver-4293098-1532307226 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6739 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1050905234 -superng HOME/instance-4293098-1532307226.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
solver pid=9006, runsolver pid=9003
Current StackSize limit: 8192 KiB


[startup+0.102674 s]*
/proc/loadavg: 4.30 4.09 2.89 2/207 9063
/proc/meminfo: memFree=18939068/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=9972712 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 4242 13195 0 0 1 1 5 3 20 0 6 0 48285796 10212057088 4582 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2493178 4582 1930 1 0 2481616 0
[pid=9006/tid=9059] ppid=9003 vsize=9972712 memory=-8889949278721851327 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) R 9003 9006 6708 0 -1 4202560 2050 13195 0 0 0 0 5 3 20 0 6 0 48285805 10212057088 4582 33554432000 4194304 4196468 140736228571296 139733834277456 139733846521182 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) S 9003 9006 6708 0 -1 1077944384 2 13195 0 0 0 0 5 3 20 0 6 0 48285806 10212057088 4582 33554432000 4194304 4196468 140736228571296 139733866682768 139733862450901 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=9972712 memory=139729971435136 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 6 0 48285806 10212057088 4582 33554432000 4194304 4196468 140736228571296 139733754956048 139733862450901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 6 0 48285806 10212057088 4582 33554432000 4194304 4196468 140736228571296 139733753903760 139733862450901 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 6 0 48285806 10212057088 4582 33554432000 4194304 4196468 140736228571296 139733752850960 139733862450901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.211693 s]*
/proc/loadavg: 4.30 4.09 2.89 3/216 9072
/proc/meminfo: memFree=18922520/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=10818904 memory=42104 CPUtime=0.26 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 7757 13195 0 0 16 2 5 3 20 0 15 0 48285796 11078557696 10526 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2704726 10526 2967 1 0 2667149 0
[pid=9006/tid=9059] ppid=9003 vsize=10818904 memory=8514701219931451533 CPUtime=0.19 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) R 9003 9006 6708 0 -1 1077944384 4382 13195 0 0 10 1 5 3 20 0 15 0 48285805 11078557696 10526 33554432000 4194304 4196468 140736228571296 139733834265504 139733855119917 0 4 0 16800975 18446744072101588516 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=10818904 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) S 9003 9006 6708 0 -1 1077944384 2 13195 0 0 0 0 5 3 20 0 15 0 48285806 11078557696 10526 33554432000 4194304 4196468 140736228571296 139733866682768 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=10818936 memory=139729971435136 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11078590464 10526 33554432000 4194304 4196468 140736228571296 139733754956048 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11078590464 10526 33554432000 4194304 4196468 140736228571296 139733753903760 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11078590464 10526 33554432000 4194304 4196468 140736228571296 139733752850960 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9064] ppid=9003 vsize=10819896 memory=139729971435136 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9064/stat : 9064 (java) S 9003 9006 6708 0 -1 1077944384 2 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079573504 10526 33554432000 4194304 4196468 140736228571296 139733321742960 139733862451842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9065] ppid=9003 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9065/stat : 9065 (java) S 9003 9006 6708 0 -1 1077944384 33 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079573504 10592 33554432000 4194304 4196468 140736228571296 139733320688928 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9066] ppid=9003 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9066/stat : 9066 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079573504 10592 33554432000 4194304 4196468 140736228571296 139732734436976 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9067] ppid=9003 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9067/stat : 9067 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079573504 10592 33554432000 4194304 4196468 140736228571296 139732427037264 139733862459291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9068] ppid=9003 vsize=10819896 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9006/task/9068/stat : 9068 (java) S 9003 9006 6708 0 -1 1077944384 514 13195 0 0 1 0 5 3 20 0 15 0 48285811 11079573504 10592 33554432000 4194304 4196468 140736228571296 139733287131248 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9069] ppid=9003 vsize=10819896 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9006/task/9069/stat : 9069 (java) S 9003 9006 6708 0 -1 1077944384 90 13195 0 0 1 0 5 3 20 0 15 0 48285811 11079573504 10658 33554432000 4194304 4196468 140736228571296 139733286078448 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9070] ppid=9003 vsize=10819896 memory=139729971435136 CPUtime=0.11 cores=0,2,4,6
/proc/9006/task/9070/stat : 9070 (java) S 9003 9006 6708 0 -1 1077944384 538 13195 0 0 3 0 5 3 20 0 15 0 48285811 11079573504 10658 33554432000 4194304 4196468 140736228571296 139733285026160 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9071] ppid=9003 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9071/stat : 9071 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079573504 10658 33554432000 4194304 4196468 140736228571296 139732393478624 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9072] ppid=9003 vsize=10819896 memory=139729971435136 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9072/stat : 9072 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079573504 10658 33554432000 4194304 4196468 140736228571296 139733283974064 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42104 KiB

[startup+0.31029 s]*
/proc/loadavg: 4.30 4.09 2.89 3/216 9072
/proc/meminfo: memFree=18911144/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=10819352 memory=52736 CPUtime=0.38 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 10252 13195 0 0 27 3 5 3 20 0 15 0 48285796 11079016448 13184 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2704838 13184 3086 1 0 2667149 0
[pid=9006/tid=9059] ppid=9003 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) R 9003 9006 6708 0 -1 4202560 6863 13195 0 0 18 2 5 3 20 0 15 0 48285805 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733834252704 139733844005648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=10819352 memory=7374752521598947408 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) S 9003 9006 6708 0 -1 1077944384 2 13195 0 0 0 0 5 3 20 0 15 0 48285806 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733866682768 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=10819352 memory=2072 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733754956048 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733753903760 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733752850960 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9064] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9064/stat : 9064 (java) S 9003 9006 6708 0 -1 1077944384 2 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733321742960 139733862451842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9065] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9065/stat : 9065 (java) S 9003 9006 6708 0 -1 1077944384 33 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733320688928 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9066] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9066/stat : 9066 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079016448 13184 33554432000 4194304 4196468 140736228571296 139732734436976 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9067] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9067/stat : 9067 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079016448 13184 33554432000 4194304 4196468 140736228571296 139732427037264 139733862459291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9068] ppid=9003 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9006/task/9068/stat : 9068 (java) S 9003 9006 6708 0 -1 1077944384 514 13195 0 0 1 0 5 3 20 0 15 0 48285811 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733287131248 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9069] ppid=9003 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9006/task/9069/stat : 9069 (java) S 9003 9006 6708 0 -1 1077944384 91 13195 0 0 1 0 5 3 20 0 15 0 48285811 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733286078448 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9070] ppid=9003 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9006/task/9070/stat : 9070 (java) S 9003 9006 6708 0 -1 1077944384 544 13195 0 0 4 0 5 3 20 0 15 0 48285811 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733285026160 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9071] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9071/stat : 9071 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079016448 13184 33554432000 4194304 4196468 140736228571296 139732393478624 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9072] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9072/stat : 9072 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079016448 13184 33554432000 4194304 4196468 140736228571296 139733283974064 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52736 KiB

[startup+0.700742 s]
/proc/loadavg: 4.30 4.09 2.89 3/216 9072
/proc/meminfo: memFree=18900352/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=10819352 memory=84604 CPUtime=0.98 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 16334 13195 0 0 85 5 5 3 20 0 15 0 48285796 11079016448 21151 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2704838 21151 3232 1 0 2667149 0
[pid=9006/tid=9059] ppid=9003 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) R 9003 9006 6708 0 -1 4202560 11869 13195 0 0 55 4 5 3 20 0 15 0 48285805 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733834263536 139733842033519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) S 9003 9006 6708 0 -1 1077944384 2 13195 0 0 0 0 5 3 20 0 15 0 48285806 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733866682768 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733754956048 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733753903760 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733752850960 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9064] ppid=9003 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9064/stat : 9064 (java) S 9003 9006 6708 0 -1 1077944384 5 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733321742960 139733862451842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9065] ppid=9003 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9065/stat : 9065 (java) S 9003 9006 6708 0 -1 1077944384 33 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733320688928 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9066] ppid=9003 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9066/stat : 9066 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285808 11079016448 21151 33554432000 4194304 4196468 140736228571296 139732734436976 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9067] ppid=9003 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9067/stat : 9067 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079016448 21151 33554432000 4194304 4196468 140736228571296 139732427037264 139733862459291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9068] ppid=9003 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/9006/task/9068/stat : 9068 (java) S 9003 9006 6708 0 -1 1077944384 1144 13195 0 0 10 0 5 3 20 0 15 0 48285811 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733287131248 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9069] ppid=9003 vsize=10819352 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/9006/task/9069/stat : 9069 (java) S 9003 9006 6708 0 -1 1077944384 488 13195 0 0 7 0 5 3 20 0 15 0 48285811 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733286078448 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9070] ppid=9003 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/9006/task/9070/stat : 9070 (java) S 9003 9006 6708 0 -1 1077944384 590 13195 0 0 12 0 5 3 20 0 15 0 48285811 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733285026160 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9071] ppid=9003 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9071/stat : 9071 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079016448 21151 33554432000 4194304 4196468 140736228571296 139732393478624 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9072] ppid=9003 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9072/stat : 9072 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285811 11079016448 21151 33554432000 4194304 4196468 140736228571296 139733283974064 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84604 KiB

[startup+1.50069 s]
/proc/loadavg: 4.30 4.09 2.89 3/216 9072
/proc/meminfo: memFree=18854972/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=10830156 memory=176000 CPUtime=2.93 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 22750 13195 0 0 276 9 5 3 20 0 15 0 48285796 11090079744 44000 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2707539 44000 3449 1 0 2669197 0
[pid=9006/tid=9059] ppid=9003 vsize=10830156 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) R 9003 9006 6708 0 -1 4202560 15428 13195 0 0 131 7 5 3 20 0 15 0 48285805 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733834273408 139733845627504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) S 9003 9006 6708 0 -1 1077944384 2 13195 0 0 0 0 5 3 20 0 15 0 48285806 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733866682768 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733754956048 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=10830156 memory=3611949788955226161 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733753903760 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285806 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733752850960 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9064] ppid=9003 vsize=10830156 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9064/stat : 9064 (java) S 9003 9006 6708 0 -1 1077944384 12 13195 0 0 0 0 5 3 20 0 15 0 48285808 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733321742960 139733862451842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9065] ppid=9003 vsize=10830156 memory=279459697600768 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9065/stat : 9065 (java) S 9003 9006 6708 0 -1 1077944384 33 13195 0 0 0 0 5 3 20 0 15 0 48285808 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733320688928 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9066] ppid=9003 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9066/stat : 9066 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285808 11090079744 44000 33554432000 4194304 4196468 140736228571296 139732734436976 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9067] ppid=9003 vsize=10830156 memory=5380 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9067/stat : 9067 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11090079744 44000 33554432000 4194304 4196468 140736228571296 139732427037264 139733862459291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9068] ppid=9003 vsize=10830156 memory=4616 CPUtime=0.58 cores=0,2,4,6
/proc/9006/task/9068/stat : 9068 (java) S 9003 9006 6708 0 -1 1077944384 2345 13195 0 0 50 0 5 3 20 0 15 0 48285811 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733287131248 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9069] ppid=9003 vsize=10830156 memory=1232 CPUtime=0.59 cores=0,2,4,6
/proc/9006/task/9069/stat : 9069 (java) S 9003 9006 6708 0 -1 1077944384 1325 13195 0 0 51 0 5 3 20 0 15 0 48285811 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733286078448 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9070] ppid=9003 vsize=10830156 memory=11964 CPUtime=0.51 cores=0,2,4,6
/proc/9006/task/9070/stat : 9070 (java) S 9003 9006 6708 0 -1 1077944384 1402 13195 0 0 43 0 5 3 20 0 15 0 48285811 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733285026160 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9071] ppid=9003 vsize=10830156 memory=1708 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9071/stat : 9071 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11090079744 44000 33554432000 4194304 4196468 140736228571296 139732393478624 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9072] ppid=9003 vsize=10830156 memory=8384 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9072/stat : 9072 (java) S 9003 9006 6708 0 -1 1077944384 1 13195 0 0 0 0 5 3 20 0 15 0 48285811 11090079744 44000 33554432000 4194304 4196468 140736228571296 139733283974064 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10830156 KiB

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


[startup+788.85 s]
# the end of solver process 9006 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.63 s, system=13.5018 s

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

[startup+787.201 s]
/proc/loadavg: 4.33 4.17 3.46 6/216 9117
/proc/meminfo: memFree=10681656/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=10844512 memory=8276792 CPUtime=2521.84 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 639409 13195 0 0 250836 1340 5 3 20 0 15 0 48285796 11104780288 2069198 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2711128 2069198 3524 1 0 2672781 0
[pid=9006/tid=9059] ppid=9003 vsize=10844512 memory=16044 CPUtime=184.77 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) S 9003 9006 6708 0 -1 1077944384 112661 13195 0 0 18454 15 5 3 20 0 15 0 48285805 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733834274592 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=10844512 memory=8276792 CPUtime=579.67 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) R 9003 9006 6708 0 -1 4202560 52608 13195 0 0 57626 333 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733866682664 139733855068903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=10844512 memory=640 CPUtime=578.8 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) R 9003 9006 6708 0 -1 4202560 55798 13195 0 0 57528 344 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733754956248 139733844037696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=10844512 memory=1792 CPUtime=582.53 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) R 9003 9006 6708 0 -1 4202560 68950 13195 0 0 57933 312 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733753903344 139733855068903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=10844512 memory=1836 CPUtime=582.59 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) R 9003 9006 6708 0 -1 4202560 83324 13195 0 0 57944 307 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733752850544 139733855068903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9064] ppid=9003 vsize=10844512 memory=792 CPUtime=4.77 cores=0,2,4,6
/proc/9006/task/9064/stat : 9064 (java) S 9003 9006 6708 0 -1 1077944384 232085 13195 0 0 458 11 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733321741280 139733862450901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9065] ppid=9003 vsize=10844512 memory=1960 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9065/stat : 9065 (java) S 9003 9006 6708 0 -1 1077944384 53 13195 0 0 0 0 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733320688992 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9066] ppid=9003 vsize=10844512 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9066/stat : 9066 (java) S 9003 9006 6708 0 -1 1077944384 24 13195 0 0 0 0 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732734436992 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9067] ppid=9003 vsize=10844512 memory=8276792 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9067/stat : 9067 (java) S 9003 9006 6708 0 -1 1077944384 5 13195 0 0 0 0 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732427036912 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9068] ppid=9003 vsize=10844512 memory=8276792 CPUtime=3.41 cores=0,2,4,6
/proc/9006/task/9068/stat : 9068 (java) S 9003 9006 6708 0 -1 1077944384 10077 13195 0 0 332 1 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733287131296 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9069] ppid=9003 vsize=10844512 memory=5380 CPUtime=3.67 cores=0,2,4,6
/proc/9006/task/9069/stat : 9069 (java) S 9003 9006 6708 0 -1 1077944384 10644 13195 0 0 357 2 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733286078496 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9070] ppid=9003 vsize=10844512 memory=8112282956445269571 CPUtime=1.84 cores=0,2,4,6
/proc/9006/task/9070/stat : 9070 (java) S 9003 9006 6708 0 -1 1077944384 10151 13195 0 0 174 2 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733285025920 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9071] ppid=9003 vsize=10844512 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9071/stat : 9071 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732393478624 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9072] ppid=9003 vsize=10844512 memory=2340 CPUtime=0.41 cores=0,2,4,6
/proc/9006/task/9072/stat : 9072 (java) S 9003 9006 6708 0 -1 1077944384 832 13195 0 0 19 14 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733283974064 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 2521.84 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8276792 KiB

[startup+788.001 s]*
/proc/loadavg: 4.33 4.17 3.46 6/216 9117
/proc/meminfo: memFree=10681656/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=10844512 memory=8276792 CPUtime=2524.98 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 639423 13195 0 0 251149 1341 5 3 20 0 15 0 48285796 11104780288 2069198 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2711128 2069198 3524 1 0 2672781 0
[pid=9006/tid=9059] ppid=9003 vsize=10844512 memory=7668954370464627011 CPUtime=184.77 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) S 9003 9006 6708 0 -1 1077944384 112661 13195 0 0 18454 15 5 3 20 0 15 0 48285805 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733834274592 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=10844512 memory=4126316290023845779 CPUtime=580.43 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) R 9003 9006 6708 0 -1 4202560 52608 13195 0 0 57702 333 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733866682664 139733855068903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=10844512 memory=1800 CPUtime=579.61 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) R 9003 9006 6708 0 -1 4202560 55812 13195 0 0 57609 344 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733754956248 139733847138334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=10844512 memory=920 CPUtime=583.31 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) R 9003 9006 6708 0 -1 4202560 68950 13195 0 0 58011 312 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733753903344 139733855068903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=10844512 memory=3852 CPUtime=583.38 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) R 9003 9006 6708 0 -1 4202560 83324 13195 0 0 58022 308 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733752850544 139733855068903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9064] ppid=9003 vsize=10844512 memory=2892 CPUtime=4.77 cores=0,2,4,6
/proc/9006/task/9064/stat : 9064 (java) S 9003 9006 6708 0 -1 1077944384 232085 13195 0 0 458 11 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733321741280 139733862450901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9065] ppid=9003 vsize=10844512 memory=2676 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9065/stat : 9065 (java) S 9003 9006 6708 0 -1 1077944384 53 13195 0 0 0 0 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733320688992 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9066] ppid=9003 vsize=10844512 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9066/stat : 9066 (java) S 9003 9006 6708 0 -1 1077944384 24 13195 0 0 0 0 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732734436992 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9067] ppid=9003 vsize=10844512 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9067/stat : 9067 (java) S 9003 9006 6708 0 -1 1077944384 5 13195 0 0 0 0 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732427036912 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9068] ppid=9003 vsize=10844512 memory=3200 CPUtime=3.41 cores=0,2,4,6
/proc/9006/task/9068/stat : 9068 (java) S 9003 9006 6708 0 -1 1077944384 10077 13195 0 0 332 1 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733287131296 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9069] ppid=9003 vsize=10844512 memory=2393520 CPUtime=3.67 cores=0,2,4,6
/proc/9006/task/9069/stat : 9069 (java) S 9003 9006 6708 0 -1 1077944384 10644 13195 0 0 357 2 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733286078496 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9070] ppid=9003 vsize=10844512 memory=1404 CPUtime=1.84 cores=0,2,4,6
/proc/9006/task/9070/stat : 9070 (java) S 9003 9006 6708 0 -1 1077944384 10151 13195 0 0 174 2 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733285025920 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9071] ppid=9003 vsize=10844512 memory=3232 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9071/stat : 9071 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732393478624 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9072] ppid=9003 vsize=10844512 memory=8276792 CPUtime=0.41 cores=0,2,4,6
/proc/9006/task/9072/stat : 9072 (java) S 9003 9006 6708 0 -1 1077944384 832 13195 0 0 19 14 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733283974064 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 2524.98 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8276792 KiB

[startup+788.401 s]
/proc/loadavg: 4.33 4.17 3.46 6/216 9117
/proc/meminfo: memFree=10681656/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=10844512 memory=8276792 CPUtime=2526.5 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 639429 13195 0 0 251300 1342 5 3 20 0 15 0 48285796 11104780288 2069198 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2711128 2069198 3524 1 0 2672781 0
[pid=9006/tid=9059] ppid=9003 vsize=10844512 memory=1792 CPUtime=184.77 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) S 9003 9006 6708 0 -1 1077944384 112661 13195 0 0 18454 15 5 3 20 0 15 0 48285805 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733834274592 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=10844512 memory=960 CPUtime=580.8 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) R 9003 9006 6708 0 -1 4202560 52608 13195 0 0 57739 333 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733866682664 139733855068903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=10844512 memory=8112282956445269571 CPUtime=580 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) R 9003 9006 6708 0 -1 4202560 55818 13195 0 0 57648 344 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733754956248 139733844037696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=10844512 memory=1012 CPUtime=583.69 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) R 9003 9006 6708 0 -1 4202560 68950 13195 0 0 58048 313 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733753903344 139733855068903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=10844512 memory=1444 CPUtime=583.75 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) R 9003 9006 6708 0 -1 4202560 83324 13195 0 0 58059 308 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733752850544 139733855068903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9064] ppid=9003 vsize=10844512 memory=1200 CPUtime=4.77 cores=0,2,4,6
/proc/9006/task/9064/stat : 9064 (java) S 9003 9006 6708 0 -1 1077944384 232085 13195 0 0 458 11 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733321741280 139733862450901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9065] ppid=9003 vsize=10844512 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9065/stat : 9065 (java) S 9003 9006 6708 0 -1 1077944384 53 13195 0 0 0 0 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733320688992 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9066] ppid=9003 vsize=10844512 memory=10416 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9066/stat : 9066 (java) S 9003 9006 6708 0 -1 1077944384 24 13195 0 0 0 0 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732734436992 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9067] ppid=9003 vsize=10844512 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9067/stat : 9067 (java) S 9003 9006 6708 0 -1 1077944384 5 13195 0 0 0 0 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732427036912 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9068] ppid=9003 vsize=10844512 memory=4048 CPUtime=3.41 cores=0,2,4,6
/proc/9006/task/9068/stat : 9068 (java) S 9003 9006 6708 0 -1 1077944384 10077 13195 0 0 332 1 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733287131296 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9069] ppid=9003 vsize=10844512 memory=640 CPUtime=3.67 cores=0,2,4,6
/proc/9006/task/9069/stat : 9069 (java) S 9003 9006 6708 0 -1 1077944384 10644 13195 0 0 357 2 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733286078496 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9070] ppid=9003 vsize=10844512 memory=1792 CPUtime=1.84 cores=0,2,4,6
/proc/9006/task/9070/stat : 9070 (java) S 9003 9006 6708 0 -1 1077944384 10151 13195 0 0 174 2 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733285025920 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9071] ppid=9003 vsize=10844512 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9071/stat : 9071 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732393478624 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9072] ppid=9003 vsize=10844512 memory=1236 CPUtime=0.41 cores=0,2,4,6
/proc/9006/task/9072/stat : 9072 (java) S 9003 9006 6708 0 -1 1077944384 832 13195 0 0 19 14 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733283974064 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 2526.5 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8276792 KiB

[startup+788.801 s]
/proc/loadavg: 4.33 4.17 3.46 6/216 9117
/proc/meminfo: memFree=10681656/32770624 swapFree=67108860/67108860
[pid=9006] ppid=9003 vsize=10844512 memory=8276792 CPUtime=2528.05 cores=0,2,4,6
/proc/9006/stat : 9006 (java) S 9003 9006 6708 0 -1 1077944320 639435 13195 0 0 251455 1342 5 3 20 0 15 0 48285796 11104780288 2069198 33554432000 4194304 4196468 140736228571296 140736228553840 139733862440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
/proc/9006/statm: 2711128 2069198 3524 1 0 2672781 0
[pid=9006/tid=9059] ppid=9003 vsize=10844512 memory=2676 CPUtime=184.77 cores=0,2,4,6
/proc/9006/task/9059/stat : 9059 (java) S 9003 9006 6708 0 -1 1077944384 112661 13195 0 0 18454 15 5 3 20 0 15 0 48285805 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733834274592 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9060] ppid=9003 vsize=10844512 memory=4104 CPUtime=581.18 cores=0,2,4,6
/proc/9006/task/9060/stat : 9060 (java) R 9003 9006 6708 0 -1 4202560 52608 13195 0 0 57777 333 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733866682664 139733855068903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9061] ppid=9003 vsize=10844512 memory=8112282956445269571 CPUtime=580.4 cores=0,2,4,6
/proc/9006/task/9061/stat : 9061 (java) R 9003 9006 6708 0 -1 4202560 55824 13195 0 0 57688 344 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733754956248 139733847138447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9062] ppid=9003 vsize=10844512 memory=8276792 CPUtime=584.07 cores=0,2,4,6
/proc/9006/task/9062/stat : 9062 (java) R 9003 9006 6708 0 -1 4202560 68950 13195 0 0 58086 313 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733753903344 139733855068903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9063] ppid=9003 vsize=10844512 memory=1232 CPUtime=584.14 cores=0,2,4,6
/proc/9006/task/9063/stat : 9063 (java) R 9003 9006 6708 0 -1 4202560 83324 13195 0 0 58098 308 5 3 20 0 15 0 48285806 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733752850544 139733855068903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9064] ppid=9003 vsize=10844512 memory=11964 CPUtime=4.77 cores=0,2,4,6
/proc/9006/task/9064/stat : 9064 (java) S 9003 9006 6708 0 -1 1077944384 232085 13195 0 0 458 11 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733321741280 139733862450901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9065] ppid=9003 vsize=10844512 memory=1708 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9065/stat : 9065 (java) S 9003 9006 6708 0 -1 1077944384 53 13195 0 0 0 0 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733320688992 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9066] ppid=9003 vsize=10844512 memory=8384 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9066/stat : 9066 (java) S 9003 9006 6708 0 -1 1077944384 24 13195 0 0 0 0 5 3 20 0 15 0 48285808 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732734436992 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9067] ppid=9003 vsize=10844512 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9067/stat : 9067 (java) S 9003 9006 6708 0 -1 1077944384 5 13195 0 0 0 0 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732427036912 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9068] ppid=9003 vsize=10844512 memory=3232 CPUtime=3.41 cores=0,2,4,6
/proc/9006/task/9068/stat : 9068 (java) S 9003 9006 6708 0 -1 1077944384 10077 13195 0 0 332 1 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733287131296 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9069] ppid=9003 vsize=10844512 memory=8276792 CPUtime=3.67 cores=0,2,4,6
/proc/9006/task/9069/stat : 9069 (java) S 9003 9006 6708 0 -1 1077944384 10644 13195 0 0 357 2 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733286078496 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9070] ppid=9003 vsize=10844512 memory=728 CPUtime=1.84 cores=0,2,4,6
/proc/9006/task/9070/stat : 9070 (java) S 9003 9006 6708 0 -1 1077944384 10151 13195 0 0 174 2 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733285025920 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9071] ppid=9003 vsize=10844512 memory=7668954370464627011 CPUtime=0.08 cores=0,2,4,6
/proc/9006/task/9071/stat : 9071 (java) S 9003 9006 6708 0 -1 1077944384 3 13195 0 0 0 0 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139732393478624 139733862450901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
[pid=9006/tid=9072] ppid=9003 vsize=10844512 memory=4126316290023845779 CPUtime=0.41 cores=0,2,4,6
/proc/9006/task/9072/stat : 9072 (java) S 9003 9006 6708 0 -1 1077944384 832 13195 0 0 19 14 5 3 20 0 15 0 48285811 11104780288 2069198 33554432000 4194304 4196468 140736228571296 139733283974064 139733862451842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13729792 140736228579499 140736228582748 140736228582748 140736228585423 0
Current children cumulated CPU time: 2528.05 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8276792 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 788.85
CPU time (s): 2528.13
CPU user time (s): 2514.63
CPU system time (s): 13.5018
CPU usage (%): 320.483
Max. virtual memory (cumulated for all children) (KiB): 10844512
Max. memory (cumulated for all children) (KiB): 8276792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.63
system time used= 13.5018
maximum resident set size= 8277072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 652634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76962
involuntary context switches= 31415


# summary of solver processes directly reported to runsolver:
#   pid: 9006
#   total CPU time (s): 2528.13
#   total CPU user time (s): 2514.63
#   total CPU system time (s): 13.5018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98295 second user time and 6.30596 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-23 02:53:46
IDJOB=4293098
IDBENCH=141119
IDSOLVER=2751
FILE ID=node104/4293098-1532307226
RUNJOBID= node104-1532294157-6739
PBS_JOBID= 21018980
Free space on /tmp= 57220 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-radar-30-30-45-050-100_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-4293098-1532307226/watcher-4293098-1532307226 -o /tmp/evaluation-result-4293098-1532307226/solver-4293098-1532307226 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6739 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1050905234 -superng HOME/instance-4293098-1532307226.xml

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

MD5SUM BENCH= 038278868d516ab8bda18fb263b0f90d
RANDOM SEED=1050905234

node104.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.11
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.11
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.11
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.11
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:        18949248 kB
MemAvailable:   29540632 kB
Buffers:          248436 kB
Cached:         10548760 kB
SwapCached:            0 kB
Active:          4327680 kB
Inactive:        8916752 kB
Active(anon):    2449904 kB
Inactive(anon):    17088 kB
Active(file):    1877776 kB
Inactive(file):  8899664 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26312 kB
Writeback:             0 kB
AnonPages:       2453792 kB
Mapped:            49508 kB
Shmem:             17036 kB
Slab:             271012 kB
SReclaimable:     242404 kB
SUnreclaim:        28608 kB
KernelStack:        3568 kB
PageTables:         9944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3298324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2209792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57192 MiB
End job on node104 at 2018-07-23 03:06:55